Releases: jahilldev/hypnode
Releases · jahilldev/hypnode
Release list
1.3.1
1.3.0
- Reworked
hfunction 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
1.2.1
Ideal 1.1.9
- Updated dependencies
- Fixed
render()method types (HTMLElement | null) to matchquerySelectoretc - Added catch for "falsey" root element
Hypnode 1.1.8
- Updated dev dependencies
- Adjusted
.prettierrrcandsettings.jsonfile
Hypnode 1.1.7
- Now exports
type Stateto better defineuseStatereturn. - Updated
READMEwith example for use with WebComponents
Hypnode 1.1.6
- Updated
READMEwith clearer instructions
Hypnode 1.1.5
- Updated
README"SSR" instructions withhypnode-serverutility
Hypnode 1.1.4
- Added filter to virtual
DOMobjects to remove nonHTMLattributes