Skip to content

0.82b - Châtelperronian

Choose a tag to compare

@Confoederatio Confoederatio released this 30 Oct 21:29
· 510 commits to main since this release

Patch Notes. 0.82b (Châtelperronian)

(30 October 2025). 21:26GMT. Stable Release.

  • Created autodoc system that automatically generates mixed HTML/JSDoc documentation using an altered Minami theme with custom CSS/JS injection.
  • Finished beta-stage documentation for most of Vercengen, with documentation live at https://confoederatio.org/Vercengen/.
  • fireFromBinding()/fireToBinding() now propagates up the .owners tree and fires .onuserchange/.onprogramchange events, meaning that encapsulating Components (i.e. ve.Interface .onchange) should now listen to child change events by default.
  • ve.Feature now resolves to being the .owner or root of .owners for ve.Component elements that are not contained within a ve.Class.
  • ve.FileExplorer_<method_key> private methods have been moved underneath the ve.FileExplorer class as static methods.