@fluentui/react-carousel 0.0.0-nightly-20241008-0405.1 → 9.1.0
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 +9 -16
- package/package.json +17 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,20 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-carousel
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue, 08 Oct 2024
|
|
3
|
+
This log was last generated on Tue, 08 Oct 2024 22:02:29 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel_v9.1.0)
|
|
8
8
|
|
|
9
|
-
Tue, 08 Oct 2024
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel-preview_v0.6.0..@fluentui/react-
|
|
9
|
+
Tue, 08 Oct 2024 22:02:29 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-carousel-preview_v0.6.0..@fluentui/react-carousel_v9.1.0)
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### Minor changes
|
|
13
13
|
|
|
14
|
-
-
|
|
15
|
-
- Bump @fluentui/react-aria to
|
|
16
|
-
- Bump @fluentui/react-button to
|
|
17
|
-
- Bump @fluentui/react-
|
|
18
|
-
- Bump @fluentui/react-jsx-runtime to v0.0.0-nightly-20241008-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/15d52d5ff2ea502fd0fed821f343105dfb77f586) by beachball)
|
|
19
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20241008-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/15d52d5ff2ea502fd0fed821f343105dfb77f586) by beachball)
|
|
20
|
-
- Bump @fluentui/react-tabster to v0.0.0-nightly-20241008-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/15d52d5ff2ea502fd0fed821f343105dfb77f586) by beachball)
|
|
21
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-20241008-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/15d52d5ff2ea502fd0fed821f343105dfb77f586) by beachball)
|
|
22
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-20241008-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/15d52d5ff2ea502fd0fed821f343105dfb77f586) by beachball)
|
|
23
|
-
- Bump @fluentui/react-conformance to v0.0.0-nightly-20241008-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/15d52d5ff2ea502fd0fed821f343105dfb77f586) by beachball)
|
|
24
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20241008-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/15d52d5ff2ea502fd0fed821f343105dfb77f586) by beachball)
|
|
14
|
+
- feat: Stable release react-carousel ([PR #32883](https://github.com/microsoft/fluentui/pull/32883) by mifraser@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-aria to v9.13.7 ([PR #33007](https://github.com/microsoft/fluentui/pull/33007) by beachball)
|
|
16
|
+
- Bump @fluentui/react-button to v9.3.93 ([PR #33007](https://github.com/microsoft/fluentui/pull/33007) by beachball)
|
|
17
|
+
- Bump @fluentui/react-tabster to v9.22.8 ([PR #33007](https://github.com/microsoft/fluentui/pull/33007) by beachball)
|
|
25
18
|
|
|
26
19
|
## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-carousel-preview_v0.6.0)
|
|
27
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-carousel",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "A composable carousel component that enables pagination with minimal rerenders",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -29,21 +29,21 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@fluentui/eslint-plugin": "*",
|
|
32
|
-
"@fluentui/react-conformance": "
|
|
33
|
-
"@fluentui/react-conformance-griffel": "
|
|
32
|
+
"@fluentui/react-conformance": "*",
|
|
33
|
+
"@fluentui/react-conformance-griffel": "*",
|
|
34
34
|
"@fluentui/scripts-api-extractor": "*",
|
|
35
35
|
"@fluentui/scripts-tasks": "*"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluentui/react-aria": "
|
|
39
|
-
"@fluentui/react-button": "
|
|
40
|
-
"@fluentui/react-context-selector": "
|
|
38
|
+
"@fluentui/react-aria": "^9.13.7",
|
|
39
|
+
"@fluentui/react-button": "^9.3.93",
|
|
40
|
+
"@fluentui/react-context-selector": "^9.1.67",
|
|
41
41
|
"@fluentui/react-icons": "^2.0.245",
|
|
42
|
-
"@fluentui/react-jsx-runtime": "
|
|
43
|
-
"@fluentui/react-shared-contexts": "
|
|
44
|
-
"@fluentui/react-tabster": "
|
|
45
|
-
"@fluentui/react-theme": "
|
|
46
|
-
"@fluentui/react-utilities": "
|
|
42
|
+
"@fluentui/react-jsx-runtime": "^9.0.44",
|
|
43
|
+
"@fluentui/react-shared-contexts": "^9.20.1",
|
|
44
|
+
"@fluentui/react-tabster": "^9.22.8",
|
|
45
|
+
"@fluentui/react-theme": "^9.1.20",
|
|
46
|
+
"@fluentui/react-utilities": "^9.18.15",
|
|
47
47
|
"@griffel/react": "^1.5.22",
|
|
48
48
|
"@swc/helpers": "^0.5.1",
|
|
49
49
|
"embla-carousel": "^8.3.0",
|
|
@@ -64,5 +64,10 @@
|
|
|
64
64
|
},
|
|
65
65
|
"./package.json": "./package.json"
|
|
66
66
|
},
|
|
67
|
-
"beachball": {
|
|
67
|
+
"beachball": {
|
|
68
|
+
"disallowedChangeTypes": [
|
|
69
|
+
"major",
|
|
70
|
+
"prerelease"
|
|
71
|
+
]
|
|
72
|
+
}
|
|
68
73
|
}
|