v5.2.0
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
- (feat) Use fewer Webpack chunks by @ibacher in #162
- (feat) Add hebrew translations (O3-2574) by @ComradeSwarog in #163
- (feat) Add Arabic translations by @michaelbontyes in #158
Housekeeping
- (chore) Release v5.2.0 by @denniskigen in #166
- (chore) Upgrade yarn and switch to workspaces by @denniskigen in #164
- (chore) Mark SWR as a peer dependency by @denniskigen in #160
- (chore) Bump @actions/upload-artifact GitHub action by @denniskigen in #161
- (chore) Upgrade yarn and switch to workspaces by @denniskigen in #164
- (chore) Bump @babel/traverse from 7.18.9 to 7.23.3 by @dependabot in #165
- (chore) Bump postcss from 8.4.14 to 8.4.31 by @dependabot in #157
New contributors
- @michaelbontyes made their first contribution in #158
- @ComradeSwarog made their first contribution in #163
Thank you to all our wonderful contributors! 🎉
Full Changelog: v5.1.0...v5.2.0