UNPKG

@uifabric/merge-styles

Version:
1,579 lines 62.8 kB
{ "name": "@uifabric/merge-styles", "entries": [ { "date": "Mon, 31 Oct 2022 12:21:19 GMT", "tag": "@uifabric/merge-styles_v7.20.2", "version": "7.20.2", "comments": { "patch": [ { "comment": "Add some logic to stylesheet that will do a simple append instead of using insert before if the reference node isn't actually a child of the document head.", "author": "gcox@microsoft.com", "commit": "3727ad313afda0d34c28b76c39eba0dc17dba8da", "package": "@uifabric/merge-styles" } ] } }, { "date": "Fri, 30 Sep 2022 21:44:22 GMT", "tag": "@uifabric/merge-styles_v7.20.1", "version": "7.20.1", "comments": { "patch": [ { "comment": "getVendorSettings.js file was leading to app crash if userAgent was null. Have added a null check for userAgent", "author": "arujain@microsoft.com", "commit": "32e9cad4d9120c34c4c42c16312c48d76f0e0c30", "package": "@uifabric/merge-styles" } ] } }, { "date": "Wed, 16 Sep 2020 12:27:22 GMT", "tag": "@uifabric/merge-styles_v7.19.1", "version": "7.19.1", "comments": { "none": [ { "comment": "Update API Extractor settings to share config and handle newlines better", "author": "elcraig@microsoft.com", "commit": "7d093f59a06527fc39656c903cab4470650e3acd", "package": "@uifabric/merge-styles" } ] } }, { "date": "Tue, 15 Sep 2020 12:26:06 GMT", "tag": "@uifabric/merge-styles_v7.19.0", "version": "7.19.0", "comments": { "minor": [ { "comment": "Exporting additional typings, updated auto-unit generation to not prefix the default unit (px) on css custom properties.", "author": "dzearing@hotmail.com", "commit": "1838dcc8b214345f6cc8f9c0904a2cc66cc39f71", "package": "@uifabric/merge-styles" } ] } }, { "date": "Mon, 14 Sep 2020 12:22:12 GMT", "tag": "@uifabric/merge-styles_v7.18.0", "version": "7.18.0", "comments": { "none": [ { "comment": "Fix API file newlines", "author": "elcraig@microsoft.com", "commit": "728b287a05f3c521e3b1ab7ea58071ac07d7c727", "package": "@uifabric/merge-styles" } ] } }, { "date": "Fri, 28 Aug 2020 12:29:20 GMT", "tag": "@uifabric/merge-styles_v7.18.0", "version": "7.18.0", "comments": { "minor": [ { "comment": "Update IRawStyleBase tying to allow css variables (string) as acceptable values.", "author": "xgao@microsoft.com", "commit": "787a28b8ac5f9e6f42dfe9a0630f012fea3900bf", "package": "@uifabric/merge-styles" } ] } }, { "date": "Tue, 25 Aug 2020 12:36:19 GMT", "tag": "@uifabric/merge-styles_v7.17.0", "version": "7.17.0", "comments": { "minor": [ { "comment": "Deprecating the `selectors` node. While it still works, you no longer need to wrap selectors within it. Just inline them next to the other styles.", "author": "dzearing@hotmail.com", "commit": "5b987c2dacab9ebddda7c3966e03521e974fbd63", "package": "@uifabric/merge-styles" } ] } }, { "date": "Mon, 13 Jul 2020 23:14:39 GMT", "tag": "@uifabric/merge-styles_v7.16.1", "version": "7.16.1", "comments": { "patch": [ { "comment": "Replace tslint with eslint", "author": "elcraig@microsoft.com", "commit": "e7b119a05ef8a4aa254df00320f3672298617ade", "package": "@uifabric/merge-styles" } ] } }, { "date": "Tue, 30 Jun 2020 12:33:36 GMT", "tag": "@uifabric/merge-styles_v7.16.0", "version": "7.16.0", "comments": { "minor": [ { "comment": "Loosening typings in the `IStyle` interface.", "author": "dzearing@microsoft.com", "commit": "0992ce1a42dcd1105ec055d655111288b54d3bcd", "package": "@uifabric/merge-styles" } ] } }, { "date": "Fri, 26 Jun 2020 12:36:28 GMT", "tag": "@uifabric/merge-styles_v7.15.1", "version": "7.15.1", "comments": { "none": [ { "comment": "Update config files in preparation for enabling ESLint", "author": "elcraig@microsoft.com", "commit": "94ab6757c1050007b9f8343986f19c7685fed6d7", "package": "@uifabric/merge-styles" } ] } }, { "date": "Thu, 25 Jun 2020 12:50:17 GMT", "tag": "@uifabric/merge-styles_v7.15.0", "version": "7.15.0", "comments": { "minor": [ { "comment": "Loosening typings to allow for css variables. Removing kebab casing for css values which start with dashes.", "author": "dzearing@hotmail.com", "commit": "76c53de7cb3a89796d29cee85e8779729a4635d5", "package": "@uifabric/merge-styles" } ] } }, { "date": "Tue, 16 Jun 2020 17:35:36 GMT", "tag": "@uifabric/merge-styles_v7.14.1", "version": "7.14.1", "comments": { "none": [ { "comment": "Clean up devDependencies and clarify version file placeholder comments", "author": "elcraig@microsoft.com", "commit": "695c29fcf6f07a903e7d849098c5e6c0ec178b3d", "package": "@uifabric/merge-styles" } ] } }, { "date": "Fri, 15 May 2020 20:33:16 GMT", "tag": "@uifabric/merge-styles_v7.14.0", "version": "7.14.0", "comments": { "minor": [ { "comment": "Addressing another typing issue found by TS 3.9.2 which is now catching scenarios which were shallow partials but should have been deep partials.", "author": "dzearing@microsoft.com", "commit": "3d95eeb9eeff0e8dba5e0c4dee322bbdfaac1e68", "package": "@uifabric/merge-styles" } ] } }, { "date": "Fri, 15 May 2020 00:07:39 GMT", "tag": "@uifabric/merge-styles_v7.13.0", "version": "7.13.0", "comments": { "minor": [ { "comment": "Relaxing the input arguments in merge-styles to keep things building with typescript 3.9.", "author": "dzearing@microsoft.com", "commit": "f74c4188938a23df4b6edbf60f3bc89d15885142", "package": "@uifabric/merge-styles" } ] } }, { "date": "Mon, 11 May 2020 12:36:34 GMT", "tag": "@uifabric/merge-styles_v7.12.0", "version": "7.12.0", "comments": { "minor": [ { "comment": "Enable repeating selector in css rules for higher specificity", "author": "xgao@microsoft.com", "commit": "1619b355712d83844b4b63283e9370b5ff6a17f5", "package": "@uifabric/merge-styles" } ] } }, { "date": "Fri, 08 May 2020 12:35:40 GMT", "tag": "@uifabric/merge-styles_v7.11.4", "version": "7.11.4", "comments": { "patch": [ { "comment": "add forcedColorAdjust", "author": "xgao@microsoft.com", "commit": "70e25f50621034c277df23f832ed1b13e1a824c8", "package": "@uifabric/merge-styles" }, { "comment": "Prevent classname with empty style generation", "author": "pingj@microsoft.com", "commit": "a5b44ed833a4614d1333fa161ffd8fd467d33446", "package": "@uifabric/merge-styles" } ] } }, { "date": "Thu, 07 May 2020 01:06:55 GMT", "tag": "@uifabric/merge-styles_v7.11.3", "version": "7.11.3", "comments": { "patch": [ { "comment": "Addressing commonjs imports.", "author": "dzearing@microsoft.com", "commit": "f4a995d4166c7812976b13c6638fb1ae32a8667d", "package": "@uifabric/merge-styles" } ] } }, { "date": "Tue, 05 May 2020 12:34:22 GMT", "tag": "@uifabric/merge-styles_v7.11.2", "version": "7.11.2", "comments": { "patch": [ { "comment": "Fixing errors when building @fluentui/docs.", "author": "humbertomakotomorimoto@gmail.com", "commit": "6c055de8e22610b9f96d29e0667f019d669b7df1", "package": "@uifabric/merge-styles" } ] } }, { "date": "Fri, 17 Apr 2020 12:34:08 GMT", "tag": "@uifabric/merge-styles_v7.11.0", "version": "7.11.0", "comments": { "minor": [ { "comment": "add WebkitTextSizeAdjust and textSizeAdjust as a valid CSS property", "author": "sochhay@microsoft.com", "commit": "dedb9ae121ac9fb983e35877fe4dbb6512fd8235", "package": "@uifabric/merge-styles" } ] } }, { "date": "Thu, 16 Apr 2020 04:01:45 GMT", "tag": "@uifabric/merge-styles_v7.10.0", "version": "7.10.0", "comments": { "patch": [ { "comment": "Readme: Fabric=>Fluent wording updates", "author": "elcraig@microsoft.com", "commit": "9e3c7c7d4b92e132820cdbcd61a667829c712ecb", "package": "@uifabric/merge-styles" }, { "comment": "Fix typing for subComponentStyles in StyleSet", "author": "xgao@microsoft.com", "commit": "3f95bf337123ad9196a552ed12f893fa75a272fc", "package": "@uifabric/merge-styles" } ], "minor": [ { "comment": "Expose keytoclassnames to app, so it can be cached by the app in places like indexed db.", "author": "pingj@microsoft.com", "commit": "ece3cc7675b6bec05f3810a5f8df4928cab548c7", "package": "@uifabric/merge-styles" } ], "none": [ { "comment": "sync package version", "author": "xgao@microsoft.com", "commit": "6f39958352207acb3029458503db0969a4359806", "package": "@uifabric/merge-styles" } ] } }, { "date": "Mon, 30 Mar 2020 19:10:08 GMT", "tag": "@uifabric/merge-styles_v7.8.11", "version": "7.8.11", "comments": { "patch": [ { "comment": "Fixing '_rtl not defined' error thrown when building @fluentui/docs.", "author": "humbertomakotomorimoto@gmail.com", "commit": "31e6dc834a76c6afb4c555b155b67247e290dbcb" } ] } }, { "date": "Wed, 25 Mar 2020 12:30:04 GMT", "tag": "@uifabric/merge-styles_v7.8.10", "version": "7.8.10", "comments": { "patch": [ { "comment": "Changing references of Fabric to Fluent", "author": "mgodbolt@microsoft.com", "commit": "3ec9a0efa90dc462104e717dc0f9c41e1b4fcd60" } ] } }, { "date": "Mon, 23 Mar 2020 12:28:29 GMT", "tag": "@uifabric/merge-styles_v7.8.9", "version": "7.8.9", "comments": { "patch": [ { "comment": "Replace OfficeDev/office-ui-fabric-react with microsoft/fluentui", "author": "elcraig@microsoft.com", "commit": "94a0cc4f2c7129b66cb69159889f0ac95e8c88ee" } ] } }, { "date": "Thu, 19 Mar 2020 12:29:37 GMT", "tag": "@uifabric/merge-styles_v7.8.8", "version": "7.8.8", "comments": { "none": [ { "comment": "Run prettier: 120 line length, trailing commas", "author": "elcraig@microsoft.com", "commit": "b55b99b22a9972f79dd9b0c45dcb983233b2c157" } ] } }, { "date": "Tue, 25 Feb 2020 12:25:39 GMT", "tag": "@uifabric/merge-styles_v7.8.6", "version": "7.8.6", "comments": { "none": [ { "comment": "Run prettier on all files", "author": "elcraig@microsoft.com", "commit": "ef95f984ea819393b994222b1d7b3c4c4f159b9f" } ] } }, { "date": "Fri, 07 Feb 2020 12:41:31 GMT", "tag": "@uifabric/merge-styles_v7.8.6", "version": "7.8.6", "comments": { "none": [ { "comment": "Remove unused config files", "author": "elcraig@microsoft.com", "commit": "33b1c3474b1b8e899a1c24a4c1ee973908686df1" } ] } }, { "date": "Fri, 31 Jan 2020 19:00:10 GMT", "tag": "@uifabric/merge-styles_v7.8.5", "version": "7.8.5", "comments": { "none": [ { "comment": "Fix prettier error after upgrade prettier to 1.19.1", "author": "xgao@microsoft.com", "commit": "2242effd3e5226f313ef16f9c18ed3db87d548c4" }, { "comment": "bumping versions to fix broken publishes", "author": "kchau@microsoft.com", "commit": "1fd6f0a289e8f0f126c9609b8e775ac0ced03b81" } ] } }, { "date": "Tue, 28 Jan 2020 12:43:24 GMT", "tag": "@uifabric/merge-styles_v7.8.4", "version": "7.8.4", "comments": { "none": [ { "comment": "Rename all just configs to TS.", "author": "jagore@microsoft.com", "commit": "373c657b0bf9bf5d8e8433d8df8ccdccaec89e45" } ] } }, { "date": "Wed, 22 Jan 2020 12:36:43 GMT", "tag": "@uifabric/merge-styles_v7.8.3", "version": "7.8.3", "comments": { "patch": [ { "comment": "Documentation: Added note to merge-styles readme about working with content security policy (CSP).", "author": "elcraig@microsoft.com", "commit": "204bbe4b92735ff5b7b0298c20142324faa093f5" } ] } }, { "date": "Fri, 17 Jan 2020 02:32:17 GMT", "tag": "@uifabric/merge-styles_v7.8.2", "version": "7.8.2", "comments": { "patch": [ { "comment": "Update tslib minver to first version containing __spreadArrays helper due to changes in how TS emits spreads.", "author": "jagore@microsoft.com", "commit": "52dc239bf89dbe76daa5f4776ee4368957938a1a" } ] } }, { "date": "Wed, 08 Jan 2020 17:02:57 GMT", "tag": "@uifabric/merge-styles_v7.8.1", "version": "7.8.1", "comments": { "none": [ { "comment": "Break up build task into build, bundle, test and lint tasks. Add parallelization pipeline using new tasks.", "author": "jagore@microsoft.com", "commit": "f1f07695f5d18c2c975eef382c5b777d7ccb52e2" } ] } }, { "date": "Fri, 08 Nov 2019 12:30:07 GMT", "tag": "@uifabric/merge-styles_v7.8.1", "version": "7.8.1", "comments": { "patch": [ { "comment": "Add px units to flexBasis styling by default. Remove existing styling usage where it had no effect before this PR.", "author": "jagore@microsoft.com", "commit": "f907d55f63a68d685743277f1f35188fbe6af62d" } ] } }, { "date": "Mon, 21 Oct 2019 12:33:23 GMT", "tag": "@uifabric/merge-styles_v7.8.0", "version": "7.8.0", "comments": { "minor": [ { "comment": "Add `-ms-overflow-style` as a valid CSS property", "author": "unindented@gmail.com", "commit": "ac7b27aafaa526b44c11d8a2885517a3751ce528" } ] } }, { "date": "Thu, 26 Sep 2019 12:32:32 GMT", "tag": "@uifabric/merge-styles_v7.7.0", "version": "7.7.0", "comments": { "minor": [ { "comment": "mergeStyles and mergeStyleSets have a companion method which accepts options for setting RTL", "author": "jdh@microsoft.com", "commit": "db3504b65c6363d9d840d58076a31abe8bade56a" } ] } }, { "date": "Fri, 20 Sep 2019 12:34:28 GMT", "tag": "@uifabric/merge-styles_v7.6.0", "version": "7.6.0", "comments": { "minor": [ { "comment": "Adding `concatStyleSetsWithProps` to help resolve stylesets that are functional, resolving with props.", "author": "dzearing@microsoft.com", "commit": "8065917a76a5e08b27721e34e13903adba3730f1" } ] } }, { "date": "Thu, 12 Sep 2019 12:34:15 GMT", "tag": "@uifabric/merge-styles_v7.5.2", "version": "7.5.2", "comments": { "patch": [ { "comment": "Build the kebabRules map instead of shipping it", "author": "mark@thedutchies.com", "commit": "6c2bb6b120a0fca24259bd21bd0a73989bbeff7a" } ] } }, { "date": "Wed, 04 Sep 2019 04:09:58 GMT", "tag": "@uifabric/merge-styles_v7.5.1", "version": "7.5.1", "comments": { "patch": [ { "comment": "fix version file", "author": "kchau@microsoft.com", "commit": "fbccfaf91bfe3c77d95c614ac2cb69b7c9e1dad1" } ] } }, { "date": "Mon, 26 Aug 2019 12:30:49 GMT", "tag": "@uifabric/merge-styles_v7.5.0", "version": "7.5.0", "comments": { "minor": [ { "comment": "merge-styles: Collapsing comma delimited selectors to make styles easy to define for multiple matches.", "author": "dzearing@hotmail.com", "commit": "605ac28702d8c81fc1a735bab7c93f668da4a47c" } ] } }, { "date": "Fri, 23 Aug 2019 12:35:28 GMT", "tag": "@uifabric/merge-styles_v7.4.1", "version": "7.4.1", "comments": { "patch": [ { "comment": "Update npmignores, delete unused jest setup files", "author": "elcraig@microsoft.com", "commit": "b12aaa280221562003af1e0f02aa5f3a5b008041" }, { "comment": "Fix up readme and package.json descriptions", "author": "elcraig@microsoft.com", "commit": "b1aef500b4b86eb5643d9f7db4c06114b5d7cc71" } ] } }, { "date": "Thu, 15 Aug 2019 12:30:43 GMT", "tag": "@uifabric/merge-styles_v7.4.0", "version": "7.4.0", "comments": { "none": [ { "comment": "Minor readme updates.", "author": "jagore@microsoft.com", "commit": "9c6b6468c922d15a7f7a392db6725abbbdba989a" } ] } }, { "date": "Tue, 13 Aug 2019 12:31:12 GMT", "tag": "@uifabric/merge-styles_v7.4.0", "version": "7.4.0", "comments": { "minor": [ { "comment": "Removing deprecated and buggy \"$\" reference feature, which has added perf overhead in all scenarios, replacing with simpler regex to replace ampersands in selectors with classnames.", "author": "dzearing@microsoft.com", "commit": "" } ] } }, { "date": "Wed, 07 Aug 2019 12:32:28 GMT", "tag": "@uifabric/merge-styles_v7.3.0", "version": "7.3.0", "comments": { "minor": [ { "comment": "Updating styles to not use $ syntax.", "author": "dzearing@microsoft.com", "commit": "de03449faca7e6256e3863892a1c465721fd0ec4" } ] } }, { "date": "Wed, 17 Jul 2019 18:58:57 GMT", "tag": "@uifabric/merge-styles_v7.2.0", "version": "7.2.0", "comments": { "patch": [ { "comment": "Adding @types/react and @types/react-dom to package.json that have peer dependencies on react and react-dom.", "author": "makotom@microsoft.com", "commit": "4fa2fef6380c18877fcf379648d4e52146d59812" } ], "none": [ { "comment": "get rid of npx", "author": "kchau@microsoft.com", "commit": "472993033369aa470e59197a534045c02c24e852" } ], "minor": [ { "comment": "Changed initial default style injection to insert at the start of head by default, rather than at the end. This lets user specified stylesheets have preference by default, but also added support to insert styles in a specific part of the `HEAD` element. Just create a placeholder `<style data-merge-styles/>` element within the head, and styles will be injected after that placeholder.", "author": "vibraga@microsoft.com", "commit": "6792b36740782730db6693389db9c6341727bdb5" } ] } }, { "date": "Sat, 13 Jul 2019 22:20:41 GMT", "tag": "@uifabric/merge-styles_v7.1.1", "version": "7.1.1", "comments": { "none": [ { "comment": "Use resolves for all package paths", "author": "kchau@microsoft.com", "commit": "f8887fbdac76e651b0161edf624014a33741cf86" } ] } }, { "version": "7.1.1", "tag": "@uifabric/merge-styles_v7.1.1", "date": "Mon, 01 Jul 2019 18:51:42 GMT", "comments": { "patch": [ { "comment": "Re-use style nodes in IE11 to prevent unpredictable cascading", "author": "Michael Loughry <miclo@microsoft.com>", "commit": "60b64fb95f20170720afdb33bbc33860aef547d5" } ] } }, { "version": "7.1.0", "tag": "@uifabric/merge-styles_v7.1.0", "date": "Thu, 27 Jun 2019 18:25:04 GMT", "comments": { "patch": [ { "comment": "Reducing runtime overhead on kebab parsing. Reducing some concatStyleSets overhead.", "author": "Elizabeth Craig <ecraig12345@gmail.com>", "commit": "880264578d390878abde534f400849931dc4816b" } ], "minor": [ { "comment": "Add `fontDisplay` to `IFontFace`", "author": "Elizabeth Craig <ecraig12345@gmail.com>", "commit": "880264578d390878abde534f400849931dc4816b" } ] } }, { "version": "7.0.2", "tag": "@uifabric/merge-styles_v7.0.2", "date": "Fri, 14 Jun 2019 12:26:30 GMT", "comments": { "patch": [ { "comment": "Fix missing assets in production build.", "author": "JD Huntington <jdh@microsoft.com>", "commit": "e1bebe54dd798847060baaf4a52956c2f6dd866b" } ], "dependency": [ { "comment": "Updating dependency \"@uifabric/prettier-rules\" from `^7.0.1` to `^7.0.2`" }, { "comment": "Updating dependency \"@uifabric/tslint-rules\" from `^7.0.1` to `^7.0.2`" } ] } }, { "version": "7.0.1", "tag": "@uifabric/merge-styles_v7.0.1", "date": "Thu, 13 Jun 2019 00:24:48 GMT", "comments": { "patch": [ { "comment": "Initial release of Fabric 7", "author": "Elizabeth Craig <elcraig@microsoft.com>", "commit": "9bc84498f2a95e5e822178214edce2a947adac38" } ], "dependency": [ { "comment": "Updating dependency \"@uifabric/prettier-rules\" from `^7.0.0` to `^7.0.1`" }, { "comment": "Updating dependency \"@uifabric/tslint-rules\" from `^7.0.0` to `^7.0.1`" } ] } }, { "version": "6.19.0", "tag": "@uifabric/merge-styles_v6.19.0", "date": "Wed, 12 Jun 2019 00:42:26 GMT", "comments": { "minor": [ { "comment": "Changin borderBottomLeftRadius, borderBottomRightRadius, borderTopLeftRadius and borderTopRightRadius to be of type ICSSPixelUnitRule, like borderRadius, instead of type string.", "author": "Makoto Morimoto <Humberto.Morimoto@microsoft.com>", "commit": "2faffcc51ec77341b3f1d796ea8d9e7440ecf0f7" } ] } }, { "version": "6.18.1", "tag": "@uifabric/merge-styles_v6.18.1", "date": "Tue, 11 Jun 2019 12:21:35 GMT", "comments": { "patch": [ { "comment": "upgrade to api-extractor 7.1.6", "author": "Natalie Ethell <naethell@microsoft.com>", "commit": "a5bbc76367eb01e993f20796955569f422a538b2" } ] } }, { "version": "6.18.0", "tag": "@uifabric/merge-styles_v6.18.0", "date": "Wed, 05 Jun 2019 12:22:30 GMT", "comments": { "minor": [ { "comment": "Fix TS 3.5 typing issues.", "author": "Jason Gore <jagore@microsoft.com>", "commit": "6199feabe374c1d5b0ff9b3384f786634939cb07" } ] } }, { "version": "6.17.4", "tag": "@uifabric/merge-styles_v6.17.4", "date": "Tue, 21 May 2019 12:20:44 GMT", "comments": { "patch": [ { "comment": "Use shared demo app bootstrapping code", "author": "Elizabeth Craig <elcraig@microsoft.com>", "commit": "3d93653335bbd66e7faec628e64b4c380dbfe82d" } ] } }, { "version": "6.17.3", "tag": "@uifabric/merge-styles_v6.17.3", "date": "Tue, 14 May 2019 07:50:30 GMT", "comments": { "patch": [ { "comment": "Update Fabric assets link", "author": "Peter Jahn <pejahn@microsoft.com>", "commit": "4cbda272f3ba109cdff14d9ff1b603564b73ea2a" } ], "dependency": [ { "comment": "Updating dependency \"@uifabric/prettier-rules\" from `^1.0.1` to `^1.0.2`" }, { "comment": "Updating dependency \"@uifabric/tslint-rules\" from `^1.0.1` to `^1.0.2`" } ] } }, { "version": "6.17.2", "tag": "@uifabric/merge-styles_v6.17.2", "date": "Wed, 08 May 2019 12:37:40 GMT", "comments": { "patch": [ { "comment": "merge-styles: Removing `typeof window` call in `getInstance` to remove an IE11 memory leak.", "author": "David Zearing <dzearing@microsoft.com>", "commit": "42361ef14d62a43d8f6df72515cdc2836651c1d4" } ] } }, { "version": "6.17.1", "tag": "@uifabric/merge-styles_v6.17.1", "date": "Thu, 02 May 2019 12:36:35 GMT", "comments": { "patch": [ { "comment": "a new line is added to the end of the api-extractor.json file", "author": "jspurlin <jspurlin@microsoft.com>", "commit": "c0bbb0d61e0da3bccbb78654a6f49e0c56b7996e" } ], "none": [ { "comment": "Run prettier on all files", "author": "Elizabeth Craig <ecraig12345@gmail.com>", "commit": "68bf892681e7cec48499ea62312aad3dee5bbfd1" } ] } }, { "version": "6.17.0", "tag": "@uifabric/merge-styles_v6.17.0", "date": "Mon, 15 Apr 2019 12:33:42 GMT", "comments": { "minor": [ { "comment": "Inject nonce to style tag if specified in csp settings in FabricConfig.", "author": "apneer <sasha050909@gmail.com>", "commit": "2dde466c2c3ec7975e3aa75969600ef535121ecb" } ] } }, { "version": "6.16.5", "tag": "@uifabric/merge-styles_v6.16.5", "date": "Thu, 11 Apr 2019 12:37:10 GMT", "comments": { "patch": [ { "comment": "Documentation: add @docCategory inline tags", "author": "Natalie Ethell <naethell@microsoft.com>", "commit": "61ffe7ba8a1f40a61a8335ac9ef9fb6e4dc30fd7" } ] } }, { "version": "6.16.4", "tag": "@uifabric/merge-styles_v6.16.4", "date": "Tue, 02 Apr 2019 00:38:15 GMT", "comments": { "patch": [ { "comment": "Use ^ ranges instead of >=", "author": "Elizabeth Craig <ecraig12345@gmail.com>", "commit": "6a536804ce9cff3444e6f631925a30c58274d931" } ] } }, { "version": "6.16.3", "tag": "@uifabric/merge-styles_v6.16.3", "date": "Mon, 01 Apr 2019 12:37:03 GMT", "comments": { "patch": [ { "comment": "Deleting .api.ts file.", "author": "Humberto Makoto Morimoto Burgos <Humberto.Morimoto@microsoft.com>", "commit": "df359770c046490ac1d7cb17a783cbb7e0cbcdcf" } ] } }, { "version": "6.16.2", "tag": "@uifabric/merge-styles_v6.16.2", "date": "Wed, 27 Mar 2019 12:34:02 GMT", "comments": { "patch": [ { "comment": "update API file", "author": "Natalie Ethell <naethell@microsoft.com>", "commit": "f1d7bb3c35531554d4e855a9b2e3e7966a47fc17" }, { "comment": "update api file generated by api-extractor 7", "author": "Natalie Ethell <naethell@microsoft.com>", "commit": "84a6854128de7b11e1b3babb41569be749786f8d" } ] } }, { "version": "6.16.1", "tag": "@uifabric/merge-styles_v6.16.1", "date": "Fri, 08 Mar 2019 13:32:10 GMT", "comments": { "patch": [ { "comment": "Fix selector in a mergeStyleSets Readme example", "author": "Ivan <ivan.dijan@gmail.com>", "commit": "69a0b2bb065c894aae430001cd92eee3e17b9630" } ] } }, { "version": "6.16.0", "tag": "@uifabric/merge-styles_v6.16.0", "date": "Fri, 01 Mar 2019 13:33:08 GMT", "comments": { "minor": [ { "comment": "Some references to \"process\" have been removed to help with tree shaking.", "author": "David Zearing <dzearing@microsoft.com>", "commit": "bd191a3964734c6619fa49fcdb1d6127e2834522" } ] } }, { "version": "6.15.2", "tag": "@uifabric/merge-styles_v6.15.2", "date": "Wed, 30 Jan 2019 13:36:21 GMT", "comments": { "patch": [ { "comment": "Fix bug where multiple selectors in :global() would not be processed correctly", "author": "Mark Polak <mark@thedutchies.com>", "commit": "91e8cf63bf2e057f609905f66363ac6ab5b5880e" } ] } }, { "version": "6.15.1", "tag": "@uifabric/merge-styles_v6.15.1", "date": "Wed, 23 Jan 2019 22:53:13 GMT", "comments": { "patch": [ { "comment": "Allow :global to be used in more scenarios than just \":global(selector)\"", "author": "Mark Polak <mark@thedutchies.com>", "commit": "034ac9dad6f8687da78fb358db9da0c43d976fbc" }, { "comment": "Use CSS object-fit in the Image component in capable browsers", "author": "Mathieu 'p01' Henri <mathieu@p01.org>", "commit": "dffc46f4917a381eb75cccc81b5eb89c5c3c9af7" } ] } }, { "version": "6.15.0", "tag": "@uifabric/merge-styles_v6.15.0", "date": "Thu, 15 Nov 2018 13:36:22 GMT", "comments": { "minor": [ { "comment": "DevExp: get rid of const enum so the library is compatible with Typescript's isolatedModule compilation mode", "author": "Kenneth Chau <kenotron@users.noreply.github.com>", "commit": "a995de20dcd7b3a8967e6d33ccffd6f12dae0ed5" } ] } }, { "version": "6.14.0", "tag": "@uifabric/merge-styles_v6.14.0", "date": "Tue, 13 Nov 2018 13:30:53 GMT", "comments": { "minor": [ { "comment": "`strokeLinecap` added to IRawStyles.", "author": "brandonthomas <brandonthomas@users.noreply.github.com>", "commit": "4fa50fa0c3f001f57a4b497821799521d05c26bc" } ] } }, { "version": "6.13.0", "tag": "@uifabric/merge-styles_v6.13.0", "date": "Thu, 08 Nov 2018 04:17:34 GMT", "comments": { "minor": [ { "comment": "Fixes #6975: adds ability for mergestyles to handle commas in selectors", "author": "Kenneth Chau <kenotron@users.noreply.github.com>", "commit": "31d07a04207a554ac7375c567bbe49942f2f65b1" } ] } }, { "version": "6.11.0", "tag": "@uifabric/merge-styles_v6.11.0", "date": "Fri, 26 Oct 2018 12:32:35 GMT", "comments": { "minor": [ { "comment": "Add api-extractor.json", "author": "kkjeer <kkjeer@wellesley.edu>", "commit": "c691b7b89fcfc5a28c211b29c7ba236887ab8256" } ] } }, { "version": "6.10.4", "tag": "@uifabric/merge-styles_v6.10.4", "date": "Wed, 24 Oct 2018 12:28:58 GMT", "comments": { "patch": [ { "comment": "IRawStyleBase: Replace string type on display property with a more specific type of possible values.", "author": "Vitalie Braga <vitaliebraga@gmail.com>", "commit": "e8ac70df6f544134a4e8cbccf87a66d37327d9f6" } ] } }, { "version": "6.10.3", "tag": "@uifabric/merge-styles_v6.10.3", "date": "Mon, 22 Oct 2018 12:29:57 GMT", "comments": { "patch": [ { "comment": "Added 'stretch' as valid value for justifyContent in IRawStyleBase.", "author": "Humberto Makoto Morimoto Burgos <Humberto.Morimoto@microsoft.com>", "commit": "cd0febc68cef4b143022a72a1465bd345949b0a0" } ] } }, { "version": "6.10.2", "tag": "@uifabric/merge-styles_v6.10.2", "date": "Thu, 18 Oct 2018 20:22:36 GMT", "comments": { "patch": [ { "comment": "Update api-extractor", "author": "kkjeer <kkjeer@wellesley.edu>", "commit": "e6b2514a003fb41c964fba14b071cb0046fd69eb" } ] } }, { "version": "6.10.1", "tag": "@uifabric/merge-styles_v6.10.1", "date": "Mon, 15 Oct 2018 12:29:12 GMT", "comments": { "patch": [ { "comment": "IStyleSet: Now uses a form that works better in TS 2.8 and does not require TS 3.0 to work. Thanks [Nimelrian](https://github.com/Nimelrian)!", "author": "Cliff Koh <cliff.koh@microsoft.com>", "commit": "11e886ae48f7846de6baf05d09752f6e7c49e16d" }, { "comment": "Adding css grid properties to fill out the spec", "author": "Joe Day <joeday@microsoft.com>", "commit": "46db8c850dd258ba70babd2ebd0158e6562d4c67" } ] } }, { "version": "6.10.0", "tag": "@uifabric/merge-styles_v6.10.0", "date": "Thu, 11 Oct 2018 23:13:31 GMT", "comments": { "minor": [ { "comment": "Enable api-extractor task for merge-styles", "author": "kkjeer <kkjeer@wellesley.edu>", "commit": "4c8e1118e9b94d8b6bd7e8dc0e44cf080d39d5ea" } ] } }, { "version": "6.9.4", "tag": "@uifabric/merge-styles_v6.9.4", "date": "Mon, 08 Oct 2018 12:24:15 GMT", "comments": { "patch": [ { "comment": "Moving tslint/prettier dependencies ", "author": "David Zearing <dzearing@microsoft.com>", "commit": "8ba9e22a7a8a2a1e7facda5aa7d91423c7af43ed" } ], "dependency": [ { "comment": "Updating dependency \"@uifabric/set-version\" from `>=1.1.1 <2.0.0` to `>=1.1.2 <2.0.0`" } ] } }, { "version": "6.9.3", "tag": "@uifabric/merge-styles_v6.9.3", "date": "Mon, 01 Oct 2018 12:27:24 GMT", "comments": { "patch": [ { "comment": "Prettier cleanup", "author": "David Zearing <dzearing@microsoft.com>", "commit": "7eee9844e61fa75247af89fdff79bd23e2ca74bb" } ] } }, { "version": "6.9.2", "tag": "@uifabric/merge-styles_v6.9.2", "date": "Fri, 28 Sep 2018 12:27:38 GMT", "comments": { "patch": [ { "comment": "Ignoring registering rules which are undefined.", "author": "David Zearing <dzearing@microsoft.com>", "commit": "f2291fcd09a42295f7ccc0136ddaf40f0ad6cbe5" } ], "dependency": [ { "comment": "Updating dependency \"@uifabric/set-version\" from `>=1.1.0 <2.0.0` to `>=1.1.1 <2.0.0`" } ] } }, { "version": "6.9.1", "tag": "@uifabric/merge-styles_v6.9.1", "date": "Fri, 21 Sep 2018 14:25:46 GMT", "comments": { "patch": [ { "comment": "Adding a version stamp file", "author": "Kenneth Chau <kenotron@users.noreply.github.com>", "commit": "11c18bce52dba131548610c5eea0c1ab7fa4d1ca" } ], "dependency": [ { "comment": "Updating dependency \"@uifabric/set-version\" from `>=1.0.0 <2.0.0` to `>=1.1.0 <2.0.0`" } ] } }, { "version": "6.9.0", "tag": "@uifabric/merge-styles_v6.9.0", "date": "Thu, 20 Sep 2018 12:25:33 GMT", "comments": { "minor": [ { "comment": "Adding support for feature queries in selectors.", "author": "David Zearing <dzearing@microsoft.com>", "commit": "2c9c91288704828364eb022e04bdec9dbce008b0" } ] } }, { "version": "6.8.4", "tag": "@uifabric/merge-styles_v6.8.4", "date": "Thu, 13 Sep 2018 17:38:04 GMT", "comments": { "patch": [ { "comment": "Added some missing styles. mix-blend-mode plus some padding-inline-*", "author": "Manfred Nysted Berry <38347275+mberry73@users.noreply.github.com>", "commit": "50a43b5d1e13e6d507ab15477316bb5742fa6dbb" } ] } }, { "version": "6.8.3", "tag": "@uifabric/merge-styles_v6.8.3", "date": "Wed, 05 Sep 2018 10:29:25 GMT", "comments": { "patch": [ { "author": "Cliff Koh <cliff.koh@microsoft.com>", "commit": "90cd34d276e26bcc8368f57c8efd2c828ccdd8eb", "comment": "Improve a DX issue with IProcessedStyleSet typings. (issue #6124)" } ] } }, { "version": "6.8.2", "tag": "@uifabric/merge-styles_v6.8.2", "date": "Wed, 29 Aug 2018 10:28:42 GMT", "comments": { "patch": [ { "author": "Sebastian K <nimelriansc2@gmail.com>", "commit": "9f187d80f21fed6c0983066184a0fd73a6a43e64", "comment": "The IProcessedStyleSet type now correctly infers the types of subComponentStyles properties." } ] } }, { "version": "6.8.1", "tag": "@uifabric/merge-styles_v6.8.1", "date": "Tue, 28 Aug 2018 10:23:58 GMT", "comments": { "patch": [ { "author": "Patrik Husfloen <redoz@redoz.com>", "commit": "a7a8c2aea7ae67a64693a2c3538d91dcac3b26ff", "comment": "Adds missing CSS property values for 'align-self' in `IRawStyle` type definition and corrects CSS property values for 'justify-self' in 'IRawStyle'" } ] } }, { "version": "6.8.0", "tag": "@uifabric/merge-styles_v6.8.0", "date": "Mon, 27 Aug 2018 10:27:43 GMT", "comments": { "minor": [ { "author": "redoz <redoz@redoz.com>", "commit": "74e6bf8a7a78dc703193473bc0395511929ef72b", "comment": "Adds support for 'justifySelf' which is needed to align items in CSS Grid." } ] } }, { "version": "6.7.0", "tag": "@uifabric/merge-styles_v6.7.0", "date": "Mon, 30 Jul 2018 10:27:11 GMT", "comments": { "minor": [ { "author": "Cliff Koh <cliff.koh@microsoft.com>", "commit": "de408fab23e5f30a9d34c19cddb900269636556e", "comment": "Change IProcessedStyleSet typings to be easier to consume - subcomponentStyles is now always present so consumers do not have to check for presence even when it is fully expected that it is there." } ], "patch": [ { "author": "ht <41147089+tharshada@users.noreply.github.com>", "commit": "dc02c1e44970a76a0fd2a88ed6101c7bd7303876", "comment": "formatting change" } ] } }, { "version": "6.6.0", "tag": "@uifabric/merge-styles_v6.6.0", "date": "Thu, 26 Jul 2018 10:28:51 GMT", "comments": { "minor": [ { "author": "Jason Gore <jagore@microsoft.com>", "commit": "d056d71f1ad27733e8e6027301c1d83aaf0ccffc", "comment": "Add resize rule to IRawStyleBase." } ] } }, { "version": "6.5.1", "tag": "@uifabric/merge-styles_v6.5.1", "date": "Thu, 19 Jul 2018 21:25:32 GMT", "comments": { "patch": [ { "author": "Cliff Koh <cliff.koh@microsoft.com>", "commit": "9e76cd58ec8a34d80227fb28fb03844e35331c4c", "comment": "`mergeStyleSet` is able to take falsey values again and handle it correctly in all cases." } ] } }, { "version": "6.5.0", "tag": "@uifabric/merge-styles_v6.5.0", "date": "Wed, 18 Jul 2018 10:25:50 GMT", "comments": { "minor": [ { "author": "Cliff Koh <cliff.koh@microsoft.com>", "commit": "99545224cefac2af3edb13ce7b038ac1d14f3d38", "comment": "Add support for style functions and improve documentation/typings." } ] } }, { "version": "6.4.0", "tag": "@uifabric/merge-styles_v6.4.0", "date": "Fri, 13 Jul 2018 21:32:37 GMT", "comments": { "minor": [ { "author": "David Zearing <dzearing@microsoft.com>", "commit": "83486db0dd8f831599dd75f37b32878efac45ca0", "comment": "Reverting the TypeScript bump, to un" } ] } }, { "version": "6.2.3", "tag": "@uifabric/merge-styles_v6.2.3", "date": "Tue, 10 Jul 2018 21:54:07 GMT", "comments": { "patch": [ { "author": "David Zearing <dzearing@microsoft.com>", "commit": "35a362f6f82002dde458fde6f322330e8a44e6a9", "comment": "Refining the merge-styles fix from yesterday to check for ownerDocument changes, which is a more correct comparison to work around the Chrome \"window not resetting\" issue." } ] } }, { "version": "6.2.2", "tag": "@uifabric/merge-styles_v6.2.2", "date": "Tue, 10 Jul 2018 05:05:15 GMT", "comments": { "patch": [ { "author": "David Zearing <dzearing@microsoft.com>", "commit": "24550050c28c8732c70d0d79ee1e9209d21e91ec", "comment": "If the singleton `Stylesheet` instance originated from another window, reset the instance. Workaround for an unexplained Chrome issue where the singleton was still accessible after a page refresh." } ] } }, { "version": "6.2.1", "tag": "@uifabric/merge-styles_v6.2.1", "date": "Wed, 20 Jun 2018 10:25:55 GMT", "comments": { "patch": [ { "author": "natalieethell <naethell@microsoft.com>", "commit": "09d099ec624afed8b92c5e32277a9a15c5d3c607", "comment": "Prettier fixes" } ] } }, { "version": "6.2.0", "tag": "@uifabric/merge-styles_v6.2.0", "date": "Thu, 07 Jun 2018 16:35:34 GMT", "comments": { "minor": [ { "author": "David Zearing <dzearing@microsoft.com>", "commit": "58b0ef8cd0468cbd5cfab04267f2f4143444f919", "comment": "Minor changes to improve server side rendering." } ] } }, { "version": "6.0.2", "tag": "@uifabric/merge-styles_v6.0.2", "date": "Tue, 05 Jun 2018 00:44:30 GMT", "comments": { "patch": [ { "author": "Mark Polak <mark@thedutchies.com>", "commit": "cfa7a19ec1d6f98c13f822a828e0751f64507dbd", "comment": "Added Prettier" } ] } }, { "version": "6.0.1", "tag": "@uifabric/merge-styles_v6.0.1", "date": "Mon, 04 Jun 2018 10:16:13 GMT", "comments": { "patch": [ { "author": "David Zearing <dzearing@microsoft.com>", "commit": "4e1cd119bbf0f75e0432b0f92bad342714b57bef", "comment": "Updating react typings." } ] } }, { "version": "6.0.0", "tag": "@uifabric/merge-styles_v6.0.0", "date": "Wed, 30 May 2018 22:05:03 GMT", "comments": { "major": [ { "comment": "v6 release - see office-ui-fabric-react@6.1.0 for all up v6 release notes." } ] } }, { "version": "5.17.1", "tag": "@uifabric/merge-styles_v5.17.1", "date": "Wed, 23 May 2018 10:28:50 GMT", "comments": { "patch": [ { "author": "Marius Tennøe <mariust@outlook.com>", "commit": "1387cc6d9660ebeacc8d1550b5bb8ecab2dba0fd", "comment": "Added missing merge-styles background-size typing" } ] } }, { "version": "5.17.0", "tag": "@uifabric/merge-styles_v5.17.0", "date": "Thu, 26 Apr 2018 10:12:34 GMT", "comments": { "minor": [ { "author": "Jordan Janzen <jordancjanzen@gmail.com>", "commit": "b9f6e845720daf7536a299a84be96ec4793ae57a", "comment": "Add `animation` to `IRawStyleBase` for use in style sets." } ] } }, { "version": "5.16.1", "tag": "@uifabric/merge-styles_v5.16.1", "date": "Wed, 25 Apr 2018 05:32:09 GMT", "comments": { "patch": [ { "author": "David Zearing <dzearing@microsoft.com>", "commit": "1d305b55114bffaece2841500c8476ba3996d2b2", "comment": "merge-styles: `style` elements which are created on the fly now \"bunch\" together, avoiding unpredictability in specificity." } ] } }, { "version": "5.16.0", "tag": "@uifabric/merge-styles_v5.16.0", "date": "Mon, 23 Apr 2018 10:24:54 GMT", "comments": { "minor": [ { "author": "David Zearing <dzearing@microsoft.com>", "commit": "bf655ceeaf161fd5ee3cc4dc5a4e55a82dea03e5", "comment": "Updating how keyframe classes are cached to aid with jest snapshot testing." } ], "patch": [ { "author": "David Zearing <dzearing@microsoft.com>", "commit": "2bbc7950bd9f10ea1e792dcb1155c625aa8e8f4f", "comment": "Updating documentation." } ] } }, { "version": "5.15.2", "tag": "@uifabric/merge-styles_v5.15.2", "date": "Tue, 17 Apr 2018 18:47:11 GMT", "comments": { "patch": [ { "author": "David Zearing <dzearing@microsoft.com>", "commit": "68acb9b5f356c7b76ef334984ce4a9258a926061", "comment": "mergeStyles: rules are now registered in separate styling objects, improving performance significantly." } ] } }, { "version": "5.15.1", "tag": "@uifabric/merge-styles_v5.15.1", "date": "Mon, 16 Apr 2018 10:23:26 GMT", "comments": { "patch": [ { "author": "David Zearing <dzearing@microsoft.com>", "commit": "4b856fc9e1734edd3986c28f25e9211a3edf96d4", "comment": "Removing module entry temporarily. (Will be added back in 6.0.)" } ] } }, { "version": "5.15.0", "tag": "@uifabric/merge-styles_v5.15.0", "date": "Tue, 10 Apr 2018 17:37:28 GMT", "comments": { "minor": [ { "author": "Jordan Janzen <jordancjanzen@gmail.com>", "commit": "3e514375dff844cdb8182daf53178d3056411b8c", "comment": "Add backg