From 2572f85a98c00dda8740e34292ddfd4391d00d80 Mon Sep 17 00:00:00 2001 From: "Robert W. Pearce" Date: Fri, 28 Jul 2023 23:24:43 -0400 Subject: [PATCH 1/2] chore: release v5.1.7 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e789a8dc..cb68bf5e 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.7] - 2023-07-28 + +### Fixed + +* Esc to exit zoom doesn't work on Safari (#430) + ## [5.1.6] - 2023-05-10 ### Fixed diff --git a/package.json b/package.json index 40ff4c2d..96a62fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-medium-image-zoom", - "version": "5.1.6", + "version": "5.1.7", "license": "BSD-3-Clause", "description": "Accessible medium.com-style image zoom for React", "type": "module", From a7a94d38eab8f5a74d7b7238f4c39feeed9544fb Mon Sep 17 00:00:00 2001 From: "Robert W. Pearce" Date: Fri, 28 Jul 2023 23:25:39 -0400 Subject: [PATCH 2/2] Add @steven-tey as a contributor --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 50bff701..a7122407 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -721,6 +721,15 @@ "contributions": [ "question" ] + }, + { + "login": "steven-tey", + "name": "Steven Tey", + "avatar_url": "https://avatars.githubusercontent.com/u/28986134?v=4", + "profile": "https://github.com/steven-tey", + "contributions": [ + "bug" + ] } ], "repoType": "github", diff --git a/README.md b/README.md index 8d50d1ec..8e9ecdae 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-72-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-73-orange.svg)](#contributors-) The original [medium.com-inspired image zooming](https://medium.design/image-zoom-on-medium-24d146fc0c20) library for [React](https://reactjs.org). @@ -428,6 +428,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d walmsles
walmsles

🐛 tenshin
tenshin

💬 + Steven Tey
Steven Tey

🐛