You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`ReactTestUtils` is now a `trait` as well as an `object` so that you can mix it into your own test utils collection
70
+
71
+
* Upgrade deps
72
+
* Cats-effect to 3.2.9
73
+
* Microlibs to 4.0.0
74
+
* Scala.js to 1.7.1
75
+
* scalajs-dom 2.0.0
76
+
* UnivEq to 2.0.0
77
+
78
+
# Changes in RC5
79
+
80
+
* Add a new bundle called `core-bundle-cb_io` with provides core scalajs-react functionality with `Callback` as the default sync effect and `cats.effect.IO` as the default async effect. (Thanks [@rpiaggio](https://github.com/rpiaggio))
* `ReactTestUtils` is now a `trait` as well as an `object` so that you can mix it into your own test utils collection
369
-
* Upgrade deps
370
-
* Cats-effect to 3.2.9
371
-
* Microlibs to 4.0.0
372
-
* Scala.js to 1.7.1
373
-
* scalajs-dom 2.0.0
374
-
* UnivEq to 2.0.0
334
+
# Changes in RCs
375
335
336
+
If you're interested in the changes between each RC release, [see here](./2.0.0-RCs.md).
376
337
377
-
# Changes in RC5
378
-
* Add a new bundle called `core-bundle-cb_io` with provides core scalajs-react functionality with `Callback` as the default sync effect and `cats.effect.IO` as the default async effect. (Thanks [@rpiaggio](https://github.com/rpiaggio))
379
338
380
-
s
381
339
# Thanks
382
340
383
341
A lot of this was kindly sponsored by [Gemini](https://www.gemini.edu/)/[NOIRLab](https://nationalastro.org/)/[AURA](https://www.aura-astronomy.org/).
0 commit comments