Skip to content

Commit

Permalink
Merge pull request #576 from rpearce/chore/v5.2.4
Browse files Browse the repository at this point in the history
chore(release): v5.2.4
  • Loading branch information
rpearce authored May 16, 2024
2 parents fcec550 + 45fb20c commit 1d42aa1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.2.4] - 2024-05-16

### Fixed

* SVG arrows with text disappeared on Zoom (#438, continued again)
* Note: This is a vexing issue due to all the possible things that can go
wrong with cloning an SVG element that has HTML IDs inside of it. Hopefully,
this is the last fix for this issue.

## [5.2.3] - 2024-05-14

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-medium-image-zoom",
"version": "5.2.3",
"version": "5.2.4",
"license": "BSD-3-Clause",
"description": "Accessible medium.com-style image zoom for React",
"type": "module",
Expand Down

0 comments on commit 1d42aa1

Please sign in to comment.