Skip to content

Latest commit

 

History

History
541 lines (202 loc) · 16.8 KB

CHANGELOG.md

File metadata and controls

541 lines (202 loc) · 16.8 KB

1.9.0 (2020-04-28)

Features

  • add smoothScroll and zooming config (89d60f8)

1.8.0 (2020-02-03)

Bug Fixes

Features

1.7.1 (2019-11-04)

Bug Fixes

  • tags styles regression and remove useless files (37a0e30)

1.7.0 (2019-11-04)

Bug Fixes

  • filter categories and tags of draft posts (fix #63) (4f4cdb5)

Features

  • add OutboundLink for external links in navbar (close #60) (3d6f9a3)

1.6.0 (2019-10-24)

Features

1.5.1 (2019-10-10)

Bug Fixes

  • add redirect plugin to handle redirection (fix #62) (9163830)

1.5.0 (2019-09-23)

Bug Fixes

  • footer link to theme repo (602b817)

Features

  • info-card field of theme-config (8d28950)

1.4.0 (2019-09-21)

Features

  • footer field of theme-config (c4161f5)

1.3.1 (2019-09-06)

Bug Fixes

  • update zooming after page navigation (8206383)
  • upgrade plugin-zooming (e6c19e7)

1.3.0 (2019-08-04)

Bug Fixes

Features

1.2.0 (2019-07-28)

Features

1.1.0 (2019-07-28)

Bug Fixes

Features

  • better scrollbar of post-nav-toc (#52) (ba9b860)

1.0.2 (2019-07-23)

Bug Fixes

1.0.1 (2019-06-09)

Bug Fixes

  • content class breaks code styles (a50d059)

1.0.0 (2019-06-09)

Version 1.0.0 release

VuePress version 1.0.0 release

1.0.0-beta.1 (2019-06-04)

Reverts

  • fix($comments): use title as label in github (21e22f8)

1.0.0-alpha.38 (2019-05-30)

Features

  • allow string for language config (bdf6e24)

1.0.0-alpha.37 (2019-05-23)

Features

  • add table-of-contents plugin (46423c3)

1.0.0-alpha.36 (2019-05-21)

Bug Fixes

  • sort pages in global computed properties (246a48a)

1.0.0-alpha.35 (2019-04-22)

Features

1.0.0-alpha.34 (2019-03-29)

Bug Fixes

  • $comments: filter the comma for labels (9fc7035)
  • use sorter in posts computed (7da2255)

1.0.0-alpha.33 (2019-03-29)

Bug Fixes

  • $comments: use title as label in github (2d29d17) (Reverted in v1.0.0-beta.1)

NOTICE: Blogs using prior version of this theme should regenerate the issues, or add a label with the issue title to all the existing issues manually. (Reverted in v1.0.0-beta.1)

1.0.0-alpha.32 (2019-03-28)

Bug Fixes

  • move sorter to posts-list (ae76f65)
  • $styles: remove background-color of content (149d4d3)

Features

1.0.0-alpha.31 (2019-03-23)

Features

1.0.0-alpha.30 (2019-03-20)

Features

  • set config for theme plugins (bd3fc95)

1.0.0-alpha.29 (2019-03-20)

Features

Breaking Changes

Before:

themeConfig: {
  headerBackground: {
    url: '/assets/img/bg.jpg',
    useGeo: true,
  },
}

After:

themeConfig: {
  header: {
    background: {
      url: '/assets/img/bg.jpg',
      useGeo: true,
    },
    // new
    showTitle: true,
  },
}

1.0.0-alpha.28 (2019-03-17)

Bug Fixes

  • add missing main-div in page layout (897c18c)

1.0.0-alpha.27 (2019-03-16)

Bug Fixes

  • break word when content overflow (close #7) (809e211)

Features

  • add config for default pages (f9fbebd)
  • support meta config in frontmatter (5b0eeff)

1.0.0-alpha.26 (2019-03-16)

Bug Fixes

  • workaround for medium-zoom (859b4fd)

Features

  • $search: add posts filter in category and tag pages (#18) (79258eb)

1.0.0-alpha.25 (2019-03-14)

Features

1.0.0-alpha.24 (2019-03-12)

Bug Fixes

  • duplicated id of containers (721d998)

Performance Improvements

  • $style: better width of container (3eb1da0)

1.0.0-alpha.23 (2019-03-04)

Features

  • allow use components as layout (close #16) (7eb7e7f)

1.0.0-alpha.22 (2019-03-03)

Bug Fixes

1.0.0-alpha.21 (2019-03-02)

Bug Fixes

  • be compatible with evergreen (55225d4)

1.0.0-alpha.20 (2019-03-02)

1.0.0-alpha.19 (2019-03-01)

Bug Fixes

  • make the plugin work when lang is not set (96f0393)

1.0.0-alpha.18 (2019-02-28)

Bug Fixes

Features

1.0.0-alpha.17 (2019-02-27)

Bug Fixes

  • remove extra class name (bec9a3c)

1.0.0-alpha.16 (2019-02-27)

Features

1.0.0-alpha.15 (2019-02-27)

Bug Fixes

  • remove extra navbar background (6c8381e)

Features

1.0.0-alpha.14 (2019-02-27)

Bug Fixes

  • $styles: add overflow hidden on main-div (9ade682)

Features

  • make the navbar responsive (close #5) (ff6fc50)

1.0.0-alpha.13 (2019-02-25)

Features

1.0.0-alpha.12 (2019-02-25)

Features

  • add vuepress-plugin-smooth-scroll (c55043e)

1.0.0-alpha.11 (2019-01-31)

Bug Fixes

  • $styles: add offset for anchors (40420c1)

Features

1.0.0-alpha.10 (2019-01-30)

Bug Fixes

  • add html ext to permalink (127316c)

1.0.0-alpha.9 (2019-01-30)

Features

1.0.0-alpha.8 (2019-01-30)

Features

  • support external link in navbar (4fede9c)

1.0.0-alpha.7 (2019-01-30)

Bug Fixes

  • excerpt should be wrapped in content (fix #4) (a3c463d)

1.0.0-alpha.6 (2019-01-29)

Features

  • add post meta at the end of a post (08c1c88)

1.0.0-alpha.4 (2018-11-12)

1.0.0-alpha.3 (2018-11-08)

1.0.0-alpha.2 (2018-11-08)