Skip to content

0.71b - Aterian

Choose a tag to compare

@Confoederatio Confoederatio released this 12 Oct 03:39
· 535 commits to main since this release

Patch Notes. 0.71b (Aterian).

(11 October 2025). 20:36GMT. Stable Release.

  • Added ve.Map Component (primitive).
  • Added ve.Scene Feature.
  • Bugfix for height/width relating to ve.Window.
    • Changed default for ve.Window height to be 'auto'.
  • Math.roundNumber(), String.formatNumber() now added in addition to Colour.hexToRGB() and Colour.RGBToHex().
  • ve.Checkbox now accepts type boolean for value.
    • ve.Checkbox.onchange now fires for manually changing boolean checkboxes.