what stackpulse tracks
Chakra UI releases from GitHub
StackPulse watches Chakra UI release notes and keeps the original source link close to every summary.
Accessible component system for React applications StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Chakra UI release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release significantly improves the performance of the `upgrade` command and enhances the dry-run preview functionality. It also fixes several bugs related to file parsing and unused package checks.
Users of the Chakra UI codemod tool will benefit from faster execution and improved dry-run previews.
Consider using the updated codemod tool for faster and more informative upgrades.
This patch release fixes indentation calculation in the TreeView component, ensuring custom indentation values work as expected without extra offsets.
Users of Chakra UI's TreeView component with custom indentation settings may be affected by the fixed indentation calculation.
Review TreeView component usage if custom indentation values were specified.
This release introduces several new features including a DateInput component with segmented fields, improved focus management for overlays, and configurable keyboard stepping for NumberInput. It also includes various fixes for Dialog, Drawer, and Menu components.
Developers using Chakra UI components like Dialog, Drawer, Accordion, or NumberInput may need to update their implementations to leverage new features or handle minor behavioral changes.
Review the new features and update components like Dialog, Drawer, and NumberInput to take advantage of the new functionality.
This release includes fixes for UI clipping issues in `RadioCard` and `CheckboxCard` components and updates to sync the theme with `@chakra-ui/react`.
Users utilizing `RadioCard` or `CheckboxCard` components with `overflow` properties on parent elements are affected.
Update to version 3.36.1 to resolve clipping issues.
This patch release includes several bug fixes and performance improvements, particularly around CSS prop application and recipe components. It also adds a new method to OverlayManager.
Users experiencing CSS prop issues or using recipe components in performance-sensitive contexts will benefit most from this update.
Update to this version to benefit from bug fixes and performance improvements.
This release includes updates to dependencies and internal improvements, focusing on compatibility with newer TypeScript versions and modernizing the fetch API usage.
Developers using TypeScript 6+ or requiring `HTTPS_PROXY` support are affected.
Update to this version to ensure compatibility with TypeScript 6+ and modern fetch API usage.
This release updates the minimum Node.js version requirement to >=22, as Node.js 18 and 20 have reached end-of-life.
Users running Node.js 18 or 20 will need to upgrade to Node.js >=22 to continue using this package.
Upgrade to Node.js >=22 if using Node.js 18 or 20.
This release introduces a new `FloatingPanel` component and updates Ark UI to v5.37.2, bringing improvements to various components like `Splitter`, `Color Picker`, and `Dialog`. Several bug fixes and enhancements are also included.
Developers using Chakra UI components like `Splitter`, `Color Picker`, and `Dialog` will benefit from the updates and bug fixes.
Update to version 3.36.0 to take advantage of the new features and improvements.
This release improves error messaging in the `chakra typegen` command, providing clearer guidance when the input file does not export a Chakra system.
Developers using `chakra typegen` with files that do not export a Chakra system will benefit from clearer error messages.
Update to version 3.36.0 to benefit from improved error messaging in `chakra typegen`.
This release includes minor styling adjustments to the DatePicker input placeholder and Link focus ring behavior.
Developers using the DatePicker input or Link components may notice styling changes.
Review the updated styling for DatePicker placeholders and Link focus rings to ensure compatibility with your application.