office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
1,310 lines • 195 kB
JSON
{
"name": "office-ui-fabric-react",
"entries": [
{
"version": "4.25.0",
"tag": "office-ui-fabric-react_v4.25.0",
"date": "Fri, 28 Jul 2017 10:23:10 GMT",
"comments": {
"patch": [
{
"author": "Aniket Handa <atneik@users.noreply.github.com>",
"commit": "71b918343e8b8afed73902008d5332bbc200136b",
"comment": "Fix hover card scroll"
},
{
"author": "erichdev <a.erich@gmail.com>",
"commit": "de23624077202ce5c1542db44d809586e6eef420",
"comment": "Checkbox: Added left textAlign style"
},
{
"author": "David Michon <dmichon@microsoft.com>",
"commit": "b5c0fba73cc02669f9e025a228811840876e8bf7",
"comment": "Update accessibility for checkable menu items"
}
],
"minor": [
{
"author": "Kushal Yarlagadda <whykushal93@gmail.com>",
"commit": "20d920d1a9f38c468ab47027e9fb2ec80018d85d",
"comment": "Moving ComboBox component to use the styling library"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.14.0 <1.0.0` to `>=0.15.0 <1.0.0`"
}
]
}
},
{
"version": "4.24.0",
"tag": "office-ui-fabric-react_v4.24.0",
"date": "Thu, 27 Jul 2017 10:23:33 GMT",
"comments": {
"patch": [
{
"author": "ycoco <ycocococo6256@gmail.com>",
"commit": "23d9125b1e4c2d506e276f6f023fc9f21a9cf1ea",
"comment": "Dropdown: added onBlur support."
},
{
"author": "Thomas Michon <thomas@michon.com>",
"commit": "b1a2623318f33bfdef482be2effeea65c4dbeba0",
"comment": "Fix focus issues for Safari and Firefox on Mac OS"
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "df7a230735c92a73935bbdf97cfb6f2fcae9af45",
"comment": "Icons: Added new icons from 2.38"
},
{
"author": "Joe Martella <martellaj@live.com>",
"commit": "6c84d750f0c2446449368200e23c2aede7ab04f5",
"comment": "Adds prop to process selection in BasePicker"
},
{
"author": "veloiya <30428533+veloiya@users.noreply.github.com>",
"commit": "b711509d4a7e73d3a89734afd3358f72805b8550",
"comment": "CommandBar: Accessibility fix for expand behavior"
}
],
"minor": [
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "0a25f628156487f5767dec48629187098762493c",
"comment": "More type casting to get us on the path to enabling strictNullChecks"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.16 <1.0.0` to `>=0.14.0 <1.0.0`"
}
]
}
},
{
"version": "4.23.0",
"tag": "office-ui-fabric-react_v4.23.0",
"date": "Tue, 25 Jul 2017 10:22:35 GMT",
"comments": {
"patch": [
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "21e9f3cb32e33e534faa8929d1301bd2adc8de8e",
"comment": "Checkbox: Fixed label font size"
},
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "1fa13c6d69f2da24b26e429b009498ecb2e39037",
"comment": "TextField: multiline variant font now correct, assuming the Fabric component wraps the application. A new selector was added which will force TEXTAREA elements to inherit the font."
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "93603fc44d599a97603cba36b07384f3e99507a3",
"comment": "ResizeGroup: Prevent flashing when passing in new props"
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "7932a0ee52e0beaa59ecdb6bac293ece52b28e23",
"comment": "ResizeGroup: Don't show a scrollbar while measuring the hidden div"
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "c1e83a4109dda4cae3986bb38c77dfb724574287",
"comment": "Textfield: Fixed high contrast border and textarea font family"
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "ba082351b1f8c94015002bde8f3f1fdbe60241c9",
"comment": "Textfield: Removed icon pointer events so that any click is click in textfield"
}
],
"minor": [
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "7ea94b40b14cd1928f477193867672fd5f422f14",
"comment": "Button: Support expanded style state triggered by opened menu"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.15 <1.0.0` to `>=0.13.16 <1.0.0`"
}
]
}
},
{
"version": "4.22.0",
"tag": "office-ui-fabric-react_v4.22.0",
"date": "Mon, 24 Jul 2017 10:24:30 GMT",
"comments": {
"patch": [
{
"author": "Trevor Gau <trevorsg@gmail.com>",
"commit": "5933799d69801712dffcf665ac73231a6a2e2357",
"comment": "Fix application of aria properties on BaseButton."
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "67d167f3d9400b3f38c0106a78f91a67a6eabb5e",
"comment": "ResizeGroup: Add support for onGrowData"
},
{
"author": "Joe Martella <martellaj@live.com>",
"commit": "5c9d10ee2cb1e4ccc82d5f03dccb02bf1276a23e",
"comment": "Accessibility fixes for PeoplePicker"
},
{
"author": "petdun2519 <peterdunlop2519@gmail.com>",
"commit": "3d593e67d11ce99ef269ce5a7e207aa9399ddd48",
"comment": "Dropdown: Updated keydown handler to respond correctly to normal dropdown items"
}
],
"minor": [
{
"author": "Michael Loughry <miclo@microsoft.com>",
"commit": "f24070ef5b3a3173cfde2ee25cdb7b150a668ca7",
"comment": "Callout/ContextualMenu/Tooltip: we now mirror DirectionalHints in RTL layouts by default. To override this behavior, specify `directionalHintForRtl`"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.14 <1.0.0` to `>=0.13.15 <1.0.0`"
}
]
}
},
{
"version": "4.21.4",
"tag": "office-ui-fabric-react_v4.21.4",
"date": "Fri, 21 Jul 2017 10:21:45 GMT",
"comments": {
"patch": [
{
"author": "Trevor Gau <trevorsg@gmail.com>",
"commit": "294b4174faf5455edc3526eba337b40a847fc10e",
"comment": "Do not redundantly set aria-label on command bar items. "
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "d5af8b6edae526651fcc1b2905a1119ef1408103",
"comment": "More strict null check fixes in office-ui-fabric-react"
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "91323c55902c278e73a13118fc3cd2d7dc00da62",
"comment": "Textfield: Fixed regression in disabled styles"
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "dcec97d5dd145a80baee3fd80c715286e1597d0a",
"comment": "ResizeGroup: Use scrollWidth instead of clientWidth for measuring hidden div"
},
{
"author": "Aadhar Surange <adhargithub@gmail.com>",
"commit": "06ef248801b5a43513c86ce7cc3f06696cb43397",
"comment": "Fixed deletion of tag item when tag picker is disabled"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=4.8.0 <5.0.0` to `>=4.8.0 <5.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.13 <1.0.0` to `>=0.13.14 <1.0.0`"
}
]
}
},
{
"version": "4.21.3",
"tag": "office-ui-fabric-react_v4.21.3",
"date": "Thu, 20 Jul 2017 10:11:23 GMT",
"comments": {
"patch": [
{
"author": "jspurlin <jspurlin@microsoft.com>",
"commit": "85bd583f0009bdbc395702dc7c61f6cccad36e92",
"comment": "SwatchColorPicker: Fix a recent regression in box-sizing seen on the external site for the swatchColorPicker"
},
{
"author": "Philip Kuo <phkuo@microsoft.com>",
"commit": "db6b2fa0a54f623f0bd659938c7193c31ba3bbde",
"comment": "Checkbox: remove unnecessary styles and element"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.12 <1.0.0` to `>=0.13.13 <1.0.0`"
}
]
}
},
{
"version": "4.21.2",
"tag": "office-ui-fabric-react_v4.21.2",
"date": "Wed, 19 Jul 2017 21:40:34 GMT",
"comments": {
"patch": [
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "808742dffd5378cd908cc4ed1bebc175a3702dff",
"comment": "Breadcrumb: Uses tooltip when breadcrumb text is truncated"
},
{
"author": "Trevor Gau <trevorsg@gmail.com>",
"commit": "ae602de38bdd5268ac61138064ecf3f3dbaccd03",
"comment": "Fix CommandBar rendering commandText span when no item name is given: #2233."
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "074fabb6f0ffd52598947d9dda563d4dd8113ee7",
"comment": "Start fixing some strictNullCheck errors"
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "da9fc82e21b99e350ef090d15d26e06de61753ec",
"comment": "DefaultButton: Make styles match design"
},
{
"author": "Eddie Liu <leddie24@gmail.com>",
"commit": "d21643832d11a6a6e2a7484a53de72a99665ad67",
"comment": "DetailsList: Adjust checkmark icon to use StatusCircleCheckmark icon"
},
{
"author": "Eddie Liu <leddie24@gmail.com>",
"commit": "a93a3a3fc9ef425df4bc6fb990125c0770b97374",
"comment": "Dropdown: List native props at top of div element"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=4.7.2 <5.0.0` to `>=4.8.0 <5.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.11 <1.0.0` to `>=0.13.12 <1.0.0`"
}
]
}
},
{
"version": "4.21.1",
"tag": "office-ui-fabric-react_v4.21.1",
"date": "Mon, 17 Jul 2017 18:38:01 GMT",
"comments": {
"patch": [
{
"author": "Joe Martella <martellaj@live.com>",
"commit": "267ed2d0b9466d29c173982bcfc897c92ef72525",
"comment": "BasePicker: Removes onBlur to fix onSuggestionClick prevention and adds onBlur functionality to dismissSuggestions."
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.10 <1.0.0` to `>=0.13.11 <1.0.0`"
}
]
}
},
{
"version": "4.21.0",
"tag": "office-ui-fabric-react_v4.21.0",
"date": "Mon, 17 Jul 2017 10:22:38 GMT",
"comments": {
"minor": [
{
"author": "ycoco <ycocococo6256@gmail.com>",
"commit": "21c744979934285a8759d93ce8cd8748a16053a5",
"comment": "ComboBox: props have been adjusted to inherit from HTMLAttributes to allow fo props like onBlur to be mixed in. Note that this has forced the `autoComplete` prop to be changed to a string."
}
],
"patch": [
{
"author": "jspurlin <jspurlin@microsoft.com>",
"commit": "adaee4e1abe3a0ee70a4bdc01804aaca57f1d0c4",
"comment": "ComboBox: Fix a keyboard scrolling issue where the pending option would not be scrolled into view"
},
{
"author": "Ryan Delaney <rrdelaney@outlook.com>",
"commit": "492c1840d6b7ae8ee5487d083eb3ee1c73ad4874",
"comment": "Allow deeply nested links to render in Nav"
},
{
"author": "John Lorenz <jcl47@duke.edu>",
"commit": "241b0d25bbbedb8702ac7ae3ec995cbe9767bd54",
"comment": "Last pull request added the option to display the month picker by itself without the day picker, but selecting the month picker was not calling selectDate. This should fix that."
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.9 <1.0.0` to `>=0.13.10 <1.0.0`"
}
]
}
},
{
"version": "4.20.0",
"tag": "office-ui-fabric-react_v4.20.0",
"date": "Fri, 14 Jul 2017 17:34:53 GMT",
"comments": {
"patch": [
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "5fef7e125450859c0fd8162221dc0999dbd0b800",
"comment": "ResizeGroup: Do measurements inside requestAnimationFrame"
}
],
"minor": [
{
"author": "Kris Brown <kristoferbrown@users.noreply.github.com>",
"commit": "46e69e5a4e0d85230aa326c3aaff330c94aa042e",
"comment": "PeoplePicker: adding a custom validator prop"
},
{
"author": "Eddie Liu <leddie24@gmail.com>",
"commit": "1200d471c740de9b9a3c8b1e1257048f1cbcfb3f",
"comment": "DetailsList: Add compact mode to component, add column padding, fix styling and Check component sizing"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.8 <1.0.0` to `>=0.13.9 <1.0.0`"
}
]
}
},
{
"version": "4.19.0",
"tag": "office-ui-fabric-react_v4.19.0",
"date": "Thu, 13 Jul 2017 02:58:02 GMT",
"comments": {
"patch": [
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "677439867bfa02aa45d0f05ee2054bbcab797378",
"comment": "TooltipHost: Fixed check which kept onRenderContent from working"
},
{
"author": "aadhars <adhargithub@gmail.com>",
"commit": "f6dbb240e3b716c9c1cc3f649fed403d1552c2b9",
"comment": "Fixing null reference exception caused if user does not specify imageSize along with imageSrc in choiceGroup"
},
{
"author": "Christopher Schleiden <cschleiden@live.de>",
"commit": "9ce99671d04ee11c943ae613be66603d4eb0a1d3",
"comment": "List: Only draw a single window when receiving new items"
}
],
"minor": [
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "894d72c05d1ca0dea6cf22d1bde17d6e9edc4147",
"comment": "Addressing remaining TS 2.4.1 errors."
},
{
"author": "Christopher Schleiden <cschleiden@live.de>",
"commit": "ecac3cb1e22c64da7a846cbbe6c8a0a8ef0bd47b",
"comment": "DetailsList: Allow passing props to underlying List"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.6 <1.0.0` to `>=0.13.7 <1.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/example-app-base\" from `4.1.0` to `4.1.1`"
}
]
}
},
{
"version": "4.18.0",
"tag": "office-ui-fabric-react_v4.18.0",
"date": "Wed, 12 Jul 2017 01:49:50 GMT",
"comments": {
"patch": [
{
"author": "Boris Emorine <boris.emorine@gmail.com>",
"commit": "ce314d75b908fa19e7e38fdf9c52c8312f9727c0",
"comment": "Fix styling issues with SplitButton. Add new split boolean property to Button."
},
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "73a4ebc5ae382eb50a4a3f3a2048066748358471",
"comment": "Fixing typings for TypeScript 2.4.1 compatibility."
},
{
"author": "Mike Wheaton <miwhea@microsoft.com>",
"commit": "aa1b5ca49558b625ff73d3c4253fc13f53062365",
"comment": "DocumentCard: Deprecate accentColor prop, reduce thickness of divider line"
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "c4bb4fb265f4c40620110700b78186311e8b8063",
"comment": "Enable noImplicitAny"
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "d95d6dd57c0c08374620d05b3a24f19f332ee2bc",
"comment": "MessageBar: Fixed collapsing text in multiline"
}
],
"minor": [
{
"author": "Liaoliang Ye <supersingerman@126.com>",
"commit": "5929d059746f0016ab140846652d760af36fdbda",
"comment": "Expose APIs of selectableOptions since they're required APIs for ComboBox component"
},
{
"author": "Kris Brown <kristoferbrown@users.noreply.github.com>",
"commit": "722fb269de899788e6a5acf60f5c4f0727aaa0bc",
"comment": "Adding ActivityItem component."
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=4.7.1 <5.0.0` to `>=4.7.2 <5.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.5 <1.0.0` to `>=0.13.6 <1.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/example-app-base\" from `4.0.3` to `4.1.0`"
}
]
}
},
{
"version": "4.17.1",
"tag": "office-ui-fabric-react_v4.17.1",
"date": "Mon, 10 Jul 2017 19:18:55 GMT",
"comments": {
"patch": [
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "61ad518bc8eaba0025697058fcc588c894f292d5",
"comment": "Checkbox: reverting global class names to use ms-Checkbox-* prefixed values."
},
{
"author": "Marena Richardson <marena.richardson@gmail.com>",
"commit": "31a91422060ffcb1f0f71015d0e95af8e9c8ffcb",
"comment": "Remove unnecessary line height"
},
{
"author": "Ankit Khokhar <ankitkhokhar@iitrpr.ac.in>",
"commit": "4fa3fe634eeabd99a38cd9eccc57e723c1dfd73f",
"comment": "Removed ARIA disabled from button, as already handled by button HTML attribute"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.3 <1.0.0` to `>=0.13.4 <1.0.0`"
}
]
}
},
{
"version": "4.17.0",
"tag": "office-ui-fabric-react_v4.17.0",
"date": "Mon, 10 Jul 2017 10:22:21 GMT",
"comments": {
"minor": [
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "ab075c152e4acf2a6458889ba1f093ecff221c06",
"comment": "ChoiceGroup: Allow image/icon labels to truncate when larger than parent. Provided onRenderLabel to add Tooltip or other decorations"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.2 <1.0.0` to `>=0.13.3 <1.0.0`"
}
]
}
},
{
"version": "4.16.2",
"tag": "office-ui-fabric-react_v4.16.2",
"date": "Sat, 08 Jul 2017 05:59:27 GMT",
"comments": {
"patch": [
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "c9315f27692fdb73fcc159fd097429fe7441d316",
"comment": "AMD fix for GroupedList."
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.1 <1.0.0` to `>=0.13.2 <1.0.0`"
}
]
}
},
{
"version": "4.16.1",
"tag": "office-ui-fabric-react_v4.16.1",
"date": "Sat, 08 Jul 2017 03:34:35 GMT",
"comments": {
"patch": [
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "3df78de25c03bf92d299e9f544950593001861eb",
"comment": "Fixing an import breaking AMD modules related to GroupedList."
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=4.6.0 <5.0.0` to `>=4.7.1 <5.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.13.0 <1.0.0` to `>=0.13.1 <1.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/example-app-base\" from `4.0.1` to `4.0.2`"
}
]
}
},
{
"version": "4.16.0",
"tag": "office-ui-fabric-react_v4.16.0",
"date": "Fri, 07 Jul 2017 10:11:38 GMT",
"comments": {
"patch": [
{
"author": "aadhars <adhargithub@gmail.com>",
"commit": "739afaec20093f1bb14ceb844c859a881cba6dd0",
"comment": "Buttons: disabled buttons with hrefs now render as BUTTON elements instead of A tags, since BUTTON can support the disabled flag."
}
],
"minor": [
{
"author": "CmonsterC <CmonsterC@users.noreply.github.com>",
"commit": "dae9df0a1345d7ddc4e92c04037bec52ab2cace1",
"comment": "GroupedList: Add a new prop to ignore the collapse button on the column name bar when there's custom group header"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.12.3 <1.0.0` to `>=0.13.0 <1.0.0`"
}
]
}
},
{
"version": "4.15.0",
"tag": "office-ui-fabric-react_v4.15.0",
"date": "Thu, 06 Jul 2017 10:11:47 GMT",
"comments": {
"minor": [
{
"author": "Aniket Handa <atneik@users.noreply.github.com>",
"commit": "6f272bbaf04d106c990637f78cb38ec84fa00ed7",
"comment": "Add new component: HoverCard"
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "6ca067c7957ce4b8d7e85f32115dd4b77bb8ac1c",
"comment": "ResizeGroup: Add support for caching"
}
],
"patch": [
{
"author": "Marena Richardson <marena.richardson@gmail.com>",
"commit": "d9683d319f2e66ab294212682bdb4abdbb32107d",
"comment": "Make details row cells use flex box and stretch to total row height."
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "8555ad54c2b4ec7f0e58ebc6ab0032df7a44002b",
"comment": "Toggle: Fixed aria-label that was missing from button"
},
{
"author": "Eddie Liu <leddie24@gmail.com>",
"commit": "44951ccc9715a43f363c79a33ed1c1a4f320d69c",
"comment": "CommandBar: Remove margin from command bar items"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=4.6.0 <5.0.0` to `>=4.6.0 <5.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.12.2 <1.0.0` to `>=0.12.3 <1.0.0`"
}
]
}
},
{
"version": "4.14.1",
"tag": "office-ui-fabric-react_v4.14.1",
"date": "Tue, 04 Jul 2017 10:21:53 GMT",
"comments": {
"patch": [
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "e28b459f1c5aa6bd33cc210c07f3f98f19083272",
"comment": "Breadcrumb: Fixed maxItems logic to put correct items into overflow"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.12.1 <1.0.0` to `>=0.12.2 <1.0.0`"
}
]
}
},
{
"version": "4.14.0",
"tag": "office-ui-fabric-react_v4.14.0",
"date": "Mon, 03 Jul 2017 10:11:52 GMT",
"comments": {
"minor": [
{
"author": "Ricky Patel <rickyp@microsoft.com>",
"commit": "e073cd9849a289bbc39a4fd695848bd854d5f236",
"comment": "Changed the CSS for the checkbox so that it's easier to customize and center"
}
],
"patch": [
{
"author": "Nick Kirchem <nkirchem@users.noreply.github.com>",
"commit": "75d138c97dc9cc06d648cb7c6f9314f7c7c1cea4",
"comment": "GroupedList: Fixes a bug causing Toggle and other button elements within a GroupedList to not render correctly."
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.12.0 <1.0.0` to `>=0.12.1 <1.0.0`"
}
]
}
},
{
"version": "4.13.2",
"tag": "office-ui-fabric-react_v4.13.2",
"date": "Fri, 30 Jun 2017 19:44:26 GMT",
"comments": {
"patch": [
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "ac69068d153fd9a2ea6f86131bec740e09389a0f",
"comment": "Breadcrumb: Use flexbox for layout to better support multiple font sizes"
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "8f94339b01f2a1570768172ce399c8edfb5d9a6c",
"comment": "MessageBar: Fixed padding regressions with multiline and no actions "
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=4.5.0 <5.0.0` to `>=4.6.0 <5.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.11.10 <1.0.0` to `>=0.12.0 <1.0.0`"
}
]
}
},
{
"version": "4.13.1",
"tag": "office-ui-fabric-react_v4.13.1",
"date": "Fri, 30 Jun 2017 10:23:15 GMT",
"comments": {
"patch": [
{
"author": "Ben Truelove <betrue@microsoft.com>",
"commit": "24a19bde23ec4ee1dc68c129e347ed5caa3589fa",
"comment": "Fixed spacing and vertical position of expand arrow, Added space between title and count, Changed to use flex box, Updated interactive state colors to use proper semantic slots"
},
{
"author": "Michael Loughry <miclo@microsoft.com>",
"commit": "b8952cc22a3d80c509609d5f08db580420b2e853",
"comment": "Dialog: allow values in dialogContentProps to override all default values"
},
{
"author": "aadhars <adhargithub@gmail.com>",
"commit": "f477fbac0d81809c9d9335e8c817e53082a1ad30",
"comment": "GroupedList: Role of groupedList changed from \"grid\" to \"group\""
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.11.9 <1.0.0` to `>=0.11.10 <1.0.0`"
}
]
}
},
{
"version": "4.13.0",
"tag": "office-ui-fabric-react_v4.13.0",
"date": "Thu, 29 Jun 2017 20:48:31 GMT",
"comments": {
"patch": [
{
"author": "Christopher Schleiden <cschleiden@live.de>",
"commit": "cc4513adf60d290214512c5e518dd9823a15acda",
"comment": "Button: Revert setting label font-weight to bold"
},
{
"author": "Glen Chao <glenchao@outlook.com>",
"commit": "e1795515b14b2dc26fce6901bae472ee81be5a27",
"comment": "Add 'event' as first param for onColumnClick handler to match the param order."
},
{
"author": "jspurlin <jspurlin@microsoft.com>",
"commit": "b13f997161fa7657464df6d2c89f4100cf5325ec",
"comment": "ComboBox: Fix a scrolling issue (#2090)"
},
{
"author": "Eddie Liu <leddie24@gmail.com>",
"commit": "33dc46bdd08c3e6020e74ef8f472435982dc75c0",
"comment": "Dropdown/ContextualMenu: Adjust height of items to 32px"
}
],
"minor": [
{
"author": "jspurlin <jspurlin@microsoft.com>",
"commit": "1df26a8f1b5c02da41f36b1f4f20003ab20671d0",
"comment": "Adding a new component: SwatchColorPicker"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=4.4.2 <5.0.0` to `>=4.5.0 <5.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.11.8 <1.0.0` to `>=0.11.9 <1.0.0`"
}
]
}
},
{
"version": "4.12.1",
"tag": "office-ui-fabric-react_v4.12.1",
"date": "Thu, 29 Jun 2017 10:13:16 GMT",
"comments": {
"patch": [
{
"author": "Aniket Handa <atneik@users.noreply.github.com>",
"commit": "76601ad312613034f48799b43499de56c0e6863b",
"comment": "Remove beak from CommandBar's and BaseButton's contextual menu"
},
{
"author": "Boris Emorine <boris.emorine@gmail.com>",
"commit": "31758bdedec783d4f74194713b2e0102529b70dd",
"comment": "-SpinButton: Fix crash when not providing value nor defaultValue. - SpinButton: Add initial delay of 400ms when holding the up or down arrow before spinning"
},
{
"author": "Joe Martella <martellaj@live.com>",
"commit": "1ac5cc109ab14817cf1b968cb899997de4106b56",
"comment": "Force resolve picker on blue or delayed response."
},
{
"author": "jspurlin <jspurlin@microsoft.com>",
"commit": "21689eaf74f8513ae51854a7e1dadb90821ae9d8",
"comment": "Fix: Combobox: text move its position in Edge during up/down arrow #2020: https://github.com/OfficeDev/office-ui-fabric-react/issues/2020"
},
{
"author": "P.J. Swesey <swese44@gmail.com>",
"commit": "b291aa138ed25079eea76244e64384a2cdbafa4f",
"comment": "Persona: Fix orange initials rendered as green"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=4.4.1 <5.0.0` to `>=4.4.2 <5.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.11.7 <1.0.0` to `>=0.11.8 <1.0.0`"
}
]
}
},
{
"version": "4.12.0",
"tag": "office-ui-fabric-react_v4.12.0",
"date": "Wed, 28 Jun 2017 10:12:04 GMT",
"comments": {
"patch": [
{
"author": "Thomas Michon <thomas@michon.com>",
"commit": "53f311e747fe0255cca631fe174c370d93424551",
"comment": "Fixed focusing first item in DetailsList"
},
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "bc5b41cc4894c6d41f2d17e5356eb0334fed6345",
"comment": "MarqueeSelection: now with better performance in Edge."
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "65cba5c652fb0f968c4290df849ed9dbea52a86c",
"comment": "Textfield: Fixed layout of underlined textfield with error"
}
],
"minor": [
{
"author": "P.J. Swesey <swese44@gmail.com>",
"commit": "fc124a53f04aa8ef7f7d972d223796cbee64d982",
"comment": "Persona: Adding image alt, defaulting to empty string"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.11.6 <1.0.0` to `>=0.11.7 <1.0.0`"
}
]
}
},
{
"version": "4.11.0",
"tag": "office-ui-fabric-react_v4.11.0",
"date": "Tue, 27 Jun 2017 01:26:31 GMT",
"comments": {
"minor": [
{
"author": "rachelcl9 <chuli@microsoft.com>",
"commit": "ab0403c92b9c1e6c2c138b8fe5e80684ff853857",
"comment": "Commandbar: fix synchronous reflow "
},
{
"author": "John Lorenz <jcl47@duke.edu>",
"commit": "b00a2c9dfa0ac1c3f0f6dcb17cc72b783bede3cf",
"comment": "Enhancing the calendar component to allow for turning off the day picker and highlighting the \"today\" month in the month picker. This will match the behavior of the Timestrip component in today's JSMVVM OWA Calendar."
}
],
"patch": [
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "002cd689e299ae5fb2ee99e16f12c85e74043e95",
"comment": "OverflowSet: Fix type definition to be compatible with latest @types/react"
},
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "f3203551b08875e9fc6bcf4ff937a1e1d7eda353",
"comment": "Persona: Fixing image sizing to cover correctly."
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "8e7c0dbb6bee06a7e289b6df7da934df425b9871",
"comment": "Enable forceConsistentCasingInFileNames tsconfig option"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=4.4.0 <5.0.0` to `>=4.4.1 <5.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.11.5 <1.0.0` to `>=0.11.6 <1.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/example-app-base\" from `4.0.0` to `4.0.1`"
}
]
}
},
{
"version": "4.10.2",
"tag": "office-ui-fabric-react_v4.10.2",
"date": "Fri, 23 Jun 2017 20:02:00 GMT",
"comments": {
"patch": [
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "f8d64a77b12c8bd0b3434a9187fa4b9906995eca",
"comment": "Icon: Adding `data-icon-name` attribute for debugging identification purposes."
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.11.4 <1.0.0` to `>=0.11.5 <1.0.0`"
}
]
}
},
{
"version": "4.10.1",
"tag": "office-ui-fabric-react_v4.10.1",
"date": "Fri, 23 Jun 2017 04:12:23 GMT",
"comments": {
"patch": [
{
"author": "Anton Frolov <frolov.anton@gmail.com>",
"commit": "60d27e12f5d7ce5245256ee6e46eab416acec470",
"comment": "Fix FocusZone stop eating spacebar presses in textarea fields"
},
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "cf27c419d98df14d8974764d2e5798fcb6233ec1",
"comment": "DetailsList: Fixing regression in DetailsRow, and adding check in Image which was causing nullrefs."
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "93aa20fb61842df7f61d78d36eef123208b862fe",
"comment": "Route: Make implicit any explicit"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.11.3 <1.0.0` to `>=0.11.4 <1.0.0`"
}
]
}
},
{
"version": "4.10.0",
"tag": "office-ui-fabric-react_v4.10.0",
"date": "Thu, 22 Jun 2017 21:45:08 GMT",
"comments": {
"minor": [
{
"author": "antonlabunets <alabunets@gmail.com>",
"commit": "5054be87e371308937faf86b67eb9eb9de10ae1c",
"comment": "Expose focus() on ISearchBox"
}
],
"patch": [
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "0d7e76729e12cf7983cf6ce25df9da8630ac1f4d",
"comment": "ResizeGroup: Add dataDidRender prop that can be used to know what is actually rendered by a resizeGroup"
},
{
"author": "Thomas Michon <thomas@michon.com>",
"commit": "6c51b2e12823ec80e3727635b15b0ee83099c382",
"comment": "Fix some focus issues in DetailsList"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.11.2 <1.0.0` to `>=0.11.3 <1.0.0`"
}
]
}
},
{
"version": "4.9.2",
"tag": "office-ui-fabric-react_v4.9.2",
"date": "Thu, 22 Jun 2017 10:13:03 GMT",
"comments": {
"patch": [
{
"author": "Ben Truelove <betrue@microsoft.com>",
"commit": "348ea5ded2c29f8c4a091f1e1198c916f748b92c",
"comment": "Check: reduced size of selection check background by 2px"
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "2e9309fd851bb36a249a408a9955ed18fe87a320",
"comment": "Breadcrumb: Fixed overflow logic and extra icon"
},
{
"author": "Michael Loughry <miclo@microsoft.com>",
"commit": "d55ef47bc6f05e163d39785b56d9557889c1ce41",
"comment": "Dropdown: fixed bug that didn't allow operating Dropdown as a controlled component"
},
{
"author": "lindach167 <lindach@microsoft.com>",
"commit": "9c69b33ffaa656ee95543d30c747a50b9bbf109b",
"comment": "Fix Persona control DOM reflow by passing ImageCoverStyle to Image control"
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "68e504c830f880e0051493c74b83395d36db93b7",
"comment": "Dialog: Reworked deprecation logic to fix warnings"
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "d02c0cea8eadf7459cf5754de5db234330d24572",
"comment": "Toggle: No longer triggers form submission"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.11.1 <1.0.0` to `>=0.11.2 <1.0.0`"
}
]
}
},
{
"version": "4.9.1",
"tag": "office-ui-fabric-react_v4.9.1",
"date": "Wed, 21 Jun 2017 00:45:41 GMT",
"comments": {
"patch": [
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "135c06a013468eb717fddab4ccabd6d63274fe4b",
"comment": "Icons: now with less redundant evaluation of styling, which improves render performance."
},
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "788a876ee11ad747121215edc9886699a24d0cc3",
"comment": "Panel: Fixed header ID value"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.10.5 <1.0.0` to `>=0.11.0 <1.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/example-app-base\" from `3.0.2` to `4.0.0`"
}
]
}
},
{
"version": "4.9.0",
"tag": "office-ui-fabric-react_v4.9.0",
"date": "Tue, 20 Jun 2017 10:22:47 GMT",
"comments": {
"minor": [
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "1ca8cda27da8bf1243f2d794a917e8d6154ceade",
"comment": "Breadcrumb: Switch resizing logic to resizeGroup"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.10.4 <1.0.0` to `>=0.10.5 <1.0.0`"
}
]
}
},
{
"version": "4.8.3",
"tag": "office-ui-fabric-react_v4.8.3",
"date": "Sat, 17 Jun 2017 17:39:43 GMT",
"comments": {
"patch": [
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "5b17bfe13dc1826f08c2fb261d53de4e976d0752",
"comment": "Icon: image icons now have less random \"l\" characters. Sorry about that!"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.10.3 <1.0.0` to `>=0.10.4 <1.0.0`"
}
]
}
},
{
"version": "4.8.1",
"tag": "office-ui-fabric-react_v4.8.1",
"date": "Sat, 17 Jun 2017 06:27:45 GMT",
"comments": {
"patch": [
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "c8bdb73324b8702400e4d4f53bbb182378a49b74",
"comment": "Icon: iconName should pass through to the classname without casing alterations."
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.10.1 <1.0.0` to `>=0.10.2 <1.0.0`"
}
]
}
},
{
"version": "4.8.0",
"tag": "office-ui-fabric-react_v4.8.0",
"date": "Fri, 16 Jun 2017 23:02:08 GMT",
"comments": {
"minor": [
{
"author": "Thomas Michon <thomas@michon.com>",
"commit": "38244b81d039f7cae9d20671fec9f218f3148685",
"comment": "DetailsList: Remove Tooltip by defaul, allowing optional override."
}
],
"patch": [
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "bc5da65c865a2b7209143193eb2009d4fba3a387",
"comment": "Icon: patch to className change to add ms-Icon--* in cases where iconType is not provided."
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.9.1 <1.0.0` to `>=0.10.0 <1.0.0`"
}
]
}
},
{
"version": "4.7.2",
"tag": "office-ui-fabric-react_v4.7.2",
"date": "Fri, 16 Jun 2017 19:39:47 GMT",
"comments": {
"patch": [
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "16ea1d01cdae0a29f9be83778280b25abd857df5",
"comment": "Icon: adding back ms-Icon--iconName className to avoid breaking backwards compatibility."
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "54e9d048eb85e3a60688bfdc1482a9cb43a3662e",
"comment": "OverflowSet: Don't use the index as the key"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.9.0 <1.0.0` to `>=0.9.1 <1.0.0`"
}
]
}
},
{
"version": "4.7.1",
"tag": "office-ui-fabric-react_v4.7.1",
"date": "Thu, 15 Jun 2017 23:55:18 GMT",
"comments": {
"patch": [
{
"author": "Ankit Khokhar <ankitkhokhar@iitrpr.ac.in>",
"commit": "bed10f92f6c43d407e23b44787d879c09e2a37cb",
"comment": "CheckButton: Firefox high contrast fix"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.8.1 <1.0.0` to `>=0.9.0 <1.0.0`"
}
]
}
},
{
"version": "4.7.0",
"tag": "office-ui-fabric-react_v4.7.0",
"date": "Thu, 15 Jun 2017 10:09:15 GMT",
"comments": {
"minor": [
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "5d0adb20f07383a60fb9fa14bd6cde8887b0f5db",
"comment": "Dialog: Deprecated old duplicative props and moved them into modalProps and contentProps"
}
],
"patch": [
{
"author": "Ankit Khokhar <ankitkhokhar@iitrpr.ac.in>",
"commit": "2278009d39d643168f0f27508a1d01ddbb4fdb69",
"comment": "Toggle: High contrast fix for Firefox"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.8.0 <1.0.0` to `>=0.8.1 <1.0.0`"
}
]
}
},
{
"version": "4.6.0",
"tag": "office-ui-fabric-react_v4.6.0",
"date": "Wed, 14 Jun 2017 06:02:15 GMT",
"comments": {
"patch": [
{
"author": "Benjamin Kaiser <benjaminjkaiser@gmail.com>",
"commit": "e0dc2ba3f8504d77c0f19567e646608b1094018c",
"comment": "Buttons: Added `aria-haspopup` to buttons with menuProps."
},
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "74c01f80ee4fb502a45c77ac0ad135148b2146d9",
"comment": "FocusZone: bidirectional movement now wraps on lines."
},
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "f962234cf5c1231976331cfabc06680a762cd516",
"comment": "Bumping fabric-core dependency to have Segoe UI be part of the font fallback."
},
{
"author": "Abhinav Singh Teotia <abhinavsingh.bits@gmail.com>",
"commit": "79f1c3c5ed9ae63c1e035c67ad81a31b997bbe78",
"comment": "FocusZone should reset active element if it is not tabbable."
},
{
"author": "David Zearing <dzearing@microsoft.com>",
"commit": "057d6526f255d23b185c4d4618d63939b2ba8290",
"comment": "Dropdown: adding aria attribute `aria-readonly=true` and adjusting `aria-owns` to only show in cases where it is opened."
},
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "a07c7287aeec78d8f17712551f94d3af55031592",
"comment": "Enable strictNullChecks in utilities package"
},
{
"author": "Kris Brown <kristoferbrown@users.noreply.github.com>",
"commit": "8c64e599a92a969603525640cedb8e0119efd61f",
"comment": "PeoplePicker: fixing styling, focus, and extra rerendering issues."
},
{
"author": "Eddie Liu <leddie24@gmail.com>",
"commit": "f1437d6fa8f0e833efcdb7d5aa2e7de71ebd1e99",
"comment": "Dropdown: Fix keyboard focus on Header/Separator items"
}
],
"minor": [
{
"author": "Micah Godbolt <micahgodbolt@gmail.com>",
"commit": "0a53930a167b02ba931e6f5231472da854701bab",
"comment": "Dropdown: Fixed onRenderPlaceholder and update docs"
},
{
"author": "zoarif <zoarif@microsoft.com>",
"commit": "0c2ecc7bab31a37798ce256a522923e2d1c4e7d3",
"comment": "Adding Aria label props for Dialog"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=4.1.2 <5.0.0` to `>=4.3.0 <5.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.7.4 <1.0.0` to `>=0.8.0 <1.0.0`"
},
{
"comment": "Updating dependency \"@uifabric/example-app-base\" from `3.0.1` to `3.0.2`"
}
]
}
},
{
"version": "4.5.1",
"tag": "office-ui-fabric-react_v4.5.1",
"date": "Tue, 13 Jun 2017 10:13:21 GMT",
"comments": {
"patch": [
{
"author": "Manish Dahamiwal <mdhamiwal@gmail.com>",
"commit": "b0fa51097fde734c930c0b03cc43d63ff2704da0",
"comment": "High contrast fixes for Pivot, Choicegroup and Checkbox"
},
{
"author": "Aditya <adimittal91@gmail.com>",
"commit": "b0ee1f6c9e5f0d9b31c060d92998e0c43af504d4",
"comment": "withResponsiveMode: Adding error handling around the case where window.innerWidth throws an exception."
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/styling\" from `>=0.7.3 <1.0.0` to `>=0.7.4 <1.0.0`"
}
]
}
},
{
"version": "4.5.0",
"tag