Skip to content

Releases: kobaltedev/kobalte

@kobalte/tailwindcss@0.6.5

04 May 12:15
3dd9959
Compare
Choose a tag to compare

Patch Changes

@kobalte/core@0.9.5

04 May 12:15
3dd9959
Compare
Choose a tag to compare

Patch Changes

@kobalte/core@0.9.4

29 Apr 13:32
c2d8406
Compare
Choose a tag to compare

Patch Changes

@kobalte/tailwindcss@0.6.4

28 Apr 12:45
a2cc3f7
Compare
Choose a tag to compare

Patch Changes

  • 817f3f2: fix: remove tailwind warnings

@kobalte/tailwindcss@0.6.3

28 Apr 10:57
025872f
Compare
Choose a tag to compare

Patch Changes

  • 38933c8: fix: tailwind color not exported when using kobalte ui colors

@kobalte/tailwindcss@0.6.2

28 Apr 10:42
e44105c
Compare
Choose a tag to compare

Patch Changes

  • de2ba76: Add Kobalte UI color palettes

@kobalte/utils@0.7.1

25 Apr 08:33
1ace7a8
Compare
Choose a tag to compare

Patch Changes

  • 1b87fc6: fix exports in @kobalte/utils

@kobalte/core@0.9.3

25 Apr 11:30
8826504
Compare
Choose a tag to compare

Patch Changes

@kobalte/core@0.9.2

25 Apr 08:33
1ace7a8
Compare
Choose a tag to compare

Patch Changes

  • 1b87fc6: fix exports in @kobalte/utils
  • Updated dependencies [1b87fc6]
    • @kobalte/utils@0.7.1

@kobalte/vanilla-extract@0.4.0

24 Apr 05:41
518e01c
Compare
Choose a tag to compare

Minor Changes

  • 9b52a46: ## Breaking changes

    • Update minimum required solid-js version to 1.7.0.
    • For all components having the following props:
      • isDisabled prop is now disabled.
      • isRequired prop is now required.
      • isReadOnly prop is now readOnly.
      • isOpen prop is now open.
      • isPressed prop is now pressed.
      • isChecked prop is now checked.
      • isIndeterminate prop is now indeterminate.
      • isModal prop is now modal.
      • isPersistent prop is now persistent.
      • defaultIsOpen prop is now defaultOpen.
      • defaultIsChecked prop is now defaultChecked.
      • defaultIsPressed prop is now defaultPressed.
      • onValueChange prop is now onChange.
      • onCheckedChange prop is now onChange.
      • onPressedChange prop is now onChange.
    • MultiSelect has been removed, use <Select.Root multiple> instead.
    • Select:
      • value, defaultValue and onChange prop uses same type as Select options instead of string.
      • valueComponent prop has been removed, use Select.Value render prop instead.

    New features

    • Added Combobox component.
    • Added Tooltip component.
    • Added support for multiple Toast.Region.

    Bug fixes