mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
1.2 KiB
1.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Unreleased
Added
- Batched updates with
batch().
Changed
- Improved graph updating algorithm.
- Graph nodes no longer destroy children; only owned.
Fixed
- Graph edge case where a destroyed node can be readded if it was queued for evaluation before being destroyed.
[0.1.1] - 2023-09-30
Added
cleanup()accepts objects with aDestroy()orDisconnect()interface.read()as a utility to read sources or passthrough a non-source value.
Changed
- Reactive scopes created within reactive scopes are now destroyed on rerun.
untrack()can be called outside of reactive scopes.changed()will also run its callback with the initial property value.
Fixed
show()andswitch()not updating when in strict mode.
[0.1.0] - 2023-09-20
- Initial release