Skip to content

@matrix-widget-toolkit/[email protected]

Compare
Choose a tag to compare
@nordeck-os-publish-pipeline nordeck-os-publish-pipeline released this 21 Oct 08:38
· 85 commits to main since this release
049fc26

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