Nuxt/packages/vue-app/CHANGELOG.md

9.3 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.4.4 (2019-02-26)

Bug Fixes

  • types: reflect chainlable NuxtLoading methods (#5104) (66273f4)
  • vue-app: fix asyncData memory leak on client-side (#4966) (4086800)
  • vue-app: fix getNuxtChildComponents method (#4969) (dbf7099)
  • vue-app: use browser to handle scrolling position on page reload and back-navigation from other sites (#5080) (7001312)

2.4.2 (2019-01-30)

Note: Version bump only for package @nuxt/vue-app

2.4.1 (2019-01-30)

Note: Version bump only for package @nuxt/vue-app

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

Performance Improvements

  • ssr: remove extra imprts from server.js (6178c47)

2.3.4 (2018-11-26)

Bug Fixes

  • progress-bar: allow 0 for values and remove duplicate defaults (#4397) (8030ca1)
  • scrollBehavior: emit triggerScroll event after changing layer (#4399) (0c6c69b), closes #4080
  • server, vue-app: allow unicode page names (#4402) (d187793)
  • router Expected "0" to be defined (#4394) (54d2737)