Releases: CarbonPackages/Carbon.RangeEditor
Releases · CarbonPackages/Carbon.RangeEditor
0.1.7
0.1.6
✨ Ratio mode
If the unit i set to %
, the min
value 0
or bigger, the max
value 100
or smaller and ratio
is set to true
,
it will show the ratio of the two values. For example, if the value is set to 30
, the left value will show 30%
and
the right value will show 70%
.
'Foo.Bar:Element':
properties:
ratio:
type: integer
ui:
inspector:
editor: 'Carbon.RangeEditor/Editor'
editorOptions:
ratio: true
min: 25
max: 75
step: 5
🐛 Fixed
- The input field is debounced, so it is finally possible to set the value with the keypad
- Handle arrows keys and page up/down keys in the text input field
- Check if the value from the input field fits into the step settings
Full Changelog: 0.1.5...0.1.6
0.1.5
Full Changelog: 0.1.4...0.1.5
0.1.4
Full Changelog: 0.1.3...0.1.4
0.1.3
Add option to show/hide the minimal and the maximal label
Full Changelog: 0.1.2...0.1.3
0.1.2
Full Changelog: 0.1.1...0.1.2
0.1.1
Full Changelog: 0.1.0...0.1.1