UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

201 lines (115 loc) 5.33 kB
# Change Log - office-ui-fabric-react This log was last generated on Fri, 23 Dec 2016 04:04:09 GMT and should not be manually modified. ## 0.82.4 Fri, 23 Dec 2016 04:04:09 GMT ### Patches - fixed an issue where the beak would not reposition - Fix for when enterint tooltip target from direction of tooltip's position ## 0.82.3 Wed, 21 Dec 2016 16:04:44 GMT ### Patches - Pass defaultRender parameter to DetailsList onRenderRow prop. - Adding css so that contextualmenu properly sizes for long text - Including the "target" property in the Link component. - Layer used node/element.remove() which is not present in ie. This change has it use parentnode.removeChild(childnode) instead ## 0.82.2 Sat, 17 Dec 2016 04:05:00 GMT ### Patches - Calendar: handle invalid starting dates - fixes panel jump in chrome and safari ## 0.82.1 Sat, 10 Dec 2016 04:05:34 GMT ### Patches - Fix text color of primary button on focus - Focus: IE will now return false for elements that are not tabbable. ## 0.82.0 Fri, 09 Dec 2016 04:06:51 GMT ### Minor changes - Layer/LayerHost: Now supports React context passing through. Also all Layers not nested within a LayerHost will be positioned fixed as currently, but will not be if nested within a LayerHost. ### Patches - Adding icon enum - Dropdown: The `data-is-focusable` attribute now gets set correctly on the .ms-Dropdown div container. - Slider: adding up/down/home/end support. ## 0.81.3 Wed, 07 Dec 2016 04:07:11 GMT ### Patches - Pivot: Add space between text and count (if used) for PivotItem. Also fixes rtl display of text and count. - Persona: remove unneeded width property from .ms-Persona-detail ## 0.81.2 Mon, 05 Dec 2016 20:20:56 GMT ### Patches - DetailsList/SelectionZone: selection is no longer cleared when clicking on DIVs that have `tabIndex >= 0` or `role=button`. ## 0.81.1 Mon, 05 Dec 2016 04:02:30 GMT ### Patches - Callout: Updating dismiss logic to be less sensitive to focus change on render. - CommandBar: added `max-width: 100%` to prevent horizontal scroll scenarios. - Updating project dependencies. ## 0.81.0 ### Minor changes - DatePicker: now renders correctly when scrolled down in Safari. ## 0.80.1 ### Patches - ContextualMenu: submenus now expand correctly again. - SelectionZone: removing infinite loop. ## 0.80.0 ### Minor changes - ContextualMenu: Allow users to specify FocusZone direction on ContextualMenus. - ContextualMenu: the `items` property has been deprecated in favor of providing `subMenuProps`. - SelectionZone: now supports data-selection-disabled flag to disable selection event handling at a particular place in the DOM. ### Patches - Button: Hover styles now render correctly. ## 0.79.0 ### Minor changes - Dropdown: Fixing an issue causing Safari to avoid opening the items in scroll cases. - Updates the link to the asset license and clarifies that it covers both fonts and icons ## 0.78.2 ### Patches - Dropdown: removing horizontal overflow. ## 0.78.1 ### Patches - CommandBar: now uses `Icon` component. - Nav: now accepts `selectedKey` from props (if provided) as truth to derive selected link. ## 0.78.0 ### Minor changes - Dropdown: disabled now respects changes passed in. - Dropdown: removing horizontal overflow. ### Patches - Button: Reduce specificity of selectors for Button modifier classes. ## 0.77.1 ### Patches - Callout: dismiss now correctly passes event args to onDismiss. - Dropdown: now only updates state when props are actually changed. - TextField: defaultValue no longer provides a warning. ## 0.77.0 ### Patches - LayerHost: Changing default LayerHost to render on a fixed position high zindex surface. Fixing a bug in the logic of determining if focus moves should cause Callout to dismiss (it shouldn't if the focused element is the callout target.) Removing max height from Dropdown ul/li.LayerHost: default host now renders on fixed high z-index surface. ## 0.76.0 ### Minor changes - DatePicker: factored out a Calendar component and moved the picker portion to render in a Callout. ### Patches - DetailsList: clicking on an empty area of the page should clear the selection. - Persona: now shows correct presence status if presence is not provided. ## 0.75.0 ### Minor changes - Toggle: `label` property is now optional, and the labels within the toggle will not render if no text is provided. ## 0.74.0 ### Minor changes - Callout: Deprecate `targetElement` in favor of `target`, which takes an Element, a MouseEvent, or a string selector. This makes it a lot easier to use Callout for pointing to a target without setting up refs and potentially having timing issues. ### Patches - Choicegroup: Now turns all choices disabled when `disabled` flag is set. - Image: now adjusts correctly with width/height changes. ## 0.73.0 ### Minor changes - Icon: Adding `None` value to `IconName` to support custom icons. - Slider: `type='button'` now added by the default to thumb button. Also added thumbButtonProps for mixing in settings on the thumb button. ### Patches - Updates the CDN references to point to the new CDN location. ## 0.72.0 ### Minor changes - Nav: adding support for `selectedKey`. ### Patches - Nav: adjusting selection band to be themePrimary. ## 0.71.0 ### Minor changes - Facepile: updating default behavior.