@fluentui/react-motion 0.0.0-nightly-20240617-0407.1 → 0.0.0-nightly-20240619-0407.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.md +17 -8
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
@@ -1,21 +1,30 @@
|
|
1
1
|
# Change Log - @fluentui/react-motion
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 19 Jun 2024 04:46:55 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20240619-0407.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v0.0.0-nightly-20240619-0407.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.
|
9
|
+
Wed, 19 Jun 2024 04:46:55 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.2.0..@fluentui/react-motion_v0.0.0-nightly-20240619-0407.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
15
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-conformance to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
15
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20240619-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/d3eb2078792660881a96e61b182a22244157d09b) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20240619-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/d3eb2078792660881a96e61b182a22244157d09b) by beachball)
|
17
|
+
- Bump @fluentui/react-conformance to v0.0.0-nightly-20240619-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/d3eb2078792660881a96e61b182a22244157d09b) by beachball)
|
18
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240619-0407.1 ([commit](https://github.com/microsoft/fluentui/commit/d3eb2078792660881a96e61b182a22244157d09b) by beachball)
|
19
|
+
|
20
|
+
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v9.2.0)
|
21
|
+
|
22
|
+
Mon, 17 Jun 2024 07:34:16 GMT
|
23
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.1.0..@fluentui/react-motion_v9.2.0)
|
24
|
+
|
25
|
+
### Minor changes
|
26
|
+
|
27
|
+
- feat: Implement `onMotionCancel` callback handler ([PR #31698](https://github.com/microsoft/fluentui/pull/31698) by lingfangao@hotmail.com)
|
19
28
|
|
20
29
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v9.1.0)
|
21
30
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-motion",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20240619-0407.1",
|
4
4
|
"description": "A package with utilities & motion definitions using Web Animations API",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -27,19 +27,20 @@
|
|
27
27
|
"test": "jest --passWithNoTests",
|
28
28
|
"type-check": "just-scripts type-check",
|
29
29
|
"e2e": "cypress run --component",
|
30
|
-
"e2e:local": "cypress open --component"
|
30
|
+
"e2e:local": "cypress open --component",
|
31
|
+
"bundle-size": "monosize measure"
|
31
32
|
},
|
32
33
|
"devDependencies": {
|
33
34
|
"@fluentui/eslint-plugin": "*",
|
34
|
-
"@fluentui/react-conformance": "0.0.0-nightly-
|
35
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
35
|
+
"@fluentui/react-conformance": "0.0.0-nightly-20240619-0407.1",
|
36
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20240619-0407.1",
|
36
37
|
"@fluentui/scripts-api-extractor": "*",
|
37
38
|
"@fluentui/scripts-tasks": "*",
|
38
39
|
"@fluentui/scripts-cypress": "*"
|
39
40
|
},
|
40
41
|
"dependencies": {
|
41
|
-
"@fluentui/react-shared-contexts": "0.0.0-nightly-
|
42
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
42
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240619-0407.1",
|
43
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20240619-0407.1",
|
43
44
|
"@swc/helpers": "^0.5.1",
|
44
45
|
"react-is": "^17.0.2"
|
45
46
|
},
|