0.81b - Bohunician
·
533 commits
to main
since this release
Patch Notes. 0.81b (Bohunician)
(26 October 2025). 00:23GMT. Stable Release.
- Extending ve.Component no longer requires get name()/set name() as it is automatically handled by super
- Finished restyling ve.Button, ve.Checkbox, ve.FileExplorer
- Resolved outstanding syntax errors with Vercengen
- this.options is now guaranteed across all ve.Components.
- ve.Features can now accept strings, functions, and singleton ve.Components
- ve.FileExplorer now aborts and logs errors where appropriate to the user
- Vercengen features now extend ve.Feature.
- Added ve.Feature methods: addComponents(arg0_components_obj), removeComponents(arg0_components_obj)
- ve.Feature is guaranteed to destructure arg0_components_obj where present, and to contain .close()/.remove() methods