Skip to content

0.84b - Gravettian

Choose a tag to compare

@Confoederatio Confoederatio released this 05 Nov 04:17
· 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 .onprogramchange events
  • 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 .binding with separate .onprogramchange/.onuserchange handling (similar to a set accessor tracking data sources)
  • Introduced this.from_binding_fire_silently: boolean flag
    • this.v can no longer fire this.fireFromBinding() when user agent changes are made to a component
  • Updated documentation to reflect recent changes.