office-ui-fabric-react v6.157.0
·
14716 commits
to master
since this release
Minor changes
- DetailsHeader: Add ariaLabelForToggleAllGroupsButton to IDetailsHeaderProps (commit by leddie24, pr #8253)
- Add new icons to OUIFR API (commit by Jahnp, pr #8272)
- Export Foundation package. (commit by JasonGore, pr #8327)
- SpinButton: label prop should be marked as optional (commit by KevinTCoughlin, pr #8283)
- Rating: unchecked stars should be unfilled. (commit by aneeshack4, pr #8246)
Patches
- Popup: If framed, set focus to frame's activeElement on dismiss (commit by aftab-hassan, pr #8290)
- Use codepen loader in examples (commit by ecraig12345, pr #8281)
- For multiSelectComboBox, if allowFreeForm is true, currentPendingValue should get added to option and be selected onBlur (commit by tharshada, pr #8256)
- Nav: Fix selection state to only check URL if state.selectedKey is undefined (commit by leddie24, pr #8250)
- Fix combobox behaviour: multiple selections are now correctly shown in dropdown (commit by sebastianmattar, pr #8300)
- TeachingBubble examples: separate onDismiss into onDismiss and onShow (commit by natalieethell, pr #8303)
- List: Remove duplicate page rows iteration and add tests for SparseArray scenarios (commit by KevinTCoughlin, pr #8306)
- Fix color contrast ratio of unchecked Rating stars (commit by aneeshack4, pr #8246)
- Use typeof check on process before checking process.env.NODE_ENV (commit by ThomasMichon, pr #8234)
- Turn IBasePickerSuggestionsProps into a Pick<> type (commit by Adjective-Object, pr #8054)
- Drop space from DetailsList header aria-labeledby (commit by benabbon, pr #8301)
- HoverCard: fixes the native event listeners assignment when the target prop is updated. (commit by Vitalius1, pr #8287)