Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Lodin Lodin released this 14 Oct 14:21
· 4 commits to master since this release

An important release that fixes a couple of severe bugs that existed in earlier versions.

The first bug was connected with incorrect tag registering, which resulted in a situation when any element created with this polyfill had the UNDEFINED tag name, which is entirely wrong.

The second bug was less harmful and was that the overridden whenDefined method didn't follow the specification. It didn't correctly wait for the element definition, which could break the correct code that works in browsers that implement this feature.