@fluentui/react-calendar-compat 0.0.5 → 0.0.6
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.md +17 -2
- package/package.json +14 -8
- package/CHANGELOG.json +0 -128
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,27 @@
|
|
1
1
|
# Change Log - @fluentui/react-calendar-compat
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 09 Nov 2023 17:23:21 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [0.0.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-calendar-compat_v0.0.6)
|
8
|
+
|
9
|
+
Thu, 09 Nov 2023 17:23:21 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-calendar-compat_v0.0.5..@fluentui/react-calendar-compat_v0.0.6)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
15
|
+
- Bump @fluentui/keyboard-keys to v9.0.7 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
16
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.19 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
17
|
+
- Bump @fluentui/react-shared-contexts to v9.12.0 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
18
|
+
- Bump @fluentui/react-tabster to v9.14.4 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
19
|
+
- Bump @fluentui/react-theme to v9.1.16 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
20
|
+
- Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
|
21
|
+
|
7
22
|
## [0.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-calendar-compat_v0.0.5)
|
8
23
|
|
9
|
-
Mon, 06 Nov 2023 13:
|
24
|
+
Mon, 06 Nov 2023 13:16:03 GMT
|
10
25
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-calendar-compat_v0.0.4..@fluentui/react-calendar-compat_v0.0.5)
|
11
26
|
|
12
27
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-calendar-compat",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.6",
|
4
4
|
"description": "Calendar compat component for Fluent UI v9",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -31,13 +31,13 @@
|
|
31
31
|
"@fluentui/scripts-tasks": "*"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@fluentui/keyboard-keys": "^9.0.
|
34
|
+
"@fluentui/keyboard-keys": "^9.0.7",
|
35
35
|
"@fluentui/react-icons": "^2.0.217",
|
36
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
37
|
-
"@fluentui/react-shared-contexts": "^9.
|
38
|
-
"@fluentui/react-tabster": "^9.14.
|
39
|
-
"@fluentui/react-theme": "^9.1.
|
40
|
-
"@fluentui/react-utilities": "^9.15.
|
36
|
+
"@fluentui/react-jsx-runtime": "^9.0.19",
|
37
|
+
"@fluentui/react-shared-contexts": "^9.12.0",
|
38
|
+
"@fluentui/react-tabster": "^9.14.4",
|
39
|
+
"@fluentui/react-theme": "^9.1.16",
|
40
|
+
"@fluentui/react-utilities": "^9.15.2",
|
41
41
|
"@griffel/react": "^1.5.14",
|
42
42
|
"@swc/helpers": "^0.5.1"
|
43
43
|
},
|
@@ -61,5 +61,11 @@
|
|
61
61
|
"major",
|
62
62
|
"prerelease"
|
63
63
|
]
|
64
|
-
}
|
64
|
+
},
|
65
|
+
"files": [
|
66
|
+
"*.md",
|
67
|
+
"dist/*.d.ts",
|
68
|
+
"lib",
|
69
|
+
"lib-commonjs"
|
70
|
+
]
|
65
71
|
}
|
package/CHANGELOG.json
DELETED
@@ -1,128 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "@fluentui/react-calendar-compat",
|
3
|
-
"entries": [
|
4
|
-
{
|
5
|
-
"date": "Mon, 06 Nov 2023 13:15:27 GMT",
|
6
|
-
"tag": "@fluentui/react-calendar-compat_v0.0.5",
|
7
|
-
"version": "0.0.5",
|
8
|
-
"comments": {
|
9
|
-
"patch": [
|
10
|
-
{
|
11
|
-
"author": "esteban.230@hotmail.com",
|
12
|
-
"package": "@fluentui/react-calendar-compat",
|
13
|
-
"commit": "fb0dbceef6690276ad24c1cb4a44f882bee887a5",
|
14
|
-
"comment": "fix(Calendar): Calendar should memoize today's default value since it causes rerenders by creating a new object each time."
|
15
|
-
}
|
16
|
-
]
|
17
|
-
}
|
18
|
-
},
|
19
|
-
{
|
20
|
-
"date": "Wed, 01 Nov 2023 12:55:59 GMT",
|
21
|
-
"tag": "@fluentui/react-calendar-compat_v0.0.4",
|
22
|
-
"version": "0.0.4",
|
23
|
-
"comments": {
|
24
|
-
"patch": [
|
25
|
-
{
|
26
|
-
"author": "beachball",
|
27
|
-
"package": "@fluentui/react-calendar-compat",
|
28
|
-
"comment": "Bump @fluentui/react-shared-contexts to v9.11.1",
|
29
|
-
"commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
|
30
|
-
},
|
31
|
-
{
|
32
|
-
"author": "beachball",
|
33
|
-
"package": "@fluentui/react-calendar-compat",
|
34
|
-
"comment": "Bump @fluentui/react-tabster to v9.14.3",
|
35
|
-
"commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
|
36
|
-
},
|
37
|
-
{
|
38
|
-
"author": "beachball",
|
39
|
-
"package": "@fluentui/react-calendar-compat",
|
40
|
-
"comment": "Bump @fluentui/react-theme to v9.1.15",
|
41
|
-
"commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
|
42
|
-
}
|
43
|
-
]
|
44
|
-
}
|
45
|
-
},
|
46
|
-
{
|
47
|
-
"date": "Sat, 28 Oct 2023 23:35:59 GMT",
|
48
|
-
"tag": "@fluentui/react-calendar-compat_v0.0.3",
|
49
|
-
"version": "0.0.3",
|
50
|
-
"comments": {
|
51
|
-
"patch": [
|
52
|
-
{
|
53
|
-
"author": "beachball",
|
54
|
-
"package": "@fluentui/react-calendar-compat",
|
55
|
-
"comment": "Bump @fluentui/react-shared-contexts to v9.11.0",
|
56
|
-
"commit": "555b0fae3ec7f052e765557ae243c58000514f92"
|
57
|
-
},
|
58
|
-
{
|
59
|
-
"author": "beachball",
|
60
|
-
"package": "@fluentui/react-calendar-compat",
|
61
|
-
"comment": "Bump @fluentui/react-tabster to v9.14.2",
|
62
|
-
"commit": "555b0fae3ec7f052e765557ae243c58000514f92"
|
63
|
-
}
|
64
|
-
]
|
65
|
-
}
|
66
|
-
},
|
67
|
-
{
|
68
|
-
"date": "Mon, 23 Oct 2023 09:51:55 GMT",
|
69
|
-
"tag": "@fluentui/react-calendar-compat_v0.0.2",
|
70
|
-
"version": "0.0.2",
|
71
|
-
"comments": {
|
72
|
-
"patch": [
|
73
|
-
{
|
74
|
-
"author": "esteban.230@hotmail.com",
|
75
|
-
"package": "@fluentui/react-calendar-compat",
|
76
|
-
"commit": "2b55f6c9b895a497e7d0d82db3fb1f579f75ade6",
|
77
|
-
"comment": "fix: Classnames removed and added to day cells need to be split instead of providing a string with spaces."
|
78
|
-
},
|
79
|
-
{
|
80
|
-
"author": "beachball",
|
81
|
-
"package": "@fluentui/react-calendar-compat",
|
82
|
-
"comment": "Bump @fluentui/react-tabster to v9.14.1",
|
83
|
-
"commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
|
84
|
-
}
|
85
|
-
]
|
86
|
-
}
|
87
|
-
},
|
88
|
-
{
|
89
|
-
"date": "Wed, 18 Oct 2023 17:54:02 GMT",
|
90
|
-
"tag": "@fluentui/react-calendar-compat_v0.0.1",
|
91
|
-
"version": "0.0.1",
|
92
|
-
"comments": {
|
93
|
-
"patch": [
|
94
|
-
{
|
95
|
-
"author": "esteban.230@hotmail.com",
|
96
|
-
"package": "@fluentui/react-calendar-compat",
|
97
|
-
"commit": "c0d3065982e1646c54ba00c1d524248b792dbcad",
|
98
|
-
"comment": "chore: Add bundle size fixture for Calendar."
|
99
|
-
},
|
100
|
-
{
|
101
|
-
"author": "esteban.230@hotmail.com",
|
102
|
-
"package": "@fluentui/react-calendar-compat",
|
103
|
-
"commit": "8f9b998c7d2a19f62c043e2177a1e1eab0e1b71c",
|
104
|
-
"comment": "chore: Release react-calendar-compat."
|
105
|
-
},
|
106
|
-
{
|
107
|
-
"author": "beachball",
|
108
|
-
"package": "@fluentui/react-calendar-compat",
|
109
|
-
"comment": "Bump @fluentui/react-jsx-runtime to v9.0.18",
|
110
|
-
"commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
|
111
|
-
},
|
112
|
-
{
|
113
|
-
"author": "beachball",
|
114
|
-
"package": "@fluentui/react-calendar-compat",
|
115
|
-
"comment": "Bump @fluentui/react-tabster to v9.14.0",
|
116
|
-
"commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
|
117
|
-
},
|
118
|
-
{
|
119
|
-
"author": "beachball",
|
120
|
-
"package": "@fluentui/react-calendar-compat",
|
121
|
-
"comment": "Bump @fluentui/react-utilities to v9.15.1",
|
122
|
-
"commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
|
123
|
-
}
|
124
|
-
]
|
125
|
-
}
|
126
|
-
}
|
127
|
-
]
|
128
|
-
}
|