Releases: oddbird/popover-polyfill
Releases · oddbird/popover-polyfill
v0.5.2
What's Changed
- 📝 DOCS: Add favicon, sponsor text, and new demo url by @jgerigmeyer in #230
- 🏠 INTERNAL: Upgrade dependencies
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- 🐛 BUGFIX: Fix setting
el.popover = null
by @jgerigmeyer in #229
- 🏠 INTERNAL: Upgrade dependencies
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- 💥 BREAKING:
main
entry point (used byrequire("@oddbird/popover-polyfill")
) now points to the default build, which automatically applies the polyfill -- #223 - 🚀 NEW: Add CommonJS build -- #223
- 🏠 INTERNAL: Upgrade dependencies
New Contributors
- @FelipeSilva916 made their first contribution in #223
Full Changelog: v0.4.4...v0.5.0
v0.4.4
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
- @dvdherron made their first contribution in #187
- @jamesnw made their first contribution in #206
- @Totati made their first contribution in #215
Full Changelog: v0.4.3...v0.4.4
v0.4.3
- 🐛 BUGFIX: Check for
window
before applying polyfill -- #201 - 🐛 BUGFIX: Expose
injectStyles
function -- #200
Full Changelog: v0.4.2...v0.4.3
v0.4.2
- 🐛 BUGFIX: Fix support for
dialog
popovers -- #199 - 🏠 INTERNAL: Upgrade dependencies
Full Changelog: v0.4.1...v0.4.2
v0.4.1
- 🚀 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