mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
8.2 KiB
8.2 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.4.0 (2019-01-28)
Bug Fixes
- $nuxt is used instead of globalName (#4743) (fe57a5a)
- allow keepAliveProps for nuxt component (#4610) (8dc15d0)
- apply store HMR to whole store (#4589) (81cf09c)
- hotfix for vuex hmr (#4801) (5f0b34f)
- keepAliveProps broken in (#4521) (431cc15)
- loading.throttle can not be 0 (2d74804)
- merge route.meta into options.meta (#4479) (5a8e6e4)
- properly serialize head functions (#4558) (7831e57), closes #4079
- vue-app: Set window. equals to window.{globalName} when defined (951e745)
- remove unnecessary isDev in template/server (a51ba8d)
- vue-app: Fix Vuex HMR & refactor for better modules usage (#4791) (deadc48)
- router Expected "0" to be defined (#4394) (39b1b8e)
- vue-app: Fix route meta to handle order (45be638)
- use triple equals in loading.throttle [release] (e77c2db)
- Vue.component(RouterLink) is undefined in vue-router 3.0.0 (#4668) (7ff4058)
- ts: fix missing process type definitions and refactor types tests (#4798) (45afc3f)
- wrong type checking for loading.duration (0c15b29)
- layout-middleware: Fix issue #4724 (521ac20)
- progress-bar: allow 0 for values and remove duplicate defaults (#4397) (ecdc7bc)
- scrollBehavior: emit triggerScroll event after changing layer (#4399) (330301c), closes #4080
- server, vue-app: allow unicode page names (#4402) (949785f)
- ts: Add missing
loading
property to Component options (#4786) (db4001d) - ts: fix
$nuxt.$loading
typedefs (#4778) (6694cf7) - vue-app: add type definition for
ComponentOptions.middleware
(#4531) (da0a379) - vue-app: allow passing custom props to error function (#4462) (a6fed0a), closes #4460
- vue-app: Call Vue.config.errorHandler instead of simply logging the error (6c4280f)
- vue-app: Fix default error handler in production (96892c5)
- vue-app: router.meta is null on extendRoutes(#4478) (e2ab1b4), closes #4154
Features
- builder: validate vue-app dependencies and suggest fix (#4669) (7dd33fe)
- nuxt-link: Smart prefetching and $nuxt.isOffline (#4574) (f319033)
- ts: provide type definitions (#4164) (d5716eb)
- ts: typescript examples + improve
vue-app
typings (#4695) (b38e0aa) - vue-app: and component aliases (#4525) (1505197)
- vue-app: Add deprecating for classic mode and handle mutations/actions HMR to store/index.js (c8b920a)
- add store module HMR (#4582) (b2eee17)
- vue-app: add vetur helpers for components auto-complete on VS Code (#4524) (59aee74)
- vue-app: support named views (#4410) (b1b9e0b)
- vue-app, vue-renderer: support meta
headAttrs
(#4536) (9961453) - add styleExtensions (#4671) (471a32a)
- allow scrollToTop to be explicitly disabled (#4564) (669fecc)
- better stack traces for SSR error, show error with correct URL and use eventsource-polyfill (#4600) (498c4f1)
- improve SSR bundle (#4439) (0f104aa), closes #4225 #3465 #1728 #1601 #1481
- mode for plugins (#4592) (e71c455)
Performance Improvements
- ssr: remove extra imprts from server.js (6178c47)