what stackpulse tracks
Base UI releases from GitHub
StackPulse watches Base UI release notes and keeps the original source link close to every summary.
Unstyled UI components for building accessible interfaces StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Base 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 focuses on bug fixes and improvements across various components, including Accordion, Autocomplete, Checkbox, Combobox, and more. Notable changes include enhanced keyboard navigation, focus management, and edge case handling.
Developers using the OTP Field component will need to update their imports due to the breaking change.
Update imports for OTP Field from `OTPFieldPreview` to `OTPField`.
This release focuses on performance improvements, bug fixes, and enhancements across various components, including significant mount/unmount performance gains and better handling of popups and focus management.
Developers using OTP Field need to update their code due to the breaking change in method naming.
Update OTP Field implementations to use `normalizeValue()` instead of `sanitizeValue()`.
This release introduces several optimizations, bug fixes, and new features across various components, including improvements to keyboard navigation, hover interactions, and accessibility. The `Drawer` component is now stable, marking a breaking change for users.
Users of the `Drawer` component are affected by the breaking change, requiring updates to import statements.
Update `Drawer` import statements to use the stable version.