0.84b - Gravettian
·
503 commits
to main
since this release
Patch Notes. 0.84b (Gravettian).
(5 November 2025). 04:14GMT. Stable Release.
- Components can now be made to update silently.
- Component initialisation no longer fires
.onprogramchangeevents - DALS.Timeline will now branch correctly if a user is several commits behind the head
- Deep proxies cannot be made redundant on the same variable
- Improved directional data flow binding by allowing
.bindingwith separate.onprogramchange/.onuserchangehandling (similar to a set accessor tracking data sources) - Introduced this.from_binding_fire_silently: boolean flag
this.vcan no longer fire this.fireFromBinding() when user agent changes are made to a component
- Updated documentation to reflect recent changes.