Skip to content

Commit

Permalink
Merge pull request #463 from rpearce/chore/v5.1.10
Browse files Browse the repository at this point in the history
chore: release v5.1.10
  • Loading branch information
rpearce authored Jan 13, 2024
2 parents 4149406 + da4b60a commit edd9128
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,43 @@
"contributions": [
"bug"
]
},
{
"login": "kizeesmack",
"name": "Kunal L.",
"avatar_url": "https://avatars.githubusercontent.com/u/1277576?v=4",
"profile": "https://github.com/kizeesmack",
"contributions": [
"bug"
]
},
{
"login": "thiskevinwang",
"name": "Kevin Wang",
"avatar_url": "https://avatars.githubusercontent.com/u/26389321?v=4",
"profile": "https://github.com/thiskevinwang",
"contributions": [
"ideas"
]
},
{
"login": "u3u",
"name": "u3u",
"avatar_url": "https://avatars.githubusercontent.com/u/20062482?v=4",
"profile": "https://qwq.cat/",
"contributions": [
"ideas",
"review"
]
},
{
"login": "tszhong0411",
"name": "Hong",
"avatar_url": "https://avatars.githubusercontent.com/u/75498339?v=4",
"profile": "https://honghong.me/",
"contributions": [
"code"
]
}
],
"repoType": "github",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.10] - 2024-01-13

### Fixed

* When I deploy to Vercel / Next 13 and I change routes to a page I get
"DOMException: Failed to execute 'showModal' on 'HTMLDialogElement': The
element is not in a Document." (#429)

## [5.1.9] - 2023-12-14

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="http://15gifts.com/"><img src="https://avatars.githubusercontent.com/u/112840?v=4?s=40" width="40px;" alt="Sergey"/><br /><sub><b>Sergey</b></sub></a><br /><a href="https://github.com/rpearce/react-medium-image-zoom/issues?q=author%3Aeych" title="Bug reports">🐛</a> <a href="https://github.com/rpearce/react-medium-image-zoom/commits?author=eych" title="Code">💻</a> <a href="https://github.com/rpearce/react-medium-image-zoom/commits?author=eych" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://diegoazevedo.com.br/"><img src="https://avatars.githubusercontent.com/u/26748277?v=4?s=40" width="40px;" alt="Diego Azevedo"/><br /><sub><b>Diego Azevedo</b></sub></a><br /><a href="https://github.com/rpearce/react-medium-image-zoom/commits?author=diegoatwa" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/FaizanAhmad1122"><img src="https://avatars.githubusercontent.com/u/56729996?v=4?s=40" width="40px;" alt="Faizan Ahmad"/><br /><sub><b>Faizan Ahmad</b></sub></a><br /><a href="https://github.com/rpearce/react-medium-image-zoom/issues?q=author%3AFaizanAhmad1122" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kizeesmack"><img src="https://avatars.githubusercontent.com/u/1277576?v=4?s=40" width="40px;" alt="Kunal L."/><br /><sub><b>Kunal L.</b></sub></a><br /><a href="https://github.com/rpearce/react-medium-image-zoom/issues?q=author%3Akizeesmack" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/thiskevinwang"><img src="https://avatars.githubusercontent.com/u/26389321?v=4?s=40" width="40px;" alt="Kevin Wang"/><br /><sub><b>Kevin Wang</b></sub></a><br /><a href="#ideas-thiskevinwang" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://qwq.cat/"><img src="https://avatars.githubusercontent.com/u/20062482?v=4?s=40" width="40px;" alt="u3u"/><br /><sub><b>u3u</b></sub></a><br /><a href="#ideas-u3u" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/rpearce/react-medium-image-zoom/pulls?q=is%3Apr+reviewed-by%3Au3u" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://honghong.me/"><img src="https://avatars.githubusercontent.com/u/75498339?v=4?s=40" width="40px;" alt="Hong"/><br /><sub><b>Hong</b></sub></a><br /><a href="https://github.com/rpearce/react-medium-image-zoom/commits?author=tszhong0411" title="Code">💻</a></td>
</tr>
</tbody>
</table>
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.1.9",
"version": "5.1.10",
"license": "BSD-3-Clause",
"description": "Accessible medium.com-style image zoom for React",
"type": "module",
Expand Down

0 comments on commit edd9128

Please sign in to comment.