Minor changes
- feat: adds a context for active descendant (PR #30528 by ling1726)
- feat: Decouple activedescendant handling from react state (PR #30539 by ling1726)
- Deprecate consistent-callback-args test (PR #30301 by YuanboXue-Amber)
- BREAKING CHANGE: change
consistent-callback-args
test option to test selected props instead of ignoring props (PR #30376 by YuanboXue-Amber) - Dismiss Menu when MenuLinkItem is clicked. (PR #30497 by SantoshPisini)
- BREAKING: rename createAtom() to createMotionComponent() & createPresence() to createPresenceMotion() (PR #30550 by layershifter)
- BREAKING: remove exports for atom & presence definitions (PR #30548 by layershifter)
- feat: add "clearable" prop (PR #30512 by layershifter)
Patches
- fix: moved sized icons to styling (PR #30551 by ValentinaKozlova)
- fix: remove new Date() from prop destructuring (PR #30519 by spmonahan)
- chore: disable consistent-callback-type lint rule for existing callbacks (PR #30293 by YuanboXue-Amber)
- fix: DatePicker renders a semantic button for voice control (PR #30499 by smhigley)
- fix: remove new Date() from prop destructuring (PR #30519 by spmonahan)
- chore: update style hooks to return state (PR #30513 by layershifter)
- chore: update style hooks to return state (PR #30513 by layershifter)
- fix: MenuPopover should stay open for submenu even when not openOnHover (PR #30486 by ling1726)
- chore: update style hooks to return state (PR #30513 by layershifter)
- feat: add onMotionFinish() callback to createPresenceComponent() (PR #30529 by layershifter)
- feat: add PresenceGroup component (PR #30543 by layershifter)
- chore: update style hooks to return state (PR #30513 by layershifter)
- fix: remove component assignment from prop destructuring (PR #30520 by spmonahan)
- fix: update vertical styling for RatingDisplay to fix vertical alignment (PR #30465 by tomi-msft)
- chore: disable consistent-callback-type lint rule for existing callbacks (PR #30293 by YuanboXue-Amber)
- fix: focus-visible polyfill should only register in scope (PR #30517 by ling1726)
- Active modal checks if an element outside of it is a virtual child of a modal before setting aria-hidden.' (PR #30501 by mshoho)
- refactor: update activedescendant management from combobox (PR #30539 by ling1726)
- chore: disable consistent-callback-type lint rule for existing callbacks (PR #30293 by YuanboXue-Amber)
- chore: update style hooks to return state (PR #30513 by layershifter)
- fix: Remove import cycle between assertSlots.ts and index.ts (PR #30555 by behowell)