Skip to content

v1.45.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 13:54
· 74 commits to main since this release
f7add66

Added

  • Slider ComposableScreen UIElement — a continuous numeric input bound to
    a variable. Value is stored as a stringified float (kind: "float") so
    expressions/conditions coerce it numerically. Props: variableName,
    defaultValue (number), min (0), max (1), step (0 = continuous), plus
    minimumTrackTintColor / maximumTrackTintColor / thumbTintColor and
    disabled. Schema refines min <= max. Exposed via SliderElementProps and
    the UIElement union / UIElementSchema.