Skip to content

Bindings and Lifecycle methods return the instance and new docs

Choose a tag to compare

@phillipskevin phillipskevin released this 28 Jun 18:39
· 151 commits to master since this release

This works now:

const el1 = new Element().initialize( props );
const el2 = new Element().bindings(props).initialize();

Also, all of the documentation has been overhauled.

#45