Add flag to disable setting of default properties

This commit is contained in:
centauri 2025-06-23 21:36:51 +01:00
parent 3c2fafa1cd
commit 5f752fe903
3 changed files with 18 additions and 12 deletions

View file

@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `show()` now receives a source to its callback returning the current value
of the condition.
- Ignore `false` passed as a child.
- Flag `vide.defaults` to disable the setting of default properties.
### Changed