v3.1.0
What's Changed
Breaking changes
Font files are now loaded from the servers provided by Mr. Rasmus Andersson, the creator of the font in use. If your reverse proxy adds a Content-Security-Policy
or a Cross-Origin-Embedder-Policy
header, you may want to update those. The README suggests some values to use.
Minor changes
- Improve typography by @marvinruder in #742
Tweaks and fixes
- Remove unused dependencies by @marvinruder in #720
- Remove suspicious nullish-coalescing operator by @marvinruder in #722
- Setup Yarn SDKs in development container by @marvinruder in #732
- Move linting and typechecking to GitHub Actions by @marvinruder in #734
- Use
postinstall
for generating Prisma client by @marvinruder in #735 - Fix badges in README by @marvinruder in #739
- Update README.md by @marvinruder in #747
- Fix reporting issues by @marvinruder in #748
Notable dependency updates
Full Changelog: v3.0.0...v3.1.0