Skip to content

Releases: kobaltedev/kobalte

@kobalte/core@0.13.1

03 May 06:04
025db21
Compare
Choose a tag to compare

Patch Changes

  • 16789fb: ## v0.13.1 (May 3, 2024)

    New features

    • NumberField: improve input handling (#379) (#395)

    Bug fixes

    • Slider: call onChangeEnd on blur after changing value (#402)
    • Select: options non reactive inside suspense (#401)
    • Combobox: close on select with focus trigger mode (#400)
    • Menu: open link menu items (#397)

@kobalte/core@0.13.0

01 May 02:33
e486f7f
Compare
Choose a tag to compare

Minor Changes

@kobalte/core@0.12.6

16 Mar 20:45
a8160aa
Compare
Choose a tag to compare

Patch Changes

  • 570a6e9: ## v0.12.6 (March 16, 2024)

    New features

    • NumberField: allowedInput defaults to locale and format characters. (#372)

@kobalte/core@0.12.5

14 Mar 19:18
8e34972
Compare
Choose a tag to compare

Patch Changes

  • eae01e1: ## v0.12.5 (March 14, 2024)

    Bug fixes

    • NumberField: value stuck on NaN (#364)
    • NumberField: locale decimal value (#369)

@kobalte/core@0.12.4

09 Mar 20:39
543c835
Compare
Choose a tag to compare

Patch Changes

  • 459d05b: ## v0.12.4 (March 9, 2024)

    New features

    • NumberField: add rawValue prop (#364)

    Bug fixes

    • NumberField: fix SSR (#364)

@kobalte/core@0.12.3

05 Mar 16:04
e83cf28
Compare
Choose a tag to compare

Patch Changes

@kobalte/core@0.12.2

29 Feb 15:04
3b53e11
Compare
Choose a tag to compare

Patch Changes

  • 21ad251: ## v0.12.2 (February 29, 2024)

    New features

    • Update to Solid 1.8.15 and Solid
      Start 0.5.10 (#300) (#337)
    • Use solid-prevent-scroll for scroll lock (#345)
    • Allow configurable combobox and select components close after
      selection (#339)

    Bug fixes

    • Slider: fix onChangeEnd getting called twice (#324)
    • Slider: focus the correct thumb onSlideEnd (#331)
    • Slider: fix getClosestValueIndex ambiguity (#331)
    • Slider: fix Home/End/PageDown/PageUp keys (#331)
    • Skeleton: update exports from index.tsx (#331)
    • ContextMenu: add context.setAnchorRect call on pointer down (#338)
    • DropdownMenu: scroll into view when triggered by keyboard (#337)
    • Menubar: expand hightlighted trigger (#337)
    • Menubar: dont auto open when closed from trigger (#337)
    • Modal: correctly unlock scroll when disposed in different
      order (#337)
    • Combobox: pass virtualized to listbox (#341)

    @kobalte/tests

    Use vitest

@kobalte/core@0.12.1

18 Jan 20:42
fa6d58b
Compare
Choose a tag to compare

Patch Changes

  • 86827c8: ## v0.12.1 (January 18, 2024)

    Bug fixes

    • Rerelease Menubar, removed by mistake in 0.12.0.

@kobalte/core@0.12.0

14 Jan 00:00
05e043a
Compare
Choose a tag to compare

Minor Changes

@kobalte/core@0.11.2

21 Oct 20:19
2f5802a
Compare
Choose a tag to compare

Patch Changes