Skip to content

Releases: CarbonPackages/Carbon.RangeEditor

0.1.7

02 Dec 14:02
33ae5f5
Compare
Choose a tag to compare

Full Changelog: 0.1.6...0.1.7

0.1.6

26 Nov 00:23
aee37f3
Compare
Choose a tag to compare

✨ 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
Screenshot of the ratio mode

🐛 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

12 Oct 13:54
23d6648
Compare
Choose a tag to compare

Full Changelog: 0.1.4...0.1.5

0.1.4

24 Sep 12:03
9eef10a
Compare
Choose a tag to compare

Full Changelog: 0.1.3...0.1.4

0.1.3

11 Sep 11:55
78e304e
Compare
Choose a tag to compare

Add option to show/hide the minimal and the maximal label

Full Changelog: 0.1.2...0.1.3

0.1.2

01 Feb 10:28
01a9436
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.1.2

0.1.1

17 Dec 12:26
303e379
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

0.1.0

06 Nov 13:50
1f04dae
Compare
Choose a tag to compare