Skip to content

Releases: oddbird/popover-polyfill

v0.3.4

28 Nov 19:00
3c4adc0
Compare
Choose a tag to compare
  • 🚀 NEW: Wrap styles in :where() to lower specificity in the cascade -- #153

Full Changelog: v0.3.3...v0.3.4

v0.3.3

28 Nov 15:21
03153a2
Compare
Choose a tag to compare
  • 🐛 BUGFIX: Check slotted content for autofocus delegate -- #150
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

13 Nov 16:27
5bdd41e
Compare
Choose a tag to compare
  • 🚀 NEW: Update TypeScript definitions to be compatible with v5 -- #146
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.3.1...v0.3.2

v0.3.1

28 Oct 23:40
fe48e1c
Compare
Choose a tag to compare
  • 🐛 BUGFIX: Assign to adoptedStyleSheets rather than using push -- #141
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Oct 14:46
9e3364a
Compare
Choose a tag to compare
  • 💥 BREAKING: Automatically inject styles from JS -- #137
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.2.3...v0.3.0

v0.2.3

18 Sep 15:34
0c174b6
Compare
Choose a tag to compare
  • 💥 BREAKING: Drop :open styles -- #128
  • 📝 DOCS: Fix link in README -- #108
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

06 Jun 15:56
4741167
Compare
Choose a tag to compare
  • 🚀 NEW: Add support for older browsers, e.g. Firefox 91, Chrome ~80 -- #103
  • 🐛 BUGFIX: Do not error if querySelector APIs are invoked with null or undefined -- #105
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

  • @p-ob made their first contribution in #105

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 May 02:35
dc5ea32
Compare
Choose a tag to compare
  • 🐛 BUGFIX: Fix infinite loop for removed popovers -- #99
  • 🐛 BUGFIX: Expose CSS entry point as @oddbird/popover-polyfill/css and @oddbird/popover-polyfill/dist/popover.css
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Apr 14:52
ac6b393
Compare
Choose a tag to compare
  • 🚀 NEW: Support for :popover-open pseudo selector, including a polyfill for JavaScript API methods (querySelector, querySelectorAll, matches, and closest) -- #84
  • 🐛 BUGFIX: Return null for disconnected elements -- #90
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.1.1...v0.2.0

v0.1.1

24 Mar 18:16
d7023ef
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1