Changelog
0.14.0 (2018-08-08)
<a name="0.13.1"></a>
Changelog
0.13.1 (2018-08-01)
py
lang label doesn't display in code block (#690) (88b65cc) @Liu Xinyu<a name="0.13.0"></a>
Changelog
0.13.0 (2018-07-28)
description meta
at runtime. (close: #665) (b207a5f) @ulivzBadge
component (close: #653) (#657) (9b602f2) @Jordon Baadebabelrc: false
in babel-loader options (#644) (c500201) @Eduardo San Martin Morote(@posva)cache-loader
identifier (0ad1a45) @ulivz.py
) correctly (close: #660) (2a33075) @ulivzitalics
and bold
(close: #661) (7730ee1) @ulivz
markdown-it
compiler will intendedly reserve this space between some inline elements, but preserveWhitespace: false
will remove them. (Ref: vue-template-compiler#options)Badge
into async component (de9a51b) @ulivzthemeConfig.serviceWorker.updatePopup
option (close: #453) (#533) (14dbd1e) @Toru Nagashima(@mysticatea)
module.exports = {
themeConfig: {
serviceWorker: {
updatePopup: true
}
}
}
<a name="0.12.0"></a>
Changelog
0.12.0 (2018-07-12)
style.styl
. (2f53f2f) @ulivz
0.11.0
(close: #639)override.styl
into two APIs: override.styl
and style.styl
, the former will focus on ONLY the stylus constants override, while the latter will focus on styles override or custom styles. See also: https://vuepress.vuejs.org/default-theme-config/#simple-css-override.<a name="0.11.0"></a>
Changelog
0.11.0 (2018-07-08)
override style
.override style
should be at the end of the extracted style bundle. (ref: mini-css-extract-plugin#130)<a name="0.10.2"></a>