mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update changelog
This commit is contained in:
parent
2ae65a0194
commit
bbda0426da
1 changed files with 12 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -4,14 +4,25 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- `cleanup()` accepts objects with a `Destroy()` or `Disconnect()` interface.
|
||||||
|
- `read()` as a utility to read sources or passthrough a non-source value.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Reactive scopes created within reactive scopes are now destroyed on rerun.
|
- Reactive scopes created within reactive scopes are now destroyed on rerun.
|
||||||
- `untrack()` can be called outside of reactive scopes.
|
- `untrack()` can be called outside of reactive scopes.
|
||||||
|
|
||||||
---
|
### Fixed
|
||||||
|
|
||||||
|
- `show()` and `switch()` not updating when in strict mode.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
## [0.1.0] - 2023-09-20
|
## [0.1.0] - 2023-09-20
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue