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.52.1
v3.52.0
SimpleModal
- Capture all keyboad originating in Simple Modal 9bd401c
- improves closing workflow when multiple modals present b9d24e3
- adds blocksGlobalHotkeys to Modal, SimpleModal and SidePanel 089e061
Tooltip
- (fix) Remove some arrow position styles
DropList
- (fix) always show the input border to avoid flashes f4de222
v3.51.0
v3.50.1
v3.48.1-2 Microsurveys Pre-Release
v3.48.1-1 Microsurveys Pre-Release
3.50.0
Add cssReset prop to HSDS Provider + GlobalStyles
- Allows for apps that use HSDS to 'reset' styles on elements
3.49.1
useClickOutside hook
- Adds a check if the element clicked is still visible to run the callback
3.49.0
Table
- Adds the ability to clear padding on cells of a given column using
clearCellPadding: true
- Adds convenience class of
fill-table-cell
to apply styles that make the direct descendant of a cell fill the space available
- Adds convenience class of
- Prevents firing
onRowClick
when a button or anchor tag inside a cell is activated (clicked or pressing enter)