Highlights
We are happy to share the newest Matrix Widget Toolkit update with you today!
While the list isn't long, it is quite significant.
In this release, we migrated away from Facebook's Create React App (CRA) framework in favour of the new and actively maintained Vite framework (mind the French pronunciation 😉).
This allows us to update some dependencies with known issues that were kept back behind CRA.
Along with that, we also swapped out our testing framework from jest to the Vite-native Vitest.
If you're consuming our @matrix-widget-toolkit/testing
package, this means breaking changes which caused us to release a new major version.
In our experience, upgrading apps that consume the Widget Toolkit, including the testing package, is fairly straightforward.
Changelog
Major Changes
- f00e7cf: Migrate to vitest for testing. We do not support jest any further
Patch Changes
- Updated dependencies [f00e7cf]
- @matrix-widget-toolkit/[email protected]