Releases: choojs/nanocomponent
Releases Β· choojs/nanocomponent
v6.5.2
v7.0.0-beta1
- Update nanomorph@6.0.0-beta1.
- Store a real dom-node reference to the proxy node for nanomorph to use.
- This should fix leaky proxy nodes and improve failure modes.
npm i nanocomponent@beta --save
v6.5.1
v6.4.6
- Proxy elements are created matching the root node returned from the
createElement
method. (π@tornqvistπ)
v6.4.5
v6.4.4
v6.4.3
v6.4.1
- Fixed
afterreorder
hook typo. π tornqvist - Update
on-load
to handle<head>
loading and for addded assertions.
v6.4.0
v6.3.0
- Added: Use
nanoassert
in the browser.