mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Add implicit effects recursively creating more implicit effects for children
This commit is contained in:
parent
4c639f8388
commit
b44b9ef2ba
6 changed files with 170 additions and 112 deletions
|
|
@ -12,11 +12,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
- `create("ClassName", { props })` and `create(Instance, { props })` syntax.
|
||||
- `cleanup()` now accepts `thread` types.
|
||||
- Implicit effects to set children can now recursively create more implicit
|
||||
effects to set children.
|
||||
|
||||
### Changed
|
||||
|
||||
- A scope can no longer be destroyed while it is active. Strict mode will check
|
||||
for this.
|
||||
- Implicit effects to set children now unparent all children when the effect is
|
||||
destroyed.
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue