Skip to content

Latest commit

 

History

History
355 lines (137 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

355 lines (137 loc) · 10.8 KB

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)

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.

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)