DuCanhGH
released this
02 Mar 18:23
·
224 commits
to master
since this release
Minor Changes
-
172eebf: feat(deps):
next-pwa
no longer requiresswc-loader
to be manually installed- This package now installs
swc-loader
on its own, and then resolve it usingrequire.resolve
.
- This package now installs
-
172eebf: chore(docs): isolated parts of README.md into SETUP.md for better docs maintenance
- I found scrolling through README.md to be quite a pain, so I've isolated parts of it into a new file again.
Patch Changes
-
172eebf: chore(deps): monthly dependencies maintenance
-
Though I've been quite busy recently with Next.js itself (tons of typedRoutes PRs) and my own stuff, I've promised to always perform a monthly dependencies maintenance.
-
examples/basic
has migrated from<head />
to metadata with this.
-