0.6.3 — Additional features
Pre-release
Pre-release
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 requiresdrawCircle
.Container
is no longer respected byscrollIntoView
, useFluidScrollable
instead.
New features:
- Styles can tint nodes as a whole, including changing their opacity by altering the
a
channel.
Theopacity
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 fromFluidPopup
.MapFrame
was introduced to replaceMapSpace
. 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!