Skip to content

Releases: resuite/retend

v0.0.7

03 Apr 14:53
52d002a
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.15-alpha...v0.0.7-alpha

v0.0.15-alpha

07 Mar 17:18
Compare
Choose a tag to compare
v0.0.15-alpha Pre-release
Pre-release

What's Changed

  • Implement VNode and related classes for virtual DOM representation.
  • Add setGlobalContext and getGlobalContext functions to change rendering mode.
  • Static Site Generation with the unfinished-ssg Vite plugin.
  • Fixed a bug in the router where router.back() doesnt work for non-stack-mode apps.
  • Refactor Fast Refresh plugin and move it to @adbl/unfinished/plugin module.
  • Deno!

v0.0.14-alpha

19 Feb 19:36
Compare
Choose a tag to compare
v0.0.14-alpha Pre-release
Pre-release
  • Rewrite algorithm for For function to reduce and batch DOM updates.
  • Implement custom caching keys for For items.
  • Implement onBeforeNodesMove and onBeforeNodeRemove For hooks.
  • Deproxy useObserver callback values automatically.