Skip to content

Releases: chakra-ui/chakra-ui

@chakra-ui/react@3.34.0

03 Mar 14:55
88e5f9f

Choose a tag to compare

Minor Changes

Patch Changes

  • 94517fa
    Thanks @segunadebayo! - Fix export gaps for
    Ark UI components:

    • Select: Expose Select.List component (for virtualization support)
    • Combobox: Export ComboboxSelectionDetails type (as
      Combobox.SelectionDetails in namespace)
    • Listbox: Export ListboxScrollToIndexDetails,
      ListboxSelectionDetails, ListboxSelectionMode types (as
      Listbox.ScrollToIndexDetails, Listbox.SelectionDetails,
      Listbox.SelectionMode in namespace)
    • Menu: Export MenuValueChangeDetails type (as Menu.ValueChangeDetails
      in namespace)
  • be18f13
    Thanks @segunadebayo! - Fix TypeScript
    error when passing ref to CheckboxGroup.

  • 0aa89d0
    Thanks @segunadebayo! - Fix globalCss
    silently ignoring element selectors that match utility shorthands (e.g. p,
    m, h, w).

    Previously, p: { margin: '0 0 1em' } in globalCss was treated as the
    padding utility instead of a <p> element selector, causing the styles to
    be silently dropped.

  • 59bf8f6
    Thanks @segunadebayo! - - Field: Fix
    Field.ErrorIcon default size so it stays aligned with error text instead of
    expanding when the error area is full width.

@chakra-ui/panda-preset@3.34.0

03 Mar 14:55
88e5f9f

Choose a tag to compare

@chakra-ui/panda-preset@3.34.0

@chakra-ui/codemod@3.34.0

03 Mar 14:55
88e5f9f

Choose a tag to compare

Patch Changes

  • a3c5396
    Thanks @segunadebayo! - - Fix issue where
    Steps was added to the import list.
    • Fix issue where ChakraProvider value={defaultSystem} was wrapped in
      String() — the system engine is passed through correctly.

@chakra-ui/cli@3.34.0

03 Mar 14:55
88e5f9f

Choose a tag to compare

Patch Changes

  • ba23d64
    Thanks @segunadebayo! - Add --tsconfig
    flag to chakra typegen and automatic tsconfig resolution using tsconfck.

    This fixes an issue where typegen failed in projects with solution-style
    tsconfig setups (e.g. Vite's default tsconfig.json with references),
    because path aliases like @/* couldn't be resolved.

    # Auto-resolves (works with Vite's default setup)
    chakra typegen lib/theme/theme.ts
    
    # Explicit tsconfig
    chakra typegen lib/theme/theme.ts --tsconfig tsconfig.app.json

@chakra-ui/charts@3.34.0

03 Mar 14:55
88e5f9f

Choose a tag to compare

Patch Changes

  • d5e7073
    Thanks @segunadebayo! - - Upgrade
    recharts
    to 3.7.0
    • Prefer responsive prop over ResponsiveContainer when using
      Chart.Root. The responsive prop avoids React 19 compatibility issues
      that ResponsiveContainer can trigger.
    • React 19 + immer fix: If you see "lanes" is read-only errors, add
      immer: ">=11.0.1" to your package manager's overrides.

@chakra-ui/react@3.33.0

11 Feb 08:58
80a661f

Choose a tag to compare

Minor Changes

  • 60a0a8b
    Thanks @segunadebayo! - - Checkbox:
    Fixed individual checkbox props being overridden by CheckboxGroup when
    rendering
    • Color Picker: Fixed color not updating when selecting black shades in
      controlled mode
    • Dialog/Popover: Fixed issue where closing nested dialogs/popovers would
      incorrectly close parent layers
    • Menu: Fixed glitchy submenu behavior when hovering between trigger items
      quickly
    • Number Input: Fixed cursor positioning issues after clicking label or
      scrubbing
    • Pagination: Fixed next trigger not being disabled when count is 0
    • Scroll Area: Added overflow CSS variables for scroll fade effects
      (--scroll-area-overflow-{x,y}-{start,end})
    • Slider:
      • Added thumbCollisionBehavior prop to control collision handling between
        thumbs (none, push, swap)
      • Fixed thumb drag behavior from edge in thumbAlignment="contain" mode
    • Steps: Added validation support with isStepValid, isStepSkippable,
      and onStepInvalid props
    • Switch: Fixed api.toggleChecked() not working
    • Tags Input: Added placeholder prop that shows when no tags exist
    • Textarea: Fixed change event not being emitted after clearing controlled
      textarea
    • Tooltip: Added data-instant attribute for instant animations when
      switching between multiple tooltip triggers
    • Tree View: Fixed initial focus when first node/branch is disabled

Patch Changes

  • 2b8360b
    Thanks @segunadebayo! - CodeBlock: Fix
    overlay and floating elements scrolling out of view when horizontally
    scrolling long code lines.

@chakra-ui/panda-preset@3.33.0

11 Feb 08:58
80a661f

Choose a tag to compare

@chakra-ui/panda-preset@3.33.0

@chakra-ui/codemod@3.33.0

11 Feb 08:58
80a661f

Choose a tag to compare

Patch Changes

@chakra-ui/cli@3.33.0

11 Feb 08:58
80a661f

Choose a tag to compare

@chakra-ui/cli@3.33.0

@chakra-ui/charts@3.33.0

11 Feb 08:58
80a661f

Choose a tag to compare

@chakra-ui/charts@3.33.0