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.
- Moved
ResourceItem
to its own component (#1774) - Updated
ResourceList
sort to show an inline label (#1774) - Removed the
tap-highlight-color
forButtons
(#1545)
- Removed
Tooltip
on disabledPagination
buttons (#1963) - Fixed accessibility labels on
ResourceList.Item
persistent action disclosure icon (#1973) - Fixed accessibility issue with
Autocomplete
where keyboard navigation of options was laggy and skipped options(#1887) - Fixed bug where
Autocomplete
was bubbling up theEnter
key event unexpectedly (#1887) - Fixed
ContextualSaveBar
actions overflowing on small screens (#1967)
- Updated example section to include new examples and remove old ones (#1979)
- Updated example for the
ResourceList.Item
persistent actions accessibility labels (#1973) - Removed
FilterControl
documentation and case studies fromResourceList
documentation (#1774) - Updated
ResourceList
examples to useFilters
(#1774) - Added an example to
Filters
showing the use ofchildren
(#1774) - Added guidance for making animated gifs in PRs and issues more accessibility-friendly #1998
- Added
RadioButton
guidance to make one option selected by default #2005
- Removed mocks in various tests suites that are now redundant (#1978)
- Deprecated
FilterControl
. UseFilters
instead (#1774)