Releases: chakra-ui/chakra-ui
@chakra-ui/react@3.34.0
Minor Changes
- #10597
f11219d
Thanks @kalisaNkevin! - - [New]
DatePicker: Add new datepicker component for date selection
Patch Changes
-
94517fa
Thanks @segunadebayo! - Fix export gaps for
Ark UI components:- Select: Expose
Select.Listcomponent (for virtualization support) - Combobox: Export
ComboboxSelectionDetailstype (as
Combobox.SelectionDetailsin namespace) - Listbox: Export
ListboxScrollToIndexDetails,
ListboxSelectionDetails,ListboxSelectionModetypes (as
Listbox.ScrollToIndexDetails,Listbox.SelectionDetails,
Listbox.SelectionModein namespace) - Menu: Export
MenuValueChangeDetailstype (asMenu.ValueChangeDetails
in namespace)
- Select: Expose
-
be18f13
Thanks @segunadebayo! - Fix TypeScript
error when passingreftoCheckboxGroup. -
0aa89d0
Thanks @segunadebayo! - FixglobalCss
silently ignoring element selectors that match utility shorthands (e.g.p,
m,h,w).Previously,
p: { margin: '0 0 1em' }inglobalCsswas treated as the
paddingutility instead of a<p>element selector, causing the styles to
be silently dropped. -
59bf8f6
Thanks @segunadebayo! - - Field: Fix
Field.ErrorIcondefault 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
@chakra-ui/panda-preset@3.34.0
@chakra-ui/codemod@3.34.0
Patch Changes
a3c5396
Thanks @segunadebayo! - - Fix issue where
Stepswas added to the import list.- Fix issue where
ChakraProvider value={defaultSystem}was wrapped in
String()— the system engine is passed through correctly.
- Fix issue where
@chakra-ui/cli@3.34.0
Patch Changes
-
ba23d64
Thanks @segunadebayo! - Add--tsconfig
flag tochakra typegenand automatic tsconfig resolution usingtsconfck.This fixes an issue where
typegenfailed in projects with solution-style
tsconfig setups (e.g. Vite's defaulttsconfig.jsonwithreferences),
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
Patch Changes
d5e7073
Thanks @segunadebayo! - - Upgrade
recharts to 3.7.0- Prefer responsive prop over
ResponsiveContainerwhen using
Chart.Root. Theresponsiveprop avoids React 19 compatibility issues
thatResponsiveContainercan trigger. - React 19 + immer fix: If you see "lanes" is read-only errors, add
immer: ">=11.0.1"to your package manager's overrides.
- Prefer responsive prop over
@chakra-ui/react@3.33.0
Minor Changes
60a0a8b
Thanks @segunadebayo! - - Checkbox:
Fixed individual checkbox props being overridden byCheckboxGroupwhen
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
thumbCollisionBehaviorprop to control collision handling between
thumbs (none, push, swap) - Fixed thumb drag behavior from edge in
thumbAlignment="contain"mode
- Added
- Steps: Added validation support with
isStepValid,isStepSkippable,
andonStepInvalidprops - Switch: Fixed
api.toggleChecked()not working - Tags Input: Added
placeholderprop that shows when no tags exist - Textarea: Fixed change event not being emitted after clearing controlled
textarea - Tooltip: Added
data-instantattribute for instant animations when
switching between multiple tooltip triggers - Tree View: Fixed initial focus when first node/branch is disabled
- Color Picker: Fixed color not updating when selecting black shades in
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
@chakra-ui/panda-preset@3.33.0
@chakra-ui/codemod@3.33.0
Patch Changes
113bc55
Thanks @segunadebayo! - Refactor codemod to
support more component props
@chakra-ui/cli@3.33.0
@chakra-ui/cli@3.33.0
@chakra-ui/charts@3.33.0
@chakra-ui/charts@3.33.0