office-ui-fabric-react v7.25.0
·
13623 commits
to master
since this release
Minor changes
- Adding prop on BaseButton to allow user to specify custom props on SplitButton's primary action button. (commit by pagaur, PR #10030)
- Rename deprecated React lifecycle functions to prevent development mode warnings in React 16.9. (commit by JasonGore, PR #10137)
- Add fast Icon variants and useFastIcons option in DetailsList (commit by ecraig12345, PR #9884)
Patches
- FocusZone: Remove role=presentation (commit)
- Moving the drag-drop caret icon on top of column divider to make if compatible with Sticky header (commit by svaibhav, PR #10120)
- Slider: update active pressed state color for slider border and thumb to match design toolkit spec. Updated palette references to sematic colors. (commit by marygans, PR #10129)
- TextField: fix onChange issue and async tests (commit by ecraig12345, PR #10016)
- Dropdown: allow setting empty string as item title (commit by ecraig12345, PR #10141)
- ActivityItem, Nav, and Pivot example updates (commit by ecraig12345, PR #10142)
- MessageBarButton: Remove the fixed width added in #8779. (commit by JasonGore, PR #10149)