Skip to content

Releases: jahilldev/hypnode

1.3.1

28 Aug 14:59
Compare
Choose a tag to compare
  • Export Tag type definition for hypnode-server

1.3.0

28 Aug 14:54
Compare
Choose a tag to compare
  • Reworked h function to return an object rather than HTML element directly.
  • Adjusted render() to return DOM nodes as well as output to root element.
  • Improved useState() and life cycle changes.
  • Added useEffect() to provide pre and post update hooks.

1.2.2

21 Aug 15:24
Compare
Choose a tag to compare
  • Fix for root resolution when parent is sibling component

1.2.1

21 Aug 11:46
Compare
Choose a tag to compare
  • Fixed issue resolving component root when parent renders
  • Changed structure of types

Ideal 1.1.9

19 Aug 12:50
Compare
Choose a tag to compare
  • Updated dependencies
  • Fixed render() method types (HTMLElement | null) to match querySelector etc
  • Added catch for "falsey" root element

Hypnode 1.1.8

31 Jan 13:12
Compare
Choose a tag to compare
  • Updated dev dependencies
  • Adjusted .prettierrrc and settings.json file

Hypnode 1.1.7

27 Jan 11:14
Compare
Choose a tag to compare
  • Now exports type State to better define useState return.
  • Updated README with example for use with WebComponents

Hypnode 1.1.6

09 Dec 09:14
Compare
Choose a tag to compare
  • Updated README with clearer instructions

Hypnode 1.1.5

09 Dec 09:08
Compare
Choose a tag to compare
  • Updated README "SSR" instructions with hypnode-server utility

Hypnode 1.1.4

05 Dec 17:24
Compare
Choose a tag to compare
  • Added filter to virtual DOM objects to remove non HTML attributes