Mitch-At-Work
Mitch-At-Work
## New Behavior ScrollTo hooks for scrolling animated or instantly to a specific item index Callback for when a flagged index has been rendered Optional isScrolling flag available in the...
## Previous Behavior No pagination available in virtualizer (index changes would break css pagination). ## New Behavior Custom pagination for both static and dynamic virtualizers
## New Behavior - Carousel functionality has been unified into TeachingPopoverCarousel - Moved teaching popover page context to within carousel - Render page count nav icons as individual components (not...
## New Behavior Adding Carousel buttons and pagination classes for carousel navigation. #26647
WIP exploration of sliding carousel movement.
## Previous Behavior useMeasureList was not exported IO would iterate based on it's current position ## New Behavior useMeasureList is now exported IO now iterates based on how far into...
## Previous Behavior Carousel nav buttons had an icon only. ## New Behavior Carousel nav buttons now have tooltips to describe functionality for accessibility.
## Previous Behavior - Carousel attached listeners to the target document - Carousel listeners were not being removed on unmount - Carousel drag events were not firing correctly when index...
## Previous Behavior Components relied on fluentui/tokens package which used generic level tokens for all components fluentui/tokens was exported as a singular object, causing larger bundle sizes in ESBuild based...
Upgrade React-spinner to semantic tokens. Gaps: - No inverted tokens in semantic - Spinner in fluent has multiple sizes, we do not have token variants for these options - Spinner...