Skip to content

v13.29.0

Choose a tag to compare

@tomlyn tomlyn released this 11 Jun 20:31
33cad5c

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-container
    is now just right-flyout
  • The JSX provided for the top panel was previously in a <div> called top-panel. Now, for consistency with the bottom panel, the top-panel
    contains a
    with class top-panel-contents and the JSX is displayed within it.
  • The left flyout (when the palette is not displayed) now consists of a
    with class left-flyout and within it a <div> with class left-flyout-panel. This makes it consistent with the right flyout.

Common Properties

Just bug fixes

Issues Resolved

Full Changelog: v13.28.0...v13.29.0