This commit is contained in:
Fluent UI Build 2022-10-04 08:44:33 +00:00
Родитель 6828b9b754
Коммит fb1e81016e
33 изменённых файлов: 279 добавлений и 88 удалений

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "fix: update debug data collection to handle duplicate overrides",
"packageName": "@griffel/core",
"email": "yuanboxue@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "fix: add TSDoc to unsupported CSS properties",
"packageName": "@griffel/core",
"email": "tigeroakes@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "fix: do not emit sequence hashes for empty sets",
"packageName": "@griffel/core",
"email": "olfedias@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "fix: handle nesting in comma separated selectors",
"packageName": "@griffel/core",
"email": "olfedias@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "chore: create stylis plugin to handle :global()",
"packageName": "@griffel/core",
"email": "olfedias@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "fix devtools to resolve relative source url",
"packageName": "@griffel/devtools",
"email": "yuanboxue@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "fix: show override for same rule, and highlight both selected rule and overriding rule on click; fix griffel className parsing",
"packageName": "@griffel/devtools",
"email": "yuanboxue@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "fix: Adding children to prop type definitions for React 18",
"packageName": "@griffel/react",
"email": "liukerry@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "chore: adopt API changes from @griffel/core",
"packageName": "@griffel/webpack-extraction-plugin",
"email": "olfedias@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@griffel/babel-preset",
"entries": [
{
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
"tag": "@griffel/babel-preset_v1.3.8",
"version": "1.3.8",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/babel-preset",
"comment": "Bump @griffel/core to v1.6.1",
"commit": "6828b9b754d65621e12a8fbff54c9f486eab032e"
}
]
}
},
{
"date": "Tue, 16 Aug 2022 11:16:00 GMT",
"tag": "@griffel/babel-preset_v1.3.7",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @griffel/babel-preset
This log was last generated on Tue, 16 Aug 2022 11:16:00 GMT and should not be manually modified.
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
<!-- Start content -->
## 1.3.8
Tue, 04 Oct 2022 08:44:33 GMT
### Patches
- Bump @griffel/core to v1.6.1
## 1.3.7
Tue, 16 Aug 2022 11:16:00 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@griffel/babel-preset",
"version": "1.3.7",
"version": "1.3.8",
"description": "Babel preset with build time transforms for Griffel",
"license": "MIT",
"repository": {
@ -19,6 +19,6 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/core": "^1.6.0"
"@griffel/core": "^1.6.1"
}
}

Просмотреть файл

@ -1,6 +1,45 @@
{
"name": "@griffel/core",
"entries": [
{
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
"tag": "@griffel/core_v1.6.1",
"version": "1.6.1",
"comments": {
"patch": [
{
"author": "yuanboxue@microsoft.com",
"package": "@griffel/core",
"commit": "485ddf103dde824efeb7647e1adb5abd0587e2fe",
"comment": "fix: update debug data collection to handle duplicate overrides"
},
{
"author": "tigeroakes@microsoft.com",
"package": "@griffel/core",
"commit": "9228140c805f662b6c12df4c3f6e45bf9378b4ac",
"comment": "fix: add TSDoc to unsupported CSS properties"
},
{
"author": "olfedias@microsoft.com",
"package": "@griffel/core",
"commit": "3db315e0aea3851944c6cc430e240ef63eb01de3",
"comment": "fix: do not emit sequence hashes for empty sets"
},
{
"author": "olfedias@microsoft.com",
"package": "@griffel/core",
"commit": "926fe7376dc15a55d2262ce2d32e895f752adbc2",
"comment": "fix: handle nesting in comma separated selectors"
},
{
"author": "olfedias@microsoft.com",
"package": "@griffel/core",
"commit": "3a915ea7b6d6716657d5b0e14787fe25c22e5825",
"comment": "chore: create stylis plugin to handle :global()"
}
]
}
},
{
"date": "Tue, 16 Aug 2022 11:16:00 GMT",
"tag": "@griffel/core_v1.6.0",

Просмотреть файл

@ -1,9 +1,21 @@
# Change Log - @griffel/core
This log was last generated on Tue, 16 Aug 2022 11:16:00 GMT and should not be manually modified.
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
<!-- Start content -->
## 1.6.1
Tue, 04 Oct 2022 08:44:33 GMT
### Patches
- fix: update debug data collection to handle duplicate overrides (yuanboxue@microsoft.com)
- fix: add TSDoc to unsupported CSS properties (tigeroakes@microsoft.com)
- fix: do not emit sequence hashes for empty sets (olfedias@microsoft.com)
- fix: handle nesting in comma separated selectors (olfedias@microsoft.com)
- chore: create stylis plugin to handle :global() (olfedias@microsoft.com)
## 1.6.0
Tue, 16 Aug 2022 11:16:00 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@griffel/core",
"version": "1.6.0",
"version": "1.6.1",
"description": "DOM implementation of Atomic CSS-in-JS",
"license": "MIT",
"repository": {

Просмотреть файл

@ -1,6 +1,33 @@
{
"name": "@griffel/devtools",
"entries": [
{
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
"tag": "@griffel/devtools_v0.2.1",
"version": "0.2.1",
"comments": {
"patch": [
{
"author": "yuanboxue@microsoft.com",
"package": "@griffel/devtools",
"commit": "0e358cbda0f663246ed7c1cc1ad7db0bdc86c22c",
"comment": "fix devtools to resolve relative source url"
},
{
"author": "yuanboxue@microsoft.com",
"package": "@griffel/devtools",
"commit": "485ddf103dde824efeb7647e1adb5abd0587e2fe",
"comment": "fix: show override for same rule, and highlight both selected rule and overriding rule on click; fix griffel className parsing"
},
{
"author": "beachball",
"package": "@griffel/devtools",
"comment": "Bump @griffel/react to v1.3.2",
"commit": "6828b9b754d65621e12a8fbff54c9f486eab032e"
}
]
}
},
{
"date": "Tue, 16 Aug 2022 11:16:00 GMT",
"tag": "@griffel/devtools_v0.2.0",

Просмотреть файл

@ -1,9 +1,19 @@
# Change Log - @griffel/devtools
This log was last generated on Tue, 16 Aug 2022 11:16:00 GMT and should not be manually modified.
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.1
Tue, 04 Oct 2022 08:44:33 GMT
### Patches
- fix devtools to resolve relative source url (yuanboxue@microsoft.com)
- fix: show override for same rule, and highlight both selected rule and overriding rule on click; fix griffel className parsing (yuanboxue@microsoft.com)
- Bump @griffel/react to v1.3.2
## 0.2.0
Tue, 16 Aug 2022 11:16:00 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@griffel/devtools",
"version": "0.2.0",
"version": "0.2.1",
"description": "Griffel chrome devtools extension",
"license": "MIT",
"repository": {
@ -10,7 +10,7 @@
"sideEffects": false,
"dependencies": {
"@emotion/hash": "^0.8.0",
"@griffel/react": "^1.3.1",
"@griffel/react": "^1.3.2",
"js-beautify": "^1.14.0",
"prism-react-renderer": "1.2.1",
"react-dom": ">=16.8.0 <18.0.0",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "@griffel/jest-serializer",
"entries": [
{
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
"tag": "@griffel/jest-serializer_v1.0.11",
"version": "1.0.11",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/jest-serializer",
"comment": "Bump @griffel/core to v1.6.1",
"commit": "6828b9b754d65621e12a8fbff54c9f486eab032e"
}
]
}
},
{
"date": "Tue, 16 Aug 2022 11:16:00 GMT",
"tag": "@griffel/jest-serializer_v1.0.10",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - @griffel/jest-serializer
This log was last generated on Tue, 16 Aug 2022 11:16:00 GMT and should not be manually modified.
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.11
Tue, 04 Oct 2022 08:44:33 GMT
### Patches
- Bump @griffel/core to v1.6.1
## 1.0.10
Tue, 16 Aug 2022 11:16:00 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@griffel/jest-serializer",
"version": "1.0.10",
"version": "1.0.11",
"description": "Jest serializer for Griffel",
"license": "MIT",
"repository": {
@ -11,6 +11,6 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/core": "^1.6.0"
"@griffel/core": "^1.6.1"
}
}

Просмотреть файл

@ -1,6 +1,27 @@
{
"name": "@griffel/next-extraction-plugin",
"entries": [
{
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
"tag": "@griffel/next-extraction-plugin_v0.0.4",
"version": "0.0.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/next-extraction-plugin",
"comment": "Bump @griffel/webpack-extraction-plugin to v0.1.7",
"commit": "6828b9b754d65621e12a8fbff54c9f486eab032e"
},
{
"author": "beachball",
"package": "@griffel/next-extraction-plugin",
"comment": "Bump @griffel/core to v1.6.1",
"commit": "6828b9b754d65621e12a8fbff54c9f486eab032e"
}
]
}
},
{
"date": "Tue, 16 Aug 2022 11:16:00 GMT",
"tag": "@griffel/next-extraction-plugin_v0.0.3",

Просмотреть файл

@ -1,9 +1,18 @@
# Change Log - @griffel/next-extraction-plugin
This log was last generated on Tue, 16 Aug 2022 11:16:00 GMT and should not be manually modified.
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
<!-- Start content -->
## 0.0.4
Tue, 04 Oct 2022 08:44:33 GMT
### Patches
- Bump @griffel/webpack-extraction-plugin to v0.1.7
- Bump @griffel/core to v1.6.1
## 0.0.3
Tue, 16 Aug 2022 11:16:00 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@griffel/next-extraction-plugin",
"version": "0.0.3",
"version": "0.0.4",
"description": "NextJS plugin that add Griffel's CSS extraction to webpack loaders pipeline",
"license": "MIT",
"repository": {
@ -8,11 +8,11 @@
"url": "https://github.com/microsoft/griffel"
},
"dependencies": {
"@griffel/webpack-extraction-plugin": "^0.1.6",
"@griffel/webpack-extraction-plugin": "^0.1.7",
"browserslist": "^4.19.1"
},
"peerDependencies": {
"@griffel/core": "^1.6.0",
"@griffel/core": "^1.6.1",
"next": "^12.0.5",
"webpack": "^5"
}

Просмотреть файл

@ -1,6 +1,27 @@
{
"name": "@griffel/react",
"entries": [
{
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
"tag": "@griffel/react_v1.3.2",
"version": "1.3.2",
"comments": {
"patch": [
{
"author": "liukerry@microsoft.com",
"package": "@griffel/react",
"commit": "ebe44fdd9c34a87a4106c95c5b47f5719c215e8f",
"comment": "fix: Adding children to prop type definitions for React 18"
},
{
"author": "beachball",
"package": "@griffel/react",
"comment": "Bump @griffel/core to v1.6.1",
"commit": "6828b9b754d65621e12a8fbff54c9f486eab032e"
}
]
}
},
{
"date": "Tue, 16 Aug 2022 11:16:00 GMT",
"tag": "@griffel/react_v1.3.1",

Просмотреть файл

@ -1,9 +1,18 @@
# Change Log - @griffel/react
This log was last generated on Tue, 16 Aug 2022 11:16:00 GMT and should not be manually modified.
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
<!-- Start content -->
## 1.3.2
Tue, 04 Oct 2022 08:44:33 GMT
### Patches
- fix: Adding children to prop type definitions for React 18 (liukerry@microsoft.com)
- Bump @griffel/core to v1.6.1
## 1.3.1
Tue, 16 Aug 2022 11:16:00 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@griffel/react",
"version": "1.3.1",
"version": "1.3.2",
"description": "React implementation of Atomic CSS-in-JS",
"license": "MIT",
"repository": {
@ -9,7 +9,7 @@
},
"sideEffects": false,
"dependencies": {
"@griffel/core": "^1.6.0",
"@griffel/core": "^1.6.1",
"tslib": "^2.1.0"
},
"peerDependencies": {

Просмотреть файл

@ -1,6 +1,27 @@
{
"name": "@griffel/webpack-extraction-plugin",
"entries": [
{
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
"tag": "@griffel/webpack-extraction-plugin_v0.1.7",
"version": "0.1.7",
"comments": {
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/webpack-extraction-plugin",
"commit": "926fe7376dc15a55d2262ce2d32e895f752adbc2",
"comment": "chore: adopt API changes from @griffel/core"
},
{
"author": "beachball",
"package": "@griffel/webpack-extraction-plugin",
"comment": "Bump @griffel/core to v1.6.1",
"commit": "6828b9b754d65621e12a8fbff54c9f486eab032e"
}
]
}
},
{
"date": "Tue, 16 Aug 2022 11:16:00 GMT",
"tag": "@griffel/webpack-extraction-plugin_v0.1.6",

Просмотреть файл

@ -1,9 +1,18 @@
# Change Log - @griffel/webpack-extraction-plugin
This log was last generated on Tue, 16 Aug 2022 11:16:00 GMT and should not be manually modified.
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.7
Tue, 04 Oct 2022 08:44:33 GMT
### Patches
- chore: adopt API changes from @griffel/core (olfedias@microsoft.com)
- Bump @griffel/core to v1.6.1
## 0.1.6
Tue, 16 Aug 2022 11:16:00 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@griffel/webpack-extraction-plugin",
"version": "0.1.6",
"version": "0.1.7",
"description": "Webpack plugin that performs CSS extraction for Griffel",
"license": "MIT",
"repository": {
@ -16,7 +16,7 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/core": "^1.6.0",
"@griffel/core": "^1.6.1",
"webpack": "^5"
}
}

Просмотреть файл

@ -1,6 +1,27 @@
{
"name": "@griffel/webpack-loader",
"entries": [
{
"date": "Tue, 04 Oct 2022 08:44:33 GMT",
"tag": "@griffel/webpack-loader_v2.0.14",
"version": "2.0.14",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@griffel/webpack-loader",
"comment": "Bump @griffel/babel-preset to v1.3.8",
"commit": "6828b9b754d65621e12a8fbff54c9f486eab032e"
},
{
"author": "beachball",
"package": "@griffel/webpack-loader",
"comment": "Bump @griffel/react to v1.3.2",
"commit": "6828b9b754d65621e12a8fbff54c9f486eab032e"
}
]
}
},
{
"date": "Tue, 16 Aug 2022 11:16:00 GMT",
"tag": "@griffel/webpack-loader_v2.0.13",

Просмотреть файл

@ -1,9 +1,18 @@
# Change Log - @griffel/webpack-loader
This log was last generated on Tue, 16 Aug 2022 11:16:00 GMT and should not be manually modified.
This log was last generated on Tue, 04 Oct 2022 08:44:33 GMT and should not be manually modified.
<!-- Start content -->
## 2.0.14
Tue, 04 Oct 2022 08:44:33 GMT
### Patches
- Bump @griffel/babel-preset to v1.3.8
- Bump @griffel/react to v1.3.2
## 2.0.13
Tue, 16 Aug 2022 11:16:00 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@griffel/webpack-loader",
"version": "2.0.13",
"version": "2.0.14",
"description": "Webpack loader that performs build time transforms for Griffel",
"license": "MIT",
"repository": {
@ -9,14 +9,14 @@
},
"dependencies": {
"@babel/core": "^7.12.13",
"@griffel/babel-preset": "^1.3.7",
"@griffel/babel-preset": "^1.3.8",
"enhanced-resolve": "^5.8.2",
"loader-utils": "^2.0.0",
"schema-utils": "^3.1.1",
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/react": "^1.3.1",
"@griffel/react": "^1.3.2",
"webpack": "^5"
}
}