Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpearce committed Mar 11, 2020
1 parent 56b3e22 commit 0d656b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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).

## [4.3.0] - 2020-03-11

### Added
* support for passing a `wrapElement` (defaults to `div`)

### Fixed
* adding `wrapElement` support resolves `div` vs `span` issue #236 (thanks to
@sunknudsen)

## [4.2.0] - 2020-03-07

### Added
Expand Down
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": "4.2.0",
"version": "4.3.0",
"description": "Accessible medium.com-style image zoom for React",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 0d656b2

Please sign in to comment.