Skip to content

0.6.3 — Additional features

Pre-release
Pre-release
Compare
Choose a tag to compare
@ArthaTi ArthaTi released this 26 Feb 19:51
· 260 commits to main since this release
3aeb037

This is the final release from the 0.6.x series, unless an important bugfix or patch is needed. Next up on the road is 0.7.0.

Breaking:

  • FluidBackend now requires drawCircle.
  • Container is no longer respected by scrollIntoView, use FluidScrollable instead.

New features:

  • Styles can tint nodes as a whole, including changing their opacity by altering the a channel.
    The opacity field exists as a shortcut.
  • New nodes: FieldSlot, Checkbox, Radiobox, NumberInput, Slider, SwitchSlot.
  • Scrolling is now implemented separately from mouse input, using FluidScrollable.
  • New showcase article on writing forms.

Bugfixes & improvements:

  • Fix #58: Spaces now accurately calculate and distribute space.
  • FileInput now inherits from FluidPopup.
  • MapFrame was introduced to replace MapSpace. The latter is now deprecated.
  • beforeResize now fires before any node that is resized, instead of before the entire tree is resized.
  • Resizing is now far faster, as text is only rendered when necessary, during drawing.
  • The showcase now has an outline!