mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-01-12 22:44:36 +08:00
1.6 KiB
1.6 KiB
Unreleased changes
Use the changelog guidelines to format new entries. 💜
Use the 🤖Skip Changelog label to ignore a failing changelog check in your pull request if you feel the code changes do not warrant a changelog entry.
Breaking changes
Deprecations
New components
Enhancements
-
Added support for dual values to
RangeSlidercomponent (#784) -
Updated type restrictions for
AnnotatedSectionto allow itstitleprop to acceptReact.ReactNodeinstead ofstring(#1431)
Bug fixes
- Fixed an issue where the JavaScript breakpoints incorrectly set the navigation bar collapsed breakpoint (#1475)
- Added a border to
Toastmessages to make them more visible in Windows high contrast mode (#1469) - Fixed iOS bug on
DataTablewhere fixed column was not visible #1426
Documentation
Development workflow
Dependency upgrades
-
Removed runtime dependency on
@shopify/imagesas we never needed it at runtime (#1474) -
Remove
@shopify/react-utilities. Replace some of the functionality with@shopify/css-utilitiesor by moving the utilities into polaris itself. (#1473)