v1.15.5
Bugfixes
Autocomplete suggestions are more accessible
The autocomplete dropdown now works for screen reader users in VoiceOver on Safari and NVDA on Chrome.
Autocomplete is no longer cropped
When in a modal dialog, the autocomplete is no longer cropped.
- fix: make autosuggest list appear over modal dialog
#1649
Accessibility improvements to toggle buttons
There are no more toggle buttons in Pinafore – instead, there are just buttons whose labels change. This was based on feedback from @MarcoZehe, so thanks very much to him for his help!
- fix: media nav buttons should be a list
#1648 - fix: remove aria-pressed entirely
#1647 - fix: use radio buttons for pinning timelines
#1644 - fix: convert many toggle buttons into regular buttons
#1643 - fix: use radiogroup for instance switcher
#1634 - fix: more consistent toggle button aria-label/title
#1626
Card links properly escape HTML
You should see fewer ' and other HTML entities in card titles/descriptions.
- fix: fix more html entities in card titles
#1628
Pinafore builds properly on Node v13
Pinafore should now build properly on Node v13 thanks to a node-sass update. Thanks @saper!
- chore(package): update node-sass to 4.13.0
#1625