Skip to content

office-ui-fabric-react v6.159.0

Choose a tag to compare

@fabricteam fabricteam released this 22 Mar 02:43
· 14657 commits to master since this release

Minor changes

  • Dialog: changing type of title prop to allow JSX to be injected. (commit by dzearing, pr #8405)

Patches

  • Calendar: Fixing typo is scss. (commit by khmakoto, pr #8412)
  • Add shouldComponentUpdate to ContextualMenuItems to ensure items are only updated when needed. (commit by ddlbrena, pr #8360)
  • Pivot did not support PivotItems used in JSX-expressions (e.g. {this.state.something && <PivotItem ...>}. I fixed this functionality and added a simple test case. (commit by sebastianmattar, pr #8418)
  • Fix focus zone virtual parent focus restoration (commit by Dalimil, pr #8368)
  • FocusZone: minor performance tweak to have a single capture keydown handler, rather than one per outer zone instance. (commit by dzearing, pr #8421)
  • Fixing componentURL to point to correct url. (commit by khmakoto, pr #8425)
  • Popup: Revert change to find active element within iframe (commit by aftab-hassan, pr #8432)