@fluentui/react-utilities 0.0.0-nightlyff78d1e27a20220217.1 → 0.0.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.json +232 -7
- package/CHANGELOG.md +159 -73
- package/dist/{react-utilities.d.ts → index.d.ts} +39 -272
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/compose/getSlots.js.map +1 -1
- package/lib/compose/resolveShorthand.js.map +1 -1
- package/lib/compose/types.js +1 -5
- package/lib/compose/types.js.map +1 -1
- package/lib/hooks/index.js +1 -5
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useControllableState.js +3 -2
- package/lib/hooks/useControllableState.js.map +1 -1
- package/lib/hooks/useEventCallback.js +1 -0
- package/lib/hooks/useEventCallback.js.map +1 -1
- package/lib/hooks/useFirstMount.js +1 -0
- package/lib/hooks/useFirstMount.js.map +1 -1
- package/lib/hooks/useForceUpdate.js +1 -0
- package/lib/hooks/useForceUpdate.js.map +1 -1
- package/lib/hooks/useId.js +9 -5
- package/lib/hooks/useId.js.map +1 -1
- package/lib/hooks/useIsomorphicLayoutEffect.js +1 -0
- package/lib/hooks/useIsomorphicLayoutEffect.js.map +1 -1
- package/lib/hooks/useMergedEventCallbacks.js +1 -0
- package/lib/hooks/useMergedEventCallbacks.js.map +1 -1
- package/lib/hooks/useMergedRefs.js +1 -0
- package/lib/hooks/useMergedRefs.js.map +1 -1
- package/lib/hooks/useOnClickOutside.js +2 -1
- package/lib/hooks/useOnClickOutside.js.map +1 -1
- package/lib/hooks/useOnScrollOutside.js +1 -0
- package/lib/hooks/useOnScrollOutside.js.map +1 -1
- package/lib/hooks/usePrevious.js +4 -0
- package/lib/hooks/usePrevious.js.map +1 -1
- package/lib/hooks/useTimeout.js +2 -2
- package/lib/hooks/useTimeout.js.map +1 -1
- package/lib/index.js +5 -4
- package/lib/index.js.map +1 -1
- package/lib/ssr/SSRContext.js.map +1 -1
- package/lib/ssr/canUseDOM.js.map +1 -1
- package/lib/{utils → trigger}/applyTriggerPropsToChildren.js +1 -0
- package/lib/trigger/applyTriggerPropsToChildren.js.map +1 -0
- package/lib/{utils → trigger}/getTriggerChild.js +2 -0
- package/lib/trigger/getTriggerChild.js.map +1 -0
- package/lib/trigger/index.js +5 -0
- package/lib/trigger/index.js.map +1 -0
- package/lib/{utils → trigger}/isFluentTrigger.js +0 -0
- package/lib/trigger/isFluentTrigger.js.map +1 -0
- package/lib/trigger/types.js +2 -0
- package/lib/trigger/types.js.map +1 -0
- package/lib/utils/clamp.js +1 -0
- package/lib/utils/clamp.js.map +1 -1
- package/lib/utils/getNativeElementProps.js +4 -2
- package/lib/utils/getNativeElementProps.js.map +1 -1
- package/lib/utils/getRTLSafeKey.js +1 -0
- package/lib/utils/getRTLSafeKey.js.map +1 -1
- package/lib/utils/getReactCallbackName.js.map +1 -1
- package/lib/utils/index.js +0 -3
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/omit.js.map +1 -1
- package/lib/utils/properties.js +18 -6
- package/lib/utils/properties.js.map +1 -1
- package/lib/utils/shouldPreventDefaultOnKeyDown.js +5 -0
- package/lib/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
- package/lib-commonjs/compose/getSlots.js.map +1 -1
- package/lib-commonjs/compose/resolveShorthand.js.map +1 -1
- package/lib-commonjs/compose/types.js +1 -5
- package/lib-commonjs/compose/types.js.map +1 -1
- package/lib-commonjs/hooks/index.js +2 -10
- package/lib-commonjs/hooks/index.js.map +1 -1
- package/lib-commonjs/hooks/useControllableState.js +3 -3
- package/lib-commonjs/hooks/useControllableState.js.map +1 -1
- package/lib-commonjs/hooks/useEventCallback.js +1 -0
- package/lib-commonjs/hooks/useEventCallback.js.map +1 -1
- package/lib-commonjs/hooks/useFirstMount.js +1 -0
- package/lib-commonjs/hooks/useFirstMount.js.map +1 -1
- package/lib-commonjs/hooks/useForceUpdate.js +1 -0
- package/lib-commonjs/hooks/useForceUpdate.js.map +1 -1
- package/lib-commonjs/hooks/useId.js +9 -5
- package/lib-commonjs/hooks/useId.js.map +1 -1
- package/lib-commonjs/hooks/useIsomorphicLayoutEffect.js +1 -0
- package/lib-commonjs/hooks/useIsomorphicLayoutEffect.js.map +1 -1
- package/lib-commonjs/hooks/useMergedEventCallbacks.js +1 -0
- package/lib-commonjs/hooks/useMergedEventCallbacks.js.map +1 -1
- package/lib-commonjs/hooks/useMergedRefs.js +1 -0
- package/lib-commonjs/hooks/useMergedRefs.js.map +1 -1
- package/lib-commonjs/hooks/useOnClickOutside.js +2 -1
- package/lib-commonjs/hooks/useOnClickOutside.js.map +1 -1
- package/lib-commonjs/hooks/useOnScrollOutside.js +1 -0
- package/lib-commonjs/hooks/useOnScrollOutside.js.map +1 -1
- package/lib-commonjs/hooks/usePrevious.js +4 -0
- package/lib-commonjs/hooks/usePrevious.js.map +1 -1
- package/lib-commonjs/hooks/useTimeout.js +2 -3
- package/lib-commonjs/hooks/useTimeout.js.map +1 -1
- package/lib-commonjs/index.js +161 -5
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/ssr/SSRContext.js.map +1 -1
- package/lib-commonjs/ssr/canUseDOM.js.map +1 -1
- package/lib-commonjs/{utils → trigger}/applyTriggerPropsToChildren.js +1 -0
- package/lib-commonjs/trigger/applyTriggerPropsToChildren.js.map +1 -0
- package/lib-commonjs/{utils → trigger}/getTriggerChild.js +2 -0
- package/lib-commonjs/trigger/getTriggerChild.js.map +1 -0
- package/lib-commonjs/trigger/index.js +16 -0
- package/lib-commonjs/trigger/index.js.map +1 -0
- package/lib-commonjs/{utils → trigger}/isFluentTrigger.js +0 -0
- package/lib-commonjs/trigger/isFluentTrigger.js.map +1 -0
- package/lib-commonjs/trigger/types.js +6 -0
- package/lib-commonjs/trigger/types.js.map +1 -0
- package/lib-commonjs/utils/clamp.js +1 -0
- package/lib-commonjs/utils/clamp.js.map +1 -1
- package/lib-commonjs/utils/getNativeElementProps.js +3 -1
- package/lib-commonjs/utils/getNativeElementProps.js.map +1 -1
- package/lib-commonjs/utils/getRTLSafeKey.js +1 -0
- package/lib-commonjs/utils/getRTLSafeKey.js.map +1 -1
- package/lib-commonjs/utils/getReactCallbackName.js.map +1 -1
- package/lib-commonjs/utils/index.js +0 -6
- package/lib-commonjs/utils/index.js.map +1 -1
- package/lib-commonjs/utils/omit.js.map +1 -1
- package/lib-commonjs/utils/properties.js +19 -7
- package/lib-commonjs/utils/properties.js.map +1 -1
- package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.js +5 -0
- package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
- package/package.json +13 -13
- package/lib/compose/getSlots.d.ts +0 -30
- package/lib/compose/index.d.ts +0 -3
- package/lib/compose/resolveShorthand.d.ts +0 -16
- package/lib/compose/types.d.ts +0 -155
- package/lib/hooks/index.d.ts +0 -16
- package/lib/hooks/useBoolean.d.ts +0 -17
- package/lib/hooks/useBoolean.js +0 -28
- package/lib/hooks/useBoolean.js.map +0 -1
- package/lib/hooks/useConst.d.ts +0 -12
- package/lib/hooks/useConst.js +0 -30
- package/lib/hooks/useConst.js.map +0 -1
- package/lib/hooks/useControllableState.d.ts +0 -31
- package/lib/hooks/useEventCallback.d.ts +0 -13
- package/lib/hooks/useFirstMount.d.ts +0 -11
- package/lib/hooks/useForceUpdate.d.ts +0 -4
- package/lib/hooks/useId.d.ts +0 -15
- package/lib/hooks/useIsomorphicLayoutEffect.d.ts +0 -11
- package/lib/hooks/useMergedEventCallbacks.d.ts +0 -18
- package/lib/hooks/useMergedRefs.d.ts +0 -13
- package/lib/hooks/useMount.d.ts +0 -6
- package/lib/hooks/useMount.js +0 -17
- package/lib/hooks/useMount.js.map +0 -1
- package/lib/hooks/useOnClickOutside.d.ts +0 -29
- package/lib/hooks/useOnScrollOutside.d.ts +0 -5
- package/lib/hooks/usePrevious.d.ts +0 -1
- package/lib/hooks/useTimeout.d.ts +0 -8
- package/lib/hooks/useUnmount.d.ts +0 -6
- package/lib/hooks/useUnmount.js +0 -17
- package/lib/hooks/useUnmount.js.map +0 -1
- package/lib/index.d.ts +0 -4
- package/lib/ssr/SSRContext.d.ts +0 -33
- package/lib/ssr/canUseDOM.d.ts +0 -4
- package/lib/ssr/index.d.ts +0 -2
- package/lib/utils/applyTriggerPropsToChildren.d.ts +0 -5
- package/lib/utils/applyTriggerPropsToChildren.js.map +0 -1
- package/lib/utils/clamp.d.ts +0 -8
- package/lib/utils/getNativeElementProps.d.ts +0 -31
- package/lib/utils/getRTLSafeKey.d.ts +0 -4
- package/lib/utils/getReactCallbackName.d.ts +0 -25
- package/lib/utils/getTriggerChild.d.ts +0 -22
- package/lib/utils/getTriggerChild.js.map +0 -1
- package/lib/utils/index.d.ts +0 -9
- package/lib/utils/isFluentTrigger.d.ts +0 -22
- package/lib/utils/isFluentTrigger.js.map +0 -1
- package/lib/utils/omit.d.ts +0 -14
- package/lib/utils/properties.d.ts +0 -148
- package/lib/utils/shouldPreventDefaultOnKeyDown.d.ts +0 -7
- package/lib-commonjs/compose/getSlots.d.ts +0 -30
- package/lib-commonjs/compose/index.d.ts +0 -3
- package/lib-commonjs/compose/resolveShorthand.d.ts +0 -16
- package/lib-commonjs/compose/types.d.ts +0 -155
- package/lib-commonjs/hooks/index.d.ts +0 -16
- package/lib-commonjs/hooks/useBoolean.d.ts +0 -17
- package/lib-commonjs/hooks/useBoolean.js +0 -39
- package/lib-commonjs/hooks/useBoolean.js.map +0 -1
- package/lib-commonjs/hooks/useConst.d.ts +0 -12
- package/lib-commonjs/hooks/useConst.js +0 -40
- package/lib-commonjs/hooks/useConst.js.map +0 -1
- package/lib-commonjs/hooks/useControllableState.d.ts +0 -31
- package/lib-commonjs/hooks/useEventCallback.d.ts +0 -13
- package/lib-commonjs/hooks/useFirstMount.d.ts +0 -11
- package/lib-commonjs/hooks/useForceUpdate.d.ts +0 -4
- package/lib-commonjs/hooks/useId.d.ts +0 -15
- package/lib-commonjs/hooks/useIsomorphicLayoutEffect.d.ts +0 -11
- package/lib-commonjs/hooks/useMergedEventCallbacks.d.ts +0 -18
- package/lib-commonjs/hooks/useMergedRefs.d.ts +0 -13
- package/lib-commonjs/hooks/useMount.d.ts +0 -6
- package/lib-commonjs/hooks/useMount.js +0 -27
- package/lib-commonjs/hooks/useMount.js.map +0 -1
- package/lib-commonjs/hooks/useOnClickOutside.d.ts +0 -29
- package/lib-commonjs/hooks/useOnScrollOutside.d.ts +0 -5
- package/lib-commonjs/hooks/usePrevious.d.ts +0 -1
- package/lib-commonjs/hooks/useTimeout.d.ts +0 -8
- package/lib-commonjs/hooks/useUnmount.d.ts +0 -6
- package/lib-commonjs/hooks/useUnmount.js +0 -27
- package/lib-commonjs/hooks/useUnmount.js.map +0 -1
- package/lib-commonjs/index.d.ts +0 -4
- package/lib-commonjs/ssr/SSRContext.d.ts +0 -33
- package/lib-commonjs/ssr/canUseDOM.d.ts +0 -4
- package/lib-commonjs/ssr/index.d.ts +0 -2
- package/lib-commonjs/utils/applyTriggerPropsToChildren.d.ts +0 -5
- package/lib-commonjs/utils/applyTriggerPropsToChildren.js.map +0 -1
- package/lib-commonjs/utils/clamp.d.ts +0 -8
- package/lib-commonjs/utils/getNativeElementProps.d.ts +0 -31
- package/lib-commonjs/utils/getRTLSafeKey.d.ts +0 -4
- package/lib-commonjs/utils/getReactCallbackName.d.ts +0 -25
- package/lib-commonjs/utils/getTriggerChild.d.ts +0 -22
- package/lib-commonjs/utils/getTriggerChild.js.map +0 -1
- package/lib-commonjs/utils/index.d.ts +0 -9
- package/lib-commonjs/utils/isFluentTrigger.d.ts +0 -22
- package/lib-commonjs/utils/isFluentTrigger.js.map +0 -1
- package/lib-commonjs/utils/omit.d.ts +0 -14
- package/lib-commonjs/utils/properties.d.ts +0 -148
- package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.d.ts +0 -7
package/CHANGELOG.md
CHANGED
@@ -1,22 +1,108 @@
|
|
1
1
|
# Change Log - @fluentui/react-utilities
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 28 Jun 2022 04:30:42 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0
|
7
|
+
## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.
|
9
|
+
Tue, 28 Jun 2022 04:30:42 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.10..@fluentui/react-utilities_v0.0.0)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
|
15
|
+
- Bump @fluentui/keyboard-keys to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
|
16
|
+
|
17
|
+
### Changes
|
18
|
+
|
19
|
+
- Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
|
20
|
+
- fix: useOnClickOutside should trigger for webviews ([PR #23535](https://github.com/microsoft/fluentui/pull/23535) by jukapsia@microsoft.com)
|
21
|
+
- feat: add void function component support to slots ([PR #23408](https://github.com/microsoft/fluentui/pull/23408) by 39736248+andrefcdias@users.noreply.github.com)
|
22
|
+
- chore: Mark teams-prg owned APIs with @internal ([PR #23689](https://github.com/microsoft/fluentui/pull/23689) by lingfangao@hotmail.com)
|
23
|
+
- chore: moves trigger methods to separate folder ([PR #23574](https://github.com/microsoft/fluentui/pull/23574) by bernardo.sunderhus@gmail.com)
|
24
|
+
|
25
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.10)
|
26
|
+
|
27
|
+
Tue, 31 May 2022 21:28:50 GMT
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.9..@fluentui/react-utilities_v9.0.0-rc.10)
|
29
|
+
|
30
|
+
### Changes
|
31
|
+
|
32
|
+
- remove exports for internals APIs & unused hooks ([PR #23319](https://github.com/microsoft/fluentui/pull/23319) by olfedias@microsoft.com)
|
33
|
+
|
34
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.9)
|
35
|
+
|
36
|
+
Mon, 23 May 2022 12:13:58 GMT
|
37
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.8..@fluentui/react-utilities_v9.0.0-rc.9)
|
38
|
+
|
39
|
+
### Changes
|
40
|
+
|
41
|
+
- feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
|
42
|
+
|
43
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.8)
|
44
|
+
|
45
|
+
Thu, 05 May 2022 18:26:28 GMT
|
46
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.7..@fluentui/react-utilities_v9.0.0-rc.8)
|
47
|
+
|
48
|
+
### Changes
|
49
|
+
|
50
|
+
- feat: add time element on nativeElementMap ([PR #22848](https://github.com/microsoft/fluentui/pull/22848) by bsunderhus@microsoft.com)
|
51
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
52
|
+
|
53
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.7)
|
54
|
+
|
55
|
+
Wed, 04 May 2022 13:26:36 GMT
|
56
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.6..@fluentui/react-utilities_v9.0.0-rc.7)
|
57
|
+
|
58
|
+
### Changes
|
59
|
+
|
60
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
61
|
+
|
62
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.6)
|
63
|
+
|
64
|
+
Tue, 19 Apr 2022 19:17:05 GMT
|
65
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.5..@fluentui/react-utilities_v9.0.0-rc.6)
|
66
|
+
|
67
|
+
### Changes
|
68
|
+
|
69
|
+
- Removing star exports at src/index.ts ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by Humberto.Morimoto@microsoft.com)
|
70
|
+
|
71
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.5)
|
72
|
+
|
73
|
+
Fri, 04 Mar 2022 05:17:32 GMT
|
74
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.4..@fluentui/react-utilities_v9.0.0-rc.5)
|
75
|
+
|
76
|
+
### Changes
|
77
|
+
|
78
|
+
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
79
|
+
- Adding helper type to define slot class names. ([PR #21933](https://github.com/microsoft/fluentui/pull/21933) by email not defined)
|
80
|
+
- fix(shouldPreventDefaultOnKeyDown): return false for events that are default prevented ([PR #21905](https://github.com/microsoft/fluentui/pull/21905) by lingfangao@hotmail.com)
|
81
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
82
|
+
|
83
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.4)
|
84
|
+
|
85
|
+
Tue, 01 Mar 2022 02:17:39 GMT
|
86
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.3..@fluentui/react-utilities_v9.0.0-rc.4)
|
87
|
+
|
88
|
+
### Changes
|
89
|
+
|
90
|
+
- Ignore prefix in useId() when it is falsey. ([PR #21848](https://github.com/microsoft/fluentui/pull/21848) by seanmonahan@microsoft.com)
|
91
|
+
- Add fieldset to getNativeElementProps ([PR #21835](https://github.com/microsoft/fluentui/pull/21835) by behowell@microsoft.com)
|
92
|
+
|
93
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.3)
|
94
|
+
|
95
|
+
Fri, 18 Feb 2022 13:35:37 GMT
|
96
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.1..@fluentui/react-utilities_v9.0.0-rc.3)
|
11
97
|
|
12
98
|
### Changes
|
13
99
|
|
14
|
-
-
|
15
|
-
- Bump @fluentui/keyboard-keys to
|
100
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
101
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
16
102
|
|
17
103
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.1)
|
18
104
|
|
19
|
-
Thu, 10 Feb 2022 08:50:32 GMT
|
105
|
+
Thu, 10 Feb 2022 08:50:32 GMT
|
20
106
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.4..@fluentui/react-utilities_v9.0.0-rc.1)
|
21
107
|
|
22
108
|
### Changes
|
@@ -36,7 +122,7 @@ Thu, 10 Feb 2022 08:50:32 GMT
|
|
36
122
|
|
37
123
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.4)
|
38
124
|
|
39
|
-
Thu, 25 Nov 2021 08:34:09 GMT
|
125
|
+
Thu, 25 Nov 2021 08:34:09 GMT
|
40
126
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.3..@fluentui/react-utilities_v9.0.0-beta.4)
|
41
127
|
|
42
128
|
### Changes
|
@@ -45,7 +131,7 @@ Thu, 25 Nov 2021 08:34:09 GMT
|
|
45
131
|
|
46
132
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.3)
|
47
133
|
|
48
|
-
Fri, 12 Nov 2021 13:25:10 GMT
|
134
|
+
Fri, 12 Nov 2021 13:25:10 GMT
|
49
135
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.2..@fluentui/react-utilities_v9.0.0-beta.3)
|
50
136
|
|
51
137
|
### Changes
|
@@ -54,7 +140,7 @@ Fri, 12 Nov 2021 13:25:10 GMT
|
|
54
140
|
|
55
141
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.2)
|
56
142
|
|
57
|
-
Wed, 27 Oct 2021 12:14:24 GMT
|
143
|
+
Wed, 27 Oct 2021 12:14:24 GMT
|
58
144
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.1..@fluentui/react-utilities_v9.0.0-beta.2)
|
59
145
|
|
60
146
|
### Changes
|
@@ -64,7 +150,7 @@ Wed, 27 Oct 2021 12:14:24 GMT
|
|
64
150
|
|
65
151
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.1)
|
66
152
|
|
67
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
153
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
68
154
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.56..@fluentui/react-utilities_v9.0.0-beta.1)
|
69
155
|
|
70
156
|
### Changes
|
@@ -74,7 +160,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
74
160
|
|
75
161
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.56)
|
76
162
|
|
77
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
163
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
78
164
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.55..@fluentui/react-utilities_v9.0.0-alpha.56)
|
79
165
|
|
80
166
|
### Changes
|
@@ -83,7 +169,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
83
169
|
|
84
170
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.55)
|
85
171
|
|
86
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
172
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
87
173
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.53..@fluentui/react-utilities_v9.0.0-alpha.55)
|
88
174
|
|
89
175
|
### Changes
|
@@ -93,7 +179,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
93
179
|
|
94
180
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.53)
|
95
181
|
|
96
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
182
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
97
183
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.52..@fluentui/react-utilities_v9.0.0-alpha.53)
|
98
184
|
|
99
185
|
### Changes
|
@@ -102,7 +188,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
102
188
|
|
103
189
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.52)
|
104
190
|
|
105
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
191
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
106
192
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.51..@fluentui/react-utilities_v9.0.0-alpha.52)
|
107
193
|
|
108
194
|
### Changes
|
@@ -111,7 +197,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
111
197
|
|
112
198
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.51)
|
113
199
|
|
114
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
200
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
115
201
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.50..@fluentui/react-utilities_v9.0.0-alpha.51)
|
116
202
|
|
117
203
|
### Changes
|
@@ -120,7 +206,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
120
206
|
|
121
207
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.50)
|
122
208
|
|
123
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
209
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
124
210
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.49..@fluentui/react-utilities_v9.0.0-alpha.50)
|
125
211
|
|
126
212
|
### Changes
|
@@ -129,7 +215,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
129
215
|
|
130
216
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.49)
|
131
217
|
|
132
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
218
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
133
219
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.48..@fluentui/react-utilities_v9.0.0-alpha.49)
|
134
220
|
|
135
221
|
### Changes
|
@@ -139,7 +225,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
139
225
|
|
140
226
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.48)
|
141
227
|
|
142
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
228
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
143
229
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.47..@fluentui/react-utilities_v9.0.0-alpha.48)
|
144
230
|
|
145
231
|
### Changes
|
@@ -148,7 +234,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
148
234
|
|
149
235
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.47)
|
150
236
|
|
151
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
237
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
152
238
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.46..@fluentui/react-utilities_v9.0.0-alpha.47)
|
153
239
|
|
154
240
|
### Changes
|
@@ -157,7 +243,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
157
243
|
|
158
244
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.46)
|
159
245
|
|
160
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
246
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
161
247
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.45..@fluentui/react-utilities_v9.0.0-alpha.46)
|
162
248
|
|
163
249
|
### Changes
|
@@ -166,7 +252,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
166
252
|
|
167
253
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.45)
|
168
254
|
|
169
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
255
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
170
256
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.44..@fluentui/react-utilities_v9.0.0-alpha.45)
|
171
257
|
|
172
258
|
### Changes
|
@@ -175,7 +261,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
175
261
|
|
176
262
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.44)
|
177
263
|
|
178
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
264
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
179
265
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.43..@fluentui/react-utilities_v9.0.0-alpha.44)
|
180
266
|
|
181
267
|
### Changes
|
@@ -184,7 +270,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
184
270
|
|
185
271
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.43)
|
186
272
|
|
187
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
273
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
188
274
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.42..@fluentui/react-utilities_v9.0.0-alpha.43)
|
189
275
|
|
190
276
|
### Changes
|
@@ -193,7 +279,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
193
279
|
|
194
280
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.42)
|
195
281
|
|
196
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
282
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
197
283
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.41..@fluentui/react-utilities_v9.0.0-alpha.42)
|
198
284
|
|
199
285
|
### Changes
|
@@ -202,7 +288,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
202
288
|
|
203
289
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.41)
|
204
290
|
|
205
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
291
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
206
292
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.40..@fluentui/react-utilities_v9.0.0-alpha.41)
|
207
293
|
|
208
294
|
### Changes
|
@@ -211,7 +297,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
211
297
|
|
212
298
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.40)
|
213
299
|
|
214
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
300
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
215
301
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.39..@fluentui/react-utilities_v9.0.0-alpha.40)
|
216
302
|
|
217
303
|
### Changes
|
@@ -220,7 +306,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
220
306
|
|
221
307
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.39)
|
222
308
|
|
223
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
309
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
224
310
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.38..@fluentui/react-utilities_v9.0.0-alpha.39)
|
225
311
|
|
226
312
|
### Changes
|
@@ -229,7 +315,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
229
315
|
|
230
316
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.38)
|
231
317
|
|
232
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
318
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
233
319
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.37..@fluentui/react-utilities_v9.0.0-alpha.38)
|
234
320
|
|
235
321
|
### Changes
|
@@ -238,7 +324,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
238
324
|
|
239
325
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.37)
|
240
326
|
|
241
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
327
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
242
328
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.36..@fluentui/react-utilities_v9.0.0-alpha.37)
|
243
329
|
|
244
330
|
### Patches
|
@@ -253,7 +339,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
253
339
|
|
254
340
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.36)
|
255
341
|
|
256
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
342
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
257
343
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.35..@fluentui/react-utilities_v9.0.0-alpha.36)
|
258
344
|
|
259
345
|
### Changes
|
@@ -262,7 +348,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
262
348
|
|
263
349
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.35)
|
264
350
|
|
265
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
351
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
266
352
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.34..@fluentui/react-utilities_v9.0.0-alpha.35)
|
267
353
|
|
268
354
|
### Changes
|
@@ -271,7 +357,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
271
357
|
|
272
358
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.34)
|
273
359
|
|
274
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
360
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
275
361
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.33..@fluentui/react-utilities_v9.0.0-alpha.34)
|
276
362
|
|
277
363
|
### Changes
|
@@ -280,7 +366,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
280
366
|
|
281
367
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.33)
|
282
368
|
|
283
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
369
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
284
370
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.32..@fluentui/react-utilities_v9.0.0-alpha.33)
|
285
371
|
|
286
372
|
### Changes
|
@@ -290,7 +376,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
290
376
|
|
291
377
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.32)
|
292
378
|
|
293
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
379
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
294
380
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.31..@fluentui/react-utilities_v9.0.0-alpha.32)
|
295
381
|
|
296
382
|
### Patches
|
@@ -301,7 +387,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
301
387
|
|
302
388
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.31)
|
303
389
|
|
304
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
390
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
305
391
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.30..@fluentui/react-utilities_v9.0.0-alpha.31)
|
306
392
|
|
307
393
|
### Changes
|
@@ -311,7 +397,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
311
397
|
|
312
398
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.30)
|
313
399
|
|
314
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
400
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
315
401
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.29..@fluentui/react-utilities_v9.0.0-alpha.30)
|
316
402
|
|
317
403
|
### Changes
|
@@ -320,7 +406,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
320
406
|
|
321
407
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.29)
|
322
408
|
|
323
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
409
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
324
410
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.28..@fluentui/react-utilities_v9.0.0-alpha.29)
|
325
411
|
|
326
412
|
### Changes
|
@@ -329,7 +415,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
329
415
|
|
330
416
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.28)
|
331
417
|
|
332
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
418
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
333
419
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.27..@fluentui/react-utilities_v9.0.0-alpha.28)
|
334
420
|
|
335
421
|
### Patches
|
@@ -340,7 +426,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
340
426
|
|
341
427
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.27)
|
342
428
|
|
343
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
429
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
344
430
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.26..@fluentui/react-utilities_v9.0.0-alpha.27)
|
345
431
|
|
346
432
|
### Changes
|
@@ -349,7 +435,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
349
435
|
|
350
436
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.26)
|
351
437
|
|
352
|
-
Fri, 28 May 2021 07:33:57 GMT
|
438
|
+
Fri, 28 May 2021 07:33:57 GMT
|
353
439
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.25..@fluentui/react-utilities_v9.0.0-alpha.26)
|
354
440
|
|
355
441
|
### Changes
|
@@ -358,7 +444,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
358
444
|
|
359
445
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.25)
|
360
446
|
|
361
|
-
Wed, 26 May 2021 07:35:43 GMT
|
447
|
+
Wed, 26 May 2021 07:35:43 GMT
|
362
448
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.24..@fluentui/react-utilities_v9.0.0-alpha.25)
|
363
449
|
|
364
450
|
### Changes
|
@@ -367,7 +453,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
367
453
|
|
368
454
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.24)
|
369
455
|
|
370
|
-
Fri, 21 May 2021 07:34:54 GMT
|
456
|
+
Fri, 21 May 2021 07:34:54 GMT
|
371
457
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.23..@fluentui/react-utilities_v9.0.0-alpha.24)
|
372
458
|
|
373
459
|
### Changes
|
@@ -376,7 +462,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
376
462
|
|
377
463
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.23)
|
378
464
|
|
379
|
-
Thu, 20 May 2021 07:41:54 GMT
|
465
|
+
Thu, 20 May 2021 07:41:54 GMT
|
380
466
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.22..@fluentui/react-utilities_v9.0.0-alpha.23)
|
381
467
|
|
382
468
|
### Patches
|
@@ -391,7 +477,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
391
477
|
|
392
478
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.22)
|
393
479
|
|
394
|
-
Wed, 19 May 2021 07:34:20 GMT
|
480
|
+
Wed, 19 May 2021 07:34:20 GMT
|
395
481
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.21..@fluentui/react-utilities_v9.0.0-alpha.22)
|
396
482
|
|
397
483
|
### Changes
|
@@ -401,7 +487,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
401
487
|
|
402
488
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.21)
|
403
489
|
|
404
|
-
Mon, 03 May 2021 07:45:19 GMT
|
490
|
+
Mon, 03 May 2021 07:45:19 GMT
|
405
491
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.20..@fluentui/react-utilities_v9.0.0-alpha.21)
|
406
492
|
|
407
493
|
### Changes
|
@@ -410,7 +496,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
410
496
|
|
411
497
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.20)
|
412
498
|
|
413
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
499
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
414
500
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.19..@fluentui/react-utilities_v9.0.0-alpha.20)
|
415
501
|
|
416
502
|
### Patches
|
@@ -426,7 +512,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
426
512
|
|
427
513
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.19)
|
428
514
|
|
429
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
515
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
430
516
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.18..@fluentui/react-utilities_v9.0.0-alpha.19)
|
431
517
|
|
432
518
|
### Patches
|
@@ -437,7 +523,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
437
523
|
|
438
524
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.18)
|
439
525
|
|
440
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
526
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
441
527
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.17..@fluentui/react-utilities_v9.0.0-alpha.18)
|
442
528
|
|
443
529
|
### Changes
|
@@ -447,7 +533,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
447
533
|
|
448
534
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.17)
|
449
535
|
|
450
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
536
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
451
537
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.16..@fluentui/react-utilities_v9.0.0-alpha.17)
|
452
538
|
|
453
539
|
### Changes
|
@@ -456,7 +542,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
456
542
|
|
457
543
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.16)
|
458
544
|
|
459
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
545
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
460
546
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.15..@fluentui/react-utilities_v9.0.0-alpha.16)
|
461
547
|
|
462
548
|
### Changes
|
@@ -465,7 +551,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
465
551
|
|
466
552
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.15)
|
467
553
|
|
468
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
554
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
469
555
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.14..@fluentui/react-utilities_v9.0.0-alpha.15)
|
470
556
|
|
471
557
|
### Changes
|
@@ -474,7 +560,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
474
560
|
|
475
561
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.14)
|
476
562
|
|
477
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
563
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
478
564
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.13..@fluentui/react-utilities_v9.0.0-alpha.14)
|
479
565
|
|
480
566
|
### Patches
|
@@ -490,7 +576,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
490
576
|
|
491
577
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.13)
|
492
578
|
|
493
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
579
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
494
580
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.12..@fluentui/react-utilities_v9.0.0-alpha.13)
|
495
581
|
|
496
582
|
### Changes
|
@@ -499,7 +585,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
499
585
|
|
500
586
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.12)
|
501
587
|
|
502
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
588
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
503
589
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.11..@fluentui/react-utilities_v9.0.0-alpha.12)
|
504
590
|
|
505
591
|
### Changes
|
@@ -508,7 +594,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
508
594
|
|
509
595
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.11)
|
510
596
|
|
511
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
597
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
512
598
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.10..@fluentui/react-utilities_v9.0.0-alpha.11)
|
513
599
|
|
514
600
|
### Changes
|
@@ -517,7 +603,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
517
603
|
|
518
604
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.10)
|
519
605
|
|
520
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
606
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
521
607
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.9..@fluentui/react-utilities_v9.0.0-alpha.10)
|
522
608
|
|
523
609
|
### Changes
|
@@ -526,7 +612,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
526
612
|
|
527
613
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.9)
|
528
614
|
|
529
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
615
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
530
616
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.8..@fluentui/react-utilities_v9.0.0-alpha.9)
|
531
617
|
|
532
618
|
### Changes
|
@@ -535,7 +621,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
535
621
|
|
536
622
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.8)
|
537
623
|
|
538
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
624
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
539
625
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.7..@fluentui/react-utilities_v9.0.0-alpha.8)
|
540
626
|
|
541
627
|
### Changes
|
@@ -544,7 +630,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
544
630
|
|
545
631
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.7)
|
546
632
|
|
547
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
633
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
548
634
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.6..@fluentui/react-utilities_v9.0.0-alpha.7)
|
549
635
|
|
550
636
|
### Changes
|
@@ -553,7 +639,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
553
639
|
|
554
640
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.6)
|
555
641
|
|
556
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
642
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
557
643
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.5..@fluentui/react-utilities_v9.0.0-alpha.6)
|
558
644
|
|
559
645
|
### Changes
|
@@ -562,7 +648,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
562
648
|
|
563
649
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.5)
|
564
650
|
|
565
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
651
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
566
652
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.4..@fluentui/react-utilities_v9.0.0-alpha.5)
|
567
653
|
|
568
654
|
### Patches
|
@@ -575,7 +661,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
575
661
|
|
576
662
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.4)
|
577
663
|
|
578
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
664
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
579
665
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.3..@fluentui/react-utilities_v9.0.0-alpha.4)
|
580
666
|
|
581
667
|
### Changes
|
@@ -584,7 +670,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
584
670
|
|
585
671
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.3)
|
586
672
|
|
587
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
673
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
588
674
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.2..@fluentui/react-utilities_v9.0.0-alpha.3)
|
589
675
|
|
590
676
|
### Patches
|
@@ -601,7 +687,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
601
687
|
|
602
688
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.2)
|
603
689
|
|
604
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
690
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
605
691
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.1..@fluentui/react-utilities_v9.0.0-alpha.2)
|
606
692
|
|
607
693
|
### Changes
|
@@ -610,7 +696,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
610
696
|
|
611
697
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.1)
|
612
698
|
|
613
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
699
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
614
700
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.4.0..@fluentui/react-utilities_v9.0.0-alpha.1)
|
615
701
|
|
616
702
|
### Changes
|
@@ -619,7 +705,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
|
|
619
705
|
|
620
706
|
## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.4.0)
|
621
707
|
|
622
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
708
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
623
709
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.3.1..@fluentui/react-utilities_v0.4.0)
|
624
710
|
|
625
711
|
### Minor changes
|
@@ -637,7 +723,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
637
723
|
|
638
724
|
## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.3.1)
|
639
725
|
|
640
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
726
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
641
727
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.3.0..@fluentui/react-utilities_v0.3.1)
|
642
728
|
|
643
729
|
### Patches
|
@@ -650,7 +736,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
650
736
|
|
651
737
|
## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.3.0)
|
652
738
|
|
653
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
739
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
654
740
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4..@fluentui/react-utilities_v0.3.0)
|
655
741
|
|
656
742
|
### Minor changes
|
@@ -667,7 +753,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
667
753
|
|
668
754
|
## [0.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4)
|
669
755
|
|
670
|
-
Mon, 01 Feb 2021 12:23:48 GMT
|
756
|
+
Mon, 01 Feb 2021 12:23:48 GMT
|
671
757
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4-4..@fluentui/react-utilities_v0.2.4)
|
672
758
|
|
673
759
|
### Patches
|
@@ -676,7 +762,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
|
|
676
762
|
|
677
763
|
## [0.2.4-4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4-4)
|
678
764
|
|
679
|
-
Thu, 28 Jan 2021 12:25:56 GMT
|
765
|
+
Thu, 28 Jan 2021 12:25:56 GMT
|
680
766
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4-3..@fluentui/react-utilities_v0.2.4-4)
|
681
767
|
|
682
768
|
### Changes
|
@@ -685,7 +771,7 @@ Thu, 28 Jan 2021 12:25:56 GMT
|
|
685
771
|
|
686
772
|
## [0.2.4-3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4-3)
|
687
773
|
|
688
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
774
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
689
775
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.3..@fluentui/react-utilities_v0.2.4-3)
|
690
776
|
|
691
777
|
### Changes
|
@@ -694,7 +780,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
694
780
|
|
695
781
|
## [0.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.3)
|
696
782
|
|
697
|
-
Fri, 23 Oct 2020 03:26:15 GMT
|
783
|
+
Fri, 23 Oct 2020 03:26:15 GMT
|
698
784
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.2..@fluentui/react-utilities_v0.2.3)
|
699
785
|
|
700
786
|
### Patches
|