@trackunit/iris-app-e2e 1.8.89 → 1.8.91
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 +2511 -0
- package/generators.json +12 -0
- package/package.json +19 -14
- package/src/commands/defaultCommands.js +135 -0
- package/src/commands/defaultCommands.js.map +1 -0
- package/src/generators/e2e-configuration/README.md +79 -0
- package/src/generators/e2e-configuration/files/root/cypress/e2e/app.cy.ts__tmpl__ +18 -0
- package/src/generators/e2e-configuration/files/root/cypress/fixtures/auth.json__tmpl__ +4 -0
- package/src/generators/e2e-configuration/files/root/cypress/support/commands.ts__tmpl__ +3 -0
- package/src/generators/e2e-configuration/files/root/cypress/support/e2e.ts__tmpl__ +18 -0
- package/src/generators/e2e-configuration/files/root/cypress/tsconfig.json__tmpl__ +17 -0
- package/src/generators/e2e-configuration/files/root/cypress.config.ts__tmpl__ +25 -0
- package/src/generators/e2e-configuration/generator.js +238 -0
- package/src/generators/e2e-configuration/generator.js.map +1 -0
- package/src/generators/e2e-configuration/schema.json +20 -0
- package/src/index.js +16 -0
- package/src/index.js.map +1 -0
- package/src/plugins/createLogFile.js +42 -0
- package/src/plugins/createLogFile.js.map +1 -0
- package/src/plugins/defaultPlugins.js +142 -0
- package/src/plugins/defaultPlugins.js.map +1 -0
- package/src/plugins/nxPreset.js +41 -0
- package/src/plugins/nxPreset.js.map +1 -0
- package/src/plugins/writeFileWithPrettier.js +35 -0
- package/src/plugins/writeFileWithPrettier.js.map +1 -0
- package/src/setup/defaultE2ESetup.js +45 -0
- package/src/setup/defaultE2ESetup.js.map +1 -0
- package/src/setup/setupHarRecording.js +24 -0
- package/src/setup/setupHarRecording.js.map +1 -0
- package/src/support.js +13 -0
- package/src/support.js.map +1 -0
- package/src/utils/Codeowner.js +136 -0
- package/src/utils/Codeowner.js.map +1 -0
- package/src/utils/fileNameBuilder.js +38 -0
- package/src/utils/fileNameBuilder.js.map +1 -0
- package/src/utils/fileUpdater.js +37 -0
- package/src/utils/fileUpdater.js.map +1 -0
- package/index.cjs.default.js +0 -1
- package/index.cjs.js +0 -422
- package/index.cjs.mjs +0 -2
- package/index.d.ts +0 -1
- package/index.esm.js +0 -398
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,2511 @@
|
|
|
1
|
+
## 1.8.91 (2026-04-07)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **bch/iris-app-e2e-configuration-tests:** update build executor and enhance E2E configuration tests ([#22564](https://github.com/Trackunit/manager/pull/22564))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Brian Christensen @bchTrackunit
|
|
10
|
+
- Cursor Agent @cursoragent
|
|
11
|
+
|
|
12
|
+
## 1.8.90 (2026-04-06)
|
|
13
|
+
|
|
14
|
+
### 🧱 Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated react-test-setup to 1.8.85
|
|
17
|
+
|
|
18
|
+
## 1.8.89 (2026-04-01)
|
|
19
|
+
|
|
20
|
+
### 🧱 Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated react-test-setup to 1.8.84
|
|
23
|
+
|
|
24
|
+
## 1.8.88 (2026-03-30)
|
|
25
|
+
|
|
26
|
+
### 🧱 Updated Dependencies
|
|
27
|
+
|
|
28
|
+
- Updated react-test-setup to 1.8.83
|
|
29
|
+
|
|
30
|
+
## 1.8.87 (2026-03-30)
|
|
31
|
+
|
|
32
|
+
### 🧱 Updated Dependencies
|
|
33
|
+
|
|
34
|
+
- Updated react-test-setup to 1.8.82
|
|
35
|
+
|
|
36
|
+
## 1.8.86 (2026-03-27)
|
|
37
|
+
|
|
38
|
+
### 🧱 Updated Dependencies
|
|
39
|
+
|
|
40
|
+
- Updated react-test-setup to 1.8.81
|
|
41
|
+
|
|
42
|
+
## 1.8.85 (2026-03-27)
|
|
43
|
+
|
|
44
|
+
### 🧱 Updated Dependencies
|
|
45
|
+
|
|
46
|
+
- Updated react-test-setup to 1.8.80
|
|
47
|
+
|
|
48
|
+
## 1.8.84 (2026-03-26)
|
|
49
|
+
|
|
50
|
+
### 🩹 Fixes
|
|
51
|
+
|
|
52
|
+
- enforce member ordering ([d884dff4194](https://github.com/Trackunit/manager/commit/d884dff4194))
|
|
53
|
+
|
|
54
|
+
### ❤️ Thank You
|
|
55
|
+
|
|
56
|
+
- Aleksandar Yanev Mihaylov @aleksandarmihaylov
|
|
57
|
+
- Cursor Agent @cursoragent
|
|
58
|
+
|
|
59
|
+
## 1.8.83 (2026-03-26)
|
|
60
|
+
|
|
61
|
+
This was a version bump only for iris-app-e2e to align it with other projects, there were no code changes.
|
|
62
|
+
|
|
63
|
+
## 1.8.82 (2026-03-25)
|
|
64
|
+
|
|
65
|
+
### 🧱 Updated Dependencies
|
|
66
|
+
|
|
67
|
+
- Updated react-test-setup to 1.8.79
|
|
68
|
+
|
|
69
|
+
## 1.8.81 (2026-03-25)
|
|
70
|
+
|
|
71
|
+
### 🧱 Updated Dependencies
|
|
72
|
+
|
|
73
|
+
- Updated react-test-setup to 1.8.78
|
|
74
|
+
|
|
75
|
+
## 1.8.80 (2026-03-20)
|
|
76
|
+
|
|
77
|
+
This was a version bump only for iris-app-e2e to align it with other projects, there were no code changes.
|
|
78
|
+
|
|
79
|
+
## 1.8.79 (2026-03-20)
|
|
80
|
+
|
|
81
|
+
### 🧱 Updated Dependencies
|
|
82
|
+
|
|
83
|
+
- Updated react-test-setup to 1.8.77
|
|
84
|
+
|
|
85
|
+
## 1.8.78 (2026-03-20)
|
|
86
|
+
|
|
87
|
+
### 🧱 Updated Dependencies
|
|
88
|
+
|
|
89
|
+
- Updated react-test-setup to 1.8.76
|
|
90
|
+
|
|
91
|
+
## 1.8.77 (2026-03-19)
|
|
92
|
+
|
|
93
|
+
### 🧱 Updated Dependencies
|
|
94
|
+
|
|
95
|
+
- Updated react-test-setup to 1.8.75
|
|
96
|
+
|
|
97
|
+
## 1.8.76 (2026-03-18)
|
|
98
|
+
|
|
99
|
+
### 🧱 Updated Dependencies
|
|
100
|
+
|
|
101
|
+
- Updated react-test-setup to 1.8.74
|
|
102
|
+
|
|
103
|
+
## 1.8.75 (2026-03-18)
|
|
104
|
+
|
|
105
|
+
### 🧱 Updated Dependencies
|
|
106
|
+
|
|
107
|
+
- Updated react-test-setup to 1.8.73
|
|
108
|
+
|
|
109
|
+
## 1.8.74 (2026-03-18)
|
|
110
|
+
|
|
111
|
+
### 🧱 Updated Dependencies
|
|
112
|
+
|
|
113
|
+
- Updated react-test-setup to 1.8.72
|
|
114
|
+
|
|
115
|
+
## 1.8.73 (2026-03-18)
|
|
116
|
+
|
|
117
|
+
### 🧱 Updated Dependencies
|
|
118
|
+
|
|
119
|
+
- Updated react-test-setup to 1.8.71
|
|
120
|
+
|
|
121
|
+
## 1.8.72 (2026-03-17)
|
|
122
|
+
|
|
123
|
+
### 🧱 Updated Dependencies
|
|
124
|
+
|
|
125
|
+
- Updated react-test-setup to 1.8.70
|
|
126
|
+
|
|
127
|
+
## 1.8.71 (2026-03-17)
|
|
128
|
+
|
|
129
|
+
### 🧱 Updated Dependencies
|
|
130
|
+
|
|
131
|
+
- Updated react-test-setup to 1.8.69
|
|
132
|
+
|
|
133
|
+
## 1.8.70 (2026-03-16)
|
|
134
|
+
|
|
135
|
+
### 🧱 Updated Dependencies
|
|
136
|
+
|
|
137
|
+
- Updated react-test-setup to 1.8.68
|
|
138
|
+
|
|
139
|
+
## 1.8.69 (2026-03-13)
|
|
140
|
+
|
|
141
|
+
### 🧱 Updated Dependencies
|
|
142
|
+
|
|
143
|
+
- Updated react-test-setup to 1.8.67
|
|
144
|
+
|
|
145
|
+
## 1.8.68 (2026-03-13)
|
|
146
|
+
|
|
147
|
+
### 🧱 Updated Dependencies
|
|
148
|
+
|
|
149
|
+
- Updated react-test-setup to 1.8.66
|
|
150
|
+
|
|
151
|
+
## 1.8.67 (2026-03-12)
|
|
152
|
+
|
|
153
|
+
### 🧱 Updated Dependencies
|
|
154
|
+
|
|
155
|
+
- Updated react-test-setup to 1.8.65
|
|
156
|
+
|
|
157
|
+
## 1.8.66 (2026-03-12)
|
|
158
|
+
|
|
159
|
+
### 🧱 Updated Dependencies
|
|
160
|
+
|
|
161
|
+
- Updated react-test-setup to 1.8.64
|
|
162
|
+
|
|
163
|
+
## 1.8.65 (2026-03-11)
|
|
164
|
+
|
|
165
|
+
### 🧱 Updated Dependencies
|
|
166
|
+
|
|
167
|
+
- Updated react-test-setup to 1.8.63
|
|
168
|
+
|
|
169
|
+
## 1.8.64 (2026-03-11)
|
|
170
|
+
|
|
171
|
+
### 🧱 Updated Dependencies
|
|
172
|
+
|
|
173
|
+
- Updated react-test-setup to 1.8.62
|
|
174
|
+
|
|
175
|
+
## 1.8.63 (2026-03-11)
|
|
176
|
+
|
|
177
|
+
### 🧱 Updated Dependencies
|
|
178
|
+
|
|
179
|
+
- Updated react-test-setup to 1.8.61
|
|
180
|
+
|
|
181
|
+
## 1.8.62 (2026-03-10)
|
|
182
|
+
|
|
183
|
+
### 🧱 Updated Dependencies
|
|
184
|
+
|
|
185
|
+
- Updated react-test-setup to 1.8.60
|
|
186
|
+
|
|
187
|
+
## 1.8.61 (2026-03-10)
|
|
188
|
+
|
|
189
|
+
### 🧱 Updated Dependencies
|
|
190
|
+
|
|
191
|
+
- Updated react-test-setup to 1.8.59
|
|
192
|
+
|
|
193
|
+
## 1.8.60 (2026-03-09)
|
|
194
|
+
|
|
195
|
+
### 🧱 Updated Dependencies
|
|
196
|
+
|
|
197
|
+
- Updated react-test-setup to 1.8.58
|
|
198
|
+
|
|
199
|
+
## 1.8.59 (2026-03-09)
|
|
200
|
+
|
|
201
|
+
### 🧱 Updated Dependencies
|
|
202
|
+
|
|
203
|
+
- Updated react-test-setup to 1.8.57
|
|
204
|
+
|
|
205
|
+
## 1.8.58 (2026-03-09)
|
|
206
|
+
|
|
207
|
+
### 🧱 Updated Dependencies
|
|
208
|
+
|
|
209
|
+
- Updated react-test-setup to 1.8.56
|
|
210
|
+
|
|
211
|
+
## 1.8.57 (2026-03-06)
|
|
212
|
+
|
|
213
|
+
### 🧱 Updated Dependencies
|
|
214
|
+
|
|
215
|
+
- Updated react-test-setup to 1.8.55
|
|
216
|
+
|
|
217
|
+
## 1.8.56 (2026-03-06)
|
|
218
|
+
|
|
219
|
+
### 🧱 Updated Dependencies
|
|
220
|
+
|
|
221
|
+
- Updated react-test-setup to 1.8.54
|
|
222
|
+
|
|
223
|
+
## 1.8.55 (2026-03-05)
|
|
224
|
+
|
|
225
|
+
### 🧱 Updated Dependencies
|
|
226
|
+
|
|
227
|
+
- Updated react-test-setup to 1.8.53
|
|
228
|
+
|
|
229
|
+
## 1.8.54 (2026-03-04)
|
|
230
|
+
|
|
231
|
+
### 🧱 Updated Dependencies
|
|
232
|
+
|
|
233
|
+
- Updated react-test-setup to 1.8.52
|
|
234
|
+
|
|
235
|
+
## 1.8.53 (2026-03-04)
|
|
236
|
+
|
|
237
|
+
### 🧱 Updated Dependencies
|
|
238
|
+
|
|
239
|
+
- Updated react-test-setup to 1.8.51
|
|
240
|
+
|
|
241
|
+
## 1.8.52 (2026-03-03)
|
|
242
|
+
|
|
243
|
+
### 🧱 Updated Dependencies
|
|
244
|
+
|
|
245
|
+
- Updated react-test-setup to 1.8.50
|
|
246
|
+
|
|
247
|
+
## 1.8.51 (2026-03-02)
|
|
248
|
+
|
|
249
|
+
### 🧱 Updated Dependencies
|
|
250
|
+
|
|
251
|
+
- Updated react-test-setup to 1.8.49
|
|
252
|
+
|
|
253
|
+
## 1.8.50 (2026-02-27)
|
|
254
|
+
|
|
255
|
+
### 🩹 Fixes
|
|
256
|
+
|
|
257
|
+
- wait for redirect away from manager-classic (stage e2e) ([#21994](https://github.com/Trackunit/manager/pull/21994))
|
|
258
|
+
|
|
259
|
+
### ❤️ Thank You
|
|
260
|
+
|
|
261
|
+
- Kieran Prince @kpr-trackunit
|
|
262
|
+
|
|
263
|
+
## 1.8.49 (2026-02-27)
|
|
264
|
+
|
|
265
|
+
This was a version bump only for iris-app-e2e to align it with other projects, there were no code changes.
|
|
266
|
+
|
|
267
|
+
## 1.8.48 (2026-02-26)
|
|
268
|
+
|
|
269
|
+
### 🧱 Updated Dependencies
|
|
270
|
+
|
|
271
|
+
- Updated react-test-setup to 1.8.48
|
|
272
|
+
|
|
273
|
+
## 1.8.47 (2026-02-26)
|
|
274
|
+
|
|
275
|
+
### 🧱 Updated Dependencies
|
|
276
|
+
|
|
277
|
+
- Updated react-test-setup to 1.8.47
|
|
278
|
+
|
|
279
|
+
## 1.8.46 (2026-02-26)
|
|
280
|
+
|
|
281
|
+
### 🧱 Updated Dependencies
|
|
282
|
+
|
|
283
|
+
- Updated react-test-setup to 1.8.46
|
|
284
|
+
|
|
285
|
+
## 1.8.45 (2026-02-26)
|
|
286
|
+
|
|
287
|
+
### 🧱 Updated Dependencies
|
|
288
|
+
|
|
289
|
+
- Updated react-test-setup to 1.8.45
|
|
290
|
+
|
|
291
|
+
## 1.8.44 (2026-02-25)
|
|
292
|
+
|
|
293
|
+
### 🧱 Updated Dependencies
|
|
294
|
+
|
|
295
|
+
- Updated react-test-setup to 1.8.44
|
|
296
|
+
|
|
297
|
+
## 1.8.43 (2026-02-23)
|
|
298
|
+
|
|
299
|
+
### 🧱 Updated Dependencies
|
|
300
|
+
|
|
301
|
+
- Updated react-test-setup to 1.8.43
|
|
302
|
+
|
|
303
|
+
## 1.8.42 (2026-02-19)
|
|
304
|
+
|
|
305
|
+
### 🧱 Updated Dependencies
|
|
306
|
+
|
|
307
|
+
- Updated react-test-setup to 1.8.42
|
|
308
|
+
|
|
309
|
+
## 1.8.41 (2026-02-18)
|
|
310
|
+
|
|
311
|
+
### 🧱 Updated Dependencies
|
|
312
|
+
|
|
313
|
+
- Updated react-test-setup to 1.8.41
|
|
314
|
+
|
|
315
|
+
## 1.8.40 (2026-02-18)
|
|
316
|
+
|
|
317
|
+
### 🧱 Updated Dependencies
|
|
318
|
+
|
|
319
|
+
- Updated react-test-setup to 1.8.40
|
|
320
|
+
|
|
321
|
+
## 1.8.39 (2026-02-18)
|
|
322
|
+
|
|
323
|
+
### 🧱 Updated Dependencies
|
|
324
|
+
|
|
325
|
+
- Updated react-test-setup to 1.8.39
|
|
326
|
+
|
|
327
|
+
## 1.8.38 (2026-02-17)
|
|
328
|
+
|
|
329
|
+
### 🧱 Updated Dependencies
|
|
330
|
+
|
|
331
|
+
- Updated react-test-setup to 1.8.38
|
|
332
|
+
|
|
333
|
+
## 1.8.37 (2026-02-17)
|
|
334
|
+
|
|
335
|
+
### 🧱 Updated Dependencies
|
|
336
|
+
|
|
337
|
+
- Updated react-test-setup to 1.8.37
|
|
338
|
+
|
|
339
|
+
## 1.8.36 (2026-02-17)
|
|
340
|
+
|
|
341
|
+
### 🧱 Updated Dependencies
|
|
342
|
+
|
|
343
|
+
- Updated react-test-setup to 1.8.36
|
|
344
|
+
|
|
345
|
+
## 1.8.35 (2026-02-17)
|
|
346
|
+
|
|
347
|
+
### 🧱 Updated Dependencies
|
|
348
|
+
|
|
349
|
+
- Updated react-test-setup to 1.8.35
|
|
350
|
+
|
|
351
|
+
## 1.8.34 (2026-02-17)
|
|
352
|
+
|
|
353
|
+
### 🧱 Updated Dependencies
|
|
354
|
+
|
|
355
|
+
- Updated react-test-setup to 1.8.34
|
|
356
|
+
|
|
357
|
+
## 1.8.33 (2026-02-17)
|
|
358
|
+
|
|
359
|
+
### 🧱 Updated Dependencies
|
|
360
|
+
|
|
361
|
+
- Updated react-test-setup to 1.8.33
|
|
362
|
+
|
|
363
|
+
## 1.8.32 (2026-02-16)
|
|
364
|
+
|
|
365
|
+
### 🧱 Updated Dependencies
|
|
366
|
+
|
|
367
|
+
- Updated react-test-setup to 1.8.32
|
|
368
|
+
|
|
369
|
+
## 1.8.31 (2026-02-16)
|
|
370
|
+
|
|
371
|
+
### 🧱 Updated Dependencies
|
|
372
|
+
|
|
373
|
+
- Updated react-test-setup to 1.8.31
|
|
374
|
+
|
|
375
|
+
## 1.8.30 (2026-02-13)
|
|
376
|
+
|
|
377
|
+
### 🧱 Updated Dependencies
|
|
378
|
+
|
|
379
|
+
- Updated react-test-setup to 1.8.30
|
|
380
|
+
|
|
381
|
+
## 1.8.29 (2026-02-13)
|
|
382
|
+
|
|
383
|
+
### 🧱 Updated Dependencies
|
|
384
|
+
|
|
385
|
+
- Updated react-test-setup to 1.8.29
|
|
386
|
+
|
|
387
|
+
## 1.8.28 (2026-02-12)
|
|
388
|
+
|
|
389
|
+
### 🧱 Updated Dependencies
|
|
390
|
+
|
|
391
|
+
- Updated react-test-setup to 1.8.28
|
|
392
|
+
|
|
393
|
+
## 1.8.27 (2026-02-11)
|
|
394
|
+
|
|
395
|
+
### 🧱 Updated Dependencies
|
|
396
|
+
|
|
397
|
+
- Updated react-test-setup to 1.8.27
|
|
398
|
+
|
|
399
|
+
## 1.8.26 (2026-02-11)
|
|
400
|
+
|
|
401
|
+
### 🧱 Updated Dependencies
|
|
402
|
+
|
|
403
|
+
- Updated react-test-setup to 1.8.26
|
|
404
|
+
|
|
405
|
+
## 1.8.25 (2026-02-09)
|
|
406
|
+
|
|
407
|
+
### 🧱 Updated Dependencies
|
|
408
|
+
|
|
409
|
+
- Updated react-test-setup to 1.8.25
|
|
410
|
+
|
|
411
|
+
## 1.8.24 (2026-02-06)
|
|
412
|
+
|
|
413
|
+
### 🧱 Updated Dependencies
|
|
414
|
+
|
|
415
|
+
- Updated react-test-setup to 1.8.24
|
|
416
|
+
|
|
417
|
+
## 1.8.23 (2026-02-05)
|
|
418
|
+
|
|
419
|
+
### 🧱 Updated Dependencies
|
|
420
|
+
|
|
421
|
+
- Updated react-test-setup to 1.8.23
|
|
422
|
+
|
|
423
|
+
## 1.8.22 (2026-02-04)
|
|
424
|
+
|
|
425
|
+
### 🧱 Updated Dependencies
|
|
426
|
+
|
|
427
|
+
- Updated react-test-setup to 1.8.22
|
|
428
|
+
|
|
429
|
+
## 1.8.21 (2026-02-03)
|
|
430
|
+
|
|
431
|
+
### 🧱 Updated Dependencies
|
|
432
|
+
|
|
433
|
+
- Updated react-test-setup to 1.8.21
|
|
434
|
+
|
|
435
|
+
## 1.8.20 (2026-02-03)
|
|
436
|
+
|
|
437
|
+
### 🧱 Updated Dependencies
|
|
438
|
+
|
|
439
|
+
- Updated react-test-setup to 1.8.20
|
|
440
|
+
|
|
441
|
+
## 1.8.19 (2026-02-03)
|
|
442
|
+
|
|
443
|
+
### 🧱 Updated Dependencies
|
|
444
|
+
|
|
445
|
+
- Updated react-test-setup to 1.8.19
|
|
446
|
+
|
|
447
|
+
## 1.8.18 (2026-02-03)
|
|
448
|
+
|
|
449
|
+
### 🧱 Updated Dependencies
|
|
450
|
+
|
|
451
|
+
- Updated react-test-setup to 1.8.18
|
|
452
|
+
|
|
453
|
+
## 1.8.17 (2026-02-02)
|
|
454
|
+
|
|
455
|
+
### 🧱 Updated Dependencies
|
|
456
|
+
|
|
457
|
+
- Updated react-test-setup to 1.8.17
|
|
458
|
+
|
|
459
|
+
## 1.8.16 (2026-01-30)
|
|
460
|
+
|
|
461
|
+
### 🧱 Updated Dependencies
|
|
462
|
+
|
|
463
|
+
- Updated react-test-setup to 1.8.16
|
|
464
|
+
|
|
465
|
+
## 1.8.15 (2026-01-30)
|
|
466
|
+
|
|
467
|
+
### 🧱 Updated Dependencies
|
|
468
|
+
|
|
469
|
+
- Updated react-test-setup to 1.8.15
|
|
470
|
+
|
|
471
|
+
## 1.8.14 (2026-01-29)
|
|
472
|
+
|
|
473
|
+
### 🧱 Updated Dependencies
|
|
474
|
+
|
|
475
|
+
- Updated react-test-setup to 1.8.14
|
|
476
|
+
|
|
477
|
+
## 1.8.13 (2026-01-29)
|
|
478
|
+
|
|
479
|
+
### 🧱 Updated Dependencies
|
|
480
|
+
|
|
481
|
+
- Updated react-test-setup to 1.8.13
|
|
482
|
+
|
|
483
|
+
## 1.8.12 (2026-01-29)
|
|
484
|
+
|
|
485
|
+
### 🧱 Updated Dependencies
|
|
486
|
+
|
|
487
|
+
- Updated react-test-setup to 1.8.12
|
|
488
|
+
|
|
489
|
+
## 1.8.11 (2026-01-29)
|
|
490
|
+
|
|
491
|
+
### 🧱 Updated Dependencies
|
|
492
|
+
|
|
493
|
+
- Updated react-test-setup to 1.8.11
|
|
494
|
+
|
|
495
|
+
## 1.8.10 (2026-01-29)
|
|
496
|
+
|
|
497
|
+
### 🧱 Updated Dependencies
|
|
498
|
+
|
|
499
|
+
- Updated react-test-setup to 1.8.10
|
|
500
|
+
|
|
501
|
+
## 1.8.9 (2026-01-28)
|
|
502
|
+
|
|
503
|
+
### 🧱 Updated Dependencies
|
|
504
|
+
|
|
505
|
+
- Updated react-test-setup to 1.8.9
|
|
506
|
+
|
|
507
|
+
## 1.8.8 (2026-01-27)
|
|
508
|
+
|
|
509
|
+
### 🧱 Updated Dependencies
|
|
510
|
+
|
|
511
|
+
- Updated react-test-setup to 1.8.8
|
|
512
|
+
|
|
513
|
+
## 1.8.7 (2026-01-27)
|
|
514
|
+
|
|
515
|
+
### 🧱 Updated Dependencies
|
|
516
|
+
|
|
517
|
+
- Updated react-test-setup to 1.8.7
|
|
518
|
+
|
|
519
|
+
## 1.8.6 (2026-01-27)
|
|
520
|
+
|
|
521
|
+
### 🧱 Updated Dependencies
|
|
522
|
+
|
|
523
|
+
- Updated react-test-setup to 1.8.6
|
|
524
|
+
|
|
525
|
+
## 1.8.5 (2026-01-27)
|
|
526
|
+
|
|
527
|
+
### 🧱 Updated Dependencies
|
|
528
|
+
|
|
529
|
+
- Updated react-test-setup to 1.8.5
|
|
530
|
+
|
|
531
|
+
## 1.8.4 (2026-01-26)
|
|
532
|
+
|
|
533
|
+
### 🧱 Updated Dependencies
|
|
534
|
+
|
|
535
|
+
- Updated react-test-setup to 1.8.4
|
|
536
|
+
|
|
537
|
+
## 1.8.3 (2026-01-26)
|
|
538
|
+
|
|
539
|
+
### 🧱 Updated Dependencies
|
|
540
|
+
|
|
541
|
+
- Updated react-test-setup to 1.8.3
|
|
542
|
+
|
|
543
|
+
## 1.8.2 (2026-01-26)
|
|
544
|
+
|
|
545
|
+
### 🧱 Updated Dependencies
|
|
546
|
+
|
|
547
|
+
- Updated react-test-setup to 1.8.2
|
|
548
|
+
|
|
549
|
+
## 1.8.1 (2026-01-26)
|
|
550
|
+
|
|
551
|
+
### 🧱 Updated Dependencies
|
|
552
|
+
|
|
553
|
+
- Updated react-test-setup to 1.8.1
|
|
554
|
+
|
|
555
|
+
## 1.8.0 (2026-01-26)
|
|
556
|
+
|
|
557
|
+
### 🧱 Updated Dependencies
|
|
558
|
+
|
|
559
|
+
- Updated react-test-setup to 1.8.0
|
|
560
|
+
|
|
561
|
+
## 1.7.26 (2026-01-23)
|
|
562
|
+
|
|
563
|
+
### 🧱 Updated Dependencies
|
|
564
|
+
|
|
565
|
+
- Updated react-test-setup to 1.7.26
|
|
566
|
+
|
|
567
|
+
## 1.7.25 (2026-01-23)
|
|
568
|
+
|
|
569
|
+
### 🧱 Updated Dependencies
|
|
570
|
+
|
|
571
|
+
- Updated react-test-setup to 1.7.25
|
|
572
|
+
|
|
573
|
+
## 1.7.24 (2026-01-23)
|
|
574
|
+
|
|
575
|
+
### 🧱 Updated Dependencies
|
|
576
|
+
|
|
577
|
+
- Updated react-test-setup to 1.7.24
|
|
578
|
+
|
|
579
|
+
## 1.7.23 (2026-01-23)
|
|
580
|
+
|
|
581
|
+
### 🧱 Updated Dependencies
|
|
582
|
+
|
|
583
|
+
- Updated react-test-setup to 1.7.23
|
|
584
|
+
|
|
585
|
+
## 1.7.22 (2026-01-22)
|
|
586
|
+
|
|
587
|
+
### 🧱 Updated Dependencies
|
|
588
|
+
|
|
589
|
+
- Updated react-test-setup to 1.7.22
|
|
590
|
+
|
|
591
|
+
## 1.7.21 (2026-01-22)
|
|
592
|
+
|
|
593
|
+
### 🧱 Updated Dependencies
|
|
594
|
+
|
|
595
|
+
- Updated react-test-setup to 1.7.21
|
|
596
|
+
|
|
597
|
+
## 1.7.20 (2026-01-22)
|
|
598
|
+
|
|
599
|
+
### 🧱 Updated Dependencies
|
|
600
|
+
|
|
601
|
+
- Updated react-test-setup to 1.7.20
|
|
602
|
+
|
|
603
|
+
## 1.7.19 (2026-01-22)
|
|
604
|
+
|
|
605
|
+
### 🧱 Updated Dependencies
|
|
606
|
+
|
|
607
|
+
- Updated react-test-setup to 1.7.19
|
|
608
|
+
|
|
609
|
+
## 1.7.18 (2026-01-21)
|
|
610
|
+
|
|
611
|
+
### 🧱 Updated Dependencies
|
|
612
|
+
|
|
613
|
+
- Updated react-test-setup to 1.7.18
|
|
614
|
+
|
|
615
|
+
## 1.7.17 (2026-01-21)
|
|
616
|
+
|
|
617
|
+
### 🧱 Updated Dependencies
|
|
618
|
+
|
|
619
|
+
- Updated react-test-setup to 1.7.17
|
|
620
|
+
|
|
621
|
+
## 1.7.16 (2026-01-20)
|
|
622
|
+
|
|
623
|
+
### 🧱 Updated Dependencies
|
|
624
|
+
|
|
625
|
+
- Updated react-test-setup to 1.7.16
|
|
626
|
+
|
|
627
|
+
## 1.7.15 (2026-01-20)
|
|
628
|
+
|
|
629
|
+
### 🧱 Updated Dependencies
|
|
630
|
+
|
|
631
|
+
- Updated react-test-setup to 1.7.15
|
|
632
|
+
|
|
633
|
+
## 1.7.14 (2026-01-20)
|
|
634
|
+
|
|
635
|
+
### 🧱 Updated Dependencies
|
|
636
|
+
|
|
637
|
+
- Updated react-test-setup to 1.7.14
|
|
638
|
+
|
|
639
|
+
## 1.7.13 (2026-01-19)
|
|
640
|
+
|
|
641
|
+
### 🧱 Updated Dependencies
|
|
642
|
+
|
|
643
|
+
- Updated react-test-setup to 1.7.13
|
|
644
|
+
|
|
645
|
+
## 1.7.12 (2026-01-19)
|
|
646
|
+
|
|
647
|
+
### 🧱 Updated Dependencies
|
|
648
|
+
|
|
649
|
+
- Updated react-test-setup to 1.7.12
|
|
650
|
+
|
|
651
|
+
## 1.7.11 (2026-01-16)
|
|
652
|
+
|
|
653
|
+
### 🧱 Updated Dependencies
|
|
654
|
+
|
|
655
|
+
- Updated react-test-setup to 1.7.11
|
|
656
|
+
|
|
657
|
+
## 1.7.10 (2026-01-16)
|
|
658
|
+
|
|
659
|
+
### 🧱 Updated Dependencies
|
|
660
|
+
|
|
661
|
+
- Updated react-test-setup to 1.7.10
|
|
662
|
+
|
|
663
|
+
## 1.7.9 (2026-01-15)
|
|
664
|
+
|
|
665
|
+
### 🧱 Updated Dependencies
|
|
666
|
+
|
|
667
|
+
- Updated react-test-setup to 1.7.9
|
|
668
|
+
|
|
669
|
+
## 1.7.8 (2026-01-15)
|
|
670
|
+
|
|
671
|
+
### 🧱 Updated Dependencies
|
|
672
|
+
|
|
673
|
+
- Updated react-test-setup to 1.7.8
|
|
674
|
+
|
|
675
|
+
## 1.7.7 (2026-01-15)
|
|
676
|
+
|
|
677
|
+
### 🧱 Updated Dependencies
|
|
678
|
+
|
|
679
|
+
- Updated react-test-setup to 1.7.7
|
|
680
|
+
|
|
681
|
+
## 1.7.6 (2026-01-15)
|
|
682
|
+
|
|
683
|
+
### 🧱 Updated Dependencies
|
|
684
|
+
|
|
685
|
+
- Updated react-test-setup to 1.7.6
|
|
686
|
+
|
|
687
|
+
## 1.7.5 (2026-01-15)
|
|
688
|
+
|
|
689
|
+
### 🧱 Updated Dependencies
|
|
690
|
+
|
|
691
|
+
- Updated react-test-setup to 1.7.5
|
|
692
|
+
|
|
693
|
+
## 1.7.4 (2026-01-13)
|
|
694
|
+
|
|
695
|
+
### 🧱 Updated Dependencies
|
|
696
|
+
|
|
697
|
+
- Updated react-test-setup to 1.7.4
|
|
698
|
+
|
|
699
|
+
## 1.7.3 (2026-01-13)
|
|
700
|
+
|
|
701
|
+
### 🧱 Updated Dependencies
|
|
702
|
+
|
|
703
|
+
- Updated react-test-setup to 1.7.3
|
|
704
|
+
|
|
705
|
+
## 1.7.2 (2026-01-12)
|
|
706
|
+
|
|
707
|
+
### 🧱 Updated Dependencies
|
|
708
|
+
|
|
709
|
+
- Updated react-test-setup to 1.7.2
|
|
710
|
+
|
|
711
|
+
## 1.7.1 (2026-01-12)
|
|
712
|
+
|
|
713
|
+
### 🧱 Updated Dependencies
|
|
714
|
+
|
|
715
|
+
- Updated react-test-setup to 1.7.1
|
|
716
|
+
|
|
717
|
+
## 1.7.0 (2026-01-12)
|
|
718
|
+
|
|
719
|
+
### 🧱 Updated Dependencies
|
|
720
|
+
|
|
721
|
+
- Updated react-test-setup to 1.7.0
|
|
722
|
+
|
|
723
|
+
## 1.6.23 (2026-01-09)
|
|
724
|
+
|
|
725
|
+
### 🧱 Updated Dependencies
|
|
726
|
+
|
|
727
|
+
- Updated react-test-setup to 1.6.22
|
|
728
|
+
|
|
729
|
+
## 1.6.22 (2026-01-09)
|
|
730
|
+
|
|
731
|
+
### 🧱 Updated Dependencies
|
|
732
|
+
|
|
733
|
+
- Updated react-test-setup to 1.6.21
|
|
734
|
+
|
|
735
|
+
## 1.6.21 (2026-01-08)
|
|
736
|
+
|
|
737
|
+
### 🧱 Updated Dependencies
|
|
738
|
+
|
|
739
|
+
- Updated react-test-setup to 1.6.20
|
|
740
|
+
|
|
741
|
+
## 1.6.20 (2026-01-08)
|
|
742
|
+
|
|
743
|
+
### 🧱 Updated Dependencies
|
|
744
|
+
|
|
745
|
+
- Updated react-test-setup to 1.6.19
|
|
746
|
+
|
|
747
|
+
## 1.6.19 (2026-01-07)
|
|
748
|
+
|
|
749
|
+
### 🧱 Updated Dependencies
|
|
750
|
+
|
|
751
|
+
- Updated react-test-setup to 1.6.18
|
|
752
|
+
|
|
753
|
+
## 1.6.18 (2026-01-06)
|
|
754
|
+
|
|
755
|
+
### 🧱 Updated Dependencies
|
|
756
|
+
|
|
757
|
+
- Updated react-test-setup to 1.6.17
|
|
758
|
+
|
|
759
|
+
## 1.6.17 (2026-01-06)
|
|
760
|
+
|
|
761
|
+
### 🧱 Updated Dependencies
|
|
762
|
+
|
|
763
|
+
- Updated react-test-setup to 1.6.16
|
|
764
|
+
|
|
765
|
+
## 1.6.16 (2026-01-06)
|
|
766
|
+
|
|
767
|
+
### 🧱 Updated Dependencies
|
|
768
|
+
|
|
769
|
+
- Updated react-test-setup to 1.6.15
|
|
770
|
+
|
|
771
|
+
## 1.6.15 (2026-01-06)
|
|
772
|
+
|
|
773
|
+
### 🧱 Updated Dependencies
|
|
774
|
+
|
|
775
|
+
- Updated react-test-setup to 1.6.14
|
|
776
|
+
|
|
777
|
+
## 1.6.14 (2026-01-06)
|
|
778
|
+
|
|
779
|
+
### 🧱 Updated Dependencies
|
|
780
|
+
|
|
781
|
+
- Updated react-test-setup to 1.6.13
|
|
782
|
+
|
|
783
|
+
## 1.6.13 (2026-01-05)
|
|
784
|
+
|
|
785
|
+
### 🧱 Updated Dependencies
|
|
786
|
+
|
|
787
|
+
- Updated react-test-setup to 1.6.12
|
|
788
|
+
|
|
789
|
+
## 1.6.12 (2026-01-05)
|
|
790
|
+
|
|
791
|
+
### 🧱 Updated Dependencies
|
|
792
|
+
|
|
793
|
+
- Updated react-test-setup to 1.6.11
|
|
794
|
+
|
|
795
|
+
## 1.6.11 (2026-01-05)
|
|
796
|
+
|
|
797
|
+
### 🧱 Updated Dependencies
|
|
798
|
+
|
|
799
|
+
- Updated react-test-setup to 1.6.10
|
|
800
|
+
|
|
801
|
+
## 1.6.10 (2026-01-02)
|
|
802
|
+
|
|
803
|
+
### 🧱 Updated Dependencies
|
|
804
|
+
|
|
805
|
+
- Updated react-test-setup to 1.6.9
|
|
806
|
+
|
|
807
|
+
## 1.6.9 (2025-12-17)
|
|
808
|
+
|
|
809
|
+
### 🩹 Fixes
|
|
810
|
+
|
|
811
|
+
- disable modifyObstructiveCode to prevent SRI issues in Cypress configuration ([567fa3cd15c](https://github.com/Trackunit/manager/commit/567fa3cd15c))
|
|
812
|
+
|
|
813
|
+
### ❤️ Thank You
|
|
814
|
+
|
|
815
|
+
- Mikkel Thorbjørn Andersen
|
|
816
|
+
|
|
817
|
+
## 1.6.8 (2025-12-16)
|
|
818
|
+
|
|
819
|
+
### 🧱 Updated Dependencies
|
|
820
|
+
|
|
821
|
+
- Updated react-test-setup to 1.6.8
|
|
822
|
+
|
|
823
|
+
## 1.6.7 (2025-12-15)
|
|
824
|
+
|
|
825
|
+
### 🧱 Updated Dependencies
|
|
826
|
+
|
|
827
|
+
- Updated react-test-setup to 1.6.7
|
|
828
|
+
|
|
829
|
+
## 1.6.6 (2025-12-15)
|
|
830
|
+
|
|
831
|
+
### 🧱 Updated Dependencies
|
|
832
|
+
|
|
833
|
+
- Updated react-test-setup to 1.6.6
|
|
834
|
+
|
|
835
|
+
## 1.6.5 (2025-12-15)
|
|
836
|
+
|
|
837
|
+
### 🧱 Updated Dependencies
|
|
838
|
+
|
|
839
|
+
- Updated react-test-setup to 1.6.5
|
|
840
|
+
|
|
841
|
+
## 1.6.4 (2025-12-12)
|
|
842
|
+
|
|
843
|
+
### 🧱 Updated Dependencies
|
|
844
|
+
|
|
845
|
+
- Updated react-test-setup to 1.6.4
|
|
846
|
+
|
|
847
|
+
## 1.6.3 (2025-12-11)
|
|
848
|
+
|
|
849
|
+
### 🧱 Updated Dependencies
|
|
850
|
+
|
|
851
|
+
- Updated react-test-setup to 1.6.3
|
|
852
|
+
|
|
853
|
+
## 1.6.2 (2025-12-11)
|
|
854
|
+
|
|
855
|
+
### 🧱 Updated Dependencies
|
|
856
|
+
|
|
857
|
+
- Updated react-test-setup to 1.6.2
|
|
858
|
+
|
|
859
|
+
## 1.6.1 (2025-12-11)
|
|
860
|
+
|
|
861
|
+
### 🧱 Updated Dependencies
|
|
862
|
+
|
|
863
|
+
- Updated react-test-setup to 1.6.1
|
|
864
|
+
|
|
865
|
+
## 1.6.0 (2025-12-10)
|
|
866
|
+
|
|
867
|
+
### 🧱 Updated Dependencies
|
|
868
|
+
|
|
869
|
+
- Updated react-test-setup to 1.6.0
|
|
870
|
+
|
|
871
|
+
## 1.5.2 (2025-12-10)
|
|
872
|
+
|
|
873
|
+
### 🧱 Updated Dependencies
|
|
874
|
+
|
|
875
|
+
- Updated react-test-setup to 1.5.2
|
|
876
|
+
|
|
877
|
+
## 1.5.1 (2025-12-10)
|
|
878
|
+
|
|
879
|
+
### 🧱 Updated Dependencies
|
|
880
|
+
|
|
881
|
+
- Updated react-test-setup to 1.5.1
|
|
882
|
+
|
|
883
|
+
## 1.5.0 (2025-12-09)
|
|
884
|
+
|
|
885
|
+
### 🧱 Updated Dependencies
|
|
886
|
+
|
|
887
|
+
- Updated react-test-setup to 1.5.0
|
|
888
|
+
|
|
889
|
+
## 1.4.123 (2025-12-09)
|
|
890
|
+
|
|
891
|
+
### 🧱 Updated Dependencies
|
|
892
|
+
|
|
893
|
+
- Updated react-test-setup to 1.4.122
|
|
894
|
+
|
|
895
|
+
## 1.4.122 (2025-12-08)
|
|
896
|
+
|
|
897
|
+
### 🧱 Updated Dependencies
|
|
898
|
+
|
|
899
|
+
- Updated react-test-setup to 1.4.121
|
|
900
|
+
|
|
901
|
+
## 1.4.121 (2025-12-08)
|
|
902
|
+
|
|
903
|
+
### 🧱 Updated Dependencies
|
|
904
|
+
|
|
905
|
+
- Updated react-test-setup to 1.4.120
|
|
906
|
+
|
|
907
|
+
## 1.4.120 (2025-12-08)
|
|
908
|
+
|
|
909
|
+
### 🧱 Updated Dependencies
|
|
910
|
+
|
|
911
|
+
- Updated react-test-setup to 1.4.119
|
|
912
|
+
|
|
913
|
+
## 1.4.119 (2025-12-05)
|
|
914
|
+
|
|
915
|
+
### 🧱 Updated Dependencies
|
|
916
|
+
|
|
917
|
+
- Updated react-test-setup to 1.4.118
|
|
918
|
+
|
|
919
|
+
## 1.4.118 (2025-12-05)
|
|
920
|
+
|
|
921
|
+
### 🧱 Updated Dependencies
|
|
922
|
+
|
|
923
|
+
- Updated react-test-setup to 1.4.117
|
|
924
|
+
|
|
925
|
+
## 1.4.117 (2025-12-05)
|
|
926
|
+
|
|
927
|
+
### 🧱 Updated Dependencies
|
|
928
|
+
|
|
929
|
+
- Updated react-test-setup to 1.4.116
|
|
930
|
+
|
|
931
|
+
## 1.4.116 (2025-12-04)
|
|
932
|
+
|
|
933
|
+
### 🧱 Updated Dependencies
|
|
934
|
+
|
|
935
|
+
- Updated react-test-setup to 1.4.115
|
|
936
|
+
|
|
937
|
+
## 1.4.115 (2025-12-04)
|
|
938
|
+
|
|
939
|
+
### 🧱 Updated Dependencies
|
|
940
|
+
|
|
941
|
+
- Updated react-test-setup to 1.4.114
|
|
942
|
+
|
|
943
|
+
## 1.4.114 (2025-12-04)
|
|
944
|
+
|
|
945
|
+
### 🧱 Updated Dependencies
|
|
946
|
+
|
|
947
|
+
- Updated react-test-setup to 1.4.113
|
|
948
|
+
|
|
949
|
+
## 1.4.113 (2025-12-04)
|
|
950
|
+
|
|
951
|
+
### 🧱 Updated Dependencies
|
|
952
|
+
|
|
953
|
+
- Updated react-test-setup to 1.4.112
|
|
954
|
+
|
|
955
|
+
## 1.4.112 (2025-12-04)
|
|
956
|
+
|
|
957
|
+
### 🧱 Updated Dependencies
|
|
958
|
+
|
|
959
|
+
- Updated react-test-setup to 1.4.111
|
|
960
|
+
|
|
961
|
+
## 1.4.111 (2025-12-03)
|
|
962
|
+
|
|
963
|
+
### 🧱 Updated Dependencies
|
|
964
|
+
|
|
965
|
+
- Updated react-test-setup to 1.4.110
|
|
966
|
+
|
|
967
|
+
## 1.4.110 (2025-12-03)
|
|
968
|
+
|
|
969
|
+
### 🧱 Updated Dependencies
|
|
970
|
+
|
|
971
|
+
- Updated react-test-setup to 1.4.109
|
|
972
|
+
|
|
973
|
+
## 1.4.109 (2025-12-03)
|
|
974
|
+
|
|
975
|
+
### 🧱 Updated Dependencies
|
|
976
|
+
|
|
977
|
+
- Updated react-test-setup to 1.4.108
|
|
978
|
+
|
|
979
|
+
## 1.4.108 (2025-12-03)
|
|
980
|
+
|
|
981
|
+
### 🧱 Updated Dependencies
|
|
982
|
+
|
|
983
|
+
- Updated react-test-setup to 1.4.107
|
|
984
|
+
|
|
985
|
+
## 1.4.107 (2025-12-02)
|
|
986
|
+
|
|
987
|
+
### 🧱 Updated Dependencies
|
|
988
|
+
|
|
989
|
+
- Updated react-test-setup to 1.4.106
|
|
990
|
+
|
|
991
|
+
## 1.4.106 (2025-12-02)
|
|
992
|
+
|
|
993
|
+
### 🧱 Updated Dependencies
|
|
994
|
+
|
|
995
|
+
- Updated react-test-setup to 1.4.105
|
|
996
|
+
|
|
997
|
+
## 1.4.105 (2025-12-02)
|
|
998
|
+
|
|
999
|
+
### 🧱 Updated Dependencies
|
|
1000
|
+
|
|
1001
|
+
- Updated react-test-setup to 1.4.104
|
|
1002
|
+
|
|
1003
|
+
## 1.4.104 (2025-12-02)
|
|
1004
|
+
|
|
1005
|
+
### 🧱 Updated Dependencies
|
|
1006
|
+
|
|
1007
|
+
- Updated react-test-setup to 1.4.103
|
|
1008
|
+
|
|
1009
|
+
## 1.4.103 (2025-12-02)
|
|
1010
|
+
|
|
1011
|
+
### 🧱 Updated Dependencies
|
|
1012
|
+
|
|
1013
|
+
- Updated react-test-setup to 1.4.102
|
|
1014
|
+
|
|
1015
|
+
## 1.4.102 (2025-12-02)
|
|
1016
|
+
|
|
1017
|
+
### 🧱 Updated Dependencies
|
|
1018
|
+
|
|
1019
|
+
- Updated react-test-setup to 1.4.101
|
|
1020
|
+
|
|
1021
|
+
## 1.4.101 (2025-12-01)
|
|
1022
|
+
|
|
1023
|
+
### 🧱 Updated Dependencies
|
|
1024
|
+
|
|
1025
|
+
- Updated react-test-setup to 1.4.100
|
|
1026
|
+
|
|
1027
|
+
## 1.4.100 (2025-12-01)
|
|
1028
|
+
|
|
1029
|
+
### 🧱 Updated Dependencies
|
|
1030
|
+
|
|
1031
|
+
- Updated react-test-setup to 1.4.99
|
|
1032
|
+
|
|
1033
|
+
## 1.4.99 (2025-12-01)
|
|
1034
|
+
|
|
1035
|
+
### 🧱 Updated Dependencies
|
|
1036
|
+
|
|
1037
|
+
- Updated react-test-setup to 1.4.98
|
|
1038
|
+
|
|
1039
|
+
## 1.4.98 (2025-11-28)
|
|
1040
|
+
|
|
1041
|
+
### 🧱 Updated Dependencies
|
|
1042
|
+
|
|
1043
|
+
- Updated react-test-setup to 1.4.97
|
|
1044
|
+
|
|
1045
|
+
## 1.4.97 (2025-11-28)
|
|
1046
|
+
|
|
1047
|
+
### 🧱 Updated Dependencies
|
|
1048
|
+
|
|
1049
|
+
- Updated react-test-setup to 1.4.96
|
|
1050
|
+
|
|
1051
|
+
## 1.4.96 (2025-11-28)
|
|
1052
|
+
|
|
1053
|
+
### 🧱 Updated Dependencies
|
|
1054
|
+
|
|
1055
|
+
- Updated react-test-setup to 1.4.95
|
|
1056
|
+
|
|
1057
|
+
## 1.4.95 (2025-11-27)
|
|
1058
|
+
|
|
1059
|
+
### 🧱 Updated Dependencies
|
|
1060
|
+
|
|
1061
|
+
- Updated react-test-setup to 1.4.94
|
|
1062
|
+
|
|
1063
|
+
## 1.4.94 (2025-11-27)
|
|
1064
|
+
|
|
1065
|
+
### 🧱 Updated Dependencies
|
|
1066
|
+
|
|
1067
|
+
- Updated react-test-setup to 1.4.93
|
|
1068
|
+
|
|
1069
|
+
## 1.4.93 (2025-11-27)
|
|
1070
|
+
|
|
1071
|
+
### 🧱 Updated Dependencies
|
|
1072
|
+
|
|
1073
|
+
- Updated react-test-setup to 1.4.92
|
|
1074
|
+
|
|
1075
|
+
## 1.4.92 (2025-11-27)
|
|
1076
|
+
|
|
1077
|
+
### 🧱 Updated Dependencies
|
|
1078
|
+
|
|
1079
|
+
- Updated react-test-setup to 1.4.91
|
|
1080
|
+
|
|
1081
|
+
## 1.4.91 (2025-11-27)
|
|
1082
|
+
|
|
1083
|
+
### 🧱 Updated Dependencies
|
|
1084
|
+
|
|
1085
|
+
- Updated react-test-setup to 1.4.90
|
|
1086
|
+
|
|
1087
|
+
## 1.4.90 (2025-11-26)
|
|
1088
|
+
|
|
1089
|
+
### 🧱 Updated Dependencies
|
|
1090
|
+
|
|
1091
|
+
- Updated react-test-setup to 1.4.89
|
|
1092
|
+
|
|
1093
|
+
## 1.4.89 (2025-11-26)
|
|
1094
|
+
|
|
1095
|
+
### 🧱 Updated Dependencies
|
|
1096
|
+
|
|
1097
|
+
- Updated react-test-setup to 1.4.88
|
|
1098
|
+
|
|
1099
|
+
## 1.4.88 (2025-11-26)
|
|
1100
|
+
|
|
1101
|
+
### 🧱 Updated Dependencies
|
|
1102
|
+
|
|
1103
|
+
- Updated react-test-setup to 1.4.87
|
|
1104
|
+
|
|
1105
|
+
## 1.4.87 (2025-11-26)
|
|
1106
|
+
|
|
1107
|
+
### 🧱 Updated Dependencies
|
|
1108
|
+
|
|
1109
|
+
- Updated react-test-setup to 1.4.86
|
|
1110
|
+
|
|
1111
|
+
## 1.4.86 (2025-11-25)
|
|
1112
|
+
|
|
1113
|
+
### 🧱 Updated Dependencies
|
|
1114
|
+
|
|
1115
|
+
- Updated react-test-setup to 1.4.85
|
|
1116
|
+
|
|
1117
|
+
## 1.4.85 (2025-11-25)
|
|
1118
|
+
|
|
1119
|
+
### 🧱 Updated Dependencies
|
|
1120
|
+
|
|
1121
|
+
- Updated react-test-setup to 1.4.84
|
|
1122
|
+
|
|
1123
|
+
## 1.4.84 (2025-11-25)
|
|
1124
|
+
|
|
1125
|
+
### 🧱 Updated Dependencies
|
|
1126
|
+
|
|
1127
|
+
- Updated react-test-setup to 1.4.83
|
|
1128
|
+
|
|
1129
|
+
## 1.4.83 (2025-11-25)
|
|
1130
|
+
|
|
1131
|
+
### 🧱 Updated Dependencies
|
|
1132
|
+
|
|
1133
|
+
- Updated react-test-setup to 1.4.82
|
|
1134
|
+
|
|
1135
|
+
## 1.4.82 (2025-11-25)
|
|
1136
|
+
|
|
1137
|
+
### 🧱 Updated Dependencies
|
|
1138
|
+
|
|
1139
|
+
- Updated react-test-setup to 1.4.81
|
|
1140
|
+
|
|
1141
|
+
## 1.4.81 (2025-11-25)
|
|
1142
|
+
|
|
1143
|
+
### 🧱 Updated Dependencies
|
|
1144
|
+
|
|
1145
|
+
- Updated react-test-setup to 1.4.80
|
|
1146
|
+
|
|
1147
|
+
## 1.4.80 (2025-11-24)
|
|
1148
|
+
|
|
1149
|
+
### 🧱 Updated Dependencies
|
|
1150
|
+
|
|
1151
|
+
- Updated react-test-setup to 1.4.79
|
|
1152
|
+
|
|
1153
|
+
## 1.4.79 (2025-11-24)
|
|
1154
|
+
|
|
1155
|
+
### 🧱 Updated Dependencies
|
|
1156
|
+
|
|
1157
|
+
- Updated react-test-setup to 1.4.78
|
|
1158
|
+
|
|
1159
|
+
## 1.4.78 (2025-11-23)
|
|
1160
|
+
|
|
1161
|
+
### 🧱 Updated Dependencies
|
|
1162
|
+
|
|
1163
|
+
- Updated react-test-setup to 1.4.77
|
|
1164
|
+
|
|
1165
|
+
## 1.4.77 (2025-11-22)
|
|
1166
|
+
|
|
1167
|
+
### 🧱 Updated Dependencies
|
|
1168
|
+
|
|
1169
|
+
- Updated react-test-setup to 1.4.76
|
|
1170
|
+
|
|
1171
|
+
## 1.4.76 (2025-11-21)
|
|
1172
|
+
|
|
1173
|
+
### 🧱 Updated Dependencies
|
|
1174
|
+
|
|
1175
|
+
- Updated react-test-setup to 1.4.75
|
|
1176
|
+
|
|
1177
|
+
## 1.4.75 (2025-11-21)
|
|
1178
|
+
|
|
1179
|
+
### 🧱 Updated Dependencies
|
|
1180
|
+
|
|
1181
|
+
- Updated react-test-setup to 1.4.74
|
|
1182
|
+
|
|
1183
|
+
## 1.4.74 (2025-11-20)
|
|
1184
|
+
|
|
1185
|
+
### 🧱 Updated Dependencies
|
|
1186
|
+
|
|
1187
|
+
- Updated react-test-setup to 1.4.73
|
|
1188
|
+
|
|
1189
|
+
## 1.4.73 (2025-11-20)
|
|
1190
|
+
|
|
1191
|
+
### 🧱 Updated Dependencies
|
|
1192
|
+
|
|
1193
|
+
- Updated react-test-setup to 1.4.72
|
|
1194
|
+
|
|
1195
|
+
## 1.4.72 (2025-11-20)
|
|
1196
|
+
|
|
1197
|
+
### 🧱 Updated Dependencies
|
|
1198
|
+
|
|
1199
|
+
- Updated react-test-setup to 1.4.71
|
|
1200
|
+
|
|
1201
|
+
## 1.4.71 (2025-11-19)
|
|
1202
|
+
|
|
1203
|
+
### 🧱 Updated Dependencies
|
|
1204
|
+
|
|
1205
|
+
- Updated react-test-setup to 1.4.70
|
|
1206
|
+
|
|
1207
|
+
## 1.4.70 (2025-11-19)
|
|
1208
|
+
|
|
1209
|
+
### 🧱 Updated Dependencies
|
|
1210
|
+
|
|
1211
|
+
- Updated react-test-setup to 1.4.69
|
|
1212
|
+
|
|
1213
|
+
## 1.4.69 (2025-11-18)
|
|
1214
|
+
|
|
1215
|
+
### 🧱 Updated Dependencies
|
|
1216
|
+
|
|
1217
|
+
- Updated react-test-setup to 1.4.68
|
|
1218
|
+
|
|
1219
|
+
## 1.4.68 (2025-11-18)
|
|
1220
|
+
|
|
1221
|
+
### 🧱 Updated Dependencies
|
|
1222
|
+
|
|
1223
|
+
- Updated react-test-setup to 1.4.67
|
|
1224
|
+
|
|
1225
|
+
## 1.4.67 (2025-11-18)
|
|
1226
|
+
|
|
1227
|
+
### 🧱 Updated Dependencies
|
|
1228
|
+
|
|
1229
|
+
- Updated react-test-setup to 1.4.66
|
|
1230
|
+
|
|
1231
|
+
## 1.4.66 (2025-11-18)
|
|
1232
|
+
|
|
1233
|
+
### 🧱 Updated Dependencies
|
|
1234
|
+
|
|
1235
|
+
- Updated react-test-setup to 1.4.65
|
|
1236
|
+
|
|
1237
|
+
## 1.4.65 (2025-11-17)
|
|
1238
|
+
|
|
1239
|
+
### 🧱 Updated Dependencies
|
|
1240
|
+
|
|
1241
|
+
- Updated react-test-setup to 1.4.64
|
|
1242
|
+
|
|
1243
|
+
## 1.4.64 (2025-11-17)
|
|
1244
|
+
|
|
1245
|
+
### 🧱 Updated Dependencies
|
|
1246
|
+
|
|
1247
|
+
- Updated react-test-setup to 1.4.63
|
|
1248
|
+
|
|
1249
|
+
## 1.4.63 (2025-11-14)
|
|
1250
|
+
|
|
1251
|
+
### 🧱 Updated Dependencies
|
|
1252
|
+
|
|
1253
|
+
- Updated react-test-setup to 1.4.62
|
|
1254
|
+
|
|
1255
|
+
## 1.4.62 (2025-11-13)
|
|
1256
|
+
|
|
1257
|
+
### 🧱 Updated Dependencies
|
|
1258
|
+
|
|
1259
|
+
- Updated react-test-setup to 1.4.61
|
|
1260
|
+
|
|
1261
|
+
## 1.4.61 (2025-11-12)
|
|
1262
|
+
|
|
1263
|
+
### 🧱 Updated Dependencies
|
|
1264
|
+
|
|
1265
|
+
- Updated react-test-setup to 1.4.60
|
|
1266
|
+
|
|
1267
|
+
## 1.4.60 (2025-11-11)
|
|
1268
|
+
|
|
1269
|
+
### 🧱 Updated Dependencies
|
|
1270
|
+
|
|
1271
|
+
- Updated react-test-setup to 1.4.59
|
|
1272
|
+
|
|
1273
|
+
## 1.4.59 (2025-11-11)
|
|
1274
|
+
|
|
1275
|
+
### 🧱 Updated Dependencies
|
|
1276
|
+
|
|
1277
|
+
- Updated react-test-setup to 1.4.58
|
|
1278
|
+
|
|
1279
|
+
## 1.4.58 (2025-11-11)
|
|
1280
|
+
|
|
1281
|
+
### 🧱 Updated Dependencies
|
|
1282
|
+
|
|
1283
|
+
- Updated react-test-setup to 1.4.57
|
|
1284
|
+
|
|
1285
|
+
## 1.4.57 (2025-11-10)
|
|
1286
|
+
|
|
1287
|
+
### 🧱 Updated Dependencies
|
|
1288
|
+
|
|
1289
|
+
- Updated react-test-setup to 1.4.56
|
|
1290
|
+
|
|
1291
|
+
## 1.4.56 (2025-11-10)
|
|
1292
|
+
|
|
1293
|
+
### 🧱 Updated Dependencies
|
|
1294
|
+
|
|
1295
|
+
- Updated react-test-setup to 1.4.55
|
|
1296
|
+
|
|
1297
|
+
## 1.4.55 (2025-11-10)
|
|
1298
|
+
|
|
1299
|
+
### 🧱 Updated Dependencies
|
|
1300
|
+
|
|
1301
|
+
- Updated react-test-setup to 1.4.54
|
|
1302
|
+
|
|
1303
|
+
## 1.4.54 (2025-11-10)
|
|
1304
|
+
|
|
1305
|
+
### 🧱 Updated Dependencies
|
|
1306
|
+
|
|
1307
|
+
- Updated react-test-setup to 1.4.53
|
|
1308
|
+
|
|
1309
|
+
## 1.4.53 (2025-11-10)
|
|
1310
|
+
|
|
1311
|
+
### 🧱 Updated Dependencies
|
|
1312
|
+
|
|
1313
|
+
- Updated react-test-setup to 1.4.52
|
|
1314
|
+
|
|
1315
|
+
## 1.4.52 (2025-11-07)
|
|
1316
|
+
|
|
1317
|
+
### 🧱 Updated Dependencies
|
|
1318
|
+
|
|
1319
|
+
- Updated react-test-setup to 1.4.51
|
|
1320
|
+
|
|
1321
|
+
## 1.4.51 (2025-11-06)
|
|
1322
|
+
|
|
1323
|
+
### 🧱 Updated Dependencies
|
|
1324
|
+
|
|
1325
|
+
- Updated react-test-setup to 1.4.50
|
|
1326
|
+
|
|
1327
|
+
## 1.4.50 (2025-11-05)
|
|
1328
|
+
|
|
1329
|
+
### 🧱 Updated Dependencies
|
|
1330
|
+
|
|
1331
|
+
- Updated react-test-setup to 1.4.49
|
|
1332
|
+
|
|
1333
|
+
## 1.4.49 (2025-11-04)
|
|
1334
|
+
|
|
1335
|
+
### 🧱 Updated Dependencies
|
|
1336
|
+
|
|
1337
|
+
- Updated react-test-setup to 1.4.48
|
|
1338
|
+
|
|
1339
|
+
## 1.4.48 (2025-11-03)
|
|
1340
|
+
|
|
1341
|
+
### 🧱 Updated Dependencies
|
|
1342
|
+
|
|
1343
|
+
- Updated react-test-setup to 1.4.47
|
|
1344
|
+
|
|
1345
|
+
## 1.4.47 (2025-11-03)
|
|
1346
|
+
|
|
1347
|
+
### 🧱 Updated Dependencies
|
|
1348
|
+
|
|
1349
|
+
- Updated react-test-setup to 1.4.46
|
|
1350
|
+
|
|
1351
|
+
## 1.4.46 (2025-11-03)
|
|
1352
|
+
|
|
1353
|
+
### 🧱 Updated Dependencies
|
|
1354
|
+
|
|
1355
|
+
- Updated react-test-setup to 1.4.45
|
|
1356
|
+
|
|
1357
|
+
## 1.4.45 (2025-10-29)
|
|
1358
|
+
|
|
1359
|
+
### 🧱 Updated Dependencies
|
|
1360
|
+
|
|
1361
|
+
- Updated react-test-setup to 1.4.44
|
|
1362
|
+
|
|
1363
|
+
## 1.4.44 (2025-10-28)
|
|
1364
|
+
|
|
1365
|
+
### 🧱 Updated Dependencies
|
|
1366
|
+
|
|
1367
|
+
- Updated react-test-setup to 1.4.43
|
|
1368
|
+
|
|
1369
|
+
## 1.4.43 (2025-10-27)
|
|
1370
|
+
|
|
1371
|
+
This was a version bump only for iris-app-e2e to align it with other projects, there were no code changes.
|
|
1372
|
+
|
|
1373
|
+
## 1.4.42 (2025-10-27)
|
|
1374
|
+
|
|
1375
|
+
### 🧱 Updated Dependencies
|
|
1376
|
+
|
|
1377
|
+
- Updated react-test-setup to 1.4.42
|
|
1378
|
+
|
|
1379
|
+
## 1.4.41 (2025-10-24)
|
|
1380
|
+
|
|
1381
|
+
### 🧱 Updated Dependencies
|
|
1382
|
+
|
|
1383
|
+
- Updated react-test-setup to 1.4.41
|
|
1384
|
+
|
|
1385
|
+
## 1.4.40 (2025-10-24)
|
|
1386
|
+
|
|
1387
|
+
### 🧱 Updated Dependencies
|
|
1388
|
+
|
|
1389
|
+
- Updated react-test-setup to 1.4.40
|
|
1390
|
+
|
|
1391
|
+
## 1.4.39 (2025-10-24)
|
|
1392
|
+
|
|
1393
|
+
### 🧱 Updated Dependencies
|
|
1394
|
+
|
|
1395
|
+
- Updated react-test-setup to 1.4.39
|
|
1396
|
+
|
|
1397
|
+
## 1.4.38 (2025-10-23)
|
|
1398
|
+
|
|
1399
|
+
### 🧱 Updated Dependencies
|
|
1400
|
+
|
|
1401
|
+
- Updated react-test-setup to 1.4.38
|
|
1402
|
+
|
|
1403
|
+
## 1.4.37 (2025-10-22)
|
|
1404
|
+
|
|
1405
|
+
### 🧱 Updated Dependencies
|
|
1406
|
+
|
|
1407
|
+
- Updated react-test-setup to 1.4.37
|
|
1408
|
+
|
|
1409
|
+
## 1.4.36 (2025-10-22)
|
|
1410
|
+
|
|
1411
|
+
### 🧱 Updated Dependencies
|
|
1412
|
+
|
|
1413
|
+
- Updated react-test-setup to 1.4.36
|
|
1414
|
+
|
|
1415
|
+
## 1.4.35 (2025-10-21)
|
|
1416
|
+
|
|
1417
|
+
### 🧱 Updated Dependencies
|
|
1418
|
+
|
|
1419
|
+
- Updated react-test-setup to 1.4.35
|
|
1420
|
+
|
|
1421
|
+
## 1.4.34 (2025-10-20)
|
|
1422
|
+
|
|
1423
|
+
### 🧱 Updated Dependencies
|
|
1424
|
+
|
|
1425
|
+
- Updated react-test-setup to 1.4.34
|
|
1426
|
+
|
|
1427
|
+
## 1.4.33 (2025-10-20)
|
|
1428
|
+
|
|
1429
|
+
### 🧱 Updated Dependencies
|
|
1430
|
+
|
|
1431
|
+
- Updated react-test-setup to 1.4.33
|
|
1432
|
+
|
|
1433
|
+
## 1.4.32 (2025-10-17)
|
|
1434
|
+
|
|
1435
|
+
### 🧱 Updated Dependencies
|
|
1436
|
+
|
|
1437
|
+
- Updated react-test-setup to 1.4.32
|
|
1438
|
+
|
|
1439
|
+
## 1.4.31 (2025-10-17)
|
|
1440
|
+
|
|
1441
|
+
### 🧱 Updated Dependencies
|
|
1442
|
+
|
|
1443
|
+
- Updated react-test-setup to 1.4.31
|
|
1444
|
+
|
|
1445
|
+
## 1.4.30 (2025-10-17)
|
|
1446
|
+
|
|
1447
|
+
### 🧱 Updated Dependencies
|
|
1448
|
+
|
|
1449
|
+
- Updated react-test-setup to 1.4.30
|
|
1450
|
+
|
|
1451
|
+
## 1.4.29 (2025-10-16)
|
|
1452
|
+
|
|
1453
|
+
### 🧱 Updated Dependencies
|
|
1454
|
+
|
|
1455
|
+
- Updated react-test-setup to 1.4.29
|
|
1456
|
+
|
|
1457
|
+
## 1.4.28 (2025-10-16)
|
|
1458
|
+
|
|
1459
|
+
### 🧱 Updated Dependencies
|
|
1460
|
+
|
|
1461
|
+
- Updated react-test-setup to 1.4.28
|
|
1462
|
+
|
|
1463
|
+
## 1.4.27 (2025-10-15)
|
|
1464
|
+
|
|
1465
|
+
### 🧱 Updated Dependencies
|
|
1466
|
+
|
|
1467
|
+
- Updated react-test-setup to 1.4.27
|
|
1468
|
+
|
|
1469
|
+
## 1.4.26 (2025-10-10)
|
|
1470
|
+
|
|
1471
|
+
### 🧱 Updated Dependencies
|
|
1472
|
+
|
|
1473
|
+
- Updated react-test-setup to 1.4.26
|
|
1474
|
+
|
|
1475
|
+
## 1.4.25 (2025-10-10)
|
|
1476
|
+
|
|
1477
|
+
### 🧱 Updated Dependencies
|
|
1478
|
+
|
|
1479
|
+
- Updated react-test-setup to 1.4.25
|
|
1480
|
+
|
|
1481
|
+
## 1.4.24 (2025-10-09)
|
|
1482
|
+
|
|
1483
|
+
### 🧱 Updated Dependencies
|
|
1484
|
+
|
|
1485
|
+
- Updated react-test-setup to 1.4.24
|
|
1486
|
+
|
|
1487
|
+
## 1.4.23 (2025-10-09)
|
|
1488
|
+
|
|
1489
|
+
### 🧱 Updated Dependencies
|
|
1490
|
+
|
|
1491
|
+
- Updated react-test-setup to 1.4.23
|
|
1492
|
+
|
|
1493
|
+
## 1.4.22 (2025-10-09)
|
|
1494
|
+
|
|
1495
|
+
### 🧱 Updated Dependencies
|
|
1496
|
+
|
|
1497
|
+
- Updated react-test-setup to 1.4.22
|
|
1498
|
+
|
|
1499
|
+
## 1.4.21 (2025-10-08)
|
|
1500
|
+
|
|
1501
|
+
### 🧱 Updated Dependencies
|
|
1502
|
+
|
|
1503
|
+
- Updated react-test-setup to 1.4.21
|
|
1504
|
+
|
|
1505
|
+
## 1.4.20 (2025-10-08)
|
|
1506
|
+
|
|
1507
|
+
### 🧱 Updated Dependencies
|
|
1508
|
+
|
|
1509
|
+
- Updated react-test-setup to 1.4.20
|
|
1510
|
+
|
|
1511
|
+
## 1.4.19 (2025-10-08)
|
|
1512
|
+
|
|
1513
|
+
### 🧱 Updated Dependencies
|
|
1514
|
+
|
|
1515
|
+
- Updated react-test-setup to 1.4.19
|
|
1516
|
+
|
|
1517
|
+
## 1.4.18 (2025-10-08)
|
|
1518
|
+
|
|
1519
|
+
### 🧱 Updated Dependencies
|
|
1520
|
+
|
|
1521
|
+
- Updated react-test-setup to 1.4.18
|
|
1522
|
+
|
|
1523
|
+
## 1.4.17 (2025-10-08)
|
|
1524
|
+
|
|
1525
|
+
### 🧱 Updated Dependencies
|
|
1526
|
+
|
|
1527
|
+
- Updated react-test-setup to 1.4.17
|
|
1528
|
+
|
|
1529
|
+
## 1.4.16 (2025-10-08)
|
|
1530
|
+
|
|
1531
|
+
### 🧱 Updated Dependencies
|
|
1532
|
+
|
|
1533
|
+
- Updated react-test-setup to 1.4.16
|
|
1534
|
+
|
|
1535
|
+
## 1.4.15 (2025-10-07)
|
|
1536
|
+
|
|
1537
|
+
### 🧱 Updated Dependencies
|
|
1538
|
+
|
|
1539
|
+
- Updated react-test-setup to 1.4.15
|
|
1540
|
+
|
|
1541
|
+
## 1.4.14 (2025-10-07)
|
|
1542
|
+
|
|
1543
|
+
### 🧱 Updated Dependencies
|
|
1544
|
+
|
|
1545
|
+
- Updated react-test-setup to 1.4.14
|
|
1546
|
+
|
|
1547
|
+
## 1.4.13 (2025-10-07)
|
|
1548
|
+
|
|
1549
|
+
### 🧱 Updated Dependencies
|
|
1550
|
+
|
|
1551
|
+
- Updated react-test-setup to 1.4.13
|
|
1552
|
+
|
|
1553
|
+
## 1.4.12 (2025-10-06)
|
|
1554
|
+
|
|
1555
|
+
### 🧱 Updated Dependencies
|
|
1556
|
+
|
|
1557
|
+
- Updated react-test-setup to 1.4.12
|
|
1558
|
+
|
|
1559
|
+
## 1.4.11 (2025-10-06)
|
|
1560
|
+
|
|
1561
|
+
### 🧱 Updated Dependencies
|
|
1562
|
+
|
|
1563
|
+
- Updated react-test-setup to 1.4.11
|
|
1564
|
+
|
|
1565
|
+
## 1.4.10 (2025-10-06)
|
|
1566
|
+
|
|
1567
|
+
### 🧱 Updated Dependencies
|
|
1568
|
+
|
|
1569
|
+
- Updated react-test-setup to 1.4.10
|
|
1570
|
+
|
|
1571
|
+
## 1.4.9 (2025-10-03)
|
|
1572
|
+
|
|
1573
|
+
### 🧱 Updated Dependencies
|
|
1574
|
+
|
|
1575
|
+
- Updated react-test-setup to 1.4.9
|
|
1576
|
+
|
|
1577
|
+
## 1.4.8 (2025-10-02)
|
|
1578
|
+
|
|
1579
|
+
### 🧱 Updated Dependencies
|
|
1580
|
+
|
|
1581
|
+
- Updated react-test-setup to 1.4.8
|
|
1582
|
+
|
|
1583
|
+
## 1.4.7 (2025-10-01)
|
|
1584
|
+
|
|
1585
|
+
### 🧱 Updated Dependencies
|
|
1586
|
+
|
|
1587
|
+
- Updated react-test-setup to 1.4.7
|
|
1588
|
+
|
|
1589
|
+
## 1.4.6 (2025-10-01)
|
|
1590
|
+
|
|
1591
|
+
### 🧱 Updated Dependencies
|
|
1592
|
+
|
|
1593
|
+
- Updated react-test-setup to 1.4.6
|
|
1594
|
+
|
|
1595
|
+
## 1.4.5 (2025-09-30)
|
|
1596
|
+
|
|
1597
|
+
### 🧱 Updated Dependencies
|
|
1598
|
+
|
|
1599
|
+
- Updated react-test-setup to 1.4.5
|
|
1600
|
+
|
|
1601
|
+
## 1.4.4 (2025-09-29)
|
|
1602
|
+
|
|
1603
|
+
### 🧱 Updated Dependencies
|
|
1604
|
+
|
|
1605
|
+
- Updated react-test-setup to 1.4.4
|
|
1606
|
+
|
|
1607
|
+
## 1.4.3 (2025-09-29)
|
|
1608
|
+
|
|
1609
|
+
### 🧱 Updated Dependencies
|
|
1610
|
+
|
|
1611
|
+
- Updated react-test-setup to 1.4.3
|
|
1612
|
+
|
|
1613
|
+
## 1.4.2 (2025-09-29)
|
|
1614
|
+
|
|
1615
|
+
### 🧱 Updated Dependencies
|
|
1616
|
+
|
|
1617
|
+
- Updated react-test-setup to 1.4.2
|
|
1618
|
+
|
|
1619
|
+
## 1.4.1 (2025-09-29)
|
|
1620
|
+
|
|
1621
|
+
### 🧱 Updated Dependencies
|
|
1622
|
+
|
|
1623
|
+
- Updated react-test-setup to 1.4.1
|
|
1624
|
+
|
|
1625
|
+
## 1.4.0 (2025-09-29)
|
|
1626
|
+
|
|
1627
|
+
### 🧱 Updated Dependencies
|
|
1628
|
+
|
|
1629
|
+
- Updated react-test-setup to 1.4.0
|
|
1630
|
+
|
|
1631
|
+
## 1.3.67 (2025-09-29)
|
|
1632
|
+
|
|
1633
|
+
### 🧱 Updated Dependencies
|
|
1634
|
+
|
|
1635
|
+
- Updated react-test-setup to 1.3.67
|
|
1636
|
+
|
|
1637
|
+
## 1.3.66 (2025-09-29)
|
|
1638
|
+
|
|
1639
|
+
### 🧱 Updated Dependencies
|
|
1640
|
+
|
|
1641
|
+
- Updated react-test-setup to 1.3.66
|
|
1642
|
+
|
|
1643
|
+
## 1.3.65 (2025-09-26)
|
|
1644
|
+
|
|
1645
|
+
### 🧱 Updated Dependencies
|
|
1646
|
+
|
|
1647
|
+
- Updated react-test-setup to 1.3.65
|
|
1648
|
+
|
|
1649
|
+
## 1.3.64 (2025-09-26)
|
|
1650
|
+
|
|
1651
|
+
### 🧱 Updated Dependencies
|
|
1652
|
+
|
|
1653
|
+
- Updated react-test-setup to 1.3.64
|
|
1654
|
+
|
|
1655
|
+
## 1.3.63 (2025-09-25)
|
|
1656
|
+
|
|
1657
|
+
### 🧱 Updated Dependencies
|
|
1658
|
+
|
|
1659
|
+
- Updated react-test-setup to 1.3.63
|
|
1660
|
+
|
|
1661
|
+
## 1.3.62 (2025-09-25)
|
|
1662
|
+
|
|
1663
|
+
### 🧱 Updated Dependencies
|
|
1664
|
+
|
|
1665
|
+
- Updated react-test-setup to 1.3.62
|
|
1666
|
+
|
|
1667
|
+
## 1.3.61 (2025-09-25)
|
|
1668
|
+
|
|
1669
|
+
### 🧱 Updated Dependencies
|
|
1670
|
+
|
|
1671
|
+
- Updated react-test-setup to 1.3.61
|
|
1672
|
+
|
|
1673
|
+
## 1.3.60 (2025-09-24)
|
|
1674
|
+
|
|
1675
|
+
### 🧱 Updated Dependencies
|
|
1676
|
+
|
|
1677
|
+
- Updated react-test-setup to 1.3.60
|
|
1678
|
+
|
|
1679
|
+
## 1.3.59 (2025-09-24)
|
|
1680
|
+
|
|
1681
|
+
### 🧱 Updated Dependencies
|
|
1682
|
+
|
|
1683
|
+
- Updated react-test-setup to 1.3.59
|
|
1684
|
+
|
|
1685
|
+
## 1.3.58 (2025-09-23)
|
|
1686
|
+
|
|
1687
|
+
### 🧱 Updated Dependencies
|
|
1688
|
+
|
|
1689
|
+
- Updated react-test-setup to 1.3.58
|
|
1690
|
+
|
|
1691
|
+
## 1.3.57 (2025-09-23)
|
|
1692
|
+
|
|
1693
|
+
### 🧱 Updated Dependencies
|
|
1694
|
+
|
|
1695
|
+
- Updated react-test-setup to 1.3.57
|
|
1696
|
+
|
|
1697
|
+
## 1.3.56 (2025-09-23)
|
|
1698
|
+
|
|
1699
|
+
### 🧱 Updated Dependencies
|
|
1700
|
+
|
|
1701
|
+
- Updated react-test-setup to 1.3.56
|
|
1702
|
+
|
|
1703
|
+
## 1.3.55 (2025-09-23)
|
|
1704
|
+
|
|
1705
|
+
### 🧱 Updated Dependencies
|
|
1706
|
+
|
|
1707
|
+
- Updated react-test-setup to 1.3.55
|
|
1708
|
+
|
|
1709
|
+
## 1.3.54 (2025-09-22)
|
|
1710
|
+
|
|
1711
|
+
### 🧱 Updated Dependencies
|
|
1712
|
+
|
|
1713
|
+
- Updated react-test-setup to 1.3.54
|
|
1714
|
+
|
|
1715
|
+
## 1.3.53 (2025-09-22)
|
|
1716
|
+
|
|
1717
|
+
### 🧱 Updated Dependencies
|
|
1718
|
+
|
|
1719
|
+
- Updated react-test-setup to 1.3.53
|
|
1720
|
+
|
|
1721
|
+
## 1.3.52 (2025-09-22)
|
|
1722
|
+
|
|
1723
|
+
### 🧱 Updated Dependencies
|
|
1724
|
+
|
|
1725
|
+
- Updated react-test-setup to 1.3.52
|
|
1726
|
+
|
|
1727
|
+
## 1.3.51 (2025-09-19)
|
|
1728
|
+
|
|
1729
|
+
### 🧱 Updated Dependencies
|
|
1730
|
+
|
|
1731
|
+
- Updated react-test-setup to 1.3.51
|
|
1732
|
+
|
|
1733
|
+
## 1.3.50 (2025-09-19)
|
|
1734
|
+
|
|
1735
|
+
### 🧱 Updated Dependencies
|
|
1736
|
+
|
|
1737
|
+
- Updated react-test-setup to 1.3.50
|
|
1738
|
+
|
|
1739
|
+
## 1.3.49 (2025-09-19)
|
|
1740
|
+
|
|
1741
|
+
### 🧱 Updated Dependencies
|
|
1742
|
+
|
|
1743
|
+
- Updated react-test-setup to 1.3.49
|
|
1744
|
+
|
|
1745
|
+
## 1.3.48 (2025-09-18)
|
|
1746
|
+
|
|
1747
|
+
### 🧱 Updated Dependencies
|
|
1748
|
+
|
|
1749
|
+
- Updated react-test-setup to 1.3.48
|
|
1750
|
+
|
|
1751
|
+
## 1.3.47 (2025-09-18)
|
|
1752
|
+
|
|
1753
|
+
### 🧱 Updated Dependencies
|
|
1754
|
+
|
|
1755
|
+
- Updated react-test-setup to 1.3.47
|
|
1756
|
+
|
|
1757
|
+
## 1.3.46 (2025-09-18)
|
|
1758
|
+
|
|
1759
|
+
### 🧱 Updated Dependencies
|
|
1760
|
+
|
|
1761
|
+
- Updated react-test-setup to 1.3.46
|
|
1762
|
+
|
|
1763
|
+
## 1.3.45 (2025-09-18)
|
|
1764
|
+
|
|
1765
|
+
### 🧱 Updated Dependencies
|
|
1766
|
+
|
|
1767
|
+
- Updated react-test-setup to 1.3.45
|
|
1768
|
+
|
|
1769
|
+
## 1.3.44 (2025-09-18)
|
|
1770
|
+
|
|
1771
|
+
### 🧱 Updated Dependencies
|
|
1772
|
+
|
|
1773
|
+
- Updated react-test-setup to 1.3.44
|
|
1774
|
+
|
|
1775
|
+
## 1.3.43 (2025-09-16)
|
|
1776
|
+
|
|
1777
|
+
### 🧱 Updated Dependencies
|
|
1778
|
+
|
|
1779
|
+
- Updated react-test-setup to 1.3.43
|
|
1780
|
+
|
|
1781
|
+
## 1.3.42 (2025-09-15)
|
|
1782
|
+
|
|
1783
|
+
### 🧱 Updated Dependencies
|
|
1784
|
+
|
|
1785
|
+
- Updated react-test-setup to 1.3.42
|
|
1786
|
+
|
|
1787
|
+
## 1.3.41 (2025-09-15)
|
|
1788
|
+
|
|
1789
|
+
### 🧱 Updated Dependencies
|
|
1790
|
+
|
|
1791
|
+
- Updated react-test-setup to 1.3.41
|
|
1792
|
+
|
|
1793
|
+
## 1.3.40 (2025-09-12)
|
|
1794
|
+
|
|
1795
|
+
### 🧱 Updated Dependencies
|
|
1796
|
+
|
|
1797
|
+
- Updated react-test-setup to 1.3.40
|
|
1798
|
+
|
|
1799
|
+
## 1.3.39 (2025-09-11)
|
|
1800
|
+
|
|
1801
|
+
### 🧱 Updated Dependencies
|
|
1802
|
+
|
|
1803
|
+
- Updated react-test-setup to 1.3.39
|
|
1804
|
+
|
|
1805
|
+
## 1.3.38 (2025-09-10)
|
|
1806
|
+
|
|
1807
|
+
### 🧱 Updated Dependencies
|
|
1808
|
+
|
|
1809
|
+
- Updated react-test-setup to 1.3.38
|
|
1810
|
+
|
|
1811
|
+
## 1.3.37 (2025-09-10)
|
|
1812
|
+
|
|
1813
|
+
### 🧱 Updated Dependencies
|
|
1814
|
+
|
|
1815
|
+
- Updated react-test-setup to 1.3.37
|
|
1816
|
+
|
|
1817
|
+
## 1.3.36 (2025-09-10)
|
|
1818
|
+
|
|
1819
|
+
### 🧱 Updated Dependencies
|
|
1820
|
+
|
|
1821
|
+
- Updated react-test-setup to 1.3.36
|
|
1822
|
+
|
|
1823
|
+
## 1.3.35 (2025-09-09)
|
|
1824
|
+
|
|
1825
|
+
### 🧱 Updated Dependencies
|
|
1826
|
+
|
|
1827
|
+
- Updated react-test-setup to 1.3.35
|
|
1828
|
+
|
|
1829
|
+
## 1.3.34 (2025-09-09)
|
|
1830
|
+
|
|
1831
|
+
### 🧱 Updated Dependencies
|
|
1832
|
+
|
|
1833
|
+
- Updated react-test-setup to 1.3.34
|
|
1834
|
+
|
|
1835
|
+
## 1.3.33 (2025-09-08)
|
|
1836
|
+
|
|
1837
|
+
### 🧱 Updated Dependencies
|
|
1838
|
+
|
|
1839
|
+
- Updated react-test-setup to 1.3.33
|
|
1840
|
+
|
|
1841
|
+
## 1.3.32 (2025-09-08)
|
|
1842
|
+
|
|
1843
|
+
### 🧱 Updated Dependencies
|
|
1844
|
+
|
|
1845
|
+
- Updated react-test-setup to 1.3.32
|
|
1846
|
+
|
|
1847
|
+
## 1.3.31 (2025-09-08)
|
|
1848
|
+
|
|
1849
|
+
### 🧱 Updated Dependencies
|
|
1850
|
+
|
|
1851
|
+
- Updated react-test-setup to 1.3.31
|
|
1852
|
+
|
|
1853
|
+
## 1.3.30 (2025-09-05)
|
|
1854
|
+
|
|
1855
|
+
### 🧱 Updated Dependencies
|
|
1856
|
+
|
|
1857
|
+
- Updated react-test-setup to 1.3.30
|
|
1858
|
+
|
|
1859
|
+
## 1.3.29 (2025-09-05)
|
|
1860
|
+
|
|
1861
|
+
### 🧱 Updated Dependencies
|
|
1862
|
+
|
|
1863
|
+
- Updated react-test-setup to 1.3.29
|
|
1864
|
+
|
|
1865
|
+
## 1.3.28 (2025-09-05)
|
|
1866
|
+
|
|
1867
|
+
### 🧱 Updated Dependencies
|
|
1868
|
+
|
|
1869
|
+
- Updated react-test-setup to 1.3.28
|
|
1870
|
+
|
|
1871
|
+
## 1.3.27 (2025-09-05)
|
|
1872
|
+
|
|
1873
|
+
### 🧱 Updated Dependencies
|
|
1874
|
+
|
|
1875
|
+
- Updated react-test-setup to 1.3.27
|
|
1876
|
+
|
|
1877
|
+
## 1.3.26 (2025-09-04)
|
|
1878
|
+
|
|
1879
|
+
### 🧱 Updated Dependencies
|
|
1880
|
+
|
|
1881
|
+
- Updated react-test-setup to 1.3.26
|
|
1882
|
+
|
|
1883
|
+
## 1.3.25 (2025-09-04)
|
|
1884
|
+
|
|
1885
|
+
### 🧱 Updated Dependencies
|
|
1886
|
+
|
|
1887
|
+
- Updated react-test-setup to 1.3.25
|
|
1888
|
+
|
|
1889
|
+
## 1.3.24 (2025-09-04)
|
|
1890
|
+
|
|
1891
|
+
### 🧱 Updated Dependencies
|
|
1892
|
+
|
|
1893
|
+
- Updated react-test-setup to 1.3.24
|
|
1894
|
+
|
|
1895
|
+
## 1.3.23 (2025-09-03)
|
|
1896
|
+
|
|
1897
|
+
### 🧱 Updated Dependencies
|
|
1898
|
+
|
|
1899
|
+
- Updated react-test-setup to 1.3.23
|
|
1900
|
+
|
|
1901
|
+
## 1.3.22 (2025-09-02)
|
|
1902
|
+
|
|
1903
|
+
### 🧱 Updated Dependencies
|
|
1904
|
+
|
|
1905
|
+
- Updated react-test-setup to 1.3.22
|
|
1906
|
+
|
|
1907
|
+
## 1.3.21 (2025-09-01)
|
|
1908
|
+
|
|
1909
|
+
### 🧱 Updated Dependencies
|
|
1910
|
+
|
|
1911
|
+
- Updated react-test-setup to 1.3.21
|
|
1912
|
+
|
|
1913
|
+
## 1.3.20 (2025-08-28)
|
|
1914
|
+
|
|
1915
|
+
### 🧱 Updated Dependencies
|
|
1916
|
+
|
|
1917
|
+
- Updated react-test-setup to 1.3.20
|
|
1918
|
+
|
|
1919
|
+
## 1.3.19 (2025-08-28)
|
|
1920
|
+
|
|
1921
|
+
### 🧱 Updated Dependencies
|
|
1922
|
+
|
|
1923
|
+
- Updated react-test-setup to 1.3.19
|
|
1924
|
+
|
|
1925
|
+
## 1.3.18 (2025-08-27)
|
|
1926
|
+
|
|
1927
|
+
### 🧱 Updated Dependencies
|
|
1928
|
+
|
|
1929
|
+
- Updated react-test-setup to 1.3.18
|
|
1930
|
+
|
|
1931
|
+
## 1.3.17 (2025-08-27)
|
|
1932
|
+
|
|
1933
|
+
### 🧱 Updated Dependencies
|
|
1934
|
+
|
|
1935
|
+
- Updated react-test-setup to 1.3.17
|
|
1936
|
+
|
|
1937
|
+
## 1.3.16 (2025-08-27)
|
|
1938
|
+
|
|
1939
|
+
### 🧱 Updated Dependencies
|
|
1940
|
+
|
|
1941
|
+
- Updated react-test-setup to 1.3.16
|
|
1942
|
+
|
|
1943
|
+
## 1.3.15 (2025-08-27)
|
|
1944
|
+
|
|
1945
|
+
### 🧱 Updated Dependencies
|
|
1946
|
+
|
|
1947
|
+
- Updated react-test-setup to 1.3.15
|
|
1948
|
+
|
|
1949
|
+
## 1.3.14 (2025-08-27)
|
|
1950
|
+
|
|
1951
|
+
### 🧱 Updated Dependencies
|
|
1952
|
+
|
|
1953
|
+
- Updated react-test-setup to 1.3.14
|
|
1954
|
+
|
|
1955
|
+
## 1.3.13 (2025-08-26)
|
|
1956
|
+
|
|
1957
|
+
### 🧱 Updated Dependencies
|
|
1958
|
+
|
|
1959
|
+
- Updated react-test-setup to 1.3.13
|
|
1960
|
+
|
|
1961
|
+
## 1.3.12 (2025-08-26)
|
|
1962
|
+
|
|
1963
|
+
### 🧱 Updated Dependencies
|
|
1964
|
+
|
|
1965
|
+
- Updated react-test-setup to 1.3.12
|
|
1966
|
+
|
|
1967
|
+
## 1.3.11 (2025-08-25)
|
|
1968
|
+
|
|
1969
|
+
### 🧱 Updated Dependencies
|
|
1970
|
+
|
|
1971
|
+
- Updated react-test-setup to 1.3.11
|
|
1972
|
+
|
|
1973
|
+
## 1.3.10 (2025-08-25)
|
|
1974
|
+
|
|
1975
|
+
### 🧱 Updated Dependencies
|
|
1976
|
+
|
|
1977
|
+
- Updated react-test-setup to 1.3.10
|
|
1978
|
+
|
|
1979
|
+
## 1.3.9 (2025-08-25)
|
|
1980
|
+
|
|
1981
|
+
### 🧱 Updated Dependencies
|
|
1982
|
+
|
|
1983
|
+
- Updated react-test-setup to 1.3.9
|
|
1984
|
+
|
|
1985
|
+
## 1.3.8 (2025-08-25)
|
|
1986
|
+
|
|
1987
|
+
### 🧱 Updated Dependencies
|
|
1988
|
+
|
|
1989
|
+
- Updated react-test-setup to 1.3.8
|
|
1990
|
+
|
|
1991
|
+
## 1.3.7 (2025-08-25)
|
|
1992
|
+
|
|
1993
|
+
### 🧱 Updated Dependencies
|
|
1994
|
+
|
|
1995
|
+
- Updated react-test-setup to 1.3.7
|
|
1996
|
+
|
|
1997
|
+
## 1.3.6 (2025-08-21)
|
|
1998
|
+
|
|
1999
|
+
### 🧱 Updated Dependencies
|
|
2000
|
+
|
|
2001
|
+
- Updated react-test-setup to 1.3.6
|
|
2002
|
+
|
|
2003
|
+
## 1.3.5 (2025-08-21)
|
|
2004
|
+
|
|
2005
|
+
### 🧱 Updated Dependencies
|
|
2006
|
+
|
|
2007
|
+
- Updated react-test-setup to 1.3.5
|
|
2008
|
+
|
|
2009
|
+
## 1.3.4 (2025-08-20)
|
|
2010
|
+
|
|
2011
|
+
### 🧱 Updated Dependencies
|
|
2012
|
+
|
|
2013
|
+
- Updated react-test-setup to 1.3.4
|
|
2014
|
+
|
|
2015
|
+
## 1.3.3 (2025-08-20)
|
|
2016
|
+
|
|
2017
|
+
### 🧱 Updated Dependencies
|
|
2018
|
+
|
|
2019
|
+
- Updated react-test-setup to 1.3.3
|
|
2020
|
+
|
|
2021
|
+
## 1.3.2 (2025-08-20)
|
|
2022
|
+
|
|
2023
|
+
### 🧱 Updated Dependencies
|
|
2024
|
+
|
|
2025
|
+
- Updated react-test-setup to 1.3.2
|
|
2026
|
+
|
|
2027
|
+
## 1.3.1 (2025-08-20)
|
|
2028
|
+
|
|
2029
|
+
### 🧱 Updated Dependencies
|
|
2030
|
+
|
|
2031
|
+
- Updated react-test-setup to 1.3.1
|
|
2032
|
+
|
|
2033
|
+
## 1.3.0 (2025-08-19)
|
|
2034
|
+
|
|
2035
|
+
### 🧱 Updated Dependencies
|
|
2036
|
+
|
|
2037
|
+
- Updated react-test-setup to 1.3.0
|
|
2038
|
+
|
|
2039
|
+
## 1.2.8 (2025-08-19)
|
|
2040
|
+
|
|
2041
|
+
### 🧱 Updated Dependencies
|
|
2042
|
+
|
|
2043
|
+
- Updated react-test-setup to 1.2.8
|
|
2044
|
+
|
|
2045
|
+
## 1.2.7 (2025-08-19)
|
|
2046
|
+
|
|
2047
|
+
### 🧱 Updated Dependencies
|
|
2048
|
+
|
|
2049
|
+
- Updated react-test-setup to 1.2.7
|
|
2050
|
+
|
|
2051
|
+
## 1.2.6 (2025-08-18)
|
|
2052
|
+
|
|
2053
|
+
### 🧱 Updated Dependencies
|
|
2054
|
+
|
|
2055
|
+
- Updated react-test-setup to 1.2.6
|
|
2056
|
+
|
|
2057
|
+
## 1.2.5 (2025-08-18)
|
|
2058
|
+
|
|
2059
|
+
### 🧱 Updated Dependencies
|
|
2060
|
+
|
|
2061
|
+
- Updated react-test-setup to 1.2.5
|
|
2062
|
+
|
|
2063
|
+
## 1.2.4 (2025-08-18)
|
|
2064
|
+
|
|
2065
|
+
### 🧱 Updated Dependencies
|
|
2066
|
+
|
|
2067
|
+
- Updated react-test-setup to 1.2.4
|
|
2068
|
+
|
|
2069
|
+
## 1.2.3 (2025-08-18)
|
|
2070
|
+
|
|
2071
|
+
### 🧱 Updated Dependencies
|
|
2072
|
+
|
|
2073
|
+
- Updated react-test-setup to 1.2.3
|
|
2074
|
+
|
|
2075
|
+
## 1.2.2 (2025-08-18)
|
|
2076
|
+
|
|
2077
|
+
### 🧱 Updated Dependencies
|
|
2078
|
+
|
|
2079
|
+
- Updated react-test-setup to 1.2.2
|
|
2080
|
+
|
|
2081
|
+
## 1.2.1 (2025-08-18)
|
|
2082
|
+
|
|
2083
|
+
### 🧱 Updated Dependencies
|
|
2084
|
+
|
|
2085
|
+
- Updated react-test-setup to 1.2.1
|
|
2086
|
+
|
|
2087
|
+
## 1.2.0 (2025-08-15)
|
|
2088
|
+
|
|
2089
|
+
### 🧱 Updated Dependencies
|
|
2090
|
+
|
|
2091
|
+
- Updated react-test-setup to 1.2.0
|
|
2092
|
+
|
|
2093
|
+
## 1.1.40 (2025-08-14)
|
|
2094
|
+
|
|
2095
|
+
### 🧱 Updated Dependencies
|
|
2096
|
+
|
|
2097
|
+
- Updated react-test-setup to 1.1.40
|
|
2098
|
+
|
|
2099
|
+
## 1.1.39 (2025-08-12)
|
|
2100
|
+
|
|
2101
|
+
### 🧱 Updated Dependencies
|
|
2102
|
+
|
|
2103
|
+
- Updated react-test-setup to 1.1.39
|
|
2104
|
+
|
|
2105
|
+
## 1.1.38 (2025-08-11)
|
|
2106
|
+
|
|
2107
|
+
### 🧱 Updated Dependencies
|
|
2108
|
+
|
|
2109
|
+
- Updated react-test-setup to 1.1.38
|
|
2110
|
+
|
|
2111
|
+
## 1.1.37 (2025-08-11)
|
|
2112
|
+
|
|
2113
|
+
### 🧱 Updated Dependencies
|
|
2114
|
+
|
|
2115
|
+
- Updated react-test-setup to 1.1.37
|
|
2116
|
+
|
|
2117
|
+
## 1.1.36 (2025-08-08)
|
|
2118
|
+
|
|
2119
|
+
### 🧱 Updated Dependencies
|
|
2120
|
+
|
|
2121
|
+
- Updated react-test-setup to 1.1.36
|
|
2122
|
+
|
|
2123
|
+
## 1.1.35 (2025-08-08)
|
|
2124
|
+
|
|
2125
|
+
### 🧱 Updated Dependencies
|
|
2126
|
+
|
|
2127
|
+
- Updated react-test-setup to 1.1.35
|
|
2128
|
+
|
|
2129
|
+
## 1.1.34 (2025-08-07)
|
|
2130
|
+
|
|
2131
|
+
### 🧱 Updated Dependencies
|
|
2132
|
+
|
|
2133
|
+
- Updated react-test-setup to 1.1.34
|
|
2134
|
+
|
|
2135
|
+
## 1.1.33 (2025-08-07)
|
|
2136
|
+
|
|
2137
|
+
### 🧱 Updated Dependencies
|
|
2138
|
+
|
|
2139
|
+
- Updated react-test-setup to 1.1.33
|
|
2140
|
+
|
|
2141
|
+
## 1.1.32 (2025-08-07)
|
|
2142
|
+
|
|
2143
|
+
### 🧱 Updated Dependencies
|
|
2144
|
+
|
|
2145
|
+
- Updated react-test-setup to 1.1.32
|
|
2146
|
+
|
|
2147
|
+
## 1.1.31 (2025-08-07)
|
|
2148
|
+
|
|
2149
|
+
### 🧱 Updated Dependencies
|
|
2150
|
+
|
|
2151
|
+
- Updated react-test-setup to 1.1.31
|
|
2152
|
+
|
|
2153
|
+
## 1.1.30 (2025-08-07)
|
|
2154
|
+
|
|
2155
|
+
### 🧱 Updated Dependencies
|
|
2156
|
+
|
|
2157
|
+
- Updated react-test-setup to 1.1.30
|
|
2158
|
+
|
|
2159
|
+
## 1.1.29 (2025-08-06)
|
|
2160
|
+
|
|
2161
|
+
### 🧱 Updated Dependencies
|
|
2162
|
+
|
|
2163
|
+
- Updated react-test-setup to 1.1.29
|
|
2164
|
+
|
|
2165
|
+
## 1.1.28 (2025-08-06)
|
|
2166
|
+
|
|
2167
|
+
### 🧱 Updated Dependencies
|
|
2168
|
+
|
|
2169
|
+
- Updated react-test-setup to 1.1.28
|
|
2170
|
+
|
|
2171
|
+
## 1.1.27 (2025-08-06)
|
|
2172
|
+
|
|
2173
|
+
### 🧱 Updated Dependencies
|
|
2174
|
+
|
|
2175
|
+
- Updated react-test-setup to 1.1.27
|
|
2176
|
+
|
|
2177
|
+
## 1.1.26 (2025-08-05)
|
|
2178
|
+
|
|
2179
|
+
### 🧱 Updated Dependencies
|
|
2180
|
+
|
|
2181
|
+
- Updated react-test-setup to 1.1.26
|
|
2182
|
+
|
|
2183
|
+
## 1.1.25 (2025-08-05)
|
|
2184
|
+
|
|
2185
|
+
### 🩹 Fixes
|
|
2186
|
+
|
|
2187
|
+
- **circleci:** reintroduce --max-time 60 ([3d8f763694f](https://github.com/Trackunit/manager/commit/3d8f763694f))
|
|
2188
|
+
- **circleci:** fix jq call ([c41bfdcd737](https://github.com/Trackunit/manager/commit/c41bfdcd737))
|
|
2189
|
+
- **circleci:** use a token while requesting Github metadata to avoid hitting default rate limits ([0889aa1d161](https://github.com/Trackunit/manager/commit/0889aa1d161))
|
|
2190
|
+
|
|
2191
|
+
### 🧱 Updated Dependencies
|
|
2192
|
+
|
|
2193
|
+
- Updated react-test-setup to 1.1.25
|
|
2194
|
+
|
|
2195
|
+
### ❤️ Thank You
|
|
2196
|
+
|
|
2197
|
+
- Paweł Kozioł
|
|
2198
|
+
|
|
2199
|
+
## 1.1.24 (2025-08-04)
|
|
2200
|
+
|
|
2201
|
+
### 🧱 Updated Dependencies
|
|
2202
|
+
|
|
2203
|
+
- Updated react-test-setup to 1.1.24
|
|
2204
|
+
|
|
2205
|
+
## 1.1.23 (2025-08-01)
|
|
2206
|
+
|
|
2207
|
+
### 🧱 Updated Dependencies
|
|
2208
|
+
|
|
2209
|
+
- Updated react-test-setup to 1.1.23
|
|
2210
|
+
|
|
2211
|
+
## 1.1.22 (2025-08-01)
|
|
2212
|
+
|
|
2213
|
+
### 🧱 Updated Dependencies
|
|
2214
|
+
|
|
2215
|
+
- Updated react-test-setup to 1.1.22
|
|
2216
|
+
|
|
2217
|
+
## 1.1.21 (2025-07-29)
|
|
2218
|
+
|
|
2219
|
+
### 🧱 Updated Dependencies
|
|
2220
|
+
|
|
2221
|
+
- Updated react-test-setup to 1.1.21
|
|
2222
|
+
|
|
2223
|
+
## 1.1.20 (2025-07-24)
|
|
2224
|
+
|
|
2225
|
+
### 🧱 Updated Dependencies
|
|
2226
|
+
|
|
2227
|
+
- Updated react-test-setup to 1.1.20
|
|
2228
|
+
|
|
2229
|
+
## 1.1.19 (2025-07-23)
|
|
2230
|
+
|
|
2231
|
+
### 🧱 Updated Dependencies
|
|
2232
|
+
|
|
2233
|
+
- Updated react-test-setup to 1.1.19
|
|
2234
|
+
|
|
2235
|
+
## 1.1.18 (2025-07-22)
|
|
2236
|
+
|
|
2237
|
+
### 🧱 Updated Dependencies
|
|
2238
|
+
|
|
2239
|
+
- Updated react-test-setup to 1.1.18
|
|
2240
|
+
|
|
2241
|
+
## 1.1.17 (2025-07-22)
|
|
2242
|
+
|
|
2243
|
+
### 🧱 Updated Dependencies
|
|
2244
|
+
|
|
2245
|
+
- Updated react-test-setup to 1.1.17
|
|
2246
|
+
|
|
2247
|
+
## 1.1.16 (2025-07-21)
|
|
2248
|
+
|
|
2249
|
+
### 🧱 Updated Dependencies
|
|
2250
|
+
|
|
2251
|
+
- Updated react-test-setup to 1.1.16
|
|
2252
|
+
|
|
2253
|
+
## 1.1.15 (2025-07-17)
|
|
2254
|
+
|
|
2255
|
+
### 🩹 Fixes
|
|
2256
|
+
|
|
2257
|
+
- Don't save last deployed SHA if dev wasn't deployed to ensure all builds are run ([d442f517988](https://github.com/Trackunit/manager/commit/d442f517988))
|
|
2258
|
+
|
|
2259
|
+
### 🧱 Updated Dependencies
|
|
2260
|
+
|
|
2261
|
+
- Updated react-test-setup to 1.1.15
|
|
2262
|
+
|
|
2263
|
+
### ❤️ Thank You
|
|
2264
|
+
|
|
2265
|
+
- Mads Mætzke Tandrup
|
|
2266
|
+
|
|
2267
|
+
## 1.1.14 (2025-07-17)
|
|
2268
|
+
|
|
2269
|
+
### 🧱 Updated Dependencies
|
|
2270
|
+
|
|
2271
|
+
- Updated react-test-setup to 1.1.14
|
|
2272
|
+
|
|
2273
|
+
## 1.1.13 (2025-07-16)
|
|
2274
|
+
|
|
2275
|
+
### 🧱 Updated Dependencies
|
|
2276
|
+
|
|
2277
|
+
- Updated react-test-setup to 1.1.13
|
|
2278
|
+
|
|
2279
|
+
## 1.1.12 (2025-07-16)
|
|
2280
|
+
|
|
2281
|
+
### 🧱 Updated Dependencies
|
|
2282
|
+
|
|
2283
|
+
- Updated react-test-setup to 1.1.12
|
|
2284
|
+
|
|
2285
|
+
## 1.1.11 (2025-07-15)
|
|
2286
|
+
|
|
2287
|
+
### 🧱 Updated Dependencies
|
|
2288
|
+
|
|
2289
|
+
- Updated react-test-setup to 1.1.11
|
|
2290
|
+
|
|
2291
|
+
## 1.1.10 (2025-07-11)
|
|
2292
|
+
|
|
2293
|
+
### 🧱 Updated Dependencies
|
|
2294
|
+
|
|
2295
|
+
- Updated react-test-setup to 1.1.10
|
|
2296
|
+
|
|
2297
|
+
## 1.1.9 (2025-07-11)
|
|
2298
|
+
|
|
2299
|
+
### 🧱 Updated Dependencies
|
|
2300
|
+
|
|
2301
|
+
- Updated react-test-setup to 1.1.9
|
|
2302
|
+
|
|
2303
|
+
## 1.1.8 (2025-07-10)
|
|
2304
|
+
|
|
2305
|
+
### 🧱 Updated Dependencies
|
|
2306
|
+
|
|
2307
|
+
- Updated react-test-setup to 1.1.8
|
|
2308
|
+
|
|
2309
|
+
## 1.1.7 (2025-07-10)
|
|
2310
|
+
|
|
2311
|
+
### 🧱 Updated Dependencies
|
|
2312
|
+
|
|
2313
|
+
- Updated react-test-setup to 1.1.7
|
|
2314
|
+
|
|
2315
|
+
## 1.1.6 (2025-07-08)
|
|
2316
|
+
|
|
2317
|
+
### 🧱 Updated Dependencies
|
|
2318
|
+
|
|
2319
|
+
- Updated react-test-setup to 1.1.6
|
|
2320
|
+
|
|
2321
|
+
## 1.1.5 (2025-07-08)
|
|
2322
|
+
|
|
2323
|
+
### 🧱 Updated Dependencies
|
|
2324
|
+
|
|
2325
|
+
- Updated react-test-setup to 1.1.5
|
|
2326
|
+
|
|
2327
|
+
## 1.1.4 (2025-07-07)
|
|
2328
|
+
|
|
2329
|
+
### 🧱 Updated Dependencies
|
|
2330
|
+
|
|
2331
|
+
- Updated react-test-setup to 1.1.4
|
|
2332
|
+
|
|
2333
|
+
## 1.1.3 (2025-07-07)
|
|
2334
|
+
|
|
2335
|
+
### 🧱 Updated Dependencies
|
|
2336
|
+
|
|
2337
|
+
- Updated react-test-setup to 1.1.3
|
|
2338
|
+
|
|
2339
|
+
## 1.1.2 (2025-07-07)
|
|
2340
|
+
|
|
2341
|
+
### 🧱 Updated Dependencies
|
|
2342
|
+
|
|
2343
|
+
- Updated react-test-setup to 1.1.2
|
|
2344
|
+
|
|
2345
|
+
## 1.1.1 (2025-07-03)
|
|
2346
|
+
|
|
2347
|
+
### 🧱 Updated Dependencies
|
|
2348
|
+
|
|
2349
|
+
- Updated react-test-setup to 1.1.1
|
|
2350
|
+
|
|
2351
|
+
## 1.1.0 (2025-07-03)
|
|
2352
|
+
|
|
2353
|
+
### 🚀 Features
|
|
2354
|
+
|
|
2355
|
+
- generate boilerplate code for widget ([8869f018cc2](https://github.com/Trackunit/manager/commit/8869f018cc2))
|
|
2356
|
+
|
|
2357
|
+
### 🧱 Updated Dependencies
|
|
2358
|
+
|
|
2359
|
+
- Updated react-test-setup to 1.1.0
|
|
2360
|
+
|
|
2361
|
+
### ❤️ Thank You
|
|
2362
|
+
|
|
2363
|
+
- Simon Laustsen
|
|
2364
|
+
|
|
2365
|
+
## 1.0.24 (2025-07-02)
|
|
2366
|
+
|
|
2367
|
+
### 🧱 Updated Dependencies
|
|
2368
|
+
|
|
2369
|
+
- Updated react-test-setup to 1.0.56
|
|
2370
|
+
|
|
2371
|
+
## 1.0.23 (2025-07-01)
|
|
2372
|
+
|
|
2373
|
+
### 🧱 Updated Dependencies
|
|
2374
|
+
|
|
2375
|
+
- Updated react-test-setup to 1.0.55
|
|
2376
|
+
|
|
2377
|
+
## 1.0.22 (2025-07-01)
|
|
2378
|
+
|
|
2379
|
+
### 🧱 Updated Dependencies
|
|
2380
|
+
|
|
2381
|
+
- Updated react-test-setup to 1.0.54
|
|
2382
|
+
|
|
2383
|
+
## 1.0.21 (2025-06-30)
|
|
2384
|
+
|
|
2385
|
+
### 🧱 Updated Dependencies
|
|
2386
|
+
|
|
2387
|
+
- Updated react-test-setup to 1.0.53
|
|
2388
|
+
|
|
2389
|
+
## 1.0.20 (2025-06-29)
|
|
2390
|
+
|
|
2391
|
+
### 🧱 Updated Dependencies
|
|
2392
|
+
|
|
2393
|
+
- Updated react-test-setup to 1.0.52
|
|
2394
|
+
|
|
2395
|
+
## 1.0.19 (2025-06-27)
|
|
2396
|
+
|
|
2397
|
+
### 🧱 Updated Dependencies
|
|
2398
|
+
|
|
2399
|
+
- Updated react-test-setup to 1.0.51
|
|
2400
|
+
|
|
2401
|
+
## 1.0.18 (2025-06-24)
|
|
2402
|
+
|
|
2403
|
+
### 🧱 Updated Dependencies
|
|
2404
|
+
|
|
2405
|
+
- Updated react-test-setup to 1.0.50
|
|
2406
|
+
|
|
2407
|
+
## 1.0.17 (2025-06-24)
|
|
2408
|
+
|
|
2409
|
+
### 🧱 Updated Dependencies
|
|
2410
|
+
|
|
2411
|
+
- Updated react-test-setup to 1.0.49
|
|
2412
|
+
|
|
2413
|
+
## 1.0.16 (2025-06-23)
|
|
2414
|
+
|
|
2415
|
+
### 🧱 Updated Dependencies
|
|
2416
|
+
|
|
2417
|
+
- Updated react-test-setup to 1.0.48
|
|
2418
|
+
|
|
2419
|
+
## 1.0.15 (2025-06-23)
|
|
2420
|
+
|
|
2421
|
+
### 🧱 Updated Dependencies
|
|
2422
|
+
|
|
2423
|
+
- Updated react-test-setup to 1.0.47
|
|
2424
|
+
|
|
2425
|
+
## 1.0.14 (2025-06-23)
|
|
2426
|
+
|
|
2427
|
+
### 🧱 Updated Dependencies
|
|
2428
|
+
|
|
2429
|
+
- Updated react-test-setup to 1.0.46
|
|
2430
|
+
|
|
2431
|
+
## 1.0.13 (2025-06-20)
|
|
2432
|
+
|
|
2433
|
+
### 🧱 Updated Dependencies
|
|
2434
|
+
|
|
2435
|
+
- Updated react-test-setup to 1.0.45
|
|
2436
|
+
|
|
2437
|
+
## 1.0.12 (2025-06-20)
|
|
2438
|
+
|
|
2439
|
+
### 🧱 Updated Dependencies
|
|
2440
|
+
|
|
2441
|
+
- Updated react-test-setup to 1.0.44
|
|
2442
|
+
|
|
2443
|
+
## 1.0.11 (2025-06-19)
|
|
2444
|
+
|
|
2445
|
+
### 🧱 Updated Dependencies
|
|
2446
|
+
|
|
2447
|
+
- Updated react-test-setup to 1.0.43
|
|
2448
|
+
|
|
2449
|
+
## 1.0.10 (2025-06-19)
|
|
2450
|
+
|
|
2451
|
+
### 🧱 Updated Dependencies
|
|
2452
|
+
|
|
2453
|
+
- Updated react-test-setup to 1.0.42
|
|
2454
|
+
|
|
2455
|
+
## 1.0.9 (2025-06-19)
|
|
2456
|
+
|
|
2457
|
+
### 🧱 Updated Dependencies
|
|
2458
|
+
|
|
2459
|
+
- Updated react-test-setup to 1.0.41
|
|
2460
|
+
|
|
2461
|
+
## 1.0.8 (2025-06-18)
|
|
2462
|
+
|
|
2463
|
+
This was a version bump only for iris-app-e2e to align it with other projects, there were no code changes.
|
|
2464
|
+
|
|
2465
|
+
## 1.0.7 (2025-06-18)
|
|
2466
|
+
|
|
2467
|
+
### 🧱 Updated Dependencies
|
|
2468
|
+
|
|
2469
|
+
- Updated react-test-setup to 1.0.40
|
|
2470
|
+
|
|
2471
|
+
## 1.0.6 (2025-06-18)
|
|
2472
|
+
|
|
2473
|
+
### 🧱 Updated Dependencies
|
|
2474
|
+
|
|
2475
|
+
- Updated react-test-setup to 1.0.39
|
|
2476
|
+
|
|
2477
|
+
## 1.0.5 (2025-06-17)
|
|
2478
|
+
|
|
2479
|
+
### 🧱 Updated Dependencies
|
|
2480
|
+
|
|
2481
|
+
- Updated react-test-setup to 1.0.38
|
|
2482
|
+
|
|
2483
|
+
## 1.0.4 (2025-06-17)
|
|
2484
|
+
|
|
2485
|
+
### 🧱 Updated Dependencies
|
|
2486
|
+
|
|
2487
|
+
- Updated react-test-setup to 1.0.37
|
|
2488
|
+
|
|
2489
|
+
## 1.0.3 (2025-06-16)
|
|
2490
|
+
|
|
2491
|
+
### 🧱 Updated Dependencies
|
|
2492
|
+
|
|
2493
|
+
- Updated react-test-setup to 1.0.36
|
|
2494
|
+
|
|
2495
|
+
## 1.0.2 (2025-06-16)
|
|
2496
|
+
|
|
2497
|
+
### 🧱 Updated Dependencies
|
|
2498
|
+
|
|
2499
|
+
- Updated react-test-setup to 1.0.35
|
|
2500
|
+
|
|
2501
|
+
## 1.0.1 (2025-06-16)
|
|
2502
|
+
|
|
2503
|
+
### 🧱 Updated Dependencies
|
|
2504
|
+
|
|
2505
|
+
- Updated react-test-setup to 1.0.34
|
|
2506
|
+
|
|
2507
|
+
# 1.0.0 (2025-06-16)
|
|
2508
|
+
|
|
2509
|
+
### 🧱 Updated Dependencies
|
|
2510
|
+
|
|
2511
|
+
- Updated react-test-setup to 1.0.33
|