Releases: dy/hyperf
Releases · dy/hyperf
Release list
1.9.0
1.8.0
- xhtm replaces htm: real HTML input (void tags, optional closers, comments, tables)
- O(1) reactive text updates: primitive emits set .data directly, no re-diff
- Auto-dispose: subscriptions release when the element or the observable is dropped
- Fix: two observable props wrote to the same attribute
- Fix: numeric style values threw
- Fix: hyphenated class names mangled by literal stripping
- bench/index.js: npm run bench
Full Changelog: v1.7.0...v1.8.0
v1.5.0
- Support direct fragments
<>foo</> - Support templates
<template></template> - Support reactives in component results
- Fixed subscriptions collector
- Streamlined code
Full Changelog: v1.1.0...v1.5.0