Minor changes
- fix: Updating FluentProvider types to avoid implicit import in API definition. (PR #33590 by khmakoto)
- feature: single line layout (PR #32247 by bsunderhus)
- feature: introduces navigationMode property (PR #33658 by bsunderhus)
- feature: TreeRootReset component (PR #33663 by bsunderhus)
- feature: re-export react-tag-picker context (PR #32247 by bsunderhus)
- feature: TreeRootReset component (PR #33663 by bsunderhus)
- [BREAKING CHANGE] Replacing NavSize type and size prop with NavDensity type and density prop to avoid collisions with size on base Drawer component. (PR #33559 by mltejera)
Patches
- fix spinbutton test (PR #33680 by carlamntn)
- bugfix: secondaryContent not displaying properly (PR #33689 by bsunderhus)
- fix: wrong call of useIsNavigatingWithKeyboard (PR #33666 by mainframev)
- fix: add autoCorrect and minLength input properties support to getNativeProps utility (PR #33642 by dmytrokirpa)
- chore: Moving @ctrl/tinycolor dependency to be a caret dependency in production packages. (PR #33611 by khmakoto)
- fix: focus jumps to inputY instead of next element (PR #33620 by ValentinaKozlova)
- feat: Added
transparent
option to the AlphaSlider (PR #33572 by ValentinaKozlova) - fix: support Enter and Space interaction, if rendered as span (PR #33587 by mainframev)
- chore: Moving @ctrl/tinycolor dependency to be a caret dependency in production packages. (PR #33611 by khmakoto)
- feat: add extended support for reduced motion (PR #33353 by layershifter)
- refactor(Collapse): streamline motion atom functions (PR #33463 by robertpenner)
- fix: Speeding up animations in Nav. (PR #33588 by mltejera)
- fix - changing hover animation curve to linear. (PR #33633 by mltejera)