Skip to content

Releases: oddbird/popover-polyfill

v0.4.4

22 Jul 18:56
2923aea
Compare
Choose a tag to compare

What's Changed

  • 🐛 BUGFIX: Add support for slotting elements into popovers by @Totati in #215
  • 📝 DOCS: Expand and style the demo page by @dvdherron in #187
  • 🏠 INTERNAL: Add issue templates, Code of Conduct, and Security policies by @jamesnw in #206 and #207
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

26 Apr 17:24
d95f396
Compare
Choose a tag to compare
  • 🐛 BUGFIX: Check for window before applying polyfill -- #201
  • 🐛 BUGFIX: Expose injectStyles function -- #200

Full Changelog: v0.4.2...v0.4.3

v0.4.2

25 Apr 16:12
90a367e
Compare
Choose a tag to compare
  • 🐛 BUGFIX: Fix support for dialog popovers -- #199
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: v0.4.1...v0.4.2

v0.4.1

27 Mar 19:27
f1e9d2a
Compare
Choose a tag to compare
  • 🚀 NEW: Add isPolyfilled method to check if polyfill is applied -- #193
  • 🐛 BUGFIX: Support environments (e.g. SSR) that don't have window -- #194
  • 🐛 BUGFIX: Support nested popovers inside shadow DOM -- #190
  • 📝 DOCS: Add note about FOUC workarounds -- #182
  • 🏠 INTERNAL: Switch to Dependabot for dependency updates
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Feb 17:37
fcf6ed9
Compare
Choose a tag to compare
  • 🚀 NEW: Add support for CSS cascade layers -- #178
  • 🐛 BUGFIX: Ensure click events correctly cross out of ShadowDOM -- #177
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

Full Changelog: v0.3.8...v0.4.0

v0.3.8

16 Jan 16:32
962700d
Compare
Choose a tag to compare
  • 🐛 BUGFIX: Allow synthetic click events to target popovers -- #170
  • 🏠 INTERNAL: Upgrade dependencies

v0.3.7

07 Dec 17:17
92677cc
Compare
Choose a tag to compare
  • 🐛 BUGFIX: Fix crash in Firefox with shadowed popovers -- #160
  • 📝 DOCS: Add better ESM use examples -- #161
  • 🏠 INTERNAL: Upgrade dependencies

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6

01 Dec 16:23
bc226e8
Compare
Choose a tag to compare
  • 🐛 BUGFIX: Allow Esc to be preventable -- #158
  • 📝 DOCS: Add caveat about :host styles -- #157

Full Changelog: v0.3.5...v0.3.6

v0.3.5

29 Nov 16:58
3018fd0
Compare
Choose a tag to compare
  • 🐛 BUGFIX: Fix incorrect isFocusable result for ShadowRoot -- #155
  • 🚀 NEW: Prepend default styles to lower specificity in the cascade -- #156

Full Changelog: v0.3.4...v0.3.5

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