@fluentui/react-utilities 0.0.0-nightly-20230824-0417.1 → 0.0.0-nightly-20230825-0413.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 CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@fluentui/react-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 24 Aug 2023 04:24:04 GMT",
6
- "tag": "@fluentui/react-utilities_v0.0.0-nightly-20230824-0417.1",
7
- "version": "0.0.0-nightly-20230824-0417.1",
5
+ "date": "Fri, 25 Aug 2023 04:20:20 GMT",
6
+ "tag": "@fluentui/react-utilities_v0.0.0-nightly-20230825-0413.1",
7
+ "version": "0.0.0-nightly-20230825-0413.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -16,8 +16,31 @@
16
16
  {
17
17
  "author": "beachball",
18
18
  "package": "@fluentui/react-utilities",
19
- "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20230824-0417.1",
20
- "commit": "ea9414dbb8ff5f4b127cf5946b1eea61a27f79ae"
19
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20230825-0413.1",
20
+ "commit": "e56d6f4060253d0076ffd31d26875d8c2359396b"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 24 Aug 2023 10:26:34 GMT",
27
+ "tag": "@fluentui/react-utilities_v9.12.0",
28
+ "version": "9.12.0",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "yuanboxue@microsoft.com",
33
+ "package": "@fluentui/react-utilities",
34
+ "commit": "192b74335ed4d99dbcbeeab5aa2075409e911e1a",
35
+ "comment": "fix: `useOnClickOutside` should consider text selection starting inside and finishing outside as an inside click"
36
+ }
37
+ ],
38
+ "minor": [
39
+ {
40
+ "author": "marcosvmmoura@gmail.com",
41
+ "package": "@fluentui/react-utilities",
42
+ "commit": "148d5fa771ea9eb1f5a96f817782e76484070ec3",
43
+ "comment": "feat: create a new useAnimationFrame hook"
21
44
  }
22
45
  ]
23
46
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,31 @@
1
1
  # Change Log - @fluentui/react-utilities
2
2
 
3
- This log was last generated on Thu, 24 Aug 2023 04:24:04 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 25 Aug 2023 04:20:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20230824-0417.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20230824-0417.1)
7
+ ## [0.0.0-nightly-20230825-0413.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightly-20230825-0413.1)
8
8
 
9
- Thu, 24 Aug 2023 04:24:04 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.11.2..@fluentui/react-utilities_v0.0.0-nightly-20230824-0417.1)
9
+ Fri, 25 Aug 2023 04:20:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.12.0..@fluentui/react-utilities_v0.0.0-nightly-20230825-0413.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/keyboard-keys to v0.0.0-nightly-20230824-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/ea9414dbb8ff5f4b127cf5946b1eea61a27f79ae) by beachball)
15
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightly-20230825-0413.1 ([commit](https://github.com/microsoft/fluentui/commit/e56d6f4060253d0076ffd31d26875d8c2359396b) by beachball)
16
+
17
+ ## [9.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.12.0)
18
+
19
+ Thu, 24 Aug 2023 10:26:34 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.11.2..@fluentui/react-utilities_v9.12.0)
21
+
22
+ ### Minor changes
23
+
24
+ - feat: create a new useAnimationFrame hook ([PR #28948](https://github.com/microsoft/fluentui/pull/28948) by marcosvmmoura@gmail.com)
25
+
26
+ ### Patches
27
+
28
+ - fix: `useOnClickOutside` should consider text selection starting inside and finishing outside as an inside click ([PR #28765](https://github.com/microsoft/fluentui/pull/28765) by yuanboxue@microsoft.com)
16
29
 
17
30
  ## [9.11.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.11.2)
18
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-utilities",
3
- "version": "0.0.0-nightly-20230824-0417.1",
3
+ "version": "0.0.0-nightly-20230825-0413.1",
4
4
  "description": "A set of general React-specific utilities.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,7 +31,7 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/keyboard-keys": "0.0.0-nightly-20230824-0417.1",
34
+ "@fluentui/keyboard-keys": "0.0.0-nightly-20230825-0413.1",
35
35
  "@swc/helpers": "^0.4.14"
36
36
  },
37
37
  "peerDependencies": {