v0.3.0
Pre-release
Pre-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.