Skip to content

v0.4.2

Choose a tag to compare

@replete replete released this 18 Sep 13:52
· 20 commits to main since this release

New Feature: Dynamic dialog polyfill loading

This makes extended browser support more seamless to the user, while allowing control if you wanted to manage the polyfill yourself or disable entirely.

  • Implement dynamic dialog polyfill loading, including a custom-built polyfill distributable, controllable in config dialogPolyfill: '/dist/dialog-polyfill.withcss.min.js'
    • if there's missing <dialog> support, and polyfill is already loaded mount, if not loaded load in dialog-polyfill.withcss.min.jsand then mount
  • remove old bm:render event approach
  • Update packages

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