Skip to content

Commit

Permalink
v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Dec 7, 2023
1 parent c366469 commit 92677cc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Popover Attribute Polyfill Changelog

## 0.3.7: 2023-12-07

- 🐛 BUGFIX: Fix crash in Firefox with shadowed popovers --
[#160](https://github.com/oddbird/popover-polyfill/pull/160)
- 📝 DOCS: Add better ESM use examples --
[#161](https://github.com/oddbird/popover-polyfill/pull/161)
- 🏠 INTERNAL: Upgrade dependencies

## 0.3.6: 2023-12-01

- 🐛 BUGFIX: Allow `Esc` to be preventable --
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": "@oddbird/popover-polyfill",
"version": "0.3.6",
"version": "0.3.7",
"description": "Popover Attribute Polyfill",
"license": "BSD-3-Clause",
"publishConfig": {
Expand Down

0 comments on commit 92677cc

Please sign in to comment.