Changelog
0.15.1
Remove()
.Changelog
0.15.0
panelMode
is outer
, the menu will become inner
when fullscreen.guify-fullscreen
CSS class that attaches to the root when fullscreen is enabledbarMode = "none"
behavior to match docspanelOverflowBehavior
parameter to GUI opts, which lets you make the panel scrollable if it grows beyond the edge of the container.range
and display
title
componentstext
, range
, and checkbox
inputFontFamily
param to theme objects, allowing a secondary font just for input fields"Hack"
font won't be downloadedrange
and interval
components respect precision
more closely. precision
now affects the value itself, meaning the value and its display will always match.interval
components with a log
scale, wherein setting the value text would cause the wrong value to be usedChangelog
0.14.2
range
and color
componentstitle
componentChangelog
0.14.1
interval
height and background2rem
by default
display
componentChangelog
0.14.0
text
components using a new listenMode
option. New values are "input"
(default) and "change"
.interval
component, and added the new features from the range
improvements in 0.13.0.
steps
has been removed for logarithmic sliders.precision
for the readouts.SetEnabled(Bool)
.
"colorTextDisabled"
and "colorComponentBackgroundDisabled"
to support this. If you're using a custom theme, make sure you add values for these!Thank you to @indivisualvj for your PR (#20)!
Changelog
0.13.0
range
component.
steps
has been removed for logarithmic sliders.Changelog
0.12.0