v0.4.2
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
- if there's missing <dialog> support, and polyfill is already loaded mount, if not loaded load in
- remove old
bm:renderevent approach - Update packages
Full Changelog: v0.4.1...v0.4.2