@fluentui/react-provider 9.9.0 → 9.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +40 -7
- package/CHANGELOG.md +15 -3
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
@@ -2,23 +2,56 @@
|
|
2
2
|
"name": "@fluentui/react-provider",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Wed, 20 Sep 2023
|
6
|
-
"tag": "@fluentui/react-provider_v9.9.
|
7
|
-
"version": "9.9.
|
5
|
+
"date": "Wed, 20 Sep 2023 17:40:48 GMT",
|
6
|
+
"tag": "@fluentui/react-provider_v9.9.1",
|
7
|
+
"version": "9.9.1",
|
8
8
|
"comments": {
|
9
|
-
"
|
9
|
+
"patch": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "martinhochel@microsoft.com",
|
12
12
|
"package": "@fluentui/react-provider",
|
13
|
-
"commit": "
|
14
|
-
"comment": "
|
13
|
+
"commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0",
|
14
|
+
"comment": "chore: trigger manual version bump after broken release"
|
15
15
|
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-provider",
|
19
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.8.1",
|
20
|
+
"commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-provider",
|
25
|
+
"comment": "Bump @fluentui/react-tabster to v9.12.11",
|
26
|
+
"commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-provider",
|
31
|
+
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.10",
|
32
|
+
"commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
|
33
|
+
}
|
34
|
+
]
|
35
|
+
}
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"date": "Wed, 20 Sep 2023 14:59:51 GMT",
|
39
|
+
"tag": "@fluentui/react-provider_v9.9.0",
|
40
|
+
"version": "9.9.0",
|
41
|
+
"comments": {
|
42
|
+
"minor": [
|
16
43
|
{
|
17
44
|
"author": "olfedias@microsoft.com",
|
18
45
|
"package": "@fluentui/react-provider",
|
19
46
|
"commit": "48153fef6aa6ba63abfdfad25fb76dea13395b94",
|
20
47
|
"comment": "feat: add createCSSRuleFromTheme() to create CSS from themes"
|
21
48
|
},
|
49
|
+
{
|
50
|
+
"author": "marcosvmmoura@gmail.com",
|
51
|
+
"package": "@fluentui/react-provider",
|
52
|
+
"commit": "921694374c78c37ecf18d7bb99000bb0bb67551b",
|
53
|
+
"comment": "feat: add custom styling hooks for Drawer subcomponents"
|
54
|
+
},
|
22
55
|
{
|
23
56
|
"author": "beachball",
|
24
57
|
"package": "@fluentui/react-provider",
|
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,30 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on Wed, 20 Sep 2023
|
3
|
+
This log was last generated on Wed, 20 Sep 2023 17:40:48 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.9.1)
|
8
|
+
|
9
|
+
Wed, 20 Sep 2023 17:40:48 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.9.0..@fluentui/react-provider_v9.9.1)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: trigger manual version bump after broken release ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by martinhochel@microsoft.com)
|
15
|
+
- Bump @fluentui/react-shared-contexts to v9.8.1 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v9.12.11 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball)
|
17
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.10 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball)
|
18
|
+
|
7
19
|
## [9.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.9.0)
|
8
20
|
|
9
|
-
Wed, 20 Sep 2023 14:
|
21
|
+
Wed, 20 Sep 2023 14:59:51 GMT
|
10
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.8.5..@fluentui/react-provider_v9.9.0)
|
11
23
|
|
12
24
|
### Minor changes
|
13
25
|
|
14
|
-
- feat: add custom styling hooks for Drawer subcomponents ([PR #29041](https://github.com/microsoft/fluentui/pull/29041) by marcosvmmoura@gmail.com)
|
15
26
|
- feat: add createCSSRuleFromTheme() to create CSS from themes ([PR #29052](https://github.com/microsoft/fluentui/pull/29052) by olfedias@microsoft.com)
|
27
|
+
- feat: add custom styling hooks for Drawer subcomponents ([PR #29041](https://github.com/microsoft/fluentui/pull/29041) by marcosvmmoura@gmail.com)
|
16
28
|
- Bump @fluentui/react-shared-contexts to v9.8.0 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball)
|
17
29
|
- Bump @fluentui/react-tabster to v9.12.10 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball)
|
18
30
|
- Bump @fluentui/react-jsx-runtime to v9.0.9 ([PR #29193](https://github.com/microsoft/fluentui/pull/29193) by beachball)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-provider",
|
3
|
-
"version": "9.9.
|
3
|
+
"version": "9.9.1",
|
4
4
|
"description": "Fluent UI React provider component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -34,11 +34,11 @@
|
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@fluentui/react-icons": "^2.0.207",
|
37
|
-
"@fluentui/react-shared-contexts": "^9.8.
|
38
|
-
"@fluentui/react-tabster": "^9.12.
|
37
|
+
"@fluentui/react-shared-contexts": "^9.8.1",
|
38
|
+
"@fluentui/react-tabster": "^9.12.11",
|
39
39
|
"@fluentui/react-theme": "^9.1.12",
|
40
40
|
"@fluentui/react-utilities": "^9.13.3",
|
41
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
41
|
+
"@fluentui/react-jsx-runtime": "^9.0.10",
|
42
42
|
"@griffel/core": "^1.14.1",
|
43
43
|
"@griffel/react": "^1.5.14",
|
44
44
|
"@swc/helpers": "^0.5.1"
|