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
Tiny icons for mailbox rewrite and aria-labelledby
v3.35.9
v3.35.8
HSDS 4 prep work
- lower coverage threshold to 90% across the board 1724d86
- Adds hsds-beacon scope as potential fallbacks eec98d9
- Removes noop dependency from components 440f88d
- Removes Centralize as dependency for other HSDS components 1cf378c
- ChatList: Removes Hr dependency 25996af
- styled: removes unused testHelpers and tests 77bd4a7
- import styled-components directly 2cd68ed
- Tooltip: Remove GlobalContext 44da186
- Remove ScopeProvider from Messages stories 3527677
- Accordion: removes globalcontext dependency e21137d
- editable field bug fix 6d8a632
v3.35.7
Tags forwarded ref
To apply a tooltip correctly to the Tag
, we had to refactor the component to use forwardRef
.
We were able to remove the tagRef use internally. Seems that it was not needed anymore to validate the animation was on the correct element.
At the same time, we fixed an issue with the focus ring tag radius and also improve the X
button placement (so that the focus ring doesn't overlap the tag content)
v.3.35.6
Tags CANI
With this update, we wanted to make it easier to customize the Tag component.
- Colors & sizes were moved to the root component.
- The default classname is now assigned to the root component
- We add the
elementClassname
prop in case developer want to pass a className directly to the tag. - We add more css variables to help with customization (
--tagTextColor
&tagBackgroundColor
)
v3.35.5
v3.35.4
Table
- Adds the ability of animating the removal and addition of rows with
animateRows
AvatarRow
- Fixes an issue where sometimes when dynamically loading avatars and the container width was also dynamic we got into a corrupt state and show all avatars collapsed even when there seemed to be enough space to show more than one.