This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Releases: helpscout/hsds-react
Releases · helpscout/hsds-react
v3.34.5
v3.34.4
v3.35.0-0
- Replaced children clone with context 5fe1ca0
- PR Review comments d759585
- Added tests for Survey component 82bde3e
- Split Survey variant into separate component 78da72c
- Solved merge conflicts 08e93ad
- 3.34.0-1 e29ead9
- Added prop to force feedback form 4363820
- 3.34.0-0 9be1347
- Added thumbs up/down survey (WIP) d9e15e0
v3.34.3
v3.34.2
v3.34.1
v3.34.0
DropList and Table enhancements
Droplist:
- Adds
menuAriaLabel
to set manually a label, removes the one downshift adds - Improves focusing workflows
Table:
- Sortable header cells are buttons that can be focused and acted on
- Support for returning a promise on the sorter function so the Table can focus back on the button
- Remove old tabindex expectation on sortable header cell c8f7de3
- simplifies story db1f703
- removes key event handler on toggler dbd4c3c
- DropList adjustments 193cec0
- renames a variable name 4b7b61b
- Adds bit about promises on the sorter function doc 3f4667b
- Switches div for button in sorter, uses focus ring mixing, adds the ability to refocus if promise returned 81bdc28
- Adds menuAriaLabel to DropList 4e4f450
- Adds tab-index to sortable header cell a380ab0