Minor Changes
-
#8555
696473b82
Thanks @clarkjennings! - Added a forwardref
to permit programmatic scrolling forScrollable
(example:scrollRef.current?.scrollTo(0)
) -
#8650
078cf9aea
Thanks @kyledurand! - Deprecated breadcrumbs prop on SkeletonPage, added backAction prop with story -
#8586
83bde8690
Thanks @tatianau! - Made hiding the stepper arrows for inputs of type "number" and revealing them on hover and focus the defaultTextField
behaviour to mimic the default browser experience -
#8288
d27a361c2
Thanks @rcd00! - Updated the style of keyboard component and add optional size prop -
#8600
515a62f3b
Thanks @kyledurand! - Fixed list reset class from not applying to ordered lists -
#8655
fb373c3e1
Thanks @stewx! - Adjust CSS for expanded navigation section to remove unwanted space during collapse/expand
Patch Changes
-
#8595
437a3bbf1
Thanks @KateWood! - Added option zebra striping toIndexTable
(#8595) -
#8626
ff70ab3d1
Thanks @alex-page! - Fix border radius on active/pressed navigation items -
#8644
62b712362
Thanks @alex-page! - Remove unnecessary stylelint-disable comments -
#8651
446ba341c
Thanks @aveline! - Updated default stack order custom property -
#8659
3e7e0837d
Thanks @mrcthms! - Removed comments after stylelint rule changes that are breaking the rules -
#8606
230786ace
Thanks @alex-page! - Remove unused shared scss functions and move low usage or low value functions into components -
#8629
6ee523a5f
Thanks @mrcthms! - Updated the animation duration and box-shadow for theTooltip