Releases: infernojs/inferno
Releases · infernojs/inferno
v9.0.11
v9.0.10
v9.0.9
v9.0.8
v9.0.7
v9.0.5
v9.0.4
v9.0.4
- Deduplicate isValidElement util function implementation by @Zt0 in #1682
- chore: remove single dependency, fs-extra by @iambumblehead in #1687
- resolve renderToString renders truthy checked from falsy defaultChecked by @iambumblehead in #1686
- fix: wrong dom value after edit then patch (#1683) by @iambumblehead in #1684
- added helper type for
InfernoKeyedNode#1680
New Contributors
Full Changelog: v9.0.3...v9.0.4
v9.0.3
Inferno core
"Inferno is in development mode" - console log entry removed #1573, Inferno will still throw warning when:
- Development bundle is used in minified code (production environment) and
SKIP_INFERNO_WARNINGSis not set https://github.com/infernojs/inferno/blob/master/packages/inferno/src/index.ts#L37-L58 - Production bundle is used indirectly in when node.process_env is development https://github.com/infernojs/inferno/blob/master/packages/inferno/index.mjs#L3-L7