Skip to content
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

Closed
ulivz opened this issue May 11, 2018 · 2 comments
Closed

[Pre Release] 0.9.0 🚀 #419

ulivz opened this issue May 11, 2018 · 2 comments

Comments

@ulivz
Copy link
Member

ulivz commented May 11, 2018

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 with babel (#336), so you can use async/await in the client's code. meanwhile, we also set up support for JSX in vue. The other is that the logic which VuePress handled head 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 code line numbers (#379), highlight current region in sidebar (#272), etc.

Features

Bug Fixes

  • core: missing title, description and lang in 404 page and custom theme. (fcaee80)
  • default theme: duplicate slash when docs dir is not set (#361) (0c59ed5)
  • default theme: potential duplicate iteration keys at dropdown (#249) (1417a35)
  • client: $page is missing at 404 page (#388) (cefc8c3)
  • webpack: postcss-loader warnings (close: #278) (34c7f99)
  • webpack: ensure <script> blocks in SFCs in node_modules are transpiled (4bf56d7)
  • build: index file judgement bug (close: #306) (#308) (fefa16c)
  • build: resolve custom theme from global cli (close: #392) (#399) (01142df)
  • build: glob patterns error on windows (close: #348) (#400) (ab53998)
  • build: title cannot be number at front matter (#297) (5023d19)
  • build: remove style override limitation to custom theme (close: 404) (#405) (69bd59d)
  • build: upgrade webpack-serve and avoid port conflict (close #424) (#425) (22ffe52)
  • markdown: relative link checking (31b8feb)
  • markdown: highlight lines are cut when sliding (#437) (66bd797)
  • style: avoid the searchbox exceeded out of screen in narrow screen (#254) (8f04081)
  • style: code looks not good at small sreen (close: #350) (d0ef06f)
  • style: dropdown overlap due to word wrapping (close: #359) (#360) (c65a8b7)
  • style: image overflow at custom content (close: #381) (#383) (145cf4f)
  • style: unexpected scroll behavior after clicking sidebar links (#298) (6081a3d)
  • style: unexpected top blank space when navbar is disable (#316) (2bdc68e)

@yyx990803

@yyx990803
Copy link
Member

Released!

@ulivz
Copy link
Member Author

ulivz commented May 22, 2018

🎉🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants