Skip to content

Releases: kobaltedev/kobalte

@kobalte/[email protected]

07 Oct 22:04
7631960
Compare
Choose a tag to compare

Patch Changes

  • 0be957c: ## v0.13.7 (October 7, 2024)

    Bug fixes

    • ToggleGroup: root value type definition (#479)
    • Collapsible: close animation on default open (#483)
    • Toast: filter dismissed toasts in region (#489)

@kobalte/[email protected]

27 Aug 16:48
365b34e
Compare
Choose a tag to compare

Patch Changes

Bug fixes

  • Update missing export from @kobalte/utils (#477)

@kobalte/[email protected]

27 Aug 16:48
365b34e
Compare
Choose a tag to compare

Patch Changes

@kobalte/[email protected]

26 Aug 23:39
4555f8d
Compare
Choose a tag to compare

Patch Changes

  • aa6f894: ## v0.13.5 (August 27, 2024)

    New features

    • Tooltip: add skipDelayDuration prop (#467)

    Bug fixes

    • NumberField: only format when enabled (#456)
    • NumberField: don't trigger onRawValueChange on mount when NaN (#456)
    • Select: correct type definition & empty value for multiselect (#456)
    • TextField: clear input when controlled value set to undefined (#456)
    • Combobox: correct type definition & empty value for multiselect (#456)
    • Skeleton: correct data-animate & data-visible attribute value (#456)
    • Combobox: close list on outside click (#456)
    • NavigationMenu: incorrect animation after closed (#456)
    • Tabs: recalculate indicator styles on resize (#458)
    • Pagination: correctly render fixedItems with low page count (#464)
    • Combobox: prevent opening on input with triggerMode="manual" (#465)
    • NumberField: precision handling with floating point offsets and value snapping (#468)

@kobalte/[email protected]

22 Jul 15:39
7ceb249
Compare
Choose a tag to compare

Patch Changes

  • 1b888fa: ## v0.13.4 (June 22, 2024)

    New features

    • Add source exports (#408)
    • Support string style prop (#432)

    Bug fixes

    • Combobox: convert textValue with optionTextValue (#436)
    • Polymorphic: override the component prop of <Dynamic /> (#437)
    • Slider: inverted slider thumb in the wrong position (#441)
    • Wait for presence to finish before enabling scroll (#447)

@kobalte/[email protected]

03 Jun 22:37
4bf5a40
Compare
Choose a tag to compare

Patch Changes

@kobalte/[email protected]

29 May 22:01
baab165
Compare
Choose a tag to compare

Patch Changes

  • a430a78: ## v0.13.2 (May 29, 2024)

    Bug fixes

    • Refactored polymorphic element type in CommonProps (#420)

@kobalte/[email protected]

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/[email protected]

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

Minor Changes

@kobalte/[email protected]

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)