Skip to content

v5.2.0

Compare
Choose a tag to compare
@denniskigen denniskigen released this 17 Nov 20:15
· 63 commits to main since this release

Highlights

Home 5.2.0 brings a number of new features and improvements. Most notably, these are:

Improved performance

We've reduced the number of network requests made by the application by reducing the number of Webpack chunks created by the application. This means that the application loads faster than before. Read more about this in the migration guide here.

Yarn 4 support

We're now using Yarn v4! That means we're also migrating monorepo management concerns from using lerna to using yarn workspaces. An important corollary of this change is that we'll now require a minimum of Node 18 to run the Home app.

Shared SWR cache

We've introduced a shared SWR cache for all the modules in the application. This means that if you're using SWR in your module, you can now share the cache with the rest of the application.

Features

Housekeeping

New contributors

Thank you to all our wonderful contributors! 🎉

Full Changelog: v5.1.0...v5.2.0