-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Pre Release] 0.9.0 🚀 #419
Comments
This was referenced May 11, 2018
Closed
This was referenced May 11, 2018
Released! |
🎉🎉🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your waiting, and thanks for the feedback and contribution from the community.
We are going to release 0.9.0! 🆙👏
0.9.0
This release contains several important internal changes: one is that VuePress has replaced
buble
withbabel
(#336), so you can useasync/await
in the client's code. meanwhile, we also set up support forJSX
in vue. The other is that the logic which VuePress handledhead tag
has been extracted from the default theme and injected into the custom theme by default in the form of mixins (fcaee80, 3727153).In addition, we also add some awesome functions, e.g. the
last updated
time (#282 #338), support for codeline numbers
(#379), highlight current region in sidebar (#272), etc.Features
last updated
UI in default theme. (#338) (272df57)line numbers
(close: #365) (#379) (9b42690)babel
and supportJSX
in vue. (close: #318) (#336) (82cd8bd)webpack
to 4.8.1 (close: #309) (9e3f005)Bug Fixes
title
,description
andlang
in 404 page and custom theme. (fcaee80)$page
is missing at 404 page (#388) (cefc8c3)postcss-loader
warnings (close: #278) (34c7f99)<script>
blocks in SFCs in node_modules are transpiled (4bf56d7)webpack-serve
and avoid port conflict (close #424) (#425) (22ffe52)@yyx990803
The text was updated successfully, but these errors were encountered: