v3.21.0
Enhancements
- Added a
subtitle
andthumbnail
prop toPage
(#1880)
Bug fixes
- Fixed accessibility issue with ChoiceList errors not being correctly connected to the inputs (#1824)
- Fixed
Tab
aria-controls
pointing to a non-existentPanel
id
(#1869) - Fixed
Toast
accessibility issue by movingaria-live
prop toToastManager
(#1873)
Code quality
- Use
@shopify/typescript-configs
as the base oftsconfig.json
for the project (#1829)