Skip to content

Releases: pmndrs/leva

leva@0.9.35

11 Jun 08:23
b333a28
Compare
Choose a tag to compare

Patch Changes

  • d658bf0: fix(leva): update radiux-ui for peer deps

leva@0.9.34

28 Oct 13:13
57143f0
Compare
Choose a tag to compare

Patch Changes

  • 8b21a5c: fix: scrolling long panels

leva@0.9.33

28 Oct 10:08
6196c2c
Compare
Choose a tag to compare

Patch Changes

  • 01eb144: fix(Leva): disable dev warning

@leva-ui/plugin-dates@0.9.32

28 Oct 13:13
57143f0
Compare
Choose a tag to compare

Patch Changes

  • 8b21a5c: fix: scrolling long panels
  • Updated dependencies [8b21a5c]
    • leva@0.9.34

leva@0.9.32

22 Oct 14:05
816d15c
Compare
Choose a tag to compare

Patch Changes

  • 33b2d99: option to set order of inputs and folders

@leva-ui/plugin-dates@0.9.31

22 Oct 14:05
816d15c
Compare
Choose a tag to compare

Major Changes

  • 14a5605: feat: new date picker plugin

leva@0.9.31

02 Sep 17:39
5a9b023
Compare
Choose a tag to compare

Patch Changes

  • 466f307: feat: useControls returns a get function

leva@0.9.30

03 Aug 18:07
4abba1c
Compare
Choose a tag to compare

Patch Changes

  • fd8b07f: feat: add onDrag / onDragStart / onDragEnd callbacks when dragging Leva panel.
  • 81acf37: fix: allow interval to be set externally with [number, number]

leva@0.9.29

07 Jul 10:37
2c63c34
Compare
Choose a tag to compare

Patch Changes

  • 29aece8: Fix a an issue where a string starting with a number would be considered as a number with a potentially long unit. Now we consider a string as a number when its suffix is less than 4 characters long.

leva@0.9.28

27 Jun 08:19
cc5710e
Compare
Choose a tag to compare

Patch Changes

  • 61f88f7: [number]: unit can be symbols such as '%' (#349)