Releases: jahilldev/hypnode
Releases · jahilldev/hypnode
Hypnode 1.1.3
- Fixed environment check to stop server side error
Hypnode 1.1.2
- Exposed
IVNode
interface for use by external libraries
Hypnode 1.1.1
- Added virtual DOM fallback if run on the server
- Provided simple
render
function to aid with output - Updated
README
with new functionality
Hypnode 1.0.9
- Fixed nested components causing incorrect render behavior
- Updated README with new package size
Hypnode 1.0.7
- Introduced hook function into component state
- Updated
README
with an example ofuseState
hook
Hypnode 1.0.6
- Provided broad overview of usage in
README
file - Increased code test coverage to 95%
- Ability to transpile JSX down to
h
function calls - Completed
ref
and event binding API