Skip to content

Releases: choojs/nanocomponent

v6.5.2

20 Apr 16:37
Compare
Choose a tag to compare
  • Allow SVGs as the root node (#79)
  • Update deps

v7.0.0-beta1

03 Mar 04:55
Compare
Choose a tag to compare
v7.0.0-beta1 Pre-release
Pre-release
  • 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

11 Feb 21:19
Compare
Choose a tag to compare
  • Update nanotiming@7.2.0
  • Update devdeps: tap-run, dependency-check, browserify, bankai

v6.4.6

06 Dec 02:21
Compare
Choose a tag to compare
  • Proxy elements are created matching the root node returned from the createElement method. (πŸ™@tornqvistπŸ™)

v6.4.5

03 Dec 19:33
Compare
Choose a tag to compare
  • Pin on-load to v3.3.4 to fix node import.

v6.4.4

03 Dec 19:13
Compare
Choose a tag to compare
  • Pin on-load to v3.3.3 to fix unbundled electron import.

v6.4.3

03 Dec 06:47
Compare
Choose a tag to compare
  • Pin on-load to 3.3.2 to fix unbundled electron import.

v6.4.1

12 Sep 01:11
Compare
Choose a tag to compare
  • Fixed afterreorder hook typo. πŸ™ tornqvist
  • Update on-load to handle <head> loading and for addded assertions.

v6.4.0

04 Sep 20:25
Compare
Choose a tag to compare
  • Added: .rerender() method to allow re-rendering with the last rendered arguments if internal state changes.
  • Updated docs for rerender.
  • Add a few more pitfall pointers in the lifecycle API docs around rerendering in beforerender.

v6.3.0

24 Aug 17:40
Compare
Choose a tag to compare