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.48.0
3.47.0
Emoticon Animation CSS
- We extracted the animation code into a css snippet that can be include anywhere when needed
- We also add a prop (
withAnimation
) that will wrap the Emotion with an animation container, but the animation can be attach to any parent that contain anEmoticon
component through the css snippet
Popover
- We also add a new
renderAnimation
prop toPopover
that would allow us to change the wrapper element around Popover to customize the animation
3.46.0
DropList: SelectTag
- Adds the ability to add a Tooltip
ActionSelect
- Adds the ability to set the SelectTag tooltip directly from the component
Switch
- Improves focus state
v3.45.0
v3.44.1
v3.44.0
v3.43.0
v3.42.0
IconButton status indicator #1028
This update add a status indicator on the IconButton
component. Some new UI work requires this button to have a red dot on demand. It was easier to implement within the core component vs doing it as a new component in our hs-app-ui stack. The status indicator was build mainly for the outlined button, but it is supported for all variants.