office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
1,405 lines (964 loc) • 292 kB
Markdown
# Change Log - office-ui-fabric-react
This log was last generated on Tue, 26 Nov 2019 12:31:23 GMT and should not be manually modified.
## 7.65.0
Tue, 26 Nov 2019 12:31:23 GMT
### Minor changes
- Fabric component: adding `dir=rtl` support to affect both the `dir` attribute as well as affecting the styling generated within scope (by creating an rtl-versioned theme and exposing it via `Customizer`.) (dzearing@hotmail.com)
## 7.64.2
Mon, 25 Nov 2019 12:31:13 GMT
### Patches
- CommandBar: Removed unnecessary role={'presentation'} from OverflowSet (mgodbolt@microsoft.com)
- fixing double selection in Calendar month picker (jolore@microsoft.com)
- CommandBarButton: Fixed hidden CommandBarButton splitbuttonDivider (v-mare@microsoft.com)
- test (cliff.koh@microsoft.com)
- Revert label change (rezha@microsoft.com)
## 7.64.1
Fri, 22 Nov 2019 16:57:54 GMT
### Patches
- Modal: Updated styles to match toolkit. (v-mare@microsoft.com)
- Removed SCSS from ResizeGroup. Added ResizeGroup.OverflowSet.Example.Style file. Added Codepen export support (pandasa123@gmail.com)
- TeachingBubble: adding focus outline to close button for color contrast accessibility. Color contrast ratio should be more then 3:1. (marygans@microsoft.com)
- Callout: Fixed bottom padding and button alignment to flex-end (v-mare@microsoft.com)
## 7.64.0
Thu, 21 Nov 2019 12:30:32 GMT
### Minor changes
- Fabric Component: add applyTheme and applyThemeToBody props. (aneeshak@microsoft.com)
### Patches
- Updated searchbox and textfield disabled borders in high contrast (mgodbolt@microsoft.com)
## 7.63.0
Wed, 20 Nov 2019 12:29:50 GMT
### Minor changes
- Add link to Nav props (srperias@microsoft.com)
### Patches
- Dropdown: do not count hidden items (kchau@microsoft.com)
## 7.62.0
Mon, 18 Nov 2019 12:33:30 GMT
### Minor changes
- MarqueeSelection: Add horizontal scrolling (v-mare@microsoft.com)
### Patches
- Nav: remove incorrect and unnecessary hover styles (phkuo@microsoft.com)
- Coachmark: A11y fixes - Added focus indicator to coachmark when activated (marygans@microsoft.com)
- CalendarDay: Fixed issue with onDayKeyDown re-opening callout (v-mare@microsoft.com)
- Fix dropdown option style on keyboard navigation in high contrast mode (xgao@microsoft.com)
- Combobox high contrast mode fixes for input box, caret down button, option hover styles (xgao@microsoft.com)
## 7.61.1
Fri, 15 Nov 2019 12:31:09 GMT
### Patches
- applied accessibility changes to main package (betrue@microsoft.com)
- Picker: Updating disabled border color from transparent in order to match disabled background color. (marygans@microsoft.com)
- DropDown: make dropdown option title prop to be assigned consistently for the multiselect case (kchau@microsoft.com)
## 7.61.0
Thu, 14 Nov 2019 12:30:52 GMT
### Minor changes
- ComboBox: adding an onRenderUpperContent() flexpoint for combobox (kchau@microsoft.com)
### Patches
- FocusZone: reset alignment when receiving focus. (dzearing@hotmail.com)
- lint-imports.js: Added errors for package absolute imports (v-mare@microsoft.com)
## 7.60.1
Wed, 13 Nov 2019 12:33:43 GMT
### Patches
- SearchBox: Remove autocomplete documentation as feature is not supported. (jagore@microsoft.com)
## 7.60.0
Tue, 12 Nov 2019 12:32:39 GMT
### Minor changes
- Doc typing updates to support API doc refactor (should not impact consumers) (elcraig@microsoft.com)
### Patches
- Fix dropdown title and event (achal.jain@microsoft.com)
- Combobox: Augmented checkbox to handle clicks from blank space to the right of the label (v-mare@microsoft.com)
- ContextualMenu: Add example using ContextualMenu directly. (jagore@microsoft.com)
- HoverCard: Clarify hotKey in documentation. (jagore@microsoft.com)
## 7.59.3
Sat, 09 Nov 2019 14:26:36 GMT
### Patches
- FloatingPicker: Addressing bad import, causing jest to fail when referenced. (dzearing@hotmail.com)
## 7.59.2
Sat, 09 Nov 2019 06:41:37 GMT
### Patches
- Removed SCSS (pandasa123@gmail.com)
- Removed SCSS (pandasa123@gmail.com)
- Removed SCSS dependency. Since we're doing this in JS, I don't think we'd need the :after selector but I'd love to be corrected just in case I'm wrong (pandasa123@gmail.com)
- Dropdown: fixed checks on preventDefault which should be defaultPrevented (micahgodbolt@gmail.com)
## 7.59.1
Fri, 08 Nov 2019 12:30:07 GMT
### Patches
- copied over fixes from a previous PR # 10439 (betrue@microsoft.com)
- Add px units to flexBasis styling by default. Remove existing styling usage where it had no effect before this PR. (jagore@microsoft.com)
- Removed SCSS file (pandasa123@gmail.com)
- Removed SCSS file (pandasa123@gmail.com)
- TooltipHost: Fix dismiss race condition. (jdh@microsoft.com)
- Removed SCSS for List Scrolling Example in favour of mergeStyleSets pattern (pandasa123@gmail.com)
- Removed SCSS from Facepile Examples (pandasa123@gmail.com)
## 7.59.0
Thu, 07 Nov 2019 12:26:32 GMT
### Minor changes
- TeachingBubble: Wrap contents in a FocusTrapZone to better support keyboard navigation. (jdh@microsoft.com)
### Patches
- Fix modal keyboarding issue with respect to moving the modal (sareiff@microsoft.com)
- Pass through div props to the rendered root of CommandBar. (xinychen@microsoft.com)
- Address BasePicker calls onResolveSuggestions callback when click. (nif_tony@outlook.com)
## 7.58.0
Wed, 06 Nov 2019 12:34:07 GMT
### Minor changes
- Update API doc generation to handle deprecated messages (elcraig@microsoft.com)
### Patches
- ContextualMenu: fix escape not dismissing menu (joschect@microsoft.com)
- Removed SCSS file (pandasa123@gmail.com)
## 7.57.2
Tue, 05 Nov 2019 23:43:46 GMT
### Patches
- CommandBar: Update examples (jdh@microsoft.com)
## 7.57.1
Tue, 05 Nov 2019 12:25:16 GMT
### Patches
- Propagate version through List and GroupedList (tmichon@microsoft.com)
## 7.57.0
Mon, 04 Nov 2019 12:23:43 GMT
### Minor changes
- ColorPicker: add keyboard support and aria labels (elcraig@microsoft.com)
- ComboBox: onPendingValueChanged callback before onChange (jdh@microsoft.com)
### Patches
- All Components: Added new files and markdown content (v-mare@microsoft.com)
- Dropdown: error message should have role=alert (jdh@microsoft.com)
- Checkbox: Added title attribute to checkbox containing div (v-mare@microsoft.com)
- Updating the default foreground values in theming algorithm to match new fluent values (email not defined)
- Toggle: Force wrapping when width-constrained. (jdh@microsoft.com)
- Combobox: Fixed issue where hidden options are shown when arrowing through combobox option list (v-mare@microsoft.com)
## 7.56.3
Fri, 01 Nov 2019 12:25:57 GMT
### Patches
- CommandBar: update examples and docs (elcraig@microsoft.com)
## 7.56.2
Fri, 01 Nov 2019 01:02:38 GMT
### Patches
- Panel: improve examples (elcraig@microsoft.com)
## 7.56.1
Wed, 30 Oct 2019 19:36:52 GMT
### Patches
- ComboBox: Allow Space KeyUp event to propagate (xgao@microsoft.com)
- SpinButton: fix vertical alignment relative to other fields (elcraig@microsoft.com)
- Option to use checkbox role in Toggle component (satimals@microsoft.com)
- Refactor Stack import to be relative not OUFR root (KevinTCoughlin@users.noreply.github.com)
## 7.56.0
Tue, 29 Oct 2019 12:36:28 GMT
### Minor changes
- Remove re-export of @uifabric/example-data from office-ui-fabric-react (KevinTCoughlin@users.noreply.github.com)
### Patches
- CommandBarButton: Fix height issue when commandbar buttons iconOnly props set to true (v-mare@microsoft.com)
## 7.55.3
Mon, 28 Oct 2019 22:25:45 GMT
### Patches
- Added role to the selection list for BasePickerListBelow control so screen readers will read off "n" of "m" when arrowing through the list. (malind@microsoft.com)
## 7.55.2
Mon, 28 Oct 2019 12:31:48 GMT
### Patches
- Panel: Use semantic colors (elcraig@microsoft.com)
- removing circular IPoint import (mehanig@gmail.com)
## 7.55.1
Fri, 25 Oct 2019 12:31:49 GMT
### Patches
- Facepile: added ARIA label so ARIA input fields should have an accessible name addressing issue #10877 (marygans@microsoft.com)
- Dropdown: Moving announcement of selected options from aria-describedby to aria-labelledby. (Humberto.Morimoto@microsoft.com)
- Fix button _onDismissMenu to accept undefined event params (mgodbolt@microsoft.com)
## 7.55.0
Thu, 24 Oct 2019 12:31:42 GMT
### Minor changes
- Do not expand date picker on TextField click when disableAutoFocus is true and allowTextInput is true. (phtucker@microsoft.com)
### Patches
- FocusZone: unhooking capture keydown handler at the right time to avoid a race condition. (dzearing@hotmail.com)
- Make DetailsRow data-is-focusable configurable (KevinTCoughlin@users.noreply.github.com)
- Adds aria label to basebutton on the outer div (kchau@microsoft.com)
## 7.54.1
Wed, 23 Oct 2019 12:32:05 GMT
### Patches
- Dropdown: Added note to documentation page calling out Dropdown's behavior of rendering in a panel in very small viewports. (mgodbolt@microsoft.com)
- TagPicker: make tag item and input text to respect theme color and have correct font (xgao@microsoft.com)
- Suggestions: Fix problem where search for more button wouldn't highlight correctly (joschect@microsoft.com)
- TagPicker: Update snapshots (jdh@microsoft.com)
## 7.54.0
Tue, 22 Oct 2019 12:32:05 GMT
### Minor changes
- ContextualMenu: Tightening types of onDismiss callback. (Humberto.Morimoto@microsoft.com)
### Patches
- consume suggestionsAvailableAlertText prop to floating picker, so that the screen readers can announce the apperance of suggestions when the prop is set. (email not defined)
- Fix getDerivedStateFromProps signatures (elcraig@microsoft.com)
- TagPicker: prevent long items from overflowing narrow container (elcraig@microsoft.com)
- TagPicker: Close button high contrast color fix (joschect@microsoft.com)
## 7.53.1
Mon, 21 Oct 2019 12:33:23 GMT
### Patches
- Facepile: Added presence example (v-mare@microsoft.com)
- Pickers: Bring pickers in line with W3 ARIA 1.1 specs. (joschect@microsoft.com)
- Fix typo (norton.wong@genedata.com)
## 7.53.0
Fri, 18 Oct 2019 12:31:12 GMT
### Minor changes
- Fix virtualization state tracking in List and DetailsList (tmichon@microsoft.com)
### Patches
- Allow data attribute passing for SpinButton (xgao@microsoft.com)
- Dropdown: fix a few of the aria regressions (joschect@microsoft.com)
- Get rid of DetailsList example snapshot churn (elcraig@microsoft.com)
## 7.52.0
Thu, 17 Oct 2019 12:33:02 GMT
### Minor changes
- Dropdown: Bringing accessibility up to standards. (Humberto.Morimoto@microsoft.com)
### Patches
- Button: Fixed logic where onDismiss was replacing internal dismiss function. (mgodbolt@microsoft.com)
## 7.51.0
Wed, 16 Oct 2019 12:33:21 GMT
### Minor changes
- Announced: add `as` prop and root styles (elcraig@microsoft.com)
- Allowing role to be overridden on SplitButton (pagaur@microsoft.com)
- ComboBox and Dropdown: Passing correct onDismiss prop in onRenderContainer. (Humberto.Morimoto@microsoft.com)
### Patches
- Checkbox: improve checked state handling (elcraig@microsoft.com)
- TeachingBubble udpates: added separate multi-step example to reflect current design toolkit and updated basic teachingbubble example (marygans@microsoft.com)
- Pivot and Stack: relax child item type checks (elcraig@microsoft.com)
- CommandBar: Replacing inline styles with definition in styles file. (Humberto.Morimoto@microsoft.com)
## 7.50.0
Tue, 15 Oct 2019 12:32:28 GMT
### Minor changes
- Breadcrumb: fix accessibility and styling issues (elcraig@microsoft.com)
### Patches
- Textfield: Fix disabled text color (joschect@microsoft.com)
## 7.49.0
Mon, 14 Oct 2019 12:30:37 GMT
### Minor changes
- Tooltip: Creating aria placeholder for accessibility scenarios with Tooltips with a render delay. (Humberto.Morimoto@microsoft.com)
### Patches
- SpinButton: Fixing minWidth and having it come from const to be consistent. (Humberto.Morimoto@microsoft.com)
## 7.48.1
Fri, 11 Oct 2019 12:31:31 GMT
### Patches
- TeachingBubble: body content should resize better when container is wide. Added wide example with just text to demonstrate this. (aneeshak@microsoft.com)
- Apply className on DetailsHeaderBase. (email not defined)
## 7.48.0
Thu, 10 Oct 2019 12:32:08 GMT
### Minor changes
- Export DetailsRowFields (KevinTCoughlin@users.noreply.github.com)
### Patches
- Fixed dropdown to not select first option automatically unless it's selected using keyboard navigation per aria (xgao@microsoft.com)
- Announced: explicitly show aria-live property in Announced types (naethell@microsoft.com)
## 7.47.0
Wed, 09 Oct 2019 22:25:09 GMT
### Minor changes
- ResponsiveMode: defaulting to large to avoid breaking changes for scenarios assuming it would be available on first render. (dzearing@microsoft.com)
### Patches
- Dropdown: when `openOnKeyboardFocus` prop is set to true, the Dropdown now does not close the options callout immediately. (xgao@microsoft.com)
## 7.46.0
Wed, 09 Oct 2019 12:34:23 GMT
### Minor changes
- Breadcrumb: Allow setting a custom overflow icon. (madomi@microsoft.com)
- Announced: default aria live to polite (naethell@microsoft.com)
### Patches
- DetailsList: ariaLabel for select all checkbox should be dependent on selection mode (aneeshak@microsoft.com)
- Changing order of arguments passed to getClassNames. Until now it was inconsistent with type defined in Button.types.ts (kushaly@microsoft.com)
## 7.45.1
Tue, 08 Oct 2019 12:31:37 GMT
### Patches
- ComboBox: Making error messages accessible to screen readers. (Humberto.Morimoto@microsoft.com)
## 7.45.0
Mon, 07 Oct 2019 23:42:31 GMT
### Minor changes
- Adding a new prop renderPersistedMenuHiddenOnMount (kushaly@microsoft.com)
- Callout and Card: Fix anchors for both (joschect@microsoft.com)
### Patches
- Callout & Tooltip: Making background color themable. (Humberto.Morimoto@microsoft.com)
## 7.44.0
Mon, 07 Oct 2019 12:33:45 GMT
### Minor changes
- Reverting dependency on ReactDOM findDOMNode in utilities to avoid bundle problems in partners. (dzearing@microsoft.com)
### Patches
- fixed minor a11y bugs, revamped example page (mgodbolt@microsoft.com)
## 7.43.2
Fri, 04 Oct 2019 22:19:48 GMT
### Patches
- ContextualMenu: Removing deprecated check for getMenuClassNames that was stopping callout subComponentStyles from being applied. (Humberto.Morimoto@microsoft.com)
## 7.43.1
Thu, 03 Oct 2019 23:14:46 GMT
### Patches
- Fixes broken publish (odbuild@microsoft.com)
## 7.43.0
Thu, 03 Oct 2019 01:14:35 GMT
### Minor changes
- Callout: Addressing regression when target is an event. (dzearing@microsoft.com)
### Patches
- Dropdown: adjust option styling for IE11 (naethell@microsoft.com)
- Dropdown: Making multiselect options clickable outside of the options label while still within Dropdown's boundaries. (Humberto.Morimoto@microsoft.com)
## 7.42.0
Wed, 02 Oct 2019 12:31:15 GMT
### Minor changes
- Nav: improve ARIA labels for group headings. (jdh@microsoft.com)
### Patches
- Prevent suggestion autocomplete without selection (anhw@microsoft.com)
- DocumentCard: Adding aria-label descriptions to all examples. (Humberto.Morimoto@microsoft.com)
- Teachingbubble Example: Fix illustration example (joschect@microsoft.com)
- Fixing the rendering of boolean values in Lists (nicul@microsoft.com)
## 7.41.0
Tue, 01 Oct 2019 12:33:48 GMT
### Minor changes
- Layer: now works better when rendering from a child window. (dzearing@microsoft.com)
### Patches
- Refactoring BaseButton with respect to how it processes menuProps (kushaly@microsoft.com)
- Rating: Align read-only functionality with ARIA standards. (jagore@microsoft.com)
## 7.40.0
Mon, 30 Sep 2019 12:35:16 GMT
### Minor changes
- dateMath change to include extra parameter when calculating date range (jolore@microsoft.com)
### Patches
- Dropdown: There is now a visible focus border on Dropdowns in the error state. (cliff.koh@microsoft.com)
## 7.39.2
Fri, 27 Sep 2019 12:33:04 GMT
### Patches
- SwatchColorPicker: Updates web fluent styles per toolkit (v-mare@microsoft.com)
- revert icon button back to fixed width (mgodbolt@microsoft.com)
- Dropdown: Narrator should announce options before, during, and after expanding/collapsing. (aneeshak@microsoft.com)
- DetailsList: Narrator should announce SelectAll Checkbox as a toggle selection for all items (aneeshak@microsoft.com)
- TextField: Multiline textfields are now correctly associated with their labels with `aria-labelledby`. (aneeshak@microsoft.com)
## 7.39.1
Thu, 26 Sep 2019 12:32:32 GMT
### Patches
- simplified examples and fix a11y issues (mgodbolt@microsoft.com)
- Dropdown: Error messages in Dropdown are now linked to the Dropdown (from a programmatic accessibility POV). (cliff.koh@microsoft.com)
## 7.39.0
Wed, 25 Sep 2019 12:34:56 GMT
### Minor changes
- Adding a prop shouldUpdateWhenHidden to decide whether to udpate hidden callouts and contextual menus (kushaly@microsoft.com)
- Fix return type of onGrowData() in CommandBar. (1721514+gordianschuda@users.noreply.github.com)
### Patches
- DetailsList: initialize selection object mode with selectionMode prop if it is defined (naethell@microsoft.com)
- fixing focus outline in IE11. The outline in IE11 does not show if it overflows the div it's in unless we explicitly set overflow: visible on the div (other browsers have this as the default). (jolore@microsoft.com)
- Coachmark Accessibility: adding HighContrastSelector to coachmark (marygans@microsoft.com)
- updated callout example with better, accessible example (mgodbolt@microsoft.com)
- Pivot: Fix accessibility of example. (jdh@microsoft.com)
- Use correct type in docs for 'collapseAllVisibility' in 'GroupedList' (thomas.gassmann@hotmail.com)
- Pivot: Improve accessibility of examples. (jdh@microsoft.com)
## 7.38.0
Tue, 24 Sep 2019 12:35:43 GMT
### Minor changes
- Changing ColorPicker to use a selectedId instead of selectedIndex in its state. (kushaly@microsoft.com)
### Patches
- Dialog: Updated styles to match toolkit. (v-mare@microsoft.com)
- Added a title in the custom SplitButton example (kchau@microsoft.com)
- TeachingBubble: alt tags for example images. (jdh@microsoft.com)
- Remove codepen-loader usage (elcraig@microsoft.com)
## 7.37.1
Mon, 23 Sep 2019 12:33:15 GMT
### Patches
- Icon Accessibility: update aria-hidden to pull aria-labelledBy from root and imageProps and removed role presentation - should not apply when a label is provided. (marygans@microsoft.com)
- Update icons to v3.50. May change subset font files for some components. (pejahn@microsoft.com)
- FocusTrapZone example: Remove Randomize function. (jagore@microsoft.com)
- Positioning: Fix issue where anchor edge would flip even if previous positions calculated (joschect@microsoft.com)
- fix typo in ComboBox and Button docs (thomas.gassmann@hotmail.com)
- Stack doesn't need to set overflow=hidden when grow=true to restrict size of flexbox children. Users are having to override this with overflow=visible to prevent clipping inner children (email not defined)
## 7.37.0
Fri, 20 Sep 2019 12:34:28 GMT
### Minor changes
- Breadcrumb: Added ability to make current item a heading. (v-mare@microsoft.com)
### Patches
- Update Panel examples to improve accessibility. (jdh@microsoft.com)
- Fixes various a11y issues in docs and controls (mgodbolt@microsoft.com)
- TeachingBubble: Specify heading role for header. (jdh@microsoft.com)
- ContextualMenu: Update the bounds prop to allow for the same functionality that the Callout has (jspurlin@microsoft.com)
- Listen to composition events only for IE11 (amyngu@microsoft.com)
## 7.36.0
Thu, 19 Sep 2019 13:05:24 GMT
### Minor changes
- TagPicker: Updated styles to match toolkit. Added more screener tests. Added read only state. (v-mare@microsoft.com)
- Apply CheckboxVisiblity to header as well in DetailsList (thomas.gassmann@hotmail.com)
### Patches
- ComboBox: fix for issue resetting suggestedDisplayValue after clearing the content of a comboBox (marygans@microsoft.com)
- keep aria-label in sync with FloatingPicker open state in BaseExtendedPicker (mhuan13@gmail.com)
- SplitButton: Updated high contrast styling (v-mare@microsoft.com)
- Rating: Fixed duplicates ID on stars with fractional values. (v-mare@microsoft.com)
- Coachmark: Fixed pulse beacon RTL animation direction issue. (v-mare@microsoft.com)
- add landmark and widget role to searchbox (mgodbolt@microsoft.com)
## 7.35.0
Wed, 18 Sep 2019 12:32:55 GMT
### Minor changes
- Listen to onCompositionUpdate instead of onInput for IME composition (amyngu@microsoft.com)
- BasePicker: deprecate onFocus (naethell@microsoft.com)
### Patches
- Contextual Menu calls onMenuOpened when hidden is changed from undefined to false. (kushaly@microsoft.com)
## 7.34.0
Mon, 16 Sep 2019 12:34:47 GMT
### Minor changes
- update to use icon prop instead of string (chiechan@microsoft.com)
### Patches
- Use new hooks in some examples (elcraig@microsoft.com)
- DatePicker: call custom text field onChange handler if it exists in default onChange handler (naethell@microsoft.com)
## 7.33.0
Fri, 13 Sep 2019 12:34:39 GMT
### Minor changes
- CalendarMonth: Prefer createRef over string ref (KevinTCoughlin@users.noreply.github.com)
- Callout: add the ability for bounds to take a callback (jspurlin@microsoft.com)
### Patches
- give tooltip hoverable area an index lower than the content (mgodbolt@microsoft.com)
- Add .is-disabled to ChoiceGroupOption when disabled (KevinTCoughlin@users.noreply.github.com)
- TextField: remove invalid aria-labelledby (naethell@microsoft.com)
- DetailsList: add Announced to examples with sortable columns (naethell@microsoft.com)
- Tooltip: Changed examples from aria-labelledby to aria-describedby to follow a11y spec. (v-mare@microsoft.com)
## 7.32.0
Thu, 12 Sep 2019 12:34:15 GMT
### Minor changes
- Persona: Adding size120 to the PersonaSize enum, updating API. (eddrost@microsoft.com)
### Patches
- Only render SpinButton label container if label or icon is present (KevinTCoughlin@users.noreply.github.com)
- Fix examples to only export a single component (elcraig@microsoft.com)
- Combobox: Fix issue where it would mutate props (joschect@microsoft.com)
- Pickers: make background color of input transparent so it doesn't clip border (joschect@microsoft.com)
- GroupedList: Fixed selected prop value not being set. (v-mare@microsoft.com)
## 7.31.3
Wed, 11 Sep 2019 12:35:47 GMT
### Patches
- Combobox: ensure that state doesn't mutate in controlled scenario (joschect@microsoft.com)
## 7.31.2
Mon, 09 Sep 2019 21:43:18 GMT
### Patches
- Update Nav.base.tsx (michael.david.lauria@gmail.com)
## 7.31.1
Fri, 06 Sep 2019 12:34:51 GMT
### Patches
- Nav: Added aria-labels to Nav examples per issue request (v-mare@microsoft.com)
## 7.31.0
Thu, 05 Sep 2019 12:34:51 GMT
### Minor changes
- Adding Preview pan to the color picker component, increasing the width and height of the color rectangle and css changes (navkuma@microsoft.com)
### Patches
- give tooltip hoverable area an index lower than the content (mgodbolt@microsoft.com)
## 7.30.0
Wed, 04 Sep 2019 12:32:15 GMT
### Minor changes
- Update snapshots (pejahn@microsoft.com)
### Patches
- Dropdown: Fix bug where it was not programatically possible to focus on Dropdown with `tabIndex=-1`. (cliff.koh@microsoft.com)
- Checkbox: Added initializeFocusRects to fix focus issue. (v-mare@microsoft.com)
## 7.29.2
Wed, 04 Sep 2019 04:09:58 GMT
### Patches
- DetailsList: Fix function mutations with onClick and onContextMenuClick in DetailsColumn (KevinTCoughlin@users.noreply.github.com)
- fix version file (kchau@microsoft.com)
## 7.29.1
Wed, 04 Sep 2019 00:37:31 GMT
### Patches
- Button: Fixing SplitButton outline when focused. (humbertomakotomorimoto@gmail.com)
## 7.29.0
Mon, 02 Sep 2019 12:33:56 GMT
### Minor changes
- Add FocusZone direction domOrder (sohuts@microsoft.com)
### Patches
- Nav Component isOnTop property set can set focus to the Nav focusZone (inateeg@microsoft.com)
## 7.28.3
Fri, 30 Aug 2019 12:30:57 GMT
### Patches
- Fix imports in examples and deprecate old example data (elcraig@microsoft.com)
- Dialog: Changed demo copy to match real OWA text (v-mare@microsoft.com)
## 7.28.2
Thu, 29 Aug 2019 12:30:00 GMT
### Patches
- ColorRectangle styling fixes (elcraig@microsoft.com)
- Fix override handling for CommandBarButton (tmichon@microsoft.com)
## 7.28.1
Tue, 27 Aug 2019 12:33:51 GMT
### Patches
- Link, Stack, and Toggle example updates (elcraig@microsoft.com)
- Remove some relative imports from examples (elcraig@microsoft.com)
## 7.28.0
Mon, 26 Aug 2019 12:30:49 GMT
### Minor changes
- Button: change divs to be spans so its w3 compliant (joschect@microsoft.com)
### Patches
- Memoizing styling in createComponent for components that have their default styling determined entirely by tokens. (Humberto.Morimoto@microsoft.com)
- Refactor Checkbox styles to reduce size. (v-mare@microsoft.com)
- Update positioning logic to nudge item when none of the positions fit (53619942+srishtis27@users.noreply.github.com)
- New drop hint icon for drag-drop and corresponding padding space on top (svaibhav@microsoft.com)
- Updating snapshots due to merge-styles selector split changes. (dzearing@hotmail.com)
## 7.27.1
Fri, 23 Aug 2019 12:35:28 GMT
### Patches
- MessageBar: Fix high contrast mode issue where you cannot tell which buttons you have focus on. (cliff.koh@microsoft.com)
- fixing the icons to have minWidth instead of hard coded width (kchau@microsoft.com)
- Update npmignores, delete unused jest setup files (elcraig@microsoft.com)
- make sure to skip aria-describedby for onRenderDescription is nullRender (kchau@microsoft.com)
- Fix up readme and package.json descriptions (elcraig@microsoft.com)
## 7.27.0
Thu, 22 Aug 2019 12:34:59 GMT
### Minor changes
- Button: Using FontIcon and ImageIcon instead of Icon in both oufr and experiments Button. (Humberto.Morimoto@microsoft.com)
- right align the action buttons per new design (kchau@microsoft.com)
### Patches
- Autofill: fix issue where autofill wouldn't handle delete correctly (joschect@microsoft.com)
- making sure we get rid of javascript: urls in nav (kchau@microsoft.com)
- Panel Example: Fix function typing (joschect@microsoft.com)
## 7.26.0
Wed, 21 Aug 2019 12:34:09 GMT
### Minor changes
- Add presenceTitle prop (gogoe@microsoft.com)
### Patches
- Combobox: Updates styles to latest design specs. (v-mare@microsoft.com)
- Simplify Button examples (elcraig@microsoft.com)
- Use getDocument instead document in FocusZone and FocusTrapZone (sohuts@microsoft.com)
- Fix TextField onChange bug (elcraig@microsoft.com)
- Fix empty text box when a color component being zero (reli@microsoft.com)
- add space functionality to split button with tests (chiechan@microsoft.com)
## 7.25.1
Tue, 20 Aug 2019 12:31:26 GMT
### Patches
- Nav: update to latest redlines (phkuo@microsoft.com)
- Tooltip: Fix examples to pass correct root display styling. (email not defined)
## 7.25.0
Thu, 15 Aug 2019 12:30:43 GMT
### Minor changes
- Adding prop on BaseButton to allow user to specify custom props on SplitButton's primary action button. (pagaur@microsoft.com)
- Rename deprecated React lifecycle functions to prevent development mode warnings in React 16.9. (jagore@microsoft.com)
- Add fast Icon variants and useFastIcons option in DetailsList (elcraig@microsoft.com)
### Patches
- FocusZone: Remove role=presentation (elcraig@microsoft.com)
- Moving the drag-drop caret icon on top of column divider to make if compatible with Sticky header (svaibhav@microsoft.com)
- Slider: update active pressed state color for slider border and thumb to match design toolkit spec. Updated palette references to sematic colors. (marygans@microsoft.com)
- TextField: fix onChange issue and async tests (elcraig@microsoft.com)
- Dropdown: allow setting empty string as item title (elcraig@microsoft.com)
- ActivityItem, Nav, and Pivot example updates (elcraig@microsoft.com)
- MessageBarButton: Remove the fixed width added in #8779. (jagore@microsoft.com)
## 7.24.0
Wed, 14 Aug 2019 12:30:13 GMT
### Minor changes
- ChoiceGroup: fix focusing on options and general cleanup (elcraig@microsoft.com)
### Patches
- Searchbox: Updates styles to latest design specs and added semantic slots usage. (v-mare@microsoft.com)
## 7.23.0
Tue, 13 Aug 2019 12:31:12 GMT
### Minor changes
- Checkbox: added indeterminate state (v-mare@microsoft.com)
### Patches
- Updating snpashots and styles which use $ syntax. (dzearing@microsoft.com)
- Changing breadcrumb items to links (camontei@microsoft.com)
- Pivot: pivot content (icon, text, count) should be consistently aligned via styling. (dzearing@microsoft.com)
## 7.22.2
Mon, 12 Aug 2019 12:30:25 GMT
### Patches
- Allow callout to reposition after position prop is passed in (joschect@microsoft.com)
## 7.22.1
Fri, 09 Aug 2019 12:31:50 GMT
### Patches
- Spinbutton: removed additional top and bottom margin styling overriding Label's styling and causes alignment inconsistencies with textbox, combobox, etc. (marygans@microsoft.com)
## 7.22.0
Thu, 08 Aug 2019 12:32:41 GMT
### Minor changes
- DetailsList: Assign button role to group toggle element if aria-label provided. (t-mashia@microsoft.com)
- Update SASS variables using script (phkuo@microsoft.com)
### Patches
- Moved role, aria-label, and aria-expanded to the same element as per aria requirements (susunda@microsoft.com)
- DetailsRow should only re-render if a prop is detected to have changed. (megreid115@gmail.com)
## 7.21.0
Wed, 07 Aug 2019 12:32:28 GMT
### Minor changes
- Updating styles to not use $ syntax. (dzearing@microsoft.com)
- Initial implementation of clickable legends (atgupta@microsoft.com)
### Patches
- Add customization section to Themes page (naethell@microsoft.com)
- Checkbox: Fix for an accessibility bug where checkbox labels were read at two different locations in Narrator's scan mode (kisiebel@microsoft.com)
- moving the async clearTimeout call inside the if check to prevent accidentally clearing the timeout unless we're going to be making a new one (jolore@microsoft.com)
## 7.20.1
Tue, 06 Aug 2019 12:32:07 GMT
### Patches
- Replace the usage of `FontSizes` variable with font styles pulled from the theme object and minor cleanup. (vibraga@microsoft.com)
## 7.20.0
Mon, 05 Aug 2019 12:33:41 GMT
### Minor changes
- Slider: Add new prop to snap while moving. (t-snroy@microsoft.com)
## 7.19.1
Fri, 02 Aug 2019 12:33:29 GMT
### Patches
- Persona: Fix styles issue caused by unnecessary nesting (cliff.koh@microsoft.com)
- Remove extra export of SelectionMode (jdh@microsoft.com)
## 7.19.0
Wed, 31 Jul 2019 12:26:17 GMT
### Minor changes
- Commandbar: Expose dataDidRender method (joschect@microsoft.com)
### Patches
- [BaseExtendedPicker] Only add aria-owns tag when the picker is expanded (andrescb@microsoft.com)
- Tooltip: Fixing hidden hover area overlapping with Tooltip targets. (Humberto.Morimoto@microsoft.com)
- Perf Test: Integrate Flamegrill (jagore@microsoft.com)
## 7.18.1
Tue, 30 Jul 2019 12:28:32 GMT
### Patches
- TeachingBubble: Fix primary button high contrast styling issues. (Humberto.Morimoto@microsoft.com)
- Dropdown: Panel now dismisses in small widths (bhdev@outlook.com)
- Separate the anchor for the card from card's hover target ('xingwa@microsoft.com')
## 7.18.0
Mon, 29 Jul 2019 12:26:00 GMT
### Minor changes
- Shimmer: refactor out the BaseComponent and deprecated React lifecycle methods. (vibraga@microsoft.com)
### Patches
- Fix cell animations so they only trigger on cell key changes (tmichon@microsoft.com)
- Panel: fix shrinking of the footer and make header not shrink. (vibraga@microsoft.com)
- Pivot: align pivot link text in relation to the whole pivot tab. (vibraga@microsoft.com)
## 7.17.0
Fri, 26 Jul 2019 12:28:52 GMT
### Minor changes
- ShimmeredDetailsList: enables additional logic to be executed before rendering the default shimmer row. (vibraga@microsoft.com)
- removing BaseComponent from SpinButton (aneeshak@microsoft.com)
### Patches
- Added aria label to demo page for custom picker (susunda@microsoft.com)
## 7.16.0
Thu, 25 Jul 2019 12:27:19 GMT
### Minor changes
- ChoiceGroup: updating IChoiceOption to accept input attributes (dzearing@microsoft.com)
## 7.15.0
Wed, 24 Jul 2019 12:27:56 GMT
### Minor changes
- split calendarMonth into three rows (Qianqian.Li@microsoft.com)
### Patches
- Facepile: Fix narrator not announcing coauthor position (tabrumle@microsoft.com)
## 7.14.1
Tue, 23 Jul 2019 16:33:51 GMT
### Patches
- Tooltip: Updates box-shadow to match fluent web toolkit (v-mare@microsoft.com)
- Rating: fix aria-label in `readOnly` mode and when use half stars. (vibraga@microsoft.com)
- Spinner: Updating label font size and position in respect to spinner to match fluent toolkit (v-mare@microsoft.com)
- ColorPicker: Updates margin bottom of the color rectangle to match web fluent toolkit. (v-mare@microsoft.com)
- Multiselect ComboBox options should respect disabled setting (elcraig@microsoft.com)
- making mousemove event bind to capture phase to work inside Layers and Callouts (jolore@microsoft.com)
## 7.14.0
Mon, 22 Jul 2019 21:37:45 GMT
### Minor changes
- support to add custom attributes on SpinButton and ComboBox components (pagaur@microsoft.com)
- Details____ general cleanup (elcraig@microsoft.com)
## 7.13.0
Mon, 22 Jul 2019 12:28:42 GMT
### Minor changes
- Refactor out BaseComponent from List components (706967+KevinTCoughlin@users.noreply.github.com)
- Nav: Add ability for screen reader to read selected state. (Humberto.Morimoto@microsoft.com)
- DetailsList: Remove unnecessary BaseComponent and class component usage (elcraig@microsoft.com)
### Patches
- Panel: remove window.innerHeight from styles (kakje@microsoft.com)
- fix the layer example so the panel dismisses properly (joschect@microsoft.com)
- DetailsList and Check styling optimizations (elcraig@microsoft.com)
## 7.12.0
Fri, 19 Jul 2019 12:25:58 GMT
### Minor changes
- Tooltip: render tooltip only after the delay and make sure if provided `closeDelay` is bigger than `delay` not to flash the Tooltip. (vibraga@microsoft.com)
## 7.11.1
Thu, 18 Jul 2019 12:27:48 GMT
### Patches
- Panel: Making padding not change with screen width to match toolkit. (Humberto.Morimoto@microsoft.com)
## 7.11.0
Wed, 17 Jul 2019 18:58:57 GMT
### Minor changes
- Add new ways for callers to control the behavior of the combo box. (reedpa@microsoft.com)
- ChoiceGroupOption: move the inline styles into getStyles function to allow override. (vibraga@microsoft.com)
### Patches
- prevent header and footer in panel from shrinking (nidurak@microsoft.com)
- Adding @types/react and @types/react-dom to package.json that have peer dependencies on react and react-dom. (makotom@microsoft.com)
- Rating: ensure rating gets updated even when it has value of 0. (vibraga@microsoft.com)
- GroupedList: Using level to determine nestingDepth when it is given. (Humberto.Morimoto@microsoft.com)
- DropDown: Adding null check in onPositioned call. (Humberto.Morimoto@microsoft.com)
## 7.10.0
Sat, 13 Jul 2019 22:20:41 GMT
### Minor changes
- Dialog: Deprecating componentRef prop. (Humberto.Morimoto@microsoft.com)
- Tooltip: Rendering hidden hoverable area to allow for interaction with Tooltips. (Humberto.Morimoto@microsoft.com)
### Patches
- Panel: remove window.innerHeight from styles (kakje@microsoft.com)
## 7.9.0
Fri, 12 Jul 2019 12:29:52 GMT
### Minor changes
- GroupedList: Refactor out BaseComponent in favor of React.Component and React.FunctionComponent (706967+KevinTCoughlin@users.noreply.github.com)
- Dropdown: adds an `onRenderLabel` custom renderer prop. (vibraga@microsoft.com)
### Patches
- Update to progressBar indicator description label font size to match design toolkti spec. (marygans@microsoft.com)
## 7.8.2
Thu, 11 Jul 2019 12:29:51 GMT
### Patches
- Pivot: updating white hover background color(#9595) (marygans@microsoft.com)
- Pass disabled state to labels in ChoiceGroup, Dropdown, Slider and SpinButton. (vibraga@microsoft.com)
- Tooltip: Fixing 'persist on scroll' issues. (humbertomakotomorimoto@gmail.com)
- DetailsRow: pass aria-label attribute to each row's checkbox. (vibraga@microsoft.com)
- Only clear selection in MarqueeSelection when starting a new marquee (tmichon@microsoft.com)
- Utilities: reuse an exisiting clamp function. (vibraga@microsoft.com)
## 7.8.1
Wed, 10 Jul 2019 12:28:00 GMT
### Patches
- Dropdown: set aria-hidden to true on the ChevronDown icon so that it is not picked up by the screen reader (natalie.ethell@microsoft.com)
- Button: Fixing CompoundButton and SplitButton high contrast mode styling. (humbertomakotomorimoto@gmail.com)
- FocusTrapZone: Updating overview description to indicate restriction of website interaction. (Humberto.Morimoto@microsoft.com)
- Nav: fixes focus border in High Contrast mode. (vibraga@microsoft.com)
- Pickers: replace empty string with undefined. (vibraga@microsoft.com)
## 7.8.0
Tue, 09 Jul 2019 17:34:38 GMT
### Minor changes
- Panel: Adding Overlay props. (Humberto.Morimoto@microsoft.com)
- Modal: Adding overlayProps as a prop. (Humberto.Morimoto@microsoft.com)
- Adding tooltipHostProps as a prop to the Breadcrumb component. (Heather.HoaglundBiron@microsoft.com)
- "FocusZone: Add setFocusAlignment public method to Force horizontal alignment in the context of vertical arrowing to use specific point as the reference, rather than a center based on the last horizontal motion." (nasabek@microsoft.com)
- User should use onRenderPersonaCoin for custom rendering. When this is set, this custom rendering will be used. (22574161+gingeroun@users.noreply.github.com)
## 7.7.2
Mon, 08 Jul 2019 12:27:04 GMT
### Patches
- Fix mock Date class (rezha@microsoft.com)
## 7.7.1
Thu, 04 Jul 2019 12:29:39 GMT
### Patches
- SearchBox: allow passing in id for input (elcraig@microsoft.com)
- Breadcrumb: Adding overflowAriaLabel to examples. (Humberto.Morimoto@microsoft.com)
- Button: Updating example to make it less confusing to screen readers. (Humberto.Morimoto@microsoft.com)
## 7.7.0
Wed, 03 Jul 2019 12:30:55 GMT
### Minor changes
- SplitButton: add in props to control splitbutton menu button (joschect@microsoft.com)
- Callout: add support for RefObject as target (joschect@microsoft.com)
### Patches
- Revert "BaseFloatingItem: fix tests + remove redundant state (#9500)" (miclo@microsoft.com)
- Announced: fix QuickActions example to reset Announced message (naethell@microsoft.com)
- update snapshots and update extended picker tests (joschect@microsoft.com)
## 7.6.3
Mon, 01 Jul 2019 18:51:43 GMT
### Patches
- Prettier change
- adds react-app-polyfill
- Fix tests for BasePicker + remove redundant state
## 7.6.2
Fri, 28 Jun 2019 12:27:34 GMT
### Patches
- Replaced SCSS in favour of CSS in JS in List Basic Example
- Added interfaces for List Ghosting Example
- GroupedList: Fix "Show All" not rendering all items in a group
- Removed scss usage from List example.
- GroupedList: Updated header text color on hover and updated snapshots.
- Layer: remove the usage of viewport width and height to fix layout issues on mobile browsers
- Removed used Rating SCSS file
## 7.6.1
Thu, 27 Jun 2019 18:25:04 GMT
### Patches
- Prettier changes.
- Avoid marking DetailsRow as non-draggable unless backed by DragDropEvents
- Addressing a variety of problems related to style recalculations.
- Panel: Overflowing header text should word break and wrap by default
- Add placeholder as TextArea property, allows placeholder in multiline TextField
## 7.6.0
Wed, 26 Jun 2019 21:48:30 GMT
### Minor changes
- BasePicker would only reveal suggestions on type or click, shifting focus. Now shows for click, not shifting focus as well.
## 7.5.3
Wed, 26 Jun 2019 12:23:41 GMT
### Patches
- Panel: move windowHeight from classNames into inline styles to prevent unnecessary className recalculations, respect isFooterAtBottom prop
- TextField: Add condition for Edge browser to detect placeholder styles
## 7.5.2
Tue, 25 Jun 2019 12:26:09 GMT
### Patches
- Updates to tileslist, list and marquee selection
## 7.5.1
Mon, 24 Jun 2019 23:11:20 GMT
### Patches
- FocusZone: fixed keyboard navigation when checkForNoWrap prop enabled.
- Dropdown:Bring back breakpoint for small screen sizes
- Coachmark: fixes beacon color props not being passed to styles.
## 7.5.0
Fri, 21 Jun 2019 12:27:05 GMT
### Minor changes
- Adds dual presence to PersonaPresence
- Slider: onChanged is fired after a delay following keydown events.
### Patches
- Tooltip: add onKeyDown handler to dismiss on escape
- Combobox: Fix styles so that RootChecked works
- Don't expand ComboBox flyout on touch when disabled.
- TooltipHost: fix the closeDelay Tooltip bug where a user could not interact with the Tooltip because it would close.
## 7.4.3
Thu, 20 Jun 2019 12:27:38 GMT
### Patches
- DetailsList: add aria-hidden to checkbox labels
## 7.4.2
Wed, 19 Jun 2019 12:27:03 GMT
### Patches
- Make more examples exportable to codepen
## 7.4.1
Tue, 18 Jun 2019 19:00:04 GMT
### Patches
- Facepile: Introducing OnRenderPersona and OnRenderPersonaCoin to override default implementation of Persona and PersonaCoin.
- Tooltip: reverts commit 210fbabee
## 7.4.0
Tue, 18 Jun 2019 12:26:19 GMT
### Minor changes
- DetailsList accessibility now reports 0 rows while placeholder data is being displayed. Also added a prop to ShimmeredDetailsList to specify aria label (such as a "loading data" message) while shimmer is being displayed.
### Patches
- Prevent the callout from being dismissed when the mouse is pressed inside, but then moved outside (while keeping pressed) and released.
- Only run KeytipManager update when relevant keytip props have changed in KeytipData.
## 7.3.0
Mon, 17 Jun 2019 12:26:51 GMT
### Minor changes
- exposing datemath function to calculate beginning of week
- ShimmeredDetailsList: fixes issue where fading overlay was not removed when real item passed.
### Patches
- Removing getClassNames method from SwatchColorPicker.base.tsx which improves perf. by about 10% because of memoization
- Stack: Improving examples so that they have better performance and removing anti-patterns from them.
- Tooltip: Improving performance by wrapping Callout inside with a DelayedRender so that nothing renders until after the delay's done and only if the mouse's still over the tooltip area."
- Updates some documentation links.
## 7.2.0
Fri, 14 Jun 2019 15:54:00 GMT
### Minor changes
- Major bumping the foundation package.
## 7.1.1
Fri, 14 Jun 2019 12:26:30 GMT
### Patches
- Set context menu width when using a split button to calculation of total width minus the width of the split menu button
- Coachmark: Bottom position coachmarks shouldn't be hidden/cut off by other elements on the page.
- Updated DetailsList example code to provide getKey prop, needed to make seelction work correctly when sorting and filtering are enabled.
- Fix missing assets in production build.
## 7.1.0
Thu, 13 Jun 2019 12:20:34 GMT
### Minor changes
- HoverCard: Handle target being null in the case of unset ref
### Patches
- withViewport: Render composed component regardless of viewport height and width
## 7.0.2
Thu, 13 Jun 2019 00:24:48 GMT
### Patches
- Initial release of Fabric 7
## 7.0.0
Wed, 12 Jun 2019 00:42:26 GMT
### Breaking changes
- Move Calendar and DatePicker to legacy package
- ColorPicker: remove deprecated props, better error handling, fix TextField usage
- ComboBox: *Breaking Change* deprecated props `value` and `onChanged` removed
- Dropdown className should be applied to the root
- Remove deprecated doc page props
- SearchBox: pass event to onChange
- Rating: *Breaking change* is `rating` prop is passed, control will reflect value always.
- Remove use of deprecated @autobind decorator
- DetailsList, DetailsRow, DetailsRowFields: remove deprecated props, logic and styles related to `Shimmer`.
- Move Router to example-app-base
- ShimmerDetailsList: remove deprecated props and style props.
- TextField: remove deprecated props, fix controlled/uncontrolled behavior
### Minor changes
- Stack: Adding relevant Stack and StackItem tokens.
- Do not export Foundation package.
- Support slots API changes.
- Changes to support slots API refactoring.
- Persona: remap existing persona initial colors to new fluent values and add some new ones.
### Patches
- Fixing the order of switching sides in RTL context, so the order has to start with the right then left. Issue sample #9029
- Button: Conditionally rendering KeytipData.
- ColorPicker: remove decimals from alpha value
- Update CommandBar/CommandBarButton styles
- Update Layer examples to use modern context API
- Improved CSS in Stack sample code for performance.
- Update and dedupe React deps.
- Support changes to createComponent API.
- Remove unused and not exported ListPage prototype component
- SelectionZone: Document exported interfaces, remove any type usage, consolidate ev.target access
- Rating: Added getNativeProps to component for event usage
- Update instances of `getFocusStyle` to use named parameters.
- Nav, Calendar, and DatePicker move into office-ui-fabric-react
- Stack: Adding documentation to tokens.
- Suggestions: add itemProps type of onRenderSuggestedItem
## 6.189.4
Tue, 11 Jun 2019 12:21:35 GMT
### Patches
- Updating snapshots to conform with `getNativeAttributes` changes which should filter out unexpected attributes from primatives more accurately.
- Improve performance of documentcardtitle
- upgrade to api-extractor 7.1.6
## 6.189.3
Mon, 10 Jun 2019 12:24:00 GMT
### Patches
- Icon: Set aria-hidden if imageProps.alt or imageProps.aria-labelledby is undefined
- DatePicker: Check out of bounds on initial render
- Fixes issue when the menu icon in the second button of the `SplitButton` gets disabled styles when only the primary action is disabled.
## 6.189.2
Fri, 07 Jun 2019 12:21:48 GMT
### Patches
- Panel: use windowHeight for all devices rather than only for iOS
- Improved Calendar A11Y
## 6.189.1
Thu, 06 Jun 2019 12:22:24 GMT
### Patches
- Update documentation to add target _blank to external links
- Fixing some bugs for the persisted ContextualMenu
## 6.189.0
Wed, 05 Jun 2019 12:22:30 GMT
### Minor changes
- adding missing filetype mappings to support LPC and other partners
- Fix TS 3.5 typing issues.
- Consume Selection from Utilities
### Patches
- BaseButton: Render placeholder icon if iconName is empty string
- ContextualMenu: When menus are rendered with the `persistMenu` flag, the scrollbar now renders correctly in Edge.
- add tooltips to Calendar buttons without text
- TextField: Adds aria-labelledby to input
## 6.188.2
Tue, 04 Jun 2019 12:22:18 GMT
### Patches
- Coachmark: fix default colors assignment to pull from the theme object.
## 6.188.1
Mon, 03 Jun 2019 23:04:02 GMT
### Patches
- Dropdown: fix issue where onchange wasnt called
- Remove circular imports in ContextualMenu.tsx
- Searchbox: Stop preventing default if we don't handle the keypress"
## 6.188.0
Mon, 03 Jun 2019 12:23:18 GMT
### Minor changes
- Updating DatePicker and Calendar accessibility
- Fixed SplitButton styling for menu icon and dividers in disabled state
## 6.187.2
Fri, 31 May 2019 12:21:27 GMT
### Patches
- TeachingBubble: Updated entrance animation for teaching bubble in TeachingBubble.styles.ts. Removed jelly animation and replaced with new motion spec entrance animation.
## 6.187.1
Thu, 30 May 2019 12:22:06 GMT
### Patches
- Autofill: makes sure the fresh input is retrieved at the time of composition end
- Refactor common logic out of _dismissOnLostFocus to a generalized function in order to decouple handling of _dismissOnScroll from _dismissOnLostFocus
- Remove extra role attribute from callout root element, support aria-roledescription on callout main where role already resides
- DetailList: only select the first item on keydown from header if there isn't already something selected
- Dropdown: fix issue where dropdown did not respect selectedKey(s) prop
## 6.187.0
Wed, 29 May 2019 12:21:24 GMT
### Minor changes
- Persona: rename and export function to get color
- Adds an example to TextField with customized masks
### Patches
- Fix aria-label in Dropdown options list
- Revert styled perf fixes temporarily.
- Nav: Prepend link name to aria label for expand button and set it as default if no label is provided
- TextField: remove unecessary font override for ::placeholder
## 6.186.1
Fri, 24 May 2019 14:51:14 GMT
### Patches
- remove usage of bare process
## 6.186.0
Thu, 23 May 2019 22:14:40 GMT
### Minor changes
- TeachingBubble: Add footerContent prop to render custom footer text
### Patches
- Dropdown: Replace some palette slot usage with semantic slots.
- Examples: Remove relative imports.
## 6.185.0
Wed, 22 May 2019 12:21:34 GMT
### Minor changes
- Addressing a variety of problems related to style recalculations.
### Patches
- SelectableDroppableText: fixes `defaultvalue` tag usage that was causing some errors in using the api.json with @microsoft/api-documenter package.
- Preserve Selection modal state during single-select
- Ensure non-selectable items may still be invoked
## 6.184.0
Tue, 21 May 2019 12:20:44 GMT
### Minor changes
- <Fabric> element does not affect global button styling.
- Dropdown: Add required visual hint when label is not provided.
- Updated Toggle component to accept JSX Elements. Added screener and snapshot tests for new changes
### Patches
- Fixed: ComboBox onResolveOptions should have array not object as argument
- DatePicker: keep validation errors after noop
## 6.183.0
Mon, 20 May 2019 12:22:33 GMT
### Minor changes
- Add selectedOptions to ComboBox and Dropdown
- Add a new prop to enable Slider origin from zero
### Patches
- Fix ColorPicker Hex input
- MessageBar: Add `aria-hidden` property for message bar icon
## 6.182.1
Thu, 16 May 2019 05:28:50 GMT
### Patches
- [Checkbox] Fix ou