Skip to content

Commit 1284944

Browse files
committedJan 29, 2019
chore: 1.0.0-alpha.34 changelog
1 parent 9e7728a commit 1284944

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed
 

Diff for: ‎CHANGELOG.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="1.0.0-alpha.34"></a>
2+
# [1.0.0-alpha.34](https://github.com/vuejs/vuepress/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2019-01-29)
3+
4+
5+
### Bug Fixes
6+
7+
* **$core:** Cannot load assets when `base` is not '/' (close: [#1238](https://github.com/vuejs/vuepress/issues/1238))([#1239](https://github.com/vuejs/vuepress/issues/1239)) ([8a234bb](https://github.com/vuejs/vuepress/commit/8a234bb))
8+
<br>This is a regression issue of leverage webpack-dev-server at [#1195](https://github.com/vuejs/vuepress/issues/1195).
9+
10+
* **$markdown:** Remove colon as separator for [Import Code Snippets](https://vuepress.vuejs.org/guide/markdown.html#import-code-snippets) (close: [#1151](https://github.com/vuejs/vuepress/issues/1151)) ([#1236](https://github.com/vuejs/vuepress/issues/1236)) ([099d346](https://github.com/vuejs/vuepress/commit/099d346))
11+
12+
13+
### Features
14+
15+
* **$core:** Support extra watching files ([02cc268](https://github.com/vuejs/vuepress/commit/02cc268)),
16+
<br>e.g.
17+
```js
18+
// .vuepress/config.js
19+
module.exports = {
20+
extraWatchFiles: [
21+
require.resolve('./sidebar.js')
22+
// or '.vuepress/sidebar.js'
23+
]
24+
}
25+
```
26+
27+
28+
129
<a name="1.0.0-alpha.33"></a>
230
# [1.0.0-alpha.33](https://github.com/vuejs/vuepress/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2019-01-27)
331

@@ -15,7 +43,7 @@
1543

1644
* **$core:** - Plugin option `enhanceDevServer` was removed.
1745
- **For 0.x users**, there is no any effect since we didn't expose API to modify it.
18-
- **For 1.x users whose version of VuePress is lower than 1.0.0-alpha.33**, you should use `beforeDevServer`(e.g. [before](https://webpack.js.org/configuration/dev-server/#devserver-before) in `webpack-dev-server`) to replace `enhanceDevServer`, you can also use `afterDevServer`(e.g. [after](https://webpack.js.org/configuration/dev-server/#devserver-after) in `webpack-dev-server`) to execute custom middleware after all other middleware internally within the server.
46+
- **For 1.x users whose version of VuePress is lower than 1.0.0-alpha.33**, you should use [`beforeDevServer`](https://vuepress.vuejs.org/plugin/option-api.html#beforedevserver)(i.e. [before](https://webpack.js.org/configuration/dev-server/#devserver-before) in `webpack-dev-server`) to replace `enhanceDevServer`, you can also use [`afterDevServer`](https://vuepress.vuejs.org/plugin/option-api.html#afterdevserver)(i.e. [after](https://webpack.js.org/configuration/dev-server/#devserver-after) in `webpack-dev-server`) to execute custom middleware after all other middleware internally within the server.
1947

2048
<a name="1.0.0-alpha.32"></a>
2149
# [1.0.0-alpha.32](https://github.com/vuejs/vuepress/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2019-01-15)

0 commit comments

Comments
 (0)
Please sign in to comment.