🐛 Bug Fixes
vue-app
- #8978 Reload page once after loading chunk error (resolves #3389)
- #9008 Fallback to global nuxt instance of
$root
is not available (resolves #8995) - #9010 Use
app.context.route
to match components in server (resolves #9009) - #9024 Serialize redirect functions in routes (resolves #8979)
- #9026 Re-call
$fetch
if data is missing in payload (resolves #9016) - #9050 Use
app.context.route
for resolving components (resolves #9049) - #9075 Move internal app runtime config to
_app
namespace (resolves #9074)
config
- #9014 Set
compileType
toicss
forcss-loader
v4
- #9014 Set
server
cli
- #8996 Remove warning if postcss 8 is installed (resolves #8087 (comment))
👕 Types
- #9078 Inline
@types/terser-webpack-plugin
- #9086 Use options from
sass-loader
rather thansass
(resolves #9085) - #9053 Css-loader v4 type definitions
- #9018 Don't require all csp policies as keys (resolves #9017)
- #9059 Add stub entrypoint to allow node resolution of
@nuxt/types
(resolves #9030)
💖 Thanks to
- ChangJoo Park (박창주) (@ChangJoo-Park)
- Evan Ma (@EvanMaFYH)
- Thomas Beduneau (@enwin)
- @rinu
- @zzzmisa