v2.15.4
版本发布时间: 2021-04-01 19:24:06
nuxt/nuxt最新发布版本:v3.13.2(2024-09-16 05:27:05)
🐛 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
- #9034 Avoid caching
.js
assets in development to fix HMR in safari (resolves #3828)
- #9034 Avoid caching
-
cli
- #8996 Remove warning if postcss 8 is installed (resolves https://github.com/nuxt/nuxt.js/issues/8087#issuecomment-800167111)
👕 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