@fluentui/make-styles
Advanced tools
Comparing version 0.0.0-nightlybc5ff01fb020211104.1 to 0.0.0-nightlyc0273fdc6920211123.1
@@ -5,5 +5,5 @@ { | ||
{ | ||
"date": "Thu, 04 Nov 2021 04:20:31 GMT", | ||
"tag": "@fluentui/make-styles_v0.0.0-nightlybc5ff01fb020211104.1", | ||
"version": "0.0.0-nightlybc5ff01fb020211104.1", | ||
"date": "Tue, 23 Nov 2021 04:19:26 GMT", | ||
"tag": "@fluentui/make-styles_v0.0.0-nightlyc0273fdc6920211123.1", | ||
"version": "0.0.0-nightlyc0273fdc6920211123.1", | ||
"comments": { | ||
@@ -14,4 +14,16 @@ "prerelease": [ | ||
"package": "@fluentui/make-styles", | ||
"commit": "112d5b8815c25532184ed7c1407ba9a777e2f48d", | ||
"commit": "ecb84838dc29fe424995bfc3c2983d3cd335936e", | ||
"comment": "Release nightly v9" | ||
}, | ||
{ | ||
"author": "lingfangao@hotmail.com", | ||
"package": "@fluentui/make-styles", | ||
"commit": "58db204f28af1d68df7260ff580cf91f0adcfb66", | ||
"comment": "Add development warning for unresolved style rules" | ||
}, | ||
{ | ||
"author": "lingfangao@hotmail.com", | ||
"package": "@fluentui/make-styles", | ||
"commit": "400f5b5001c96721477b84c467541c36ee2a9454", | ||
"comment": "Bumps rtl-css-js to 1.14.5, fixes[#20572](https://github.com/microsoft/fluentui/issues/20572)" | ||
} | ||
@@ -22,2 +34,17 @@ ] | ||
{ | ||
"date": "Fri, 12 Nov 2021 13:25:11 GMT", | ||
"tag": "@fluentui/make-styles_v9.0.0-beta.2", | ||
"version": "9.0.0-beta.2", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "lingfangao@hotmail.com", | ||
"package": "@fluentui/make-styles", | ||
"commit": "00f70581480b536e723fb69edf0ae617beac4807", | ||
"comment": "Remove beta release tag" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 27 Oct 2021 12:14:12 GMT", | ||
@@ -24,0 +51,0 @@ "tag": "@fluentui/make-styles_v9.0.0-beta.2", |
# Change Log - @fluentui/make-styles | ||
This log was last generated on Thu, 04 Nov 2021 04:20:31 GMT and should not be manually modified. | ||
This log was last generated on Tue, 23 Nov 2021 04:19:26 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [0.0.0-nightlybc5ff01fb020211104.1](https://github.com/microsoft/fluentui/tree/@fluentui/make-styles_v0.0.0-nightlybc5ff01fb020211104.1) | ||
## [0.0.0-nightlyc0273fdc6920211123.1](https://github.com/microsoft/fluentui/tree/@fluentui/make-styles_v0.0.0-nightlyc0273fdc6920211123.1) | ||
Thu, 04 Nov 2021 04:20:31 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/make-styles_v9.0.0-beta.2..@fluentui/make-styles_v0.0.0-nightlybc5ff01fb020211104.1) | ||
Tue, 23 Nov 2021 04:19:26 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/make-styles_v9.0.0-beta.2..@fluentui/make-styles_v0.0.0-nightlyc0273fdc6920211123.1) | ||
### Changes | ||
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/112d5b8815c25532184ed7c1407ba9a777e2f48d) by email not defined) | ||
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ecb84838dc29fe424995bfc3c2983d3cd335936e) by email not defined) | ||
- Add development warning for unresolved style rules ([PR #20541](https://github.com/microsoft/fluentui/pull/20541) by lingfangao@hotmail.com) | ||
- Bumps rtl-css-js to 1.14.5, fixes[#20572](https://github.com/microsoft/fluentui/issues/20572) ([PR #20610](https://github.com/microsoft/fluentui/pull/20610) by lingfangao@hotmail.com) | ||
@@ -16,0 +18,0 @@ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/make-styles_v9.0.0-beta.2) |
@@ -176,2 +176,7 @@ "use strict"; | ||
resolveStyleRulesInner(value, unstable_cssPriority, pseudo, media, combinedSupportQuery, cssClassesMap, cssRulesByBucket); | ||
} else { | ||
if (process.env.NODE_ENV !== 'production') { | ||
// eslint-disable-next-line no-console | ||
console.error("Please fix the unresolved style rule: \n " + property + " \n " + JSON.stringify(value, null, 2) + "\""); | ||
} | ||
} | ||
@@ -178,0 +183,0 @@ } |
@@ -153,2 +153,7 @@ import { __assign } from "tslib"; | ||
resolveStyleRulesInner(value, unstable_cssPriority, pseudo, media, combinedSupportQuery, cssClassesMap, cssRulesByBucket); | ||
} else { | ||
if (process.env.NODE_ENV !== 'production') { | ||
// eslint-disable-next-line no-console | ||
console.error("Please fix the unresolved style rule: \n " + property + " \n " + JSON.stringify(value, null, 2) + "\""); | ||
} | ||
} | ||
@@ -155,0 +160,0 @@ } |
{ | ||
"name": "@fluentui/make-styles", | ||
"version": "0.0.0-nightlybc5ff01fb020211104.1", | ||
"version": "0.0.0-nightlyc0273fdc6920211123.1", | ||
"description": "Experimental utility for creating css styles/classes.", | ||
@@ -33,3 +33,3 @@ "main": "lib-commonjs/index.js", | ||
"inline-style-expand-shorthand": "^1.2.0", | ||
"rtl-css-js": "^1.14.1", | ||
"rtl-css-js": "^1.14.5", | ||
"stylis": "^4.0.6", | ||
@@ -39,3 +39,2 @@ "tslib": "^2.1.0" | ||
"beachball": { | ||
"tag": "beta", | ||
"disallowedChangeTypes": [ | ||
@@ -42,0 +41,0 @@ "major", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
250873
4026
10
Updatedrtl-css-js@^1.14.5