Skip to content

Releases: vegarringdal/custom-elements-hmr-polyfill

1.0.3-correct commits

19 Jul 18:18
Compare
Choose a tag to compare

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

11 Jul 18:13
Compare
Choose a tag to compare

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

04 Jul 19:02
Compare
Choose a tag to compare

fix dist folder in release

1.0.1

04 Jul 18:24
Compare
Choose a tag to compare

Fixes bug #38 with extended class, thanks to @douglascvas

1.0.0-beta.2

01 Sep 02:01
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

This is a pre-released beta version.