Releases: resuite/retend
Releases · resuite/retend
v0.0.7
What's Changed
- Syntax Examples. by @adebola-io in #15
- v0.0.7 by @adebola-io in #16
Full Changelog: v0.0.15-alpha...v0.0.7-alpha
v0.0.15-alpha
What's Changed
- Implement VNode and related classes for virtual DOM representation.
- Add
setGlobalContext
andgetGlobalContext
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
- Rewrite algorithm for
For
function to reduce and batch DOM updates. - Implement custom caching keys for
For
items. - Implement
onBeforeNodesMove
andonBeforeNodeRemove
For hooks. - Deproxy
useObserver
callback values automatically.