Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Releases: helpscout/hsds-react

v3.33.1

17 Jan 16:16
Compare
Choose a tag to compare

AvatarRow: Show a minimum amount of avatars before folding (minAvatarsShown)

v3.32.1...v3.33.1

v3.33.0

13 Jan 18:16
Compare
Choose a tag to compare

v3.32.1...v3.33.0

v3.32.1

11 Jan 10:47
Compare
Choose a tag to compare

MessageCard body variable support (#1013) bdfed8b

v3.32.0...v3.32.1

v3.32.0

08 Dec 15:39
Compare
Choose a tag to compare

ScrollableContainer enhancements

  • useFancyAnimationScroller docs added 72e39e8
  • adds useFancyAnimationScroller 4a34dd5
  • Updates full example with complex footer 4a76eb3
  • Recalculate shadows when scrollable height changes 1e1d834
  • simplify observer prop c1cde2c
  • make observers opt-in 5e8628d
  • Remove observers from header and footer simplemodal layout d00a7a1
  • EditableField.Input: potential memory leak fixed 50ae295
  • ScrollableContainer: adds ForwardRef, sections "resizable aware", onScrollableSectionsStateChange 3f2349c
  • Use the SetupObserver found in useMeasureNode 9395b17
  • useMeasureNode: Changes name from useClientRect, adds the ability to use ResizeObserver b48cf15
  • useScrollShadow: Returns top and bottom sections scrolled state 9632a88

v3.31.0...v3.32.0

v3.31.4

06 Dec 11:43
Compare
Choose a tag to compare

Fix enter/space keypress for Radio input (#1009) b653d56

v3.31.3...v3.31.4

v3.31.3

03 Dec 12:29
Compare
Choose a tag to compare

call onLoad for Avatar in constructor, when image already in cache (#1008) 9f79cf9

v3.31.2...v3.31.3

v3.31.2

02 Dec 10:43
Compare
Choose a tag to compare

Allow deselecting ChoiceGroup item via Enter/Space keypress (#1007) 144b0ac

v3.31.1...v3.31.2

v3.31.1

02 Dec 09:51
Compare
Choose a tag to compare

Various improvements/bug fixes (#1006) 2d7f8fc

  • Trapped focus works for Shift + Tab when container is focused
  • ChoiceGroup single select works with deselecting when Checkbox is used as children
  • CheckMarkCard - screen reader reads provided label just once

v3.31.0...v3.31.1

v3.31.0

22 Nov 16:57
Compare
Choose a tag to compare

SimpleModal: Adds "Header and Footer" layout

  • ignore layout file coverage aa5b05c
  • Adds test cases to scrollable container 0b4ff27
  • Proptypes added to layout 05527a2
  • Adds headerandfooter layout for SimpleModal 0e024d5
  • Adds customCloseButton, width, height and zindex on the button to SimpleModal 8a09b7a
  • Adjusts the padding on the sidepanel example 4cc0637
  • Permits passing just content to each section on ScrollableContainer 0db536a

v3.30.0...v3.31.0

v.3.30.0

19 Nov 15:48
Compare
Choose a tag to compare

New component: ScrollableContainer

  • upgrade some deps e55cdc5
  • Adds a little note about css grid on docs 6791143
  • updates tests with simplebar case ec3f6c0
  • Embeds simplebar support b1d5a80
  • Adds useClientRect custom hook 5313599
  • simple bar support 46158c3
  • Feedback 91ae66d
  • Merge branch 'main' into feature/scrollable-container f7446f4
  • Adds ScrollableContainer dea1671
  • Adds deprecation notes to Scrollable 55601e3
  • Extracts scrollable effect from SidePanel into a custom hook: useScrollShadow 1a3a11e

v3.29.5...v3.30.0