Skip to content

Latest commit

 

History

History
162 lines (85 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

162 lines (85 loc) · 10.1 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.20 (2024-09-25)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.19 (2024-08-23)

Bug Fixes

2.0.18 (2024-07-01)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.17 (2024-01-26)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.16 (2024-01-26)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.15 (2024-01-23)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.14 (2023-10-02)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.13 (2023-09-28)

Bug Fixes

  • deps: update non-major package dependencies (#590) (80c4e81)

2.0.12 (2023-08-24)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.11 (2023-08-23)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.10 (2023-07-28)

Bug Fixes

  • deps: update non-major package dependencies (#556) (6831969)

2.0.9 (2023-07-21)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.8 (2023-06-12)

Bug Fixes

  • deps: update non-major package dependencies (#543) (08856fc)

2.0.7 (2023-04-19)

Bug Fixes

  • deps: update non-major package dependencies (#528) (5df36aa)

2.0.6 (2023-03-17)

Bug Fixes

2.0.5 (2023-03-17)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.4 (2023-02-17)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.3 (2022-11-07)

Bug Fixes

  • splitter: update isFixed to leverage enter key handling (#488) (05e1711)

2.0.2 (2022-11-01)

Bug Fixes

  • splitter: use WAI-ARIA specified actions and values (#487) (7173f46)

2.0.1 (2022-10-10)

Note: Version bump only for package @zendeskgarden/container-splitter

2.0.0 (2022-07-13)

  • fix(splitter)!: refactor with improved type interfaces (#464) (590f359), closes #464

BREAKING CHANGES

    • make aria-label a required attribute of getSeparatorProps (will fix the missing label in react-components)
  • use standard isLeading & isFixed boolean types rather than position and type enums
  • shift environment to be optional and work off document rather than window context for API consistency
  • added separatorRef as a required prop. This aligns the API with other Garden containers and eliminates an awkward ownership problem where the previous returned ref had to merge and spread in the right order. The consumer should own element ref assignments.
  • remove SplitterOrientation, SplitterType, and SplitterPosition enum exports
  • useSplitter no longer receives arbitrary HTML prop spread. This is inconsistent with other containers and yields arbitrary results as composeEventHandlers was being incorrectly applied to document- (not component-) level events.

Along with the following fixes...

  • splitter drag continues to work even if the mouse leaves the page
  • enhanced API readability in Storybook
  • overall major simplification of useSplitter code with targeted memoization for callbacks that are compute intensive

1.0.0 (2022-06-17)

Note: Version bump only for package @zendeskgarden/container-splitter

0.2.3 (2022-05-05)

Bug Fixes

  • splitter: fixes focus on pointer and adds a horizontal keyboard map (2d27f7d)

0.2.2 (2022-03-31)

Note: Version bump only for package @zendeskgarden/container-splitter

0.2.1 (2022-02-28)

Note: Version bump only for package @zendeskgarden/container-splitter

0.2.0 (2022-01-25)

Bug Fixes

  • splitter: fix offset for pointer to separator alignment (#405) (b1383d4)

Features

0.1.1 (2021-11-30)

Note: Version bump only for package @zendeskgarden/container-splitter

0.1.0 (2021-11-08)

Bug Fixes

Features