diff --git a/.all-contributorsrc b/.all-contributorsrc index a7122407..8710de8d 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -730,6 +730,17 @@ "contributions": [ "bug" ] + }, + { + "login": "eych", + "name": "Sergey", + "avatar_url": "https://avatars.githubusercontent.com/u/112840?v=4", + "profile": "http://15gifts.com/", + "contributions": [ + "bug", + "code", + "doc" + ] } ], "repoType": "github", diff --git a/CHANGELOG.md b/CHANGELOG.md index cb68bf5e..2075a761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.8] - 2023-08-01 + +### Fixed + +* Fixes for the zoom behaviour and overlay height in iOS Safari (#434) + ## [5.1.7] - 2023-07-28 ### Fixed diff --git a/README.md b/README.md index 8e9ecdae..e423639c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # react-medium-image-zoom -[![npm version](https://img.shields.io/npm/v/react-medium-image-zoom.svg)](https://www.npmjs.com/package/react-medium-image-zoom) [![bundlephobia size](https://badgen.net/bundlephobia/minzip/react-medium-image-zoom)](https://bundlephobia.com/result?p=react-medium-image-zoom) [![npm downloads](https://img.shields.io/npm/dm/react-medium-image-zoom.svg)](https://www.npmjs.com/package/react-medium-image-zoom) [![All Contributors](https://img.shields.io/badge/all_contributors-73-orange.svg)](#contributors-) +[![npm version](https://img.shields.io/npm/v/react-medium-image-zoom.svg)](https://www.npmjs.com/package/react-medium-image-zoom) [![bundlephobia size](https://badgen.net/bundlephobia/minzip/react-medium-image-zoom)](https://bundlephobia.com/result?p=react-medium-image-zoom) [![npm downloads](https://img.shields.io/npm/dm/react-medium-image-zoom.svg)](https://www.npmjs.com/package/react-medium-image-zoom) [![All Contributors](https://img.shields.io/badge/all_contributors-74-orange.svg)](#contributors-) The original [medium.com-inspired image zooming](https://medium.design/image-zoom-on-medium-24d146fc0c20) library for [React](https://reactjs.org). @@ -429,6 +429,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d walmsles
walmsles

🐛 tenshin
tenshin

💬 Steven Tey
Steven Tey

🐛 + Sergey
Sergey

🐛 💻 📖 diff --git a/package-lock.json b/package-lock.json index 85ef619f..c23796a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-medium-image-zoom", - "version": "5.1.6", + "version": "5.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-medium-image-zoom", - "version": "5.1.6", + "version": "5.1.8", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 96a62fb3..b453bee6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-medium-image-zoom", - "version": "5.1.7", + "version": "5.1.8", "license": "BSD-3-Clause", "description": "Accessible medium.com-style image zoom for React", "type": "module", @@ -32,7 +32,8 @@ "Sun Knudsen (https://sunknudsen.com)", "Youngrok Kim (https://rokoroku.github.io)", "Josh-Cena (https://joshcena.com)", - "Yida Zhang " + "Yida Zhang ", + "eych" ], "funding": [ {