Skip to content

1.8.0

Choose a tag to compare

@dy dy released this 29 Jul 14:16
· 7 commits to main since this release
  • 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