Skip to content

[Pre Release] 0.9.0 🚀 #419

Closed
Closed
@ulivz

Description

@ulivz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions