πHighlights
- Support for improved typescript runtime
- Experimental support for feature toggling for SUPER slim builds!
- Mitigate problems with nuxt server stocking during development
- Fix issues with internet-explorer in development mode
- Upgrade to terser webpack plugin v2
- Improved stability of
loading-screen
. No more endless loops (nuxt/loading-screen#44) and show fatal errors (nuxt/loading-screen#45) for the initial build
π Bug Fixes
core
- #6490 Clear resolver cache for project files dev mode
vue-app
webpack
cli
- #6441 Server should not be initialized in nuxt build
babel-preset-app
- #6435 Use loose mode for babel class plugin
vue-renderer
- #6429 Dont mutate
options.head
- #6429 Dont mutate
config
- #6371 Enable total timing by default when
server.timing
is enabled
- #6371 Enable total timing by default when
config, vue-app
- #6379 Add module declaration for
config
andvue-app
- #6379 Add module declaration for
π Features
cli, config
- #6399
cli.bannerColor
option
- #6399
config
- #6414
serverMiddleware
as a simple key/value object
- #6414
builder
cli
- #6475 Catch build errors with
cli:buildError
hook
- #6475 Catch build errors with
webpack
server
- #6438 Add config option to define
etag
hash function
- #6438 Add config option to define
vue-app
general
- #6432 Support setting (non-essential)
vue-meta
options by user
- #6432 Support setting (non-essential)
utils
- #6277 Export sort routes
builder, router
- #6331 Enforce uniform trailing slash handling
π Refactors
cli
- #6353 Call setup hook in run command with more args
builder
- #6352 Await
build.createRoutes
to allow async functions inside it
- #6352 Await
babel-preset-app
- #6087 Simplify babel preset config
π Examples
with-sockets
- #6396 Create server inside the export function
π‘ Chore
general
π Thanks to
- Louis-Marie Michelin (@lmichelin)
- Daniel Roe (@danielroe)
- Snir Shechter (@SnirShechter)
- @radimhornicek
- @xxRockOnxx