@fluentui/react-toast 9.3.44 → 9.3.46
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 +96 -69
- package/lib/components/ToastContainer/ToastContainer.types.js.map +1 -1
- package/lib/components/ToastContainer/ToastContainerMotion.js +63 -0
- package/lib/components/ToastContainer/ToastContainerMotion.js.map +1 -0
- package/lib/components/ToastContainer/renderToastContainer.js +15 -16
- package/lib/components/ToastContainer/renderToastContainer.js.map +1 -1
- package/lib/components/ToastContainer/useToastContainer.js +16 -25
- package/lib/components/ToastContainer/useToastContainer.js.map +1 -1
- package/lib/components/ToastContainer/useToastContainerStyles.styles.js +3 -22
- package/lib/components/ToastContainer/useToastContainerStyles.styles.js.map +1 -1
- package/lib-commonjs/components/ToastContainer/ToastContainerMotion.js +73 -0
- package/lib-commonjs/components/ToastContainer/ToastContainerMotion.js.map +1 -0
- package/lib-commonjs/components/ToastContainer/renderToastContainer.js +15 -16
- package/lib-commonjs/components/ToastContainer/renderToastContainer.js.map +1 -1
- package/lib-commonjs/components/ToastContainer/useToastContainer.js +16 -25
- package/lib-commonjs/components/ToastContainer/useToastContainer.js.map +1 -1
- package/lib-commonjs/components/ToastContainer/useToastContainerStyles.styles.js +4 -34
- package/lib-commonjs/components/ToastContainer/useToastContainerStyles.styles.js.map +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,51 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-toast
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 12 Jun 2024 13:16:15 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.3.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.46)
|
|
8
|
+
|
|
9
|
+
Wed, 12 Jun 2024 13:16:15 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.45..@fluentui/react-toast_v9.3.46)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-motion to v9.1.0 ([PR #31681](https://github.com/microsoft/fluentui/pull/31681) by beachball)
|
|
15
|
+
|
|
16
|
+
## [9.3.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.45)
|
|
17
|
+
|
|
18
|
+
Thu, 06 Jun 2024 15:26:41 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.44..@fluentui/react-toast_v9.3.45)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- chore: migrate Toast to new motion library ([PR #31516](https://github.com/microsoft/fluentui/pull/31516) by olfedias@microsoft.com)
|
|
24
|
+
- chore: use @fluentui/react-motion ([PR #31574](https://github.com/microsoft/fluentui/pull/31574) by olfedias@microsoft.com)
|
|
25
|
+
- chore: adopt changes in motion APIs ([PR #31508](https://github.com/microsoft/fluentui/pull/31508) by olfedias@microsoft.com)
|
|
26
|
+
- chore: disable eslint rule. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
|
27
|
+
- Bump @fluentui/react-aria to v9.12.0 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
|
28
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.39 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
|
29
|
+
- Bump @fluentui/react-motion to v9.0.0 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
|
30
|
+
- Bump @fluentui/react-portal to v9.4.27 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
|
31
|
+
- Bump @fluentui/react-tabster to v9.21.5 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
|
32
|
+
- Bump @fluentui/react-utilities to v9.18.10 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
|
33
|
+
|
|
7
34
|
## [9.3.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.44)
|
|
8
35
|
|
|
9
|
-
Thu, 23 May 2024
|
|
36
|
+
Thu, 23 May 2024 08:02:51 GMT
|
|
10
37
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.43..@fluentui/react-toast_v9.3.44)
|
|
11
38
|
|
|
12
39
|
### Patches
|
|
13
40
|
|
|
14
41
|
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
|
15
|
-
- Bump @fluentui/react-aria to v9.11.4 ([commit](https://github.com/microsoft/fluentui/commit/
|
|
16
|
-
- Bump @fluentui/react-portal to v9.4.26 ([commit](https://github.com/microsoft/fluentui/commit/
|
|
17
|
-
- Bump @fluentui/react-tabster to v9.21.4 ([commit](https://github.com/microsoft/fluentui/commit/
|
|
42
|
+
- Bump @fluentui/react-aria to v9.11.4 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
|
43
|
+
- Bump @fluentui/react-portal to v9.4.26 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
|
44
|
+
- Bump @fluentui/react-tabster to v9.21.4 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
|
18
45
|
|
|
19
46
|
## [9.3.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.43)
|
|
20
47
|
|
|
21
|
-
Mon, 20 May 2024 12:45:07 GMT
|
|
48
|
+
Mon, 20 May 2024 12:45:07 GMT
|
|
22
49
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.42..@fluentui/react-toast_v9.3.43)
|
|
23
50
|
|
|
24
51
|
### Patches
|
|
@@ -33,16 +60,16 @@ Mon, 20 May 2024 12:45:07 GMT
|
|
|
33
60
|
|
|
34
61
|
## [9.3.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.42)
|
|
35
62
|
|
|
36
|
-
Thu, 16 May 2024 09:25:20 GMT
|
|
63
|
+
Thu, 16 May 2024 09:25:20 GMT
|
|
37
64
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.41..@fluentui/react-toast_v9.3.42)
|
|
38
65
|
|
|
39
66
|
### Patches
|
|
40
67
|
|
|
41
|
-
-
|
|
68
|
+
- chore: Upgrade react-icons version to 2.0.239 to pick up provider export map fix. ([PR #31287](https://github.com/microsoft/fluentui/pull/31287) by ololubek@microsoft.com)
|
|
42
69
|
|
|
43
70
|
## [9.3.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.41)
|
|
44
71
|
|
|
45
|
-
Thu, 09 May 2024 19:35:12 GMT
|
|
72
|
+
Thu, 09 May 2024 19:35:12 GMT
|
|
46
73
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.40..@fluentui/react-toast_v9.3.41)
|
|
47
74
|
|
|
48
75
|
### Patches
|
|
@@ -53,7 +80,7 @@ Thu, 09 May 2024 19:35:12 GMT
|
|
|
53
80
|
|
|
54
81
|
## [9.3.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.40)
|
|
55
82
|
|
|
56
|
-
Mon, 06 May 2024 12:55:02 GMT
|
|
83
|
+
Mon, 06 May 2024 12:55:02 GMT
|
|
57
84
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.39..@fluentui/react-toast_v9.3.40)
|
|
58
85
|
|
|
59
86
|
### Patches
|
|
@@ -67,21 +94,21 @@ Mon, 06 May 2024 12:55:02 GMT
|
|
|
67
94
|
|
|
68
95
|
## [9.3.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.39)
|
|
69
96
|
|
|
70
|
-
Thu, 02 May 2024 11:36:42 GMT
|
|
97
|
+
Thu, 02 May 2024 11:36:42 GMT
|
|
71
98
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.38..@fluentui/react-toast_v9.3.39)
|
|
72
99
|
|
|
73
100
|
### Patches
|
|
74
101
|
|
|
75
102
|
- refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
|
|
76
103
|
- fix: use "key" properly in ToastContainer ([PR #31104](https://github.com/microsoft/fluentui/pull/31104) by olfedias@microsoft.com)
|
|
77
|
-
-
|
|
104
|
+
- chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
|
|
78
105
|
- Bump @fluentui/react-aria to v9.11.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
|
79
106
|
- Bump @fluentui/react-portal to v9.4.22 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
|
80
107
|
- Bump @fluentui/react-tabster to v9.21.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
|
81
108
|
|
|
82
109
|
## [9.3.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.38)
|
|
83
110
|
|
|
84
|
-
Tue, 23 Apr 2024 08:17:49 GMT
|
|
111
|
+
Tue, 23 Apr 2024 08:17:49 GMT
|
|
85
112
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.37..@fluentui/react-toast_v9.3.38)
|
|
86
113
|
|
|
87
114
|
### Patches
|
|
@@ -95,12 +122,12 @@ Tue, 23 Apr 2024 08:17:49 GMT
|
|
|
95
122
|
|
|
96
123
|
## [9.3.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.37)
|
|
97
124
|
|
|
98
|
-
Wed, 17 Apr 2024 21:54:05 GMT
|
|
125
|
+
Wed, 17 Apr 2024 21:54:05 GMT
|
|
99
126
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.36..@fluentui/react-toast_v9.3.37)
|
|
100
127
|
|
|
101
128
|
### Patches
|
|
102
129
|
|
|
103
|
-
- chore: refactor styles defined in makeResetStyles() to avoid shorthands
|
|
130
|
+
- chore: refactor styles defined in makeResetStyles() to avoid shorthands.\*() ([PR #30996](https://github.com/microsoft/fluentui/pull/30996) by olfedias@microsoft.com)
|
|
104
131
|
- chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
|
|
105
132
|
- Bump @fluentui/react-aria to v9.10.4 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
|
|
106
133
|
- Bump @fluentui/react-portal to v9.4.20 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
|
|
@@ -108,7 +135,7 @@ Wed, 17 Apr 2024 21:54:05 GMT
|
|
|
108
135
|
|
|
109
136
|
## [9.3.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.36)
|
|
110
137
|
|
|
111
|
-
Tue, 02 Apr 2024 09:48:01 GMT
|
|
138
|
+
Tue, 02 Apr 2024 09:48:01 GMT
|
|
112
139
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.35..@fluentui/react-toast_v9.3.36)
|
|
113
140
|
|
|
114
141
|
### Patches
|
|
@@ -122,7 +149,7 @@ Tue, 02 Apr 2024 09:48:01 GMT
|
|
|
122
149
|
|
|
123
150
|
## [9.3.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.35)
|
|
124
151
|
|
|
125
|
-
Mon, 18 Mar 2024 19:50:46 GMT
|
|
152
|
+
Mon, 18 Mar 2024 19:50:46 GMT
|
|
126
153
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.34..@fluentui/react-toast_v9.3.35)
|
|
127
154
|
|
|
128
155
|
### Patches
|
|
@@ -137,7 +164,7 @@ Mon, 18 Mar 2024 19:50:46 GMT
|
|
|
137
164
|
|
|
138
165
|
## [9.3.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.34)
|
|
139
166
|
|
|
140
|
-
Fri, 15 Mar 2024 21:43:49 GMT
|
|
167
|
+
Fri, 15 Mar 2024 21:43:49 GMT
|
|
141
168
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.33..@fluentui/react-toast_v9.3.34)
|
|
142
169
|
|
|
143
170
|
### Patches
|
|
@@ -152,7 +179,7 @@ Fri, 15 Mar 2024 21:43:49 GMT
|
|
|
152
179
|
|
|
153
180
|
## [9.3.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.33)
|
|
154
181
|
|
|
155
|
-
Thu, 07 Mar 2024 19:33:27 GMT
|
|
182
|
+
Thu, 07 Mar 2024 19:33:27 GMT
|
|
156
183
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.32..@fluentui/react-toast_v9.3.33)
|
|
157
184
|
|
|
158
185
|
### Patches
|
|
@@ -168,7 +195,7 @@ Thu, 07 Mar 2024 19:33:27 GMT
|
|
|
168
195
|
|
|
169
196
|
## [9.3.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.32)
|
|
170
197
|
|
|
171
|
-
Wed, 28 Feb 2024 02:34:19 GMT
|
|
198
|
+
Wed, 28 Feb 2024 02:34:19 GMT
|
|
172
199
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.31..@fluentui/react-toast_v9.3.32)
|
|
173
200
|
|
|
174
201
|
### Patches
|
|
@@ -182,7 +209,7 @@ Wed, 28 Feb 2024 02:34:19 GMT
|
|
|
182
209
|
|
|
183
210
|
## [9.3.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.31)
|
|
184
211
|
|
|
185
|
-
Tue, 20 Feb 2024 14:22:28 GMT
|
|
212
|
+
Tue, 20 Feb 2024 14:22:28 GMT
|
|
186
213
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.30..@fluentui/react-toast_v9.3.31)
|
|
187
214
|
|
|
188
215
|
### Patches
|
|
@@ -196,7 +223,7 @@ Tue, 20 Feb 2024 14:22:28 GMT
|
|
|
196
223
|
|
|
197
224
|
## [9.3.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.30)
|
|
198
225
|
|
|
199
|
-
Tue, 06 Feb 2024 17:55:21 GMT
|
|
226
|
+
Tue, 06 Feb 2024 17:55:21 GMT
|
|
200
227
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.29..@fluentui/react-toast_v9.3.30)
|
|
201
228
|
|
|
202
229
|
### Patches
|
|
@@ -207,7 +234,7 @@ Tue, 06 Feb 2024 17:55:21 GMT
|
|
|
207
234
|
|
|
208
235
|
## [9.3.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.29)
|
|
209
236
|
|
|
210
|
-
Tue, 30 Jan 2024 23:16:54 GMT
|
|
237
|
+
Tue, 30 Jan 2024 23:16:54 GMT
|
|
211
238
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.28..@fluentui/react-toast_v9.3.29)
|
|
212
239
|
|
|
213
240
|
### Patches
|
|
@@ -220,7 +247,7 @@ Tue, 30 Jan 2024 23:16:54 GMT
|
|
|
220
247
|
|
|
221
248
|
## [9.3.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.28)
|
|
222
249
|
|
|
223
|
-
Tue, 23 Jan 2024 15:11:00 GMT
|
|
250
|
+
Tue, 23 Jan 2024 15:11:00 GMT
|
|
224
251
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.27..@fluentui/react-toast_v9.3.28)
|
|
225
252
|
|
|
226
253
|
### Patches
|
|
@@ -233,7 +260,7 @@ Tue, 23 Jan 2024 15:11:00 GMT
|
|
|
233
260
|
|
|
234
261
|
## [9.3.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.27)
|
|
235
262
|
|
|
236
|
-
Thu, 18 Jan 2024 14:25:03 GMT
|
|
263
|
+
Thu, 18 Jan 2024 14:25:03 GMT
|
|
237
264
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.26..@fluentui/react-toast_v9.3.27)
|
|
238
265
|
|
|
239
266
|
### Patches
|
|
@@ -247,7 +274,7 @@ Thu, 18 Jan 2024 14:25:03 GMT
|
|
|
247
274
|
|
|
248
275
|
## [9.3.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.26)
|
|
249
276
|
|
|
250
|
-
Wed, 17 Jan 2024 16:18:50 GMT
|
|
277
|
+
Wed, 17 Jan 2024 16:18:50 GMT
|
|
251
278
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.25..@fluentui/react-toast_v9.3.26)
|
|
252
279
|
|
|
253
280
|
### Patches
|
|
@@ -260,7 +287,7 @@ Wed, 17 Jan 2024 16:18:50 GMT
|
|
|
260
287
|
|
|
261
288
|
## [9.3.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.25)
|
|
262
289
|
|
|
263
|
-
Tue, 16 Jan 2024 13:14:12 GMT
|
|
290
|
+
Tue, 16 Jan 2024 13:14:12 GMT
|
|
264
291
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.24..@fluentui/react-toast_v9.3.25)
|
|
265
292
|
|
|
266
293
|
### Patches
|
|
@@ -274,7 +301,7 @@ Tue, 16 Jan 2024 13:14:12 GMT
|
|
|
274
301
|
|
|
275
302
|
## [9.3.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.24)
|
|
276
303
|
|
|
277
|
-
Thu, 11 Jan 2024 09:04:29 GMT
|
|
304
|
+
Thu, 11 Jan 2024 09:04:29 GMT
|
|
278
305
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.23..@fluentui/react-toast_v9.3.24)
|
|
279
306
|
|
|
280
307
|
### Patches
|
|
@@ -283,7 +310,7 @@ Thu, 11 Jan 2024 09:04:29 GMT
|
|
|
283
310
|
|
|
284
311
|
## [9.3.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.23)
|
|
285
312
|
|
|
286
|
-
Mon, 08 Jan 2024 16:24:27 GMT
|
|
313
|
+
Mon, 08 Jan 2024 16:24:27 GMT
|
|
287
314
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.22..@fluentui/react-toast_v9.3.23)
|
|
288
315
|
|
|
289
316
|
### Patches
|
|
@@ -297,7 +324,7 @@ Mon, 08 Jan 2024 16:24:27 GMT
|
|
|
297
324
|
|
|
298
325
|
## [9.3.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.22)
|
|
299
326
|
|
|
300
|
-
Wed, 03 Jan 2024 09:26:44 GMT
|
|
327
|
+
Wed, 03 Jan 2024 09:26:44 GMT
|
|
301
328
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.21..@fluentui/react-toast_v9.3.22)
|
|
302
329
|
|
|
303
330
|
### Patches
|
|
@@ -310,7 +337,7 @@ Wed, 03 Jan 2024 09:26:44 GMT
|
|
|
310
337
|
|
|
311
338
|
## [9.3.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.21)
|
|
312
339
|
|
|
313
|
-
Mon, 18 Dec 2023 14:40:46 GMT
|
|
340
|
+
Mon, 18 Dec 2023 14:40:46 GMT
|
|
314
341
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.20..@fluentui/react-toast_v9.3.21)
|
|
315
342
|
|
|
316
343
|
### Patches
|
|
@@ -324,7 +351,7 @@ Mon, 18 Dec 2023 14:40:46 GMT
|
|
|
324
351
|
|
|
325
352
|
## [9.3.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.20)
|
|
326
353
|
|
|
327
|
-
Thu, 14 Dec 2023 09:58:46 GMT
|
|
354
|
+
Thu, 14 Dec 2023 09:58:46 GMT
|
|
328
355
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.19..@fluentui/react-toast_v9.3.20)
|
|
329
356
|
|
|
330
357
|
### Patches
|
|
@@ -338,7 +365,7 @@ Thu, 14 Dec 2023 09:58:46 GMT
|
|
|
338
365
|
|
|
339
366
|
## [9.3.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.19)
|
|
340
367
|
|
|
341
|
-
Thu, 30 Nov 2023 13:42:08 GMT
|
|
368
|
+
Thu, 30 Nov 2023 13:42:08 GMT
|
|
342
369
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.18..@fluentui/react-toast_v9.3.19)
|
|
343
370
|
|
|
344
371
|
### Patches
|
|
@@ -350,7 +377,7 @@ Thu, 30 Nov 2023 13:42:08 GMT
|
|
|
350
377
|
|
|
351
378
|
## [9.3.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.18)
|
|
352
379
|
|
|
353
|
-
Mon, 20 Nov 2023 09:55:10 GMT
|
|
380
|
+
Mon, 20 Nov 2023 09:55:10 GMT
|
|
354
381
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.17..@fluentui/react-toast_v9.3.18)
|
|
355
382
|
|
|
356
383
|
### Patches
|
|
@@ -361,7 +388,7 @@ Mon, 20 Nov 2023 09:55:10 GMT
|
|
|
361
388
|
|
|
362
389
|
## [9.3.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.17)
|
|
363
390
|
|
|
364
|
-
Tue, 14 Nov 2023 17:51:27 GMT
|
|
391
|
+
Tue, 14 Nov 2023 17:51:27 GMT
|
|
365
392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.16..@fluentui/react-toast_v9.3.17)
|
|
366
393
|
|
|
367
394
|
### Patches
|
|
@@ -371,7 +398,7 @@ Tue, 14 Nov 2023 17:51:27 GMT
|
|
|
371
398
|
|
|
372
399
|
## [9.3.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.16)
|
|
373
400
|
|
|
374
|
-
Thu, 09 Nov 2023 17:29:46 GMT
|
|
401
|
+
Thu, 09 Nov 2023 17:29:46 GMT
|
|
375
402
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.15..@fluentui/react-toast_v9.3.16)
|
|
376
403
|
|
|
377
404
|
### Patches
|
|
@@ -389,7 +416,7 @@ Thu, 09 Nov 2023 17:29:46 GMT
|
|
|
389
416
|
|
|
390
417
|
## [9.3.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.15)
|
|
391
418
|
|
|
392
|
-
Wed, 01 Nov 2023 12:55:59 GMT
|
|
419
|
+
Wed, 01 Nov 2023 12:55:59 GMT
|
|
393
420
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.14..@fluentui/react-toast_v9.3.15)
|
|
394
421
|
|
|
395
422
|
### Patches
|
|
@@ -401,7 +428,7 @@ Wed, 01 Nov 2023 12:55:59 GMT
|
|
|
401
428
|
|
|
402
429
|
## [9.3.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.14)
|
|
403
430
|
|
|
404
|
-
Sat, 28 Oct 2023 23:35:59 GMT
|
|
431
|
+
Sat, 28 Oct 2023 23:35:59 GMT
|
|
405
432
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.13..@fluentui/react-toast_v9.3.14)
|
|
406
433
|
|
|
407
434
|
### Patches
|
|
@@ -413,7 +440,7 @@ Sat, 28 Oct 2023 23:35:59 GMT
|
|
|
413
440
|
|
|
414
441
|
## [9.3.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.13)
|
|
415
442
|
|
|
416
|
-
Mon, 23 Oct 2023 09:51:57 GMT
|
|
443
|
+
Mon, 23 Oct 2023 09:51:57 GMT
|
|
417
444
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.12..@fluentui/react-toast_v9.3.13)
|
|
418
445
|
|
|
419
446
|
### Patches
|
|
@@ -423,7 +450,7 @@ Mon, 23 Oct 2023 09:51:57 GMT
|
|
|
423
450
|
|
|
424
451
|
## [9.3.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.12)
|
|
425
452
|
|
|
426
|
-
Wed, 18 Oct 2023 17:54:08 GMT
|
|
453
|
+
Wed, 18 Oct 2023 17:54:08 GMT
|
|
427
454
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.11..@fluentui/react-toast_v9.3.12)
|
|
428
455
|
|
|
429
456
|
### Patches
|
|
@@ -436,7 +463,7 @@ Wed, 18 Oct 2023 17:54:08 GMT
|
|
|
436
463
|
|
|
437
464
|
## [9.3.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.11)
|
|
438
465
|
|
|
439
|
-
Thu, 12 Oct 2023 14:55:44 GMT
|
|
466
|
+
Thu, 12 Oct 2023 14:55:44 GMT
|
|
440
467
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.10..@fluentui/react-toast_v9.3.11)
|
|
441
468
|
|
|
442
469
|
### Patches
|
|
@@ -445,7 +472,7 @@ Thu, 12 Oct 2023 14:55:44 GMT
|
|
|
445
472
|
|
|
446
473
|
## [9.3.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.10)
|
|
447
474
|
|
|
448
|
-
Wed, 11 Oct 2023 13:54:26 GMT
|
|
475
|
+
Wed, 11 Oct 2023 13:54:26 GMT
|
|
449
476
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.9..@fluentui/react-toast_v9.3.10)
|
|
450
477
|
|
|
451
478
|
### Patches
|
|
@@ -458,7 +485,7 @@ Wed, 11 Oct 2023 13:54:26 GMT
|
|
|
458
485
|
|
|
459
486
|
## [9.3.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.9)
|
|
460
487
|
|
|
461
|
-
Mon, 09 Oct 2023 20:45:44 GMT
|
|
488
|
+
Mon, 09 Oct 2023 20:45:44 GMT
|
|
462
489
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.8..@fluentui/react-toast_v9.3.9)
|
|
463
490
|
|
|
464
491
|
### Patches
|
|
@@ -472,7 +499,7 @@ Mon, 09 Oct 2023 20:45:44 GMT
|
|
|
472
499
|
|
|
473
500
|
## [9.3.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.8)
|
|
474
501
|
|
|
475
|
-
Thu, 05 Oct 2023 15:25:33 GMT
|
|
502
|
+
Thu, 05 Oct 2023 15:25:33 GMT
|
|
476
503
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.7..@fluentui/react-toast_v9.3.8)
|
|
477
504
|
|
|
478
505
|
### Patches
|
|
@@ -486,7 +513,7 @@ Thu, 05 Oct 2023 15:25:33 GMT
|
|
|
486
513
|
|
|
487
514
|
## [9.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.7)
|
|
488
515
|
|
|
489
|
-
Wed, 04 Oct 2023 08:45:47 GMT
|
|
516
|
+
Wed, 04 Oct 2023 08:45:47 GMT
|
|
490
517
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.6..@fluentui/react-toast_v9.3.7)
|
|
491
518
|
|
|
492
519
|
### Patches
|
|
@@ -499,7 +526,7 @@ Wed, 04 Oct 2023 08:45:47 GMT
|
|
|
499
526
|
|
|
500
527
|
## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.6)
|
|
501
528
|
|
|
502
|
-
Mon, 02 Oct 2023 08:56:05 GMT
|
|
529
|
+
Mon, 02 Oct 2023 08:56:05 GMT
|
|
503
530
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.5..@fluentui/react-toast_v9.3.6)
|
|
504
531
|
|
|
505
532
|
### Patches
|
|
@@ -510,7 +537,7 @@ Mon, 02 Oct 2023 08:56:05 GMT
|
|
|
510
537
|
|
|
511
538
|
## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.5)
|
|
512
539
|
|
|
513
|
-
Tue, 26 Sep 2023 17:49:14 GMT
|
|
540
|
+
Tue, 26 Sep 2023 17:49:14 GMT
|
|
514
541
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.4..@fluentui/react-toast_v9.3.5)
|
|
515
542
|
|
|
516
543
|
### Patches
|
|
@@ -527,7 +554,7 @@ Tue, 26 Sep 2023 17:49:14 GMT
|
|
|
527
554
|
|
|
528
555
|
## [9.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.4)
|
|
529
556
|
|
|
530
|
-
Tue, 26 Sep 2023 15:31:43 GMT
|
|
557
|
+
Tue, 26 Sep 2023 15:31:43 GMT
|
|
531
558
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.3..@fluentui/react-toast_v9.3.4)
|
|
532
559
|
|
|
533
560
|
### Patches
|
|
@@ -545,7 +572,7 @@ Tue, 26 Sep 2023 15:31:43 GMT
|
|
|
545
572
|
|
|
546
573
|
## [9.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.3)
|
|
547
574
|
|
|
548
|
-
Wed, 20 Sep 2023 17:47:45 GMT
|
|
575
|
+
Wed, 20 Sep 2023 17:47:45 GMT
|
|
549
576
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.2..@fluentui/react-toast_v9.3.3)
|
|
550
577
|
|
|
551
578
|
### Patches
|
|
@@ -558,7 +585,7 @@ Wed, 20 Sep 2023 17:47:45 GMT
|
|
|
558
585
|
|
|
559
586
|
## [9.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.2)
|
|
560
587
|
|
|
561
|
-
Wed, 20 Sep 2023 14:59:53 GMT
|
|
588
|
+
Wed, 20 Sep 2023 14:59:53 GMT
|
|
562
589
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.1..@fluentui/react-toast_v9.3.2)
|
|
563
590
|
|
|
564
591
|
### Patches
|
|
@@ -570,7 +597,7 @@ Wed, 20 Sep 2023 14:59:53 GMT
|
|
|
570
597
|
|
|
571
598
|
## [9.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.1)
|
|
572
599
|
|
|
573
|
-
Thu, 14 Sep 2023 16:44:47 GMT
|
|
600
|
+
Thu, 14 Sep 2023 16:44:47 GMT
|
|
574
601
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.0..@fluentui/react-toast_v9.3.1)
|
|
575
602
|
|
|
576
603
|
### Patches
|
|
@@ -579,7 +606,7 @@ Thu, 14 Sep 2023 16:44:47 GMT
|
|
|
579
606
|
|
|
580
607
|
## [9.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.0)
|
|
581
608
|
|
|
582
|
-
Tue, 12 Sep 2023 08:51:33 GMT
|
|
609
|
+
Tue, 12 Sep 2023 08:51:33 GMT
|
|
583
610
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.2.3..@fluentui/react-toast_v9.3.0)
|
|
584
611
|
|
|
585
612
|
### Minor changes
|
|
@@ -592,7 +619,7 @@ Tue, 12 Sep 2023 08:51:33 GMT
|
|
|
592
619
|
|
|
593
620
|
## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.2.3)
|
|
594
621
|
|
|
595
|
-
Wed, 06 Sep 2023 13:31:31 GMT
|
|
622
|
+
Wed, 06 Sep 2023 13:31:31 GMT
|
|
596
623
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.2.2..@fluentui/react-toast_v9.2.3)
|
|
597
624
|
|
|
598
625
|
### Patches
|
|
@@ -605,7 +632,7 @@ Wed, 06 Sep 2023 13:31:31 GMT
|
|
|
605
632
|
|
|
606
633
|
## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.2.2)
|
|
607
634
|
|
|
608
|
-
Tue, 05 Sep 2023 15:39:04 GMT
|
|
635
|
+
Tue, 05 Sep 2023 15:39:04 GMT
|
|
609
636
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.2.1..@fluentui/react-toast_v9.2.2)
|
|
610
637
|
|
|
611
638
|
### Patches
|
|
@@ -618,7 +645,7 @@ Tue, 05 Sep 2023 15:39:04 GMT
|
|
|
618
645
|
|
|
619
646
|
## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.2.1)
|
|
620
647
|
|
|
621
|
-
Tue, 05 Sep 2023 13:29:09 GMT
|
|
648
|
+
Tue, 05 Sep 2023 13:29:09 GMT
|
|
622
649
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.2.0..@fluentui/react-toast_v9.2.1)
|
|
623
650
|
|
|
624
651
|
### Patches
|
|
@@ -636,7 +663,7 @@ Tue, 05 Sep 2023 13:29:09 GMT
|
|
|
636
663
|
|
|
637
664
|
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.2.0)
|
|
638
665
|
|
|
639
|
-
Tue, 29 Aug 2023 12:57:35 GMT
|
|
666
|
+
Tue, 29 Aug 2023 12:57:35 GMT
|
|
640
667
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.1.6..@fluentui/react-toast_v9.2.0)
|
|
641
668
|
|
|
642
669
|
### Minor changes
|
|
@@ -650,7 +677,7 @@ Tue, 29 Aug 2023 12:57:35 GMT
|
|
|
650
677
|
|
|
651
678
|
## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.1.6)
|
|
652
679
|
|
|
653
|
-
Thu, 24 Aug 2023 10:26:35 GMT
|
|
680
|
+
Thu, 24 Aug 2023 10:26:35 GMT
|
|
654
681
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.1.5..@fluentui/react-toast_v9.1.6)
|
|
655
682
|
|
|
656
683
|
### Patches
|
|
@@ -663,7 +690,7 @@ Thu, 24 Aug 2023 10:26:35 GMT
|
|
|
663
690
|
|
|
664
691
|
## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.1.5)
|
|
665
692
|
|
|
666
|
-
Wed, 23 Aug 2023 12:01:49 GMT
|
|
693
|
+
Wed, 23 Aug 2023 12:01:49 GMT
|
|
667
694
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.1.4..@fluentui/react-toast_v9.1.5)
|
|
668
695
|
|
|
669
696
|
### Patches
|
|
@@ -676,7 +703,7 @@ Wed, 23 Aug 2023 12:01:49 GMT
|
|
|
676
703
|
|
|
677
704
|
## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.1.4)
|
|
678
705
|
|
|
679
|
-
Wed, 16 Aug 2023 17:41:08 GMT
|
|
706
|
+
Wed, 16 Aug 2023 17:41:08 GMT
|
|
680
707
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.1.3..@fluentui/react-toast_v9.1.4)
|
|
681
708
|
|
|
682
709
|
### Patches
|
|
@@ -685,7 +712,7 @@ Wed, 16 Aug 2023 17:41:08 GMT
|
|
|
685
712
|
|
|
686
713
|
## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.1.3)
|
|
687
714
|
|
|
688
|
-
Wed, 16 Aug 2023 11:38:33 GMT
|
|
715
|
+
Wed, 16 Aug 2023 11:38:33 GMT
|
|
689
716
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.1.2..@fluentui/react-toast_v9.1.3)
|
|
690
717
|
|
|
691
718
|
### Patches
|
|
@@ -694,7 +721,7 @@ Wed, 16 Aug 2023 11:38:33 GMT
|
|
|
694
721
|
|
|
695
722
|
## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.1.2)
|
|
696
723
|
|
|
697
|
-
Fri, 11 Aug 2023 12:14:26 GMT
|
|
724
|
+
Fri, 11 Aug 2023 12:14:26 GMT
|
|
698
725
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.1.1..@fluentui/react-toast_v9.1.2)
|
|
699
726
|
|
|
700
727
|
### Patches
|
|
@@ -707,7 +734,7 @@ Fri, 11 Aug 2023 12:14:26 GMT
|
|
|
707
734
|
|
|
708
735
|
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.1.1)
|
|
709
736
|
|
|
710
|
-
Wed, 09 Aug 2023 13:17:08 GMT
|
|
737
|
+
Wed, 09 Aug 2023 13:17:08 GMT
|
|
711
738
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.1.0..@fluentui/react-toast_v9.1.1)
|
|
712
739
|
|
|
713
740
|
### Patches
|
|
@@ -723,7 +750,7 @@ Wed, 09 Aug 2023 13:17:08 GMT
|
|
|
723
750
|
|
|
724
751
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.1.0)
|
|
725
752
|
|
|
726
|
-
Fri, 04 Aug 2023 08:52:57 GMT
|
|
753
|
+
Fri, 04 Aug 2023 08:52:57 GMT
|
|
727
754
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.0.6..@fluentui/react-toast_v9.1.0)
|
|
728
755
|
|
|
729
756
|
### Minor changes
|
|
@@ -739,7 +766,7 @@ Fri, 04 Aug 2023 08:52:57 GMT
|
|
|
739
766
|
|
|
740
767
|
## [9.0.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.0.6)
|
|
741
768
|
|
|
742
|
-
Tue, 01 Aug 2023 10:17:21 GMT
|
|
769
|
+
Tue, 01 Aug 2023 10:17:21 GMT
|
|
743
770
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.0.5..@fluentui/react-toast_v9.0.6)
|
|
744
771
|
|
|
745
772
|
### Patches
|
|
@@ -750,7 +777,7 @@ Tue, 01 Aug 2023 10:17:21 GMT
|
|
|
750
777
|
|
|
751
778
|
## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.0.5)
|
|
752
779
|
|
|
753
|
-
Tue, 25 Jul 2023 13:29:22 GMT
|
|
780
|
+
Tue, 25 Jul 2023 13:29:22 GMT
|
|
754
781
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.0.4..@fluentui/react-toast_v9.0.5)
|
|
755
782
|
|
|
756
783
|
### Patches
|
|
@@ -761,7 +788,7 @@ Tue, 25 Jul 2023 13:29:22 GMT
|
|
|
761
788
|
|
|
762
789
|
## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.0.4)
|
|
763
790
|
|
|
764
|
-
Thu, 20 Jul 2023 18:27:35 GMT
|
|
791
|
+
Thu, 20 Jul 2023 18:27:35 GMT
|
|
765
792
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.0.3..@fluentui/react-toast_v9.0.4)
|
|
766
793
|
|
|
767
794
|
### Patches
|
|
@@ -772,7 +799,7 @@ Thu, 20 Jul 2023 18:27:35 GMT
|
|
|
772
799
|
|
|
773
800
|
## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.0.3)
|
|
774
801
|
|
|
775
|
-
Tue, 11 Jul 2023 18:46:36 GMT
|
|
802
|
+
Tue, 11 Jul 2023 18:46:36 GMT
|
|
776
803
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.0.2..@fluentui/react-toast_v9.0.3)
|
|
777
804
|
|
|
778
805
|
### Patches
|
|
@@ -782,7 +809,7 @@ Tue, 11 Jul 2023 18:46:36 GMT
|
|
|
782
809
|
|
|
783
810
|
## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.0.2)
|
|
784
811
|
|
|
785
|
-
Mon, 03 Jul 2023 20:43:09 GMT
|
|
812
|
+
Mon, 03 Jul 2023 20:43:09 GMT
|
|
786
813
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.0.1..@fluentui/react-toast_v9.0.2)
|
|
787
814
|
|
|
788
815
|
### Patches
|
|
@@ -791,7 +818,7 @@ Mon, 03 Jul 2023 20:43:09 GMT
|
|
|
791
818
|
|
|
792
819
|
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.0.1)
|
|
793
820
|
|
|
794
|
-
Mon, 03 Jul 2023 13:34:28 GMT
|
|
821
|
+
Mon, 03 Jul 2023 13:34:28 GMT
|
|
795
822
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.0.0..@fluentui/react-toast_v9.0.1)
|
|
796
823
|
|
|
797
824
|
### Patches
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["ToastContainer.types.ts"],"sourcesContent":["import * as React from 'react';\nimport type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\nimport { Announce } from '../AriaLive/AriaLive.types';\nimport { Toast, ToastIntent } from '../../state';\nimport { ToastContainerContextValue } from '../../contexts/toastContainerContext';\nimport { TimerProps } from '../Timer/Timer';\n\nexport type ToastContainerContextValues = {\n toast: ToastContainerContextValue;\n};\n\nexport type ToastContainerSlots = {\n root: NonNullable<Slot<'div'>>;\n timer: NonNullable<Slot<TimerProps>>;\n};\n\n/**\n * ToastContainer Props\n */\nexport type ToastContainerProps = Omit<ComponentProps<Partial<ToastContainerSlots>>, 'content'> &\n Toast & {\n visible: boolean;\n announce: Announce;\n intent: ToastIntent | undefined;\n tryRestoreFocus: () => void;\n };\n\n/**\n * State used in rendering ToastContainer\n */\nexport type ToastContainerState = ComponentState<ToastContainerSlots> &\n Pick<ToastContainerProps, 'remove' | 'close' | 'updateId' | 'visible' | 'intent'> &\n Pick<ToastContainerContextValue, 'titleId' | 'bodyId'> & {\n transitionTimeout: number;\n timerTimeout: number;\n running: boolean;\n onTransitionEntering: () => void;\n nodeRef: React.Ref<HTMLDivElement>;\n };\n"],"names":["React"],"mappings":"AAAA,YAAYA,WAAW,QAAQ"}
|
|
1
|
+
{"version":3,"sources":["ToastContainer.types.ts"],"sourcesContent":["import * as React from 'react';\nimport type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\nimport { Announce } from '../AriaLive/AriaLive.types';\nimport { Toast, ToastIntent } from '../../state';\nimport { ToastContainerContextValue } from '../../contexts/toastContainerContext';\nimport { TimerProps } from '../Timer/Timer';\n\nexport type ToastContainerContextValues = {\n toast: ToastContainerContextValue;\n};\n\nexport type ToastContainerSlots = {\n root: NonNullable<Slot<'div'>>;\n timer: NonNullable<Slot<TimerProps>>;\n};\n\n/**\n * ToastContainer Props\n */\nexport type ToastContainerProps = Omit<ComponentProps<Partial<ToastContainerSlots>>, 'content'> &\n Toast & {\n visible: boolean;\n announce: Announce;\n intent: ToastIntent | undefined;\n tryRestoreFocus: () => void;\n };\n\n/**\n * State used in rendering ToastContainer\n */\nexport type ToastContainerState = ComponentState<ToastContainerSlots> &\n Pick<ToastContainerProps, 'remove' | 'close' | 'updateId' | 'visible' | 'intent'> &\n Pick<ToastContainerContextValue, 'titleId' | 'bodyId'> & {\n /**\n * @deprecated Will be always \"0\".\n */\n transitionTimeout: number;\n timerTimeout: number;\n running: boolean;\n /**\n * @deprecated Will be always no-op.\n */\n onTransitionEntering: () => void;\n /**\n * @deprecated\n */\n nodeRef: React.Ref<HTMLDivElement>;\n\n onMotionFinish?: (event: null, data: { direction: 'enter' | 'exit' }) => void;\n };\n"],"names":["React"],"mappings":"AAAA,YAAYA,WAAW,QAAQ"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { createPresenceComponent } from '@fluentui/react-motion';
|
|
2
|
+
export const ToastContainerMotion = createPresenceComponent(({ element })=>({
|
|
3
|
+
enter: [
|
|
4
|
+
{
|
|
5
|
+
keyframes: [
|
|
6
|
+
{
|
|
7
|
+
marginTop: 0,
|
|
8
|
+
minHeight: 0,
|
|
9
|
+
maxHeight: 0,
|
|
10
|
+
opacity: 0
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
marginTop: '16px',
|
|
14
|
+
minHeight: 44,
|
|
15
|
+
maxHeight: `${element.scrollHeight}px`,
|
|
16
|
+
opacity: 0
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
duration: 200
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
keyframes: [
|
|
23
|
+
{
|
|
24
|
+
opacity: 0
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
opacity: 1
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
delay: 200,
|
|
31
|
+
duration: 400
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
exit: [
|
|
35
|
+
{
|
|
36
|
+
keyframes: [
|
|
37
|
+
{
|
|
38
|
+
marginTop: '16px',
|
|
39
|
+
minHeight: 44,
|
|
40
|
+
maxHeight: `${element.scrollHeight}px`
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
marginTop: 0,
|
|
44
|
+
minHeight: 0,
|
|
45
|
+
maxHeight: 0
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
delay: 400,
|
|
49
|
+
duration: 200
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
keyframes: [
|
|
53
|
+
{
|
|
54
|
+
opacity: 1
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
opacity: 0
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
duration: 400
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}));
|