Releases: vegarringdal/custom-elements-hmr-polyfill
Releases · vegarringdal/custom-elements-hmr-polyfill
1.0.3-correct commits
Managed make release tag on github before I had pushed all the updates.
This does not affect NPM
Making this release tag so someone can easly compare changes on next version
1.0.3
1
Option to stop deep patch since this is breaking some libs like lit-element
Add this before pollyfill:
(window as any).HMR_SKIP_DEEP_PATCH = true
Might need to add more option/better solution for this.
2
Fixed attributeChangedCallback init callback when that attribute was not added to html yet
It also return null on namespace (need to figure out more about this part...)
1.0.2
fix dist folder in release
1.0.1
Fixes bug #38 with extended class, thanks to @douglascvas
1.0.0-beta.2
This is a pre-released beta version.