Skip to content

Releases: CarbonPackages/Carbon.RangeEditor

0.1.14

09 Jan 09:16
1298e49
Compare
Choose a tag to compare

0.1.13

01 Jan 17:19
903e028
Compare
Choose a tag to compare

Full Changelog: 0.1.12...0.1.13

0.1.12

30 Dec 12:38
e289a27
Compare
Choose a tag to compare

Full Changelog: 0.1.11...0.1.12

0.1.11

28 Dec 22:44
597920a
Compare
Choose a tag to compare

Full Changelog: 0.1.10...0.1.11

0.1.10

25 Dec 19:53
c9f782b
Compare
Choose a tag to compare

Full Changelog: 0.1.9...0.1.10

0.1.9

23 Dec 09:16
21d2c36
Compare
Choose a tag to compare

Full Changelog: 0.1.8...0.1.9

0.1.8

22 Dec 15:00
3a0a845
Compare
Choose a tag to compare

Full Changelog: 0.1.7...0.1.8

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