mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-01-12 17:02:42 +08:00
2.6 KiB
2.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
Enhancements
- Moved
ResourceItemto its own component (#1774) - Updated
ResourceListsort to show an inline label (#1774) - Removed the
tap-highlight-colorforButtons(#1545)
Bug fixes
- Removed
Tooltipon disabledPaginationbuttons (#1963) - Fixed accessibility labels on
ResourceList.Itempersistent action disclosure icon (#1973) - Fixed accessibility issue with
Autocompletewhere keyboard navigation of options was laggy and skipped options(#1887) - Fixed bug where
Autocompletewas bubbling up theEnterkey event unexpectedly (#1887) - Fixed
ContextualSaveBaractions overflowing on small screens (#1967)
Documentation
- Updated example section to include new examples and remove old ones (#1979)
- Updated example for the
ResourceList.Itempersistent actions accessibility labels (#1973) - Removed
FilterControldocumentation and case studies fromResourceListdocumentation (#1774) - Updated
ResourceListexamples to useFilters(#1774) - Added an example to
Filtersshowing the use ofchildren(#1774) - Added guidance for making animated gifs in PRs and issues more accessibility-friendly #1998
- Added
RadioButtonguidance to make one option selected by default #2005
Development workflow
Dependency upgrades
Code quality
- Removed mocks in various tests suites that are now redundant (#1978)
Deprecations
- Deprecated
FilterControl. UseFiltersinstead (#1774)