fluentui-extended 2026.9.4 → 2026.9.5
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 +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
> Version format: `YYYY.M.DD` (e.g., `2026.8.30` = August 30, 2026)
|
|
4
4
|
|
|
5
|
+
## 2026.9.5
|
|
6
|
+
|
|
7
|
+
- 🐛 Widened the `@fluentui/react-calendar-compat` peer range to `^0.3.0 || ^0.4.0`. It was pinned
|
|
8
|
+
to `^0.3.0`, so any consumer already on 0.4.x — which current Fluent installs pull in — hit an
|
|
9
|
+
`ERESOLVE` failure and could not install this package at all. Only `Calendar` is imported from it
|
|
10
|
+
and that export is unchanged; the library typechecks, tests and builds against 0.4.6.
|
|
11
|
+
|
|
5
12
|
## 2026.9.4
|
|
6
13
|
|
|
7
14
|
> Published first as `2026.8.72`, which carried the wrong month. Same contents; use this one.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluentui-extended",
|
|
3
|
-
"version": "2026.9.
|
|
3
|
+
"version": "2026.9.5",
|
|
4
4
|
"description": "Extended Fluent UI v9 components styled after Dynamics 365 - Lookup with async search, expandable details, and more",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"author": "err403.com",
|
|
55
55
|
"license": "MIT",
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@fluentui/react-calendar-compat": "^0.3.0",
|
|
57
|
+
"@fluentui/react-calendar-compat": "^0.3.0 || ^0.4.0",
|
|
58
58
|
"@fluentui/react-components": "^9.0.0",
|
|
59
59
|
"@fluentui/react-datepicker-compat": "^0.6.0",
|
|
60
60
|
"@fluentui/react-icons": "^2.0.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@azure/msal-browser": "^5.2.0",
|
|
66
|
-
"@fluentui/react-calendar-compat": "^0.
|
|
66
|
+
"@fluentui/react-calendar-compat": "^0.4.6",
|
|
67
67
|
"@fluentui/react-components": "^9.56.0",
|
|
68
68
|
"@fluentui/react-datepicker-compat": "^0.6.23",
|
|
69
69
|
"@fluentui/react-icons": "^2.0.258",
|