v13.29.0
Minor Release v13.29.0
Common Canvas
#4098 In the Stages sample app the left-flyout search panel is not visible because of its background-color
The fix to this issue alters some of the internal <div>s and their class names, as follows:
- The
right-flyout-containeris now justright-flyout - The JSX provided for the top panel was previously in a
<div>calledtop-panel. Now, for consistency with the bottom panel, thetop-panelcontains awith classtop-panel-contentsand the JSX is displayed within it. - The left flyout (when the palette is not displayed) now consists of a with class
left-flyoutand within it a<div>with classleft-flyout-panel. This makes it consistent with the right flyout.
Common Properties
Just bug fixes
Issues Resolved
- #2565 Use React Testing Library for common-canvas tests by @nmgokhale in #2566
- #2553 Enable skipped tests for common-properties-updated by @Jerinjk14 in #2580
- #2583 Remove enzyme and React 17 Adaptor by @nmgokhale in #2584
- #2581 Common canvas bottom panel shows scrollbar for long text by @srikant-ch5 in #2582
- #2587 Accessibility Violation in Canvas Narrow Palette by @tomlyn in #2588
- #2590 Comment color not changing when selecting color from picker usi… by @tomlyn in #2592
- #2594 In the Stages sample app the left-flyout search panel is not vi… by @tomlyn in #2595
- #2598 Machine Learning icon should not be used in 'JSX Icons' sample … by @Jerinjk14 in #2599
Full Changelog: v13.28.0...v13.29.0