Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d93672

Browse filesBrowse files
committed
include changelog
1 parent 6a9cab6 commit 8d93672
Copy full SHA for 8d93672

File tree

Expand file treeCollapse file tree

2 files changed

+53
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+53
-1
lines changed

‎CHANGELOG.md

Copy file name to clipboard
+51Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<a name="15.0.0-beta.3"></a>
2+
# [15.0.0-beta.3](https://github.com/vuejs/vue-loader/compare/v15.0.0-beta.2...v15.0.0-beta.3) (2018-03-23)
3+
4+
5+
### Bug Fixes
6+
7+
* handle vue rule with include (fix [#1201](https://github.com/vuejs/vue-loader/issues/1201)) ([2be5507](https://github.com/vuejs/vue-loader/commit/2be5507))
8+
* make sure cloned rules reuse the exact same ident in options ([eab9460](https://github.com/vuejs/vue-loader/commit/eab9460)), closes [#1199](https://github.com/vuejs/vue-loader/issues/1199)
9+
* remove rule.loaders from normalized rules ([#1207](https://github.com/vuejs/vue-loader/issues/1207)) ([e9cbbcd](https://github.com/vuejs/vue-loader/commit/e9cbbcd))
10+
* support test-less oneOf rules ([7208885](https://github.com/vuejs/vue-loader/commit/7208885))
11+
* use relative path for self path resolution ([343b9df](https://github.com/vuejs/vue-loader/commit/343b9df))
12+
13+
14+
### Features
15+
16+
* **loader:** support options.productionMode ([#1208](https://github.com/vuejs/vue-loader/issues/1208)) ([69bc1c1](https://github.com/vuejs/vue-loader/commit/69bc1c1))
17+
18+
19+
20+
<a name="15.0.0-beta.2"></a>
21+
# [15.0.0-beta.2](https://github.com/vuejs/vue-loader/compare/v15.0.0-beta.1...v15.0.0-beta.2) (2018-03-22)
22+
23+
24+
### Bug Fixes
25+
26+
* loader check for windows ([ab067b0](https://github.com/vuejs/vue-loader/commit/ab067b0))
27+
* properly stringify hot-reload-api path for Windows ([fb1306e](https://github.com/vuejs/vue-loader/commit/fb1306e))
28+
29+
30+
31+
<a name="15.0.0-beta.1"></a>
32+
# [15.0.0-beta.1](https://github.com/vuejs/vue-loader/compare/f418bd9...v15.0.0-beta.1) (2018-03-21)
33+
34+
35+
### Bug Fixes
36+
37+
* remove .vue from fake resourcePath to avoid double match ([7c5b6ac](https://github.com/vuejs/vue-loader/commit/7c5b6ac))
38+
39+
40+
### Features
41+
42+
* basic hot reload ([f418bd9](https://github.com/vuejs/vue-loader/commit/f418bd9))
43+
* css modules + hmr ([99754c0](https://github.com/vuejs/vue-loader/commit/99754c0))
44+
* dynamic style injection ([234d48b](https://github.com/vuejs/vue-loader/commit/234d48b))
45+
* expose all block attrs via query ([cda1ec3](https://github.com/vuejs/vue-loader/commit/cda1ec3))
46+
* respect user compiler / compilerOptions ([58239f6](https://github.com/vuejs/vue-loader/commit/58239f6))
47+
* support configuring loader for custom blocks via resourceQuery ([d04f9cf](https://github.com/vuejs/vue-loader/commit/d04f9cf))
48+
* support rules with oneOf ([c3b379d](https://github.com/vuejs/vue-loader/commit/c3b379d))
49+
50+
51+

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"test": "jest --env node",
88
"lint": "eslint lib test --fix",
99
"build": "webpack --config example/webpack.config.js --hide-modules",
10-
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot"
10+
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",
11+
"prepublishOnly": "conventional-changelog -p angular -r 0 > CHANGELOG.md"
1112
},
1213
"author": "Evan You",
1314
"license": "MIT",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.