mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
5.0 KiB
5.0 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.4.3 (2019-02-06)
Note: Version bump only for package @nuxt/config
2.4.2 (2019-01-30)
Note: Version bump only for package @nuxt/config
2.4.1 (2019-01-30)
Note: Version bump only for package @nuxt/config
2.4.0 (2019-01-28)
Bug Fixes
- add option to rewatch on path after raw fs event (#4717) (9c6df49)
- fall back to default value when
publicPath
is falsy (#4365) (e0537d5) - improvements for build and dev stability (#4470) (fe05169)
- replace nuxtDir with module.paths (#4448) (d66e1ec)
- config: define once default nuxt config filename (#4814) (06a18ca)
- deps: update all non-major dependencies (#4358) (45fdae0)
- test: remove local paths (d02eb2f)
- ts: switch from babel preset to ts-loader (#4563) (75e3df6)
Features
- builder: optional typescript support (#4557) (7145c1a)
- builder: validate vue-app dependencies and suggest fix (#4669) (7dd33fe)
- modern: auto detect modern mode (#4422) (fe492d8)
- nuxt-link: Smart prefetching and $nuxt.isOffline (#4574) (f319033)
- router: custom route name splitter (#4598) (add8000)
- server: timing option for
Server-Timing
header (#4800) (b23f5c9) - test: unit tests for core/config module (#4760) (a616c09)
- ts: add TSX support (#4613) (4d52742)
- attach ts-loader options on build.loaders.ts (#4572) (d723e49)
- ts: provide type checking through
fork-ts-checker-webpack-plugin
(#4611) (f1377a7) - add an option to disable FriendlyErrorsWebpackPlugin (#4498) (f1b2ca3)
- webpack: add experimental HardSourceWebpackPlugin support (#4527) (c6d820a)
- add exclude regex array for generated pages (#4754) (ec17804)
- add styleExtensions (#4671) (471a32a)
- webpack,cli: standalone build mode (#4661) (bdb6791)
- nuxt-ts (#4658) (ee0096b)
- use runInNewContext: true for nuxt dev (#4508) (1162f2d)