13 KiB
13 KiB
15.3.0 (2018-08-07)
Bug Fixes
Features
15.2.7 (2018-08-07)
15.2.6 (2018-07-18)
Bug Fixes
- ensure consistent component id on different OS (0766fe7), closes vuejs/vue-cli#1728
15.2.5 (2018-07-17)
Bug Fixes
- ensure same compiler is used for both parse and tempalte compilation (1bfc08a)
- should not remove eslint-loader on src import blocks (close #1359) (6f1d404)
- support usage with other loaders with enforce: post (be2384c), closes #1351
Features
15.2.4 (2018-06-01)
Bug Fixes
- ensure plugin error is emitted only once (0b006a3)
- fix unexpected error when options of cache-loader contains ! (#1334) (c4a2719)
- use constant plugin NS (0fb5172), closes #1331
Features
15.2.3 (2018-06-01)
Bug Fixes
Features
15.2.2 (2018-05-28)
Bug Fixes
- check loader for cnpm(npminstall) (#1321) (37fbaeb)
- ensure template cache uses unique identifier (538198e)
15.2.1 (2018-05-25)
Bug Fixes
- ensure template cache uses unique identifier (bdb13be)
15.2.0 (2018-05-22)
Features
- enable template compile caching (28e0fd3)
15.1.0 (2018-05-19)
Performance Improvements
- avoid duplicate linting when used with eslint-loader (3d07f81)
15.0.12 (2018-05-18)
Bug Fixes
- ignore attrs that might interfere with query generation (3a37269), closes vuejs/vue-cli#1324
15.0.11 (2018-05-15)
Bug Fixes
- improve HMR reliability (4ccd96f)
15.0.10 (2018-05-11)
Bug Fixes
- improve HMR reliability (52012cd)
15.0.9 (2018-05-04)
Bug Fixes
- shadowMode still has to be an option (4529f83)
15.0.8 (2018-05-04)
Bug Fixes
15.0.7 (2018-05-03)
Bug Fixes
15.0.6 (2018-05-02)
Bug Fixes
15.0.5 (2018-04-30)
Bug Fixes
15.0.4 (2018-04-27)
Bug Fixes
- enable whitelist in exclude function (5b0e392)
15.0.3 (2018-04-26)
Bug Fixes
15.0.2 (2018-04-26)
Bug Fixes
15.0.1 (2018-04-25)
Bug Fixes
15.0.0 (2018-04-24)
Bug Fixes
Features
15.0.0-rc.2 (2018-04-11)
Bug Fixes
- avoid bailout of webpack module concatenation (#1230) (b983304)
- reuse ident of css related loaders to avoid duplicates (#1233) (b16311f)
15.0.0-rc.1 (2018-04-06)
Features
- support being used on files not ending with .vue (5a9ee91)
15.0.0-beta.7 (2018-03-25)
Features
- handle
<template lang="xxx">
with loaders (c954f32)
BREAKING CHANGES
<template lang="xxx">
are now handled with webpack loaders as well.
15.0.0-beta.6 (2018-03-24)
Bug Fixes
- compat with html-webpack-plugin (8626739), closes #1213
- only reuse ident for whitelisted loaders (230abd4), closes #1214
15.0.0-beta.5 (2018-03-23)
Bug Fixes
15.0.0-beta.4 (2018-03-23)
Bug Fixes
15.0.0-beta.3 (2018-03-23)
Bug Fixes
- handle vue rule with include (fix #1201) (2be5507)
- make sure cloned rules reuse the exact same ident in options (eab9460), closes #1199
- remove rule.loaders from normalized rules (#1207) (e9cbbcd)
- support test-less oneOf rules (7208885)
- use relative path for self path resolution (343b9df)
Features
15.0.0-beta.2 (2018-03-22)
Bug Fixes
15.0.0-beta.1 (2018-03-21)
Bug Fixes
- remove .vue from fake resourcePath to avoid double match (7c5b6ac)