Skip to content

Releases: jahilldev/hypnode

1.3.1

Choose a tag to compare

@jahilldev jahilldev released this 28 Aug 14:59
  • Export Tag type definition for hypnode-server

1.3.0

Choose a tag to compare

@jahilldev jahilldev released this 28 Aug 14:54
  • 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

Choose a tag to compare

@jahilldev jahilldev released this 21 Aug 15:24
  • Fix for root resolution when parent is sibling component

1.2.1

Choose a tag to compare

@jahilldev jahilldev released this 21 Aug 11:46
  • Fixed issue resolving component root when parent renders
  • Changed structure of types

Ideal 1.1.9

Choose a tag to compare

@jahilldev jahilldev released this 19 Aug 12:50
  • Updated dependencies
  • Fixed render() method types (HTMLElement | null) to match querySelector etc
  • Added catch for "falsey" root element

Hypnode 1.1.8

Choose a tag to compare

@jahilldev jahilldev released this 31 Jan 13:12
  • Updated dev dependencies
  • Adjusted .prettierrrc and settings.json file

Hypnode 1.1.7

Choose a tag to compare

@jahilldev jahilldev released this 27 Jan 11:14
  • Now exports type State to better define useState return.
  • Updated README with example for use with WebComponents

Hypnode 1.1.6

Choose a tag to compare

@jahilldev jahilldev released this 09 Dec 09:14
  • Updated README with clearer instructions

Hypnode 1.1.5

Choose a tag to compare

@jahilldev jahilldev released this 09 Dec 09:08
  • Updated README "SSR" instructions with hypnode-server utility

Hypnode 1.1.4

Choose a tag to compare

@jahilldev jahilldev released this 05 Dec 17:24
  • Added filter to virtual DOM objects to remove non HTML attributes