Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Latest commit

 

History

History
2092 lines (1229 loc) · 136 KB

CHANGELOG.md

File metadata and controls

2092 lines (1229 loc) · 136 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.31.0-beta.2 (2022-06-06)

Features

  • components: update components (366f308)
  • md-enhance: add CodeTabs and Tabs (81fcd85)
  • md-enhance: add imageSize (0e4c35e)
  • md-enhance: improve container style (1438956)
  • md-enhance: support echarts and fix code demo and chartjs (f10e68c)
  • md-enhance: update align (00d158a)
  • rebuild Anchor with TOC (e4c4884)
  • rebuild theme locale (d179605)
  • theme: add AutoLink and rebuild pagenav (4499f14)
  • theme: improve PageMeta (7955546)
  • theme: rebuild HomePage (7c3f866)
  • theme: update docsearch (0450746)
  • theme: update footer config (a4ca2bb)
  • theme: update HomeHero (122f0e2)
  • theme: update style (48fc224)
  • update css variable name (ffc61a9)
  • update locales and compack code (9ee2011)
  • update style (d7b44a5)
  • update styles (b6c2b92)

Bug Fixes

  • components: fix iconPrefix (5f1ef7f)
  • md-enhance: fix codegroup (fadef4d)
  • md-enhance: fix codegroup (1a25241)
  • md-enhance: fix codegroup style (bdcf2f4)
  • md-enhance: fix css var fallback (daa01fc)
  • md-enhance: fix include (8fdffd9)
  • reading-time: add support for Cyrillic (337e04d)

1.31.0-beta.1 (2022-06-03)

Features

1.30.0 (2022-06-02)

Features

  • comment: add compact code for comment (3bb666e)
  • copy-code: update style (ab4d060)
  • feed: add compact code (1d66e6c)
  • feed: update feed plugin (26d8fac)
  • md-enhance: add legacy flowchart (4adb920)
  • md-enhance: add new options (6b589e3)
  • photo-swipe: rebuild photoswipe (18bf3c3)
  • pwa: rebuild pwa (085541e)
  • reading-time: update locales (a8b2961)
  • seo: rebuild seo (6d9304b)
  • sitemap: rebuild sitemap (498249a)
  • theme: add compact for deprecated options (5309995)

Bug Fixes

1.29.0 (2022-05-15)

Features

  • copy-code: support delay and pure option (2f50b7f)
  • feed: rebuild feed plugin (937de4b)
  • md-enhance: support gfm option (29dcbb4)
  • md-enhance: support imageMark (feec562)
  • md-enhance: update markdown-it plugin (92b32e8)
  • md-enhance: use react 18 (594dc3a)

1.28.5 (2022-04-27)

Bug Fixes

1.28.4 (2022-03-19)

Bug Fixes

1.28.3 (2022-03-18)

Bug Fixes

1.28.2 (2022-03-17)

Features

  • pwa: add appendBase option (6469f43)

1.28.1 (2022-02-24)

1.28.0 (2022-02-24)

1.27.4 (2022-02-16)

Bug Fixes

  • theme: fix BreadCrumb prop (bc0fa1a)
  • theme: fix updateTime frontmatter (fddcdae)

Features

  • theme: remove used components (e35b02a)

1.27.3 (2022-01-27)

Bug Fixes

1.27.2 (2022-01-26)

Bug Fixes

  • theme: fix failure when footer not set (45a0857)

1.27.1 (2022-01-25)

Bug Fixes

  • fix missing deps (db5064d)
  • md-enhance: only import container styles when needed (5e13193)

Features

  • md-enhance: add option lazyLoad (dc16d34)

1.27.0 (2022-01-22)

Features

  • move CodeGroup to md-enhance and convert to container (a94a9d5)

BREAKING CHANGES

You should use

:::: code-group

::: code-group-item title1

```text
code1
```

:::

::: code-group-item title2

```text
code1
```

:::

::::

intead of <CodeGroup /> and <CodeGroupItem />, and it’s controlled by codegroup in vuepress-plugin-md-enhance.

1.26.0 (2022-01-21)

Bug Fixes

  • theme: fix autoExcerpt issues (c0c05a6)

Features

  • add-this: no longer read options from themeConfig (74df241)
  • comment: extract pageinfo options to PageInfoProps (5569402)
  • comment: new option categoryPath, tagPath, titleIcon and titleIconPrefix (bc7295b)
  • components: add options (eb95057)
  • components: stop reading from themeConfig (309e8f3)
  • copy-code: stop reading themeConfig (ea8eed2)
  • feed: stop reading themeConfig (18f7bdb)
  • move PageInfo to components (03c94b2)
  • stop reading themeConfig in plugins (ea644f3)

1.25.0 (2022-01-20)

Bug Fixes

  • md-enhance: fix container styles (48b7aaf)
  • theme: fix sidebarTitle (349f9d7)
  • theme: fix types (f5c83f8)

Features

  • md-enhance: add container and delay option (d7e0bb8)
  • md-enhance: rebuild container and add note container (1a12df8)
  • photo-swipe: add delay options (a02fecd)
  • theme: add blog.autoExcerpt, close #1398 (2f60f81)

1.24.0 (2022-01-19)

Bug Fixes

  • feed: fix typos in author (47cec98)
  • feed: improve html comment regexp (88b6c43)

Features

1.23.0 (2022-01-04)

Features

1.22.0 (2021-12-23)

Bug Fixes

  • theme: fix issues when sidebarDepth set to 0, fix #1227 (753f7c7)

1.21.0 (2021-11-14)

Bug Fixes

Features

1.20.5 (2021-10-31)

Bug Fixes

  • md-enhance: fix mermaid import which should be a breaking change in mermaid, fix #1140 (ffc589f)

1.20.4 (2021-10-30)

Bug Fixes

Features

1.20.3 (2021-09-19)

  • Only Security fixes

1.20.2 (2021-08-28)

Bug Fixes

1.20.1 (2021-08-27)

Bug Fixes

  • shared: fix missing tslib error (bab8026)

1.20.0 (2021-08-26)

Bug Fixes

Features

  • md-enhance: rebuild code demo (0eca84f)
  • md-enhance: update code-demo script handle (7c0bd6f)
  • md-enhance: use shadowDom in code demo (02d7b71)

1.19.3 (2021-08-17)

Bug Fixes

  • seo: update summary length (3ba5ca9)

Features

  • seo: update og:description (318f537)
  • theme: update article summary (34b346e)
  • theme: update encrypt hint (3b720ad)

1.19.2 (2021-08-07)

Bug Fixes

  • theme: fix encrypt (61d51a2)
  • theme: fix layout issue when exact 719 (5a355cc)

1.19.1 (2021-08-07)

Bug Fixes

  • active-hash: fix scrollTop issue (678e47e)
  • feed: update comment remove regexp (8f3a81a)
  • shared: make sure fontawesome overides iconfont (4ed4304)
  • theme: break a tag when it’s too long (6712329)
  • theme: fix algolia search link (2fb2071)
  • theme: improve eject command (e394c0a)

1.19.0 (2021-06-30)

Bug Fixes

  • active-hash: active all headers when active links are empty (9d9bc2a)
  • components: fix breadCrumb title fix (96579f5)

Features

1.18.5 (2021-06-29)

Bug Fixes

  • theme: fix darkHeroImage issue (fd1db49)

1.18.4 (2021-06-20)

Bug Fixes

  • theme: fix copyright cannot disabled throught theme config (4cb1dac)

Features

  • theme: add animation for dropdown arrow (3af8177)

1.18.3 (2021-06-15)

Bug Fixes

1.18.2 (2021-06-15)

Bug Fixes

  • create: fix template config (64c373c)
  • theme: fix a typo in style (a02a3c3)
  • theme: fix wrong types (7512806)

Features

  • theme: rebuild custom layout (40eeca6)

1.18.1 (2021-06-05)

Bug Fixes

1.18.0 (2021-05-31)

Bug Fixes

  • theme: fix home feature link (5e7adfe)
  • theme: fix linter test (e07000b)

Features

  • comment: update waline (bbdbf81)
  • create: update template and related docs (33c72be)
  • theme: add custom layout support (0e51ff6)
  • theme: improve A11y (5f4fd93)

1.17.2 (2021-05-23)

Bug Fixes

  • comment: fix visitor not working on waline (5003293)
  • theme: fix mobile dropdown (059178e)

Features

1.17.1 (2021-05-19)

Bug Fixes

  • comment: fix waline initialize error when quick switching pages (55c3a5a)

1.17.0 (2021-05-17)

Bug Fixes

  • theme: fix docsearch fullbox appearance (68b5012)
  • theme: fix themeColorPicker color (078c4bc)

Features

  • comment: add Waline support (c2c6b7e)

1.16.0 (2021-05-08)

Bug Fixes

  • reading-time: improve word count (b6bc6e9)

Features

  • md-enhance: add imageFix option (81b20ff)
  • theme: add cleanUrl option (5e7b976)
  • theme: update docsearch to V3 (aab88d7)

BREAKING CHANGES

  • theme: rename namedChunk to chunkRename

1.15.3 (2021-04-28)

Bug Fixes

  • md-enhance: fix presentation close char issue (75af7fb)

Features

  • comment: do not show link by default when using valine (9e9a500)
  • comment: only show date of create time when inffered from git (e3b3b7c)
  • comment: update valine placeholder text (67b97c5)

1.15.2 (2021-04-27)

Features

  • md-enhance: add more code blocks for mermaid (9c8e9f9)
  • md-enhance: update mermaid theme (fbeb168)
  • theme: allow config anchorDisplay per page (a1d0583)

1.15.1 (2021-04-26)

Features

  • md-enhance: update flowchart to support ```flowchart and add tests (cdd3030)
  • md-enhance: update tasklist to support options (d97b76a)
  • md-enhance: update tex to support options config (bbb1055)

Performance Improvements

  • md-enhance: improve footnote performance and add related tests (5101e55)
  • md-enhance: improve mark and add tests (e06120d)

1.15.0 (2021-04-25)

Features

  • md-enhance: add mermaid support (b1e1803)
  • md-enhance: add tasklist (84b5b4f)
  • shared: add darkmode watch (74f5620)

1.14.5 (2021-04-22)

Bug Fixes

  • fix cycle deps (0c8721e)
  • comment: fix options reading when using vssue (4757f65)
  • create: typo fixes (f520760)
  • vuepress-types: add missing import (81e0c67)

1.14.4 (2021-04-14)

Bug Fixes

Features

  • add missing root lang for template and demo (f4f029c)
  • comment: load Valine only when necessary (96d3793)
  • md-enhance: load modules only when necessary (5e04f19)
  • theme: update docsBranch default value (d7f5f62)

1.14.2 (2021-04-07)

Bug Fixes

  • theme: remove unecessary optional chaining (f7abfc5)
  • set "target" to "ES2017" to support Node.js v10 and v12 (fe36992)

1.14.1 (2021-04-07)

Features

  • theme: add themeConfig, navbarConfig and sidebarConfig helper (26b9eef)

1.14.0 (2021-04-07)

Features

  • md-enhance: rebuild markdown-it render function and fix theme support (d570e99)
  • shared: update font-awesome to 5.15.3 (381934a)
  • theme: remove baseLang (85f92a7)
  • update baseLang detect (524ffcf)

1.13.6 (2021-04-06)

Bug Fixes

  • photo-swipe: add missing deps (7402050)

1.13.5 (2021-04-04)

Bug Fixes

  • comment: disable pageviews when valine is not set (ca8f58b), closes #591

1.13.4 (2021-03-30)

Bug Fixes

  • theme: auto generate year in footer copyright text (#589) (fa0f521)
  • theme: fix article item hint (deee77f)
  • theme: fix SidebarGroup header (143c6e2)

Features

  • theme: add heroFullScreen for blog homepage (4f6b5f2)
  • theme: add hideSiteTitleonMobile option (a9f2913)
  • theme: add Email Icon (f0ed616)

1.13.3 (2021-03-29)

Bug Fixes

  • component: improve CodeGroup style (dcb77a8)
  • theme: fix code block scroll bar (c542cc1)
  • theme: fix SidebarLink style (b2abd98)

Features

1.13.2 (2021-03-21)

Bug Fixes

  • create: fix stuck in dev process (5c8bdc9)

1.13.1 (2021-03-21)

Bug Fixes

  • theme: fix Aligolia search (58fd3a1)
  • theme: fix home border color (68e2660)

Features

1.13.0 (2021-03-19)

Bug Fixes

  • component: fix breadcrumb padding (20da1bf)
  • theme: fix code block scrollbar on mobile (1b282ce)
  • theme: fix home feature hover (cdbde5d)

Features

  • md-enhance: use flow code block for flowchart (b3da521)

BREAKING CHANGES

  • md-enhance: use ```flow and ``` instead of @flowstart and @flowend

    This change is made to support typora

1.12.6 (2021-03-18)

Bug Fixes

  • theme: fix year anchor (f6733e5)
  • theme: missing arrow on sidebar nav dropdown (8a362e0)
  • theme: update home action button (a9d6817)

Features

1.12.5 (2021-03-17)

Bug Fixes

  • create: use npm when yarn is not installed (066623f)
  • md-enhance: special handle <br /> for code demo (fda23be)
  • theme: fix active arrow on dropdown group title (8c92877)
  • theme: fix article list jump top (c4ada3b)
  • theme: fix hover on unclickable sidebarItem (815afb8)
  • theme: fix SidebarGroup Header padding (14b8617)
  • theme: optimize category number (f47383f)

Features

  • create: update hint (05d156f)
  • md-enhance: update demo expand arrow (9f32c80)

1.12.4 (2021-03-15)

Bug Fixes

  • create: fix install logic and generate package.json (39a5970)
  • md-enhance: fix footnote style (cdd7a66)
  • md-enhance: fix last code block margin-bottom (f157f18)
  • theme: add support for dropdown children with link (86b0bf2)
  • theme: fix Full AlgoliaSearch style (a3000c8)

Features

1.12.3 (2021-03-14)

Features

  • add create-vuepress-theme-hope package (e087c62)

1.12.2 (2021-03-13)

Bug Fixes

Features

  • theme: update structure (9d0a177)

1.12.1 (2021-03-10)

Bug Fixes

  • theme: anchor and sidebar header indent (a1fd75c)
  • theme: fix AlgoliaSearchIcon position (995339b)

Features

  • update icon (a16ffec)
  • update valine UI (1a697e5)
  • theme: change default hero image (807496c)
  • theme: rename PageEdit to PageMeta (d360d61)
  • theme: update sidebar appearance (f34d016)

1.12.0 (2021-03-08)

Features

  • rebuild last-update plugin as git plugin (a5363db)

BREAKING CHANGES

  • rebuild last-update plugin as git plugin

1.11.2 (2021-03-07)

Bug Fixes

  • theme: fix fimeline sorting issue (70f279e)

1.11.1 (2021-02-28)

Bug Fixes

  • component: fix a typo bug (b8fa45e)
  • components: fix typos in style (276b955)
  • theme: display Anchor headers when sidebar is disabled (f59efe3)
  • theme: fix blogger intro hint (a2a7e34)
  • theme: fix error when nagivating to same url (eaf34e6)

Features

  • comment: add RDFa (4dc4a35)
  • comment: let pageInfo to be lowercase (fd9a6a0)
  • components: add RDFa for BreadCrumb (2c93ebb)
  • seo: add headline and image for RDFa (36ccc4c)
  • theme: add RDFa for BloggerInfo (2788fbd)

BREAKING CHANGES

  • comment: ReadTime changed to reading-time

1.11.0 (2021-02-26)

Bug Fixes

  • comment: fix wrong comment loaded when base is set (65e755f)
  • pwa: fix wrong manifest path when base is set (373e22a)
  • theme: fix layout issue anchor caused (db1ecde)

Features

  • component: rename <MyBadge> to <Badge> (837c35d)
  • copy-code: hint can be disabled by setting duration to 0 (1155c24)
  • photo-swipe: add i18n support for sharebuttons (e8ac6f1)
  • theme: add /star/ page (9d37a91)

BREAKING CHANGES

  • component: rename <MyBadge> to <Badge>

1.10.0 (2021-02-24)

Bug Fixes

  • theme: adjust page position without headings when anchor enabled (fef76d7)
  • theme: fix broken link in i18n hint (49bdc21)
  • theme: fix home link active in navbar (0ba43f1)
  • theme: fix navbar shrink issue (a7085d2)
  • theme: fix sidebar activeColor on darkmode (206eab7)

Features

  • comment: add date support for PageTimeInfo (0f9177d)
  • component: update CodeGroup appearance (6965b3e)
  • components: add CodeGroup and CodeGroupItem (e50cb74)
  • theme: add star in frontmatter to star articles (f1122dc)
  • update UI (203c21f)

1.9.5 (2021-02-03)

Bug Fixes

  • md-enhance: fix code hightlight styles (777593b)
  • theme: at least enable containers when mdEnhance not set (baa566b)

1.9.4 (2021-02-03)

Bug Fixes

Features

  • theme: improve action button appearance (6fab4e1)

1.9.3 (2021-01-29)

Bug Fixes

  • seo: remove unnecessary 'hostname' (68ad576)

1.9.2 (2021-01-28)

Bug Fixes

  • theme: remove warning in the newest router (f2a07c3)

Features

  • rebuild shared and remove utils (7fc670c)

1.9.1 (2021-01-26)

Bug Fixes

  • comment: use shared wrapper (37e7a23)
  • sitemap: fix sitemap url in robot.txt (5a28078)
  • theme: allow to show navbar when scroll up (220bbfa)
  • theme: fix project list (3208e4f)
  • theme: fix sidebar layout on mobile (c17ff43)

Features

  • theme: add roundAvatar option (797d09c)

1.9.0 (2021-01-25)

Features

  • pwa: remove head function and use hack (f3a53ac)

1.9.0-rc.0 (2021-01-24)

Bug Fixes

  • theme: fix layout issue (2088cfe)

Features

  • add feed plugin (17c7eba)
  • theme: update Home features layout (aa521c1)
  • theme: update nav item margin (adb2bdf)

1.8.4 (2021-01-21)

Bug Fixes

  • theme: improve anchor scrollbar appearance (d50fb43)

Features

  • theme: improve home appearance (7e6fd93)

1.8.3 (2021-01-20)

Bug Fixes

  • component: fix wrong margin when Pagination is disabled (d4faa50)
  • theme: fix width issue on BlogPage layout (231d4c1)

1.8.2 (2021-01-20)

Bug Fixes

  • component: fix Pagination issue (fca0a95)
  • md-enhance: remove horizontal config for code-demo (134c0f2)
  • pwa: fix iOS hint (e6b7af5)
  • theme: fix width issue on article excerpt (7acff53)

Features

  • copy-code: update default option (742a4d1)

BREAKING CHANGES

  • md-enhance: remove horizontal config for code-demo

1.8.1 (2021-01-05)

Bug Fixes

  • theme: fix namedChunks not working (b45982f)

1.8.0 (2021-01-05)

Bug Fixes

Features

  • theme: add namedChunks option (ebb2223)

1.7.9 (2020-12-15)

Bug Fixes

1.7.8 (2020-12-11)

Bug Fixes

  • pwa: rename options to align the docs (12ccc7e)

1.7.6 (2020-12-10)

Bug Fixes

  • copy-code: fix showInMobile not working (87b0d08)

Features

  • theme: update media icon (2bb63fe)

1.7.5 (2020-12-10)

Bug Fixes

  • theme: fix a typo in PageFooter (88fe2ae), closes #481

1.7.4 (2020-12-10)

Bug Fixes

  • theme: fix Footer padding (0bd268d)
  • theme: fix themecolor button align (270e5a9)

1.7.3 (2020-12-10)

Bug Fixes

1.7.2 (2020-11-26)

Bug Fixes

  • pwa: fix manifest generation in dev server (070df9d)

1.7.1 (2020-11-25)

Features

  • remove vue-property-decorator on plugins (867af4a)

1.7.0 (2020-11-24)

Features

  • update typescript to 4.1 and improve types (7346cd8)

1.6.1 (2020-11-19)

Bug Fixes

  • add missing style for plugin (8ab753f)

1.6.0 (2020-11-18)

Bug Fixes

1.6.0-rc.2 (2020-11-18)

Bug Fixes

  • last-update: fix timezone issue (30aef72)

1.6.0-rc.1 (2020-11-18)

Bug Fixes

  • md-enhance: improve paragraph appearance in code demo (adcff93)

1.6.0-rc.0 (2020-11-18)

Bug Fixes

  • md-enhance: improve mobile display for code-demo (c784043)

1.6.0-beta.2 (2020-11-17)

Bug Fixes

  • md-enhance: fix self-close element issue (a1da870)

1.6.0-beta.1 (2020-11-17)

Bug Fixes

  • md-enhance: fix code demo style (64cf488)

Features

  • md-enhance: support mutiple code block in code-demo (057fd4c)

1.6.0-beta.0 (2020-11-17)

Features

  • md-enhance: add code demo (75b4545)

1.5.6 (2020-11-12)

Bug Fixes

  • components: add default value for styl variables (d9933e4)
  • theme: fix style issues (cc712cf)

1.5.5 (2020-11-10)

Bug Fixes

  • theme: fix home content layout (624b4b0)

1.5.4 (2020-11-10)

Bug Fixes

  • theme: fix paragraph align (5e544e3)

Features

  • md-enhance: add justify align container (2ac75e8)

1.5.3 (2020-11-10)

1.5.2 (2020-11-09)

Features

  • theme: appearance bug fixes (43c2007)

1.5.1 (2020-11-07)

Bug Fixes

  • last-update: fix timezone convert issue (48884c2)
  • fix wrong types (537fa43)

1.5.0 (2020-11-06)

Bug Fixes

  • some bug fixes (11122aa)
  • pwa: fix popup issue on iOS device (d8e248e)
  • pwa: fix wrong layout on mobile (cf269d2)

Features

  • last-update: add timezone option (d2de01b)
  • md-enhance: support to config plugins for presentation (009391b)
  • shared-utils: add font-awesome (6c7a175)

Reverts

  • md-enhance: drop 3rd-party plugin support (0dd9c67)

1.5.0-beta.1 (2020-10-28)

Features

  • theme: rebuild blog feature (0feed64)

1.5.0-beta.0 (2020-10-27)

Bug Fixes

  • pwa: fix typos (6fd86ab)
  • theme: clear influence when navigating from Slide Layout (e1dd0fc)
  • theme: generate right manifest link when base are set (b121797)

Features

  • pwa: cache manifest to work offline (5a71a15)
  • theme: add Icon for Slide page (fffc83d)
  • theme: add Slides layout (1de9d42)
  • theme: adjust button position in landscape mode (2943ed1)

1.4.7 (2020-10-25)

Features

1.4.5 (2020-10-23)

Features

  • pwa: add maxPicSize option (fe53e98)
  • seo: auto generated robots.txt (2b75c70)
  • improve lighthouse audit (eb1baa8)

BREAKING CHANGES

  • pwa: cacheMaxSize rename to maxSize

1.4.4 (2020-10-23)

Bug Fixes

  • pwa: fix shortcuts icon type (c916390)

1.4.3 (2020-10-22)

Bug Fixes

  • pwa: add missing options for manifest (a351086)

Features

  • pwa: add head function (dbd313b)
  • pwa: use official ext for manifest (5830936)

BREAKING CHANGES

  • pwa: use .webmanifest extension for manifest instead of .json

1.4.2 (2020-10-22)

Bug Fixes

  • pwa: add default value for display (78e0f54)

1.4.1 (2020-10-21)

Bug Fixes

  • pwa: fix option types issue (ec0c69b)

Features

  • pwa: add cacheHTML option (f548060)

1.4.0 (2020-10-21)

Bug Fixes

  • add missing deps and update types (60bcfba), closes #394

Features

  • commet: rebuild types (2988199)
  • md-enhance: rebuild md-enhance fonts (f69fffd)
  • photo-swipe: spilt photo-swipe in sperate chunk (e66427a)
  • pwa: count using KB instead of B (2305cc6)
  • pwa: support more options (06cc46f)

1.3.1 (2020-10-21)

Bug Fixes

  • md-enhance: fix blood theme (247ca09)
  • md-enhance: support muti slides in one page (8ba03c8)

Features

  • md-enhance: import styles only when necessary (65e83f0)

1.3.0 (2020-10-20)

Bug Fixes

  • theme: fix hero image width larger then screen on mobile (13544ea)

Features

  • md-enhance: add reveal.js (3521bd5)

1.2.2 (2020-10-20)

Bug Fixes

  • blog page layout issue (320ee7b)
  • theme: fix article title margin (eb0fd62)

1.2.1 (2020-10-20)

Bug Fixes

  • theme: add min-height for layout (ed02546)

Features

  • theme: rebuild blog page (f7d4f5d)

1.2.0 (2020-10-19)

Bug Fixes

  • copy-code: cannot copy code (f3a51de)

Features

  • theme: adjust Anchor position (98ddf3b)
  • theme: improve homepage appearance (68954c8)
  • support Vietnamese (c01fb35)
  • shared-utils: add Vietnamese support (#407) (6bb8d0c)

1.1.0 (2020-10-17)

Bug Fixes

  • fix issues in release script (3ffe96c)
  • comment: fix option types (879dd50)

Features

  • theme: rename all the plugin config in theme to the camelcase version of plugin (b533be0)

BREAKING CHANGES

  • theme: Rename all the plugin config in theme to the camelcase version of plugin:

  • addthis renamed as addThis

  • markdown renamed as mdEnhance

  • lastUpdatedTransformer renamed as lastUpdate

1.0.1 (2020-10-15)

Bug Fixes

  • comment: fix visitor icon issue (3a4f5d7)
  • theme: fix NavLink issue (8c44f53)
  • fix wrong i18n config link (793faf9)
  • vuepress-types: fix type issues (230d084)

Features

  • md-enhance: icons support darkmode (46d139d)
  • md-enhance: update danger title color (2ba1018)
  • theme: add Gitee for MediaLink (6080b11)

1.0.0 (2020-10-15)

Bug Fixes

  • theme: update heading styles (19986f8)
  • add-this: try to fix add this problems (eb5c920)
  • seo: erro link when hostname ends with / (9bbf122)
  • theme: fix missing margin on Home page (d42a018)

Features

  • copy-code: add darkmode support (24bee55)
  • theme: move resolve function to entrance and rename to config (a4b958d)
  • theme: rename copyright to copyrightText (91ba436)
  • add copy-code plugin (6ba7962)
  • change baseLang default to 'en-US' (4baea15)
  • rebuild plugin i18n (9cdf643)
  • theme: update Home (89862ab)

BREAKING CHANGES

  • theme: Use const { config } = require('vuepress-theme-hope') instead of const resolve = require('vuepress-theme-hope/resolve')
  • change baseLang default to 'en-US'

1.0.0-0 (2020-10-13)

Bug Fixes

  • add-this: try to fix add this problems (eb5c920)
  • seo: erro link when hostname ends with / (9bbf122)
  • theme: fix missing margin on Home page (d42a018)

Features

  • theme: move resolve function to entrance and rename to config (a4b958d)
  • theme: rename copyright to copyrightText (91ba436)
  • add copy-code plugin (6ba7962)
  • change baseLang default to 'en-US' (4baea15)
  • rebuild plugin i18n (9cdf643)
  • theme: update Home (89862ab)

BREAKING CHANGES

  • theme: Use const { config } = require('vuepress-theme-hope') instead of const resolve = require('vuepress-theme-hope/resolve')
  • change baseLang default to 'en-US'

0.8.0 (2020-10-11)

Bug Fixes

  • typos in bootstrap command (82267b6)

Features

0.7.5 (2020-10-06)

Bug Fixes

  • theme: fix fontawesome issue (6b560e2), closes #375
  • theme: fix light code block style (f857212), closes #362

Features

0.7.4 (2020-09-18)

Bug Fixes

  • theme: fix timeline issue (384ab51)

Features

  • use dayjs and remove moment.js (7f904cf)

0.7.3 (2020-09-15)

Features

0.7.2 (2020-08-13)

Bug Fixes

  • theme: fix lastUpdate cannot be disabled (bdfc468), closes #311

Features

0.7.1 (2020-07-21)

Bug Fixes

  • theme: fix issues when changing themeColor (a9114eb), closes #269

Features

  • md-enhance: update custom block style (ce798bb)
  • theme: update Home page (1eac8cf)

0.7.0 (2020-07-11)

Performance Improvements

We are glad to announce we do not have any typescript files in runtime, which will greatly shorten the build time.

  • theme: remove runtime typescript (296ca74)
  • remove runtime typescript for plugins (e7e4b3a)

0.6.10 (2020-07-08)

Bug Fixes

  • theme: add missing files to npm (cd3ed09)

0.6.9 (2020-07-07)

Bug Fixes

  • update Home, Footer and fix anchor bar appearance (902180a)
  • theme: fix anchor words display issue (ae4aac5)

Features

  • comment: add icon for PageInfo Heading1 (c329dc1)
  • theme: update password encrypt (163bf53)
  • theme: update types and use prettier (915386a)

Performance Improvements

0.6.8 (2020-06-16)

Bug Fixes

0.6.7 (2020-06-12)

Bug Fixes

  • theme: fix hightlight line display issue (fc25fb4)

0.6.6 (2020-06-06)

Bug Fixes

  • theme: fix anchor (9777dcf)
  • theme: fix got same chunkname with same title (bd0a18e)
  • theme: fix type issue and fix Anchor display issue (80805c9)

Features

  • component: add title (02909e2)
  • theme: add default config to change temp folder (cc650e1)
  • theme: add one-click-copy plugin (e5ec9bb)
  • theme: add styl label for stylus blocks (b1335cf)

0.6.5 (2020-06-03)

Bug Fixes

  • theme: fix SidebarLink not display in desktop mode when sidebar: auto (a98bdae), closes #227

Features

  • theme: optimize blog page number style (9fe2c75)
  • theme: optimize the style of dropdown title (52f5b70)

0.6.4 (2020-06-02)

Bug Fixes

  • component: fix Badge issue with Chinese and fix pagination padding (bd8adb4)

Features

  • theme: improve appearance (d08df57)

0.6.3 (2020-05-31)

Bug Fixes

  • theme: fix space in page chunk name (7d3954d)
  • theme: fix style of CategoryList number (f60e402)

Features

  • theme: improve ArticleInfo appearance on mobile (cd42bfd)
  • theme: improve MyTransition animation (d802813)
  • theme: locate missing hint is changed to warn and will be popped only once during a run (0832661), closes #223

0.6.2 (2020-05-30)

Bug Fixes

  • theme: fix eject-hope command (bbab465)
  • theme: fix MediaLink display issue and some improvement (8c08d2c)
  • theme: fix navbar active issue and optimize anchor (e56b839)

Features

  • theme: improve inline code in custom blocks (a87c171)

0.6.1 (2020-05-29)

Bug Fixes

  • theme: fixing types problems (b27f091)

0.6.0 (2020-05-29)

Bug Fixes

  • md-enhance: fix flowchart appearance on mobile screen (520b9e2)
  • theme: improve page chunk name and small fix (196974a)

Features

  • theme: add eject-hope command (2568734)
  • theme: add header anchor for desktop (close #75) (97b384c)
  • theme: add medialink in blogpage logo (7c54fcf)

0.5.0 (2020-05-26)

Bug Fixes

  • theme: fix sidebar prefix on group (abccff8)

Performance Improvements

  • theme: improve perf on theme (93fc490)

BREAKING CHANGES

All the links will end with a splash /, instead of .html

0.4.1 (2020-05-26)

Performance Improvements

  • theme: improve perf when themeConfig.blog is set to false (2befb9a)

0.4.0 (2020-05-25)

Bug Fixes

  • theme: add transition for ProjectList (70b968b)

  • theme: fix types (9b0666a)

  • theme: fix @theme declaration issue (3c9c27b)

  • fix mising files ignore by npm (703f0ae)

  • md-enhance: fix footnote issue (bbdb6d3)

  • theme: fix password input issue on mobile screen (3987001)

Performance Improvements

  • use typescript-eslint V3 and compile more files (c255473)

Features

  • add a new plugin: vuepress-plugin-photo-swipe (3c85ba8)

0.3.0 (2020-05-14)

Bug Fixes

  • sitemap: fix sitemap has no ending tag (32c471a)

  • shared-utils: fix types issue (b47c1fc)

  • fix missing d.ts in npm (c7e0452)

  • sitemap: fix missing deps and use sitemapV6 (e768a85)

  • theme: fix BloggerInfo Image got 404 with a base (c138b05)

Features

  • add four plugins (4d1b21c)

    • add last-update plugin
    • add reading-time plugin
    • add seo plugin
    • add sitemap plugin
  • md-enhance: add mobile support for flowchart (64fd2b0)

  • theme: add darkLogo option (5661196)

  • theme: add transition for homepage and add BlogInfo in sidebar (bf4a8c2)

  • theme: improve footer config and update docs (38f3a24)

0.2.0 (2020-05-08)

Bug Fixes

  • theme: fix a typo in ThemeOptions (20901c7)
  • theme: fix background-color of ProjectList (dcb50c5)
  • theme: fix footer component and docs issue (ff1bf49), closes #170
  • theme: fix homepage feature and fix dropdown (290b7e9)
  • theme: fix sticky article list navigate (3bf2af0)
  • theme: fix themeColor config (f549c57), closes #169

Features

  • theme: add darkHeroImage for home page (783faba), closes #171
  • theme: muti action button support (9fd91d6)

BREAKING CHANGES

  • change the Front Matter keys actionText and actionLink in home page to action, which adds muti action button support.

0.1.0 (2020-05-07)

  • Release

0.1.0-rc.21 (2020-05-06)

Bug Fixes

  • theme: fix project config (d46bf35)

0.1.0-rc.20 (2020-05-06)

Features

  • theme: add project display (792b72c)

0.1.0-rc.19 (2020-05-05)

Bug Fixes

  • theme: fix articlelist issue (37aaaef)

0.1.0-rc.18 (2020-05-05)

Bug Fixes

  • theme: fix tag and category panination issue (920d171)

Features

0.1.0-rc.17 (2020-04-30)

Bug Fixes

  • theme: fix timeline display issue and improve category list (4e01e1d)

Features

  • component: update pagination style (92685fb)

0.1.0-rc.16 (2020-04-30)

Bug Fixes

  • bug fix (84b03cb)
  • pwa: move service worker to the root (ea5341b)
  • theme: fix sidebar apprearance (0a3b340)

0.1.0-rc.15 (2020-04-29)

Bug Fixes

  • pwa: fix service worker issue (0541e73)

0.1.0-rc.14 (2020-04-29)

Features

  • comment: add readingtime (c5553a7)
  • comment: rebuild PageInfo (d71211a)
  • md-enhance: add mark tag support (ad4257e)
  • theme: add blog info in mobile mode (021dee5)
  • theme: update sidebar icon (950b170)
  • style update (6439104)

0.1.0-rc.13 (2020-04-28)

Bug Fixes

Features

  • comment: improve appearance of Valine (5e22d67)
  • theme: rebuild Blog function (4996063)
  • theme: update 404 page (d9e0f0e)
  • theme: update appearance (4f85d2f)
  • theme: update footer and update appearance (0b8c49e)

0.1.0-rc.12 (2020-04-27)

Bug Fixes

  • comment: fix valine style in darkmode (7459eab)
  • theme: fix timeline error (b392f59)

Features

  • theme: add media links (952fc5b)
  • theme: update appearance and docs (6e43b30)
  • theme: update blog page style (53b74cb)
  • theme: update darkmode switch (76284fd)
  • theme: update style (27e2093)

0.1.0-rc.11 (2020-04-27)

Bug Fixes

  • fix Article sorting problem (6c7d4c2)
  • theme: fix navbar dropdown issue (61f8a42)
  • fix some issues (420812a)

Features

  • comment: add latest Valine feature (add9698)
  • theme: rebuild layout and add timeline (02fc183)
  • use prettier to lint markdown files (8cc53c5)

0.1.0-rc.10 (2020-04-12)

Bug Fixes

  • fix markdown-it types issue and improve valine appearance (15a317e)

Features

  • theme: change themeColor options and edit docs (fc95ecb), closes #109

BREAKING CHANGES

  • Change themeConfig.themeColor.picker to themeConfig.themeColor

  • Remove themeConfig.allowDarkmode and add themeConfig.darkmode

0.1.0-rc.9 (2020-04-10)

Bug Fixes

  • deps: pin dependency @mr-hope/vuepress-plugin-theme-color to 0.1.0-rc.8 (e3b5b0c)
  • theme: fix Markdown highlight issue (768c091)

Features

  • remove theme-color plugin and rebuild theme color (4c43673)

0.1.0-rc.8 (2020-04-08)

Bug Fixes

  • fix tag navigate issue (c7b9b00), closes #80
  • theme: fix tag display issue (b6e5f49)

0.1.0-rc.7 (2020-03-31)

Bug Fixes

  • theme: fix sidebar header issue (463056c)

0.1.0-rc.6 (2020-03-31)

Bug Fixes

  • theme: fix BloggerInfo bugs (9651d14)

Features

  • theme: rename tag to tags (5893518)

0.1.0-rc.5 (2020-03-23)

Bug Fixes

  • component: improve Pagination display on mobile screens (cd829fd)
  • fix router issue (65bc0ff)

0.1.0-rc.4 (2020-03-23)

Bug Fixes

  • md-enhance: revert change (056acb3)

0.1.0-rc.3 (2020-03-23)

0.1.0-rc.2 (2020-03-23)

0.1.0-RC1 (2020-03-23)

Bug Fixes

  • theme: fix pagination issue (7e8f82b)
  • theme: fix type error in AlgoliaSearch (2109546)

Features

  • comment: allow user to disable it in theme (e7614fd)
  • component: improve diplay and add i18n (623f17e)
  • theme: add AlgoliaSearchBox (cdee240)
  • theme: add blog.intro options (0de76b2)
  • theme: add missing plugins and make blog-plugin can be disabled (b0f210c)
  • theme-color: allow user to disable it in theme (41991eb)
  • theme-color: fit the newest theme components (a802b0d)

0.1.0-beta.40 (2020-03-22)

Features

  • theme: update theme apperance (f2e35e8)
  • update theme apperance (cf455dc)
  • md-enhance: use katex for tex support (4d2d018)
  • theme: make theme ts (01602c0)
  • theme: stop extending theme-default (e97c08c)
  • theme: update pageinfo tags (20a1366)
  • theme: use localstorage to store password (119ac8d)

0.1.0-beta.39 (2020-03-20)

Bug Fixes

0.1.0-beta.38 (2020-03-19)

Bug Fixes

Features

  • theme: improve encrypt and add sticky for articleList (ad87bb1)
  • theme: make encrypt mixins (84cbe37)
  • theme: make Layout.vue ts (c112afb)
  • theme: update component and tag page (73b7ab7)

0.1.0-beta.37 (2020-03-18)

Bug Fixes

  • pwa: fix window is not defined issue (09bba24)
  • theme: fix a wrong import (584919d)

Features

  • md-enhance: add flowchart (bb6db47)

0.1.0-beta.36 (2020-03-10)

Features

  • md-enhance: drop flowchart support (9d1269c)
  • update typescript support (c8b5072)

0.1.0-beta.35 (2020-02-21)

Bug Fixes

  • deps: update dependency screenfull to v5.0.2 (2539ec8)
  • deps: update dependency vuepress-types to ^0.9.0 (a84e303)

Features

  • improve typescript support (d6a3128)

0.1.0-beta.34 (2020-01-30)

Bug Fixes

Features

  • pin deps and improve types (cd87e86)
  • component: add a pagination component (e61da6a)
  • components: support page config (2b6e52c)
  • md-enhance: add a new detail block (e1a9219)
  • theme: add @vuepress/plugin-blog and new blog page (e9ad4a9)
  • theme: add tag and category for pageinfo (68913d3)
  • theme-color: improve nightmode (c343e79)

0.1.0-beta.33 (2020-01-24)

Bug Fixes

  • style and bug fix (26408ea)
  • pwa: fix pwa popup not working (54fdf9c)
  • theme-types: fix readme badge (e95d3a5)

Features

  • pwa: add an pwa option in theme (e12e813)
  • theme: add encrypt function (9b2bc2d)

0.1.0-beta.32 (2020-01-21)

Bug Fixes

  • types: add missing property for Sidebar types (1f399ce)

Features

  • pwa: improve pwa style (055492a)
  • theme: add a function for path (51fd6ce)
  • theme-ts: convert some utils functions to ts (eb7ffe0)

0.1.0-beta.31 (2020-01-18)

Bug Fixes

  • theme: fix '' issue in navbar (414b722)

Features

  • add options for PWA and improve types (25580b7)

0.1.0-beta.30 (2020-01-17)

Bug Fixes

  • theme: add missing deps pwa (970bebb)

0.1.0-beta.29 (2020-01-17)

Bug Fixes

  • fix test command (ca95fca)
  • theme: fix typescript compile issue (cd0f865)
  • theme: improve types (8de2bec)

Features

  • add pwa plugin (55968aa)
  • component: allow user to set backtotop threshold (d1486b1)
  • theme: add resolveNavBar function (2aecbdd)

0.1.0-beta.28 (2020-01-08)

Bug Fixes

  • md-enhance: type problem (99daa11)
  • theme: fix resolveHead error and add test file for it (b345065)

Features

  • shared-utils: add checkLang function and some interface (a95475e)
  • theme: add resolveHead function and types && fix missing test files (5223485)

0.1.0-beta.27 (2020-01-08)

Bug Fixes

  • md-enhance: fix lineNumber not working (5c9ba53)
  • add missing deps (3076692)
  • fix md-enhance not working (910e141)

Features

0.1.0-beta.26 (2020-01-07)

Features

0.1.0-beta.25 (2020-01-07)

Bug Fixes

  • md-hance: fix type missing (6a78f50)

0.1.0-beta.24 (2020-01-07)

Features

0.1.0-beta.23 (2020-01-06)

Bug Fixes

0.1.0-beta.22 (2020-01-06)

0.1.0-beta.21 (2020-01-06)

0.1.0-beta.20 (2020-01-06)

Bug Fixes

  • fix missing deps (58cb878)
  • theme: add missing deps typescript (47d7e29)

0.1.0-beta.19 (2020-01-06)

Bug Fixes

  • fix theme test not working (7730b5d)

Features

0.1.0-beta.18 (2019-11-23)

Features

0.1.0-beta.17 (2019-11-23)

Bug Fixes

  • theme: fix navbar prefix issue (071fa66)

0.1.0-beta.16 (2019-11-23)

Features

  • theme: add prefix for navbar (c2c7558)

0.1.0-beta.15 (2019-11-23)

Bug Fixes

  • theme-color: fix nightmode switch problem (da8322b)

0.1.0-beta.13 (2019-11-22)

Features

0.1.0-beta.12 (2019-11-21)

Features

  • add time for Pageinfo, bug fixes (6933faa)

0.1.0-beta.11 (2019-11-16)

Bug Fixes

  • components: fix footer config not working (3ea8722)

0.1.0-beta.10 (2019-11-13)

Features

0.1.0-beta.8 (2019-11-11)

Features

  • make components a sperate plugin (8332020)

0.1.0-beta.7 (2019-11-08)

Bug Fixes

  • theme: fix issues (228a89d)

    • fix PageInfo - author not working
    • fix defaultfooter not working
    • fix MyBadge - color not working

Features

0.1.0-beta.4 (2019-11-07)

Bug Fixes

  • theme-color: cannot change themeColor (4452a06)

0.1.0-beta.3 (2019-11-07)

Bug Fixes

  • theme-color: rename vue component (9e24df1)

0.1.0-beta.2 (2019-11-07)

Bug Fixes

  • vuepress-theme-hope: fix theme-color not working with no configuration (8a55d75)

0.1.0-beta.1 (2019-11-07)

Bug Fixes

  • vuepress-plugin-theme-color: change the providing compoenent name to ThemeColor (d579787)
  • vuepress-theme-hope: fix DropdownLink prop item type issue (32a6d8f)

0.0.1-alpha.5 (2019-11-07)

Bug Fixes

  • fix dependecy resolve issue (7d2d1b3)

0.0.1-alpha.4 (2019-11-07)

Features

  • vuepress-theme-hope: load plugin only when needed (e7b4aae)

improvement

  • vuepress-plugin-theme-color: change colorPicker to picker (e2c39a9)

BREAKING CHANGES

  • vuepress-plugin-theme-color: change colorPicker to picker

0.0.1-alpha.3 (2019-11-06)

Features

  • vuepress-theme-hope: make comment a sperate plugin (f338028)
  • vuepress-theme-hope: split scrren-full to a sperate plugin (7698d01)

0.0.1-alpha.2 (2019-11-05)

Features

  • vuepress-theme-hope: split theme-color into a sperate plugin (24c123d)

0.0.1-alpha.1 (2019-11-05)

Features

  • add lint hooks, travis config, readme and test command (fd3fdf2)

0.0.1-alpha.0 (2019-11-04)

Features