recipe/CHANGELOG.md
2024-08-18 19:16:25 +08:00

4888 lines
408 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Change Log
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<!-- #region recent-change -->
## [2.0.0-rc.38](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.37...v2.0.0-rc.38) (2024-04-29)
### Features
- **components:** deprecate Replit ([feeb461](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/feeb461d1d0dbf4e320ba3a95b530306e86053df))
- **theme:** add portfolio homepage ([6c08166](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6c08166b054b3969d0085e6fbd8d42b650df075b))
- **theme:** update slot name ([95ac540](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/95ac5403c567f919e5039138b5a49e6a289df8e5))
### Bug Fixes
- **deps:** update dependency @vue/repl to v4.1.2 ([#4094](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4094)) ([3d7709b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3d7709ba57c8f1931ff5d36b9530e681d17215a6))
- **deps:** update dependency inquirer to v9.2.20 ([#4095](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4095)) ([fe95a0c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fe95a0c9fb172f377f69f89884539e5fb7e03bc5))
- **deps:** update dependency three to v0.164.1 ([#4098](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4098)) ([b257ca3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b257ca30312f330c5158b38a350e57824fa4110e))
- **md-enhance:** fix katex logger ([a1bd30d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a1bd30d0b3eb227cd9fe8484e7fe2e515ad5010a))
- **md-enhance:** fix markmap color ([3bdf212](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3bdf212702ca762012d13bff51161793a70d6842))
- **search-pro:** remove debug logger ([4d96a20](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4d96a20ec2ed326d09736f3d7997bf80b8521717))
- **theme:** fix redirect modal ([edd7814](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/edd7814fa0f8a29006f55156e67ad947e633128c))
- **theme:** fix theme color picker, close [#4089](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4089) ([03c04fb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/03c04fba4f6782d2516d01ad5afdb57d66310fbe))
## [2.0.0-rc.37](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.36...v2.0.0-rc.37) (2024-04-21)
### Features
- add plantuml feature ([913bbe7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/913bbe7e077d38bd3f052c70184686cb03ddc5f6))
- **components:** add fullscreen button, close [#4001](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4001) ([1f390d4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1f390d4b8197f60e49ac7f515d97178910e05064))
- **theme:** remove blogger.roundAvatar and make it a preset ([f3ee699](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f3ee699659537e6c4a55284b8ee6f540dba2f60b))
- **theme:** remove navbarIcon and sidebarIcon and make them presets ([73f6eb2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/73f6eb22775843ee4aef10d255788887dedddbb6))
- **theme:** rename navTitle to navbarTitle ([416395e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/416395e9c426c7d587a6c33de1410998dab82d23))
### Bug Fixes
- **theme:** fix pageview, close [#4067](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4067) ([99c3c69](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/99c3c69ea954d4ab9f998d5add95c0e64446d1d7))
- **theme:** support categories and tags in PageInfo ([0cfbbf5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0cfbbf5f0a0b08dd3a1fe696aa57a5d2e8b48bfc))
## [2.0.0-rc.36](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.35...v2.0.0-rc.36) (2024-04-11)
### Bug Fixes
- **md-enhance:** fix KatexCopy, close [#4058](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4058) ([1abd79f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1abd79f2ce800ce128f6e0a4d7e69214bf77bf11))
- **theme:** scrollPromise is not function ([#4055](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4055)) ([b93c078](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b93c0783d96f38287a65e89f7db1ede51c2382f0))
## [2.0.0-rc.35](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.34...v2.0.0-rc.35) (2024-04-09)
### Features
- **components:** rebuild vidstack, audio-player and video-player ([9bd481d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9bd481dbc30ccda5533b4693895eacd5404c9e8c))
- **md-enhance:** update font settings, close [#4047](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4047) ([e7436d8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e7436d8646cb263cb21e9a12b1d22fede9f3ae00))
- **shared:** improve hash function ([9cb475e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9cb475e306d4054cebc69a2754e47a385f4240aa))
### Bug Fixes
- **create:** fix git issue in workflow ([bf99fea](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bf99fead31f3ea6d4398d8e124a1090b6992d3ab))
- fix color, close [#4048](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4048) ([8a1b028](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8a1b028786ecd8df49fa3593e9ee15a6478d2455))
- fix grey color ([66af625](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/66af62586f215a95b2db3c31d2a563317e951266))
- **theme:** fix link resolve, close [#4044](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4044) ([04c840d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/04c840d317d1e52f8c5a7144574b1859178401a0))
- **theme:** fix PageNav ([00f6459](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/00f6459e8aea08627985d34c23d5c7691eaa1d9b))
## [2.0.0-rc.34](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.33...v2.0.0-rc.34) (2024-04-06)
### Features
- improve RepoIcon ([88ec1db](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/88ec1db7e6f8a374ad47bbccc237f1e49f9129cf))
- rebuild styles and remove transition, close [#3747](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3747) ([32ac951](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/32ac951649f18f0255f564b7f56a7d1cdbde4809))
- **search-pro:** improve suggestions ([7cfa7fb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7cfa7fb578c9adefbba125f4520a04d14a17bbad))
### Bug Fixes
- **components:** fix ArtPlayer with vite devServer ([9560bc0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9560bc00c83e5b672f90ca6dc5e394d8794aa3d7))
- **create:** enable tasklist ([4a262ca](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4a262cae79738a7ef8937f5ee01b60d508b556bb))
- **create:** fix branch name, close[#4019](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4019) ([1ce69c8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1ce69c8f844d7089c1b7cca84b87052ca222ca4e))
- **deps:** update dependency vidstack to v1.11.10 ([#4012](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4012)) ([5ab421f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5ab421f054ab1cf5ab34ce5ab6cdaba59e0b73d5))
- **search-pro:** add routelink support in index ([98c9874](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/98c9874b5c87707e4f5d0f9b5909ab15073851d6))
- **search-pro:** improve search modal ([71a77e1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/71a77e19dc7e38d581c8f128be1c6d495ff5be34))
## [2.0.0-rc.33](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.32...v2.0.0-rc.33) (2024-04-02)
### Features
- **components:** remove iconfont keyword ([a50a4d5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a50a4d546bcbb981966c3b6144293936e443c274))
- **components:** update pdf components ([815160d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/815160d1b640f0b1ebbfcb86b3926df440fd8e09))
- **md-enhance:** tweaks ([a8f0b6b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a8f0b6b9aa745591bb6e731333c53d84d9eab14b))
- **search-pro:** improve search queue ([ee53fa6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee53fa650fdf3b70fd616673e8a360065c3adf9a))
### Bug Fixes
- **components:** fix Replit ([996a9cf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/996a9cfbb788720d9ea9a4da671d55a41ae8e0b8))
- **md-enhance:** fix markmap style ([75e62b1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/75e62b11a2be97a17ff7ee807c4df4bcea65bdea))
- **theme:** fix hint font-size ([1065498](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/106549869dd12346e45f7907958139629efce9a9))
- **theme:** fix link check ([89afa6f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/89afa6f1382aeefc290e7c03af45abf202fd13f6))
- **theme:** fix relative link resolve in PageNav, close [#4005](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/4005) ([994f99a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/994f99ab6bb91a19161ee03ce057a52a62e02044))
- **theme:** fix shiki background in darkmode ([e2c69b7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e2c69b703b1b539d1888fa4adbaeea511f124776))
- **theme:** fix waline color ([9a08f20](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9a08f20be2772401d41ce417b1b4263db5b51ee4))
## [2.0.0-rc.32](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.31...v2.0.0-rc.32) (2024-03-25)
### Features
- **create:** generate tsconfig.json ([663df71](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/663df71f4cd4883b512d8c7f5b58f0e2099d0e43))
- **search-pro:** add splitWords ([9f70b0e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9f70b0ef1cf51cc1c35132ead4373c2e2102d916))
- **theme:** improve a11y ([ca90c40](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ca90c407302a6447546515907b9c0d07bcc3de56))
- **theme:** support breadcrumbExclude, close [#3971](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3971) ([7bd344b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7bd344b9ecadd05d8ad55179cd10d3a9df64a034))
### Bug Fixes
- **deps:** update dependency inquirer to v9.2.16 ([#3977](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3977)) ([4caffcf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4caffcfae6b3fcb994fddd608ddd613512f08945))
- **md-enhance:** fix gitInclude issue, close [#3972](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3972) ([fb29e94](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fb29e9475ae4af8da1ffce3663f4e866fe4c2a80))
- **theme:** fix comment width, close [#3986](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3986) ([934712a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/934712a8be6d0799774bcadddbe9aa12c3f1530f))
- **theme:** fix route resolve ([95d9161](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/95d91617aee2d57f8a66e6eb82e3d241a079ac41))
## [2.0.0-rc.31](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.30...v2.0.0-rc.31) (2024-03-11)
### Features
- **comment2:** update Giscus lang ([0328d85](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0328d85fab62f18440cc4ef0d86ae00c3bb0d785))
- **md-enhance:** update ts playground config ([85f3166](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/85f31669d3aaeb19f882f3b14f6a4df6c8aa5ec2))
- remove append-date and comment plugin ([c0af3e5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c0af3e57113039b666ab47c41dd988c89b7a4a37))
### Bug Fixes
- **comment2:** fix waline variable ([a7aa9be](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a7aa9be63ad964691edaa10b6e2b50be5e44db8d))
## [2.0.0-rc.30](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.29...v2.0.0-rc.30) (2024-03-10)
### Bug Fixes
- **create:** fix en blog template ([ed15833](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ed158334cc6ef488bd5bc88e9dee1ce7fec236e6))
- **search-pro:** fix search-pro production worker ([69d2e37](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/69d2e370e95649b575786843228e4a7e71ea2e63))
- **theme:** fix toc active issue ([24aceb8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/24aceb8e5c0b7ece4cb97ab450790121f332efe4))
## [2.0.0-rc.29](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.28...v2.0.0-rc.29) (2024-03-07)
### Features
- **search-pro:** add suggestionsFilter and resultsFilter ([bbcff53](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bbcff53be0359155d097519bd8b4a43090e27398))
- **search-pro:** improve createWorker api ([7789c89](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7789c8956862893beac53e1df028260cda434e82))
- **theme:** collapse toc while clicking ([a5d3649](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a5d364986d34dc5452e9e4d7a7523f576ca8d71e))
### Bug Fixes
- **theme:** fix issues on navbar ([70553a0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/70553a07be8ca699a978010d6acd477115ccd77e))
## [2.0.0-rc.28](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.27...v2.0.0-rc.28) (2024-03-07)
### Features
- **theme:** make label up, close [#3956](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3956) ([0868f2f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0868f2ff63c510651d656410bd07024b460644c7))
### Bug Fixes
- **deps:** update dependency @types/three to v0.162.0 ([#3958](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3958)) ([254e621](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/254e62116aa464f22771f15e83e07d9000ce31aa))
- **theme:** fix link detect, close [#3961](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3961) ([29394b6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/29394b696c155e0982afde0d5f4cf9b9c8e3f5a4))
## [2.0.0-rc.27](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.26...v2.0.0-rc.27) (2024-02-29)
### ⚠ BREAKING CHANGES
- **theme:** heading keyword is no longer supported in sidebar
### Features
- **md-enhance:** improve git update time with include feature ([d2dd513](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d2dd5130a2b6b24e78935336cccd43e59f4a1399))
- **theme:** support toc on mobile ([a8a07f9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a8a07f9a66c7ab129b1c74e6c450fad3a64fb21d))
### Bug Fixes
- **components:** ensure base is appended ([2f66eef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2f66eefe4a65e187583a83c4a55169d0ad19abf8))
- **theme:** fix logger hint ([36b53be](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/36b53be6eaf6819b2099b569cb07b5e30c4ee483))
## [2.0.0-rc.26](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.25...v2.0.0-rc.26) (2024-02-21)
### Features
- **search-pro:** improve chinese search ([aec768c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aec768ca07ce9fca6d6d0a0862f0f324ec4b1e43))
- use official links check plugin ([9295771](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9295771f9c03a2400b91f26393168e196e50d903))
## [2.0.0-rc.25](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.24...v2.0.0-rc.25) (2024-02-20)
### ⚠ BREAKING CHANGES
- use official pwa plugin (#3938)
### Features
- **theme:** compact with pwa style ([ac563d4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ac563d42f197c2c04b3198c7e9bb2cf357fef5c7))
- use official pwa plugin ([#3938](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3938)) ([b51ab67](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b51ab67f7aa36d5adeba07cb944852ef87e0ea43))
### Bug Fixes
- **create:** add sass-loader for webpack ([0aaf4e4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0aaf4e4e060a3422dee978da351a070378ad1b8e))
- **md-enhance:** fix import name ([a4cd69e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a4cd69e2f4b3f385e1db22907c9e480ba9c90c4d))
## [2.0.0-rc.24](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.23...v2.0.0-rc.24) (2024-02-17)
### Features
- **md-enhance:** support @vue/repl v4 ([d544cfb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d544cfbbd8effbf71053994437fcfd089b841891))
- **theme:** support shiki v1 ([3d75793](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3d757931d73eccd1e46975c4693e7da656820770))
### Bug Fixes
- **search-pro:** fix not working in production, close [#3914](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3914) ([04ba408](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/04ba4085189197e8a1e7e5eddcfc6438bd720e45))
## [2.0.0-rc.23](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.22...v2.0.0-rc.23) (2024-02-06)
### Features
- **photo-swipe:** add api ([87b549d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/87b549d6c68779e860c586406ba3cb20da003b06))
- remove photo-swipe plugin ([#3909](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3909)) ([4a38e37](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4a38e375bfcb840825da9a03d8cb4ff4ac004fa9))
### Bug Fixes
- **theme:** fix catalog and redirect modal color ([09cf8d5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/09cf8d56bda0c017ad83f8ca6a97c16ea1a9dcd5))
- **theme:** remove debug logger ([75c3482](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/75c34829aebe1aa01995c30ea95afaecc3bf90c7))
## [2.0.0-rc.22](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.21...v2.0.0-rc.22) (2024-02-05)
### Bug Fixes
- **create:** fix template version requirement ([fdfb440](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fdfb44095d382803c3bb36e14c0d7847870662b9))
- **theme:** fix feed plugin options ([d619de0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d619de0b5f00f794c1835415afcd027208a4dc4b))
- **theme:** fix navbar prefix ([6c21dbf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6c21dbf721f46bf847806d74fc407cd040d3e232))
## [2.0.0-rc.21](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.20...v2.0.0-rc.21) (2024-02-05)
### Features
- compatible with latest vuepress ([#3906](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3906)) ([05c41d8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/05c41d86b6399f1ec2919db43e7f5cc3dfbc0a8c))
### Bug Fixes
- **deps:** update dependency @vuepress/plugin-feed to v2.0.0-rc.9 ([#3894](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3894)) ([be86aff](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/be86aff3223ca6d5147ff96d31dea3b9a7b82a34))
- **deps:** update dependency inquirer to v9.2.14 ([#3901](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3901)) ([72e5441](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/72e544113d44dbabe5d4bc4a63fbf53b40197f8e))
- **theme:** add missing plugin options ([098a93d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/098a93dd9d293ad378db66e59b13d00f113103a3))
- **theme:** fix darkmode toggle, close [#3904](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3904) ([3df7372](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3df7372e96e4ef9bbfa239cd2b9a7234502acb55))
- **theme:** improve redirect plugin options ([b140bdf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b140bdf147873dc5493bc65fbfdac3e4143dc723))
- **theme:** typos in pkg name ([#3899](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3899)) ([a7c9986](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a7c9986f31e17ae50c5cc93854fa792867268b08))
## [2.0.0-rc.20](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.19...v2.0.0-rc.20) (2024-02-03)
### Features
- **auto-catalog:** improve locale compare ([002664b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/002664bb3479cfddb01c73e108e52c611b668f47))
- **md-enhance:** support block chart in mermaid ([06043fa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/06043fa79b04b76d8fa5f15ac324e0c0fd39dbaa))
- remove redirect and remove-pwa plugin ([6449cd2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6449cd242b15754ebf7cc18c61fbeda5f539a573))
- use official back-to-top button ([8f5946f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8f5946f21c399c1a84c9b39f4fb31023e26dcc47))
### Bug Fixes
- **deps:** update dependency @vuepress/helper to v2.0.0-rc.7 ([#3886](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3886)) ([c9300d2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c9300d201cfa9f48f56cdde646cab9ac2df909be))
- **redirect:** avoid autoLocale being handled when path inside redirectMap ([c11fe5e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c11fe5e4ba4e949f6baa7beb23c06c7bc7fc51f8))
### Performance Improvements
- **redirect:** avoid recalculating hostname ([0c1719c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0c1719c283f63d992bda5f3d385b763617b023b2))
## [2.0.0-rc.19](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2024-02-02)
### Features
- use official plugin copyright, reading-time and rtl ([#3883](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3883)) ([636cc13](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/636cc139a6181c435dd0a080b215df54541f2641))
## [2.0.0-rc.18](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2024-02-01)
### Features
- **theme:** improve check ([fadc296](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fadc2965b4b0613a7f300b7b005d5a96c692a300))
## [2.0.0-rc.17](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.16...v2.0.0-rc.17) (2024-02-01)
### ⚠ BREAKING CHANGES
- remove copy-code2, feed2, seo2 and sitemap2 plugin
### Features
- **feed2:** improve xml font-size ([20d93b1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/20d93b1ab28d6706e4e6c4b2fdf7ce343ffd4533))
- **sitemap2:** support devServer ([852a8f1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/852a8f1d54d95d542a3eda95e00477b74b1df167))
- use official copy-code, feed, seo and sitemap plugin ([#3879](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3879)) ([0fe9435](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0fe94356f339c68b928b471661fc31d8f797d17f))
### Bug Fixes
- **deps:** update dependency inquirer to v9.2.13 ([#3869](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3869)) ([f75c937](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f75c937d9ecc1dff4d700c25a3e2393b1bc72baf))
- **redirect:** fix redirectTo, close [#3877](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3877) ([43ac200](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/43ac200ffeef00b17787f23d36343c47bc3bb292))
- **shared:** fix excerpt link ([034a3f1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/034a3f1cfb5d5bf2258af3639cd8c93eaa1879e0))
- **shared:** fix getTitleFromFilename ([1cf5152](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1cf51521c29861fef8d1a7c512131262b92c1ec8))
### Reverts
- "chore(md-enhance): remove compact with Mermaid", close [#3874](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3874) ([2f51907](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2f51907c717c01cf3fd6b1ce9a1bc9daec2fe335))
## [2.0.0-rc.16](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.15...v2.0.0-rc.16) (2024-01-27)
### Features
- **feed2:** improve xslt ([2cc5f6d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2cc5f6dcb48ab59e0bf483fd39826e56e19a10ab))
- **feed2:** support devServer ([4f6f2c3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4f6f2c368857462cc86087c1fcf6b1802f53e92d))
### Bug Fixes
- **comment2:** fix `giscusLang` value, fix [#3862](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3862) ([#3863](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3863)) ([d82bf6d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d82bf6da8728eb140df4b657723d5efc082df9d3))
- **feed2:** fix output count might be less ([4da42b1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4da42b1614241bf79fcca85c0ed70f68406f5ae6))
## [2.0.0-rc.15](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2024-01-26)
### Bug Fixes
- **create:** fix create flow ([2cb4b30](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2cb4b30cfda84dbaf22f38d455e83df556743a75))
- **theme:** fix VuePress detect ([fd2fae0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fd2fae026ee058850e2ec5e5f125fbd4493caf02))
## [2.0.0-rc.14](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.13...v2.0.0-rc.14) (2024-01-26)
### Features
- bump to vp2rc2 ([05f917d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/05f917d5d74059ee55457334d568f07b5af76074))
- **md-enhance:** improve sandpack attr handle ([be94b6d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/be94b6db84454fb5db858c3e1ec0161625944a91))
### Bug Fixes
- **append-date:** avoid covering the file content ([e97cb05](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e97cb05a88056df5b8aa1d0ef1d4d3e71c2fa621))
## [2.0.0-rc.13](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.12...v2.0.0-rc.13) (2024-01-25)
### Features
- **shared:** remove usePageTitle ([9458a40](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9458a405d0d964b6a92f041d1104dbcfc90c7e1e))
- **theme:** improve HopeIcon ([c120670](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c120670864123cbd6da959eee3f133bc16d8e4e5))
### Bug Fixes
- **auto-catalog:** fix catalog issue in vue3.4, close [#3854](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3854) ([42898bd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/42898bd2eff8690f8528935bf3687e10f46a54b0))
- avoid calling composition apis in computed hook ([993e1b9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/993e1b996f799d2c180a9bcd3c8e747580b61e6a))
- **theme:** fix inject warning ([244f5b1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/244f5b1b8665e34f00e3e03fe63fcb1257d4e5a3))
### Performance Improvements
- use shadowRef if possible ([454eb32](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/454eb32d0ac56f55107767a6afb7ec24eb32f35a))
## [2.0.0-rc.12](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.11...v2.0.0-rc.12) (2024-01-25)
### Bug Fixes
- **md-enhance:** fix markMap options, close [#3853](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3853) ([df3675c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/df3675c9eb0af236aae17aa8f7265a17bf66e227))
- **theme:** fix feed options for feed, close [#3847](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3847) ([a6a7948](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a6a79484ce9bd974ff0c7da65e120810718b6e05))
- **theme:** fix render issue with darkmode ([07f32ed](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/07f32edac9a7ee079ea3f02a075d6d2b3245a8bc))
## [2.0.0-rc.11](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.10...v2.0.0-rc.11) (2024-01-06)
### Features
- **copyright2:** improve options ([fe5c4de](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fe5c4dedaa61e9e0dbdfa0c31c36bb1fc3dcf283))
- **create:** update comment in zh ([ca96d04](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ca96d04b864eb1aaa5acd2f847ab462d7019ecc3))
- **md-enhance:** add sandpack ([#3587](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3587)) ([95198e1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/95198e1a20d76a4560a2aaebb5567c311c1890ab))
- **theme:** bundle copyright2 as it as 0 deps comparing with theme ([71c4e9e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/71c4e9e0d6d2d6b1a47c91d33928e5261606f23a))
- **theme:** support redirect plugin ([497db41](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/497db4146c51de6895be79f68113bd2bf38eb6eb))
- **theme:** update locale, close [#3804](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3804) ([abe1e16](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/abe1e165f58266c4b62db1830901a602492d4133))
### Bug Fixes
- **create:** fix logo ([715afff](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/715afffd227ba0e4c669a6c7560dc57d4f6fcb91))
- **create:** fix registry command ([9dd6ff1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9dd6ff168d3cce6b722f47c3305368cf00987de3))
- **create:** fix template ([894f73a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/894f73a037709f339440f67eff68b84301d18ff0))
- **theme:** fix brand logo seo ([4800091](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/480009179da201fca7c6d0b27b5e76d817f6f85a))
- **theme:** fix page cover ([47dcc5c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/47dcc5c58fdae62999d84161ea4eebec426f3912))
### Performance Improvements
- **copyright2:** improve client data size ([84b4cc5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/84b4cc51d55cfc0fab7be7e30afc042287a876ba))
## [2.0.0-rc.10](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2023-12-30)
### Highlights
- This version requires Vue3.4, with Vue performance improvements.
- Uncommon plugins like copyright2, feed2, pwa2 plugins are optional in theme, so you need to install them manually to use them.
- The theme adds built-in search config support for `@vuepress/docsearch` `@vuepress/search` and `search-pro`. After installing them, you only need to provide necessary options, and the theme will do the rest job for you.
- The theme now thinks that `categories` and `tags` in frontmatter are standard, which will improve experience with tools like Obsidian.
- `md-enhance` now undeprecate danger container support back to align vuepress default theme.
### Features
- **md-enhance:** add danger container to compact default theme ([ea2729c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ea2729c1f4020b4fc3b51d0456fdff480215c031))
- **search-pro:** add filter option, close [#3790](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3790) ([be6b4e4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/be6b4e420310227b7623527689c7eba4fd129660))
- **theme:** make copyright2 feed2 and pwa2 optional ([70aae43](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/70aae4385d3e3ddd5020c9b9dbd9aefc60c5406e))
- **theme:** support built-in search ([25d4445](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/25d4445d426017080022afb715caa6614c71b837))
- **theme:** support categories and tags ([ad8aba2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ad8aba230d8cb70f3967d7dc9349a9b3651b9847))
### Bug Fixes
- **create:** fix version test ([798c4e7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/798c4e7477474c697de4b446d3c79fa263186fb2))
- **shared:** fix error with pnpm ([4283b7d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4283b7dcdb95f9e41ce4bb0c588885e714235950))
## [2.0.0-rc.9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.8...v2.0.0-rc.9) (2023-12-29)
This version is not actually released.
## [2.0.0-rc.8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.7...v2.0.0-rc.8) (2023-12-29)
This version is not actually released.
## [2.0.0-rc.7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.6...v2.0.0-rc.7) (2023-12-26)
### Bug Fixes
- **shared:** fix vite helper, close [#3770](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3770) ([2c28ddb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2c28ddbae346daf3fc3d3d22dee0dba2ce488569))
- **theme:** fix debug mode ([3e4e357](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3e4e357183f64f764debdff130a9a8d66891194d))
## [2.0.0-rc.6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2023-12-24)
### Features
- **components:** improve SiteInfo ([f77c4c5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f77c4c5b19dc268e5a83ad8279870e62ad95250b))
### Bug Fixes
- **auto-catalog:** fix order sorting ([b099f5b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b099f5b20c4997b9030d666451ec786a78fdedd1))
- **comment2:** fix artalk ([6c49cad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6c49cad9c242a36ceb4a5531a3459c7c6394ac34))
- **deps:** update dependency three to v0.160.0 ([#3779](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3779)) ([57cb408](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/57cb40884f8a8a4a8332914cc84f76b2cfea1690))
- fix template typo ([7bca593](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7bca59378596a34a7cb88724a0cd12fc67734fea))
## [2.0.0-rc.5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2023-12-16)
### Features
- **shared:** add addViteOptimizeDepsNeedsInterop ([552bf31](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/552bf310083ae747c28dc0b73718a4be676b533c))
- update template ([508efa3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/508efa33fe10fc46b210721bb4ba56e3af11f5d6))
- update template ([93e2c36](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/93e2c36329b383ff2ef4cf79b74dd18b8ca9d3bb))
### Bug Fixes
- **comment2:** improve Artalk ([9742d40](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9742d402dee79aa169387fd3a9fc426ada78c98f))
- improve a11y ([5ca4cb8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5ca4cb8ea8273ee533889f6f40f0c2759796d138))
- **md-enhance:** fix markmap ([87797cf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/87797cf2531a8f500c883dc9553b0ed099c838be))
## [2.0.0-rc.4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2023-12-11)
### Bug Fixes
- **create:** fix package.json ([c606fe7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c606fe757c6866d9e77d30029ebe1dc09ecaea42))
## [2.0.0-rc.3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2023-12-09)
### Highlights
- The `<Share>` component in `component` plugin is rebuild, new services are added and icons are redrawn.
### Features
- **components:** add more share services & redraw icons ([#3709](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3709)) ([1da2887](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1da2887a2aeba1dc6098929de64a291e295824f3))
- **components:** update share default config ([9b4132e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9b4132e65f1ae33db48aa513b188e5ff0d8a75e7))
- **search-pro:** update locales, close [#3712](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3712) ([839bd87](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/839bd870dbb5f4f79979387f4ee33a63e316f870))
### Bug Fixes
- **auto-catalog:** fix autoCatalog component ([2928a13](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2928a1309b62973c2e3ebf16a5c329b5199e3fba))
- **auto-catalog:** fix index issue ([20be00b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/20be00bacf431357e567b97ac0cdc4172d3ee609))
- **md-enhance:** fix kotlin-playground, close [#3706](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3706) ([8096b9d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8096b9dca839cb7feda590c1ae07258b506b2cf7))
- **redirect:** fix style ([ef8587c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ef8587c09631b25b5792214f1c881ab9ef831928))
- **search-pro:** fix options not working as expected, close [#3712](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3712) ([a9e97f4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a9e97f42c6ff5d5592802fd5b1f3ded6336d2f9d))
## [2.0.0-rc.2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2023-12-04)
### Highlights
- `auto-catalog` plugin has been rebuilt, and provides a client api to customize catalog info extracting.
- The theme is now using a new animation when toggling darkmode.
- More icons are added to theme built-in social icons.
### Features
- **auto-catalog:** rebuild ([e0911ea](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e0911ea03f8970aa8e8f79e82746007ec60de191))
- **theme:** add more social media icon & fix ([#3654](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3654)) ([a2d03ad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a2d03ad209633925f440a8e7a81caf24bf00586e))
- **theme:** apply transition to darkmode toggle ([002896f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/002896f7410143bc4f43ee142e64348efbdd38c5))
### Bug Fixes
- **auto-catalog:** fix base ([89f1239](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/89f12393ada28c13dd1231f36c6a6ee287a5a689))
- **deps:** update dependency @types/three to v0.159.0 ([#3697](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3697)) ([87f58f3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/87f58f31ac9fceef46769db2ad738fa638ce9d85))
- **md-enhance:** fix legacy compact ([fca9d1d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fca9d1d13020ea17c1710675407c90e674e6fc46))
- **theme:** fix readingTime issue, close [#3651](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3651) ([2029e37](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2029e376e312817aefe1aa6873d4e053a23a7647))
- **theme:** social media icon svg code error ([#3690](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3690)) ([5858b2d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5858b2ddc3fcecca6b0183a5d72f454dfac5aa24))
## [2.0.0-rc.1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2023-11-26)
### Highlights
- new Kotlin Playground feature in `md-enhance`
- new MarkMap in `md-enhance`
- new `alert` feature in `md-enhance` to support GFM alerts
- new `caution` and `important` container in hint feature (previously named `container`)
### ⚠ BREAKING CHANGES
- **md-enhance:**
- `container` option is deprecated, use `hint` instead
- `caution` and `important` container is added to align GFM
### Features
- **auto-catalog:** add compact for indexType ([1e6b2b3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1e6b2b31ed28b250d4fbd942835f21502612bebf))
- **comment2:** improve artalk update ([cd9abf7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cd9abf70ef00030e60de7f1d0d7907f0755165fe))
- **components:** improve a11y on backToTop button ([dcfbe3f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dcfbe3f6cb43d8322ffc776010ec1c2693e1a8ec))
- improve compact code ([13a1479](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/13a147936344926ab6845b0bb58e7781be9b8d45))
- **md-enhance:** add kotlinPlayground option, close [#3544](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3544) ([1669d19](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1669d196cac6a41edb0a7f93d1ecd517e80df0db))
- **md-enhance:** add legacy support for card ([195720d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/195720d11d270f392abc943f2b6850fecd3bcce2))
- **md-enhance:** add markmap, close [#3004](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3004) ([7bc156f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7bc156f189b426914eede85f7e7c73beb3d6b2da))
- **md-enhance:** improve presentation compact ([2cfeb64](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2cfeb64ab7055459d56018f8a8c48662599621a9))
- **md-enhance:** support alert ([bac947b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bac947bd41d020caaaf97eb238928fb5a97b8550))
- **md-enhance:** support imgMark with figure ([f7540cd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f7540cd9d1efca6a16a929c6d2722fca7cc534bd))
- **pwa2:** add hint for showInstall ([54b2cc3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/54b2cc387071e2eebd0feaf3a7ee343059374800))
- **shared:** improve normalize path ([56e1797](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/56e17973a977ca4e02c58984e42f632999e276b1))
- **theme:** improve bundler options handling, close [#3651](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3651) ([2e79d76](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2e79d767cad7551c525e9530c9da8e3e97c3b49e))
- **theme:** improve empty hint ([5f46837](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5f46837f9a3d61f59287c1cf6dc2cd3a1894e9af))
- **theme:** improve sidebar prefix ([8b8438c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8b8438cbbb7864b03e1f59f2f395d9a6a5b1ad72))
- **theme:** support item prop in project-panel, close [#2562](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2562) ([ec1feea](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ec1feea0b747a3211214a9b89ea31b6ed48d17bd))
### Bug Fixes
- **md-enhance:** fix mustache issue with tex, close [#3679](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3679) ([69ee328](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/69ee328465291ec1983497c0979a28a3ac6118ce))
- **md-enhance:** fix SlidePage home button ([a0b0372](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a0b03724223162a2345b073366a9cdf94cbb5c4e))
- **theme:** fix aria-role ([31fb90c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/31fb90c98a13576d7a5610e793a9c10079e3171a))
- **theme:** fix language dropdown update ([ab2c38b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ab2c38bc0ba73d672ddc632fa2d3309543b9da95))
### Performance Improvements
- **md-enhance:** avoid parsing multiple times ([6b3959f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6b3959fe915e023231f76f291fe5a3beae023f15))
## [2.0.0-rc.0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.252...v2.0.0-rc.0) (2023-11-17)
### Features
- use vp2@rc.0, close [#3395](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3395) ([2755ae6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2755ae66df10cf0d48fb9aa91c8e796379b2ba3f))
## [2.0.0-beta.252](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.251...v2.0.0-beta.252) (2023-11-16)
### Features
- **theme:** improve template style ([f02b0fe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f02b0fe7f91678ae536ea639468675e38216231f))
### Bug Fixes
- **append-date:** fix git detect and time output ([44f40e8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/44f40e8dd6b98edca7abbf93bc660d3ff61c9ceb))
- **md-enhance:** broken outlook in safari ([e1b3642](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e1b3642a4e465c26739013e944a148084d248278))
- **md-enhance:** fix md-demo with include feature ([a5ef4d3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a5ef4d3c55b243a12632e939c3edd2b7552f200b))
- **theme:** fix article list pageview, close [#3637](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3637) ([a1f59e2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a1f59e2b07c3d7ecfe5b79cad1153a14f42e349a))
## [2.0.0-beta.251](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.250...v2.0.0-beta.251) (2023-11-15)
### Highlights
- now homepage actions support `icon` field
- all images are now lazyloaded by default
### Features
- **components:** improve VPBanner style on mobile ([ff6222c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ff6222c001c3195817ac123ca24cee15878ce3f3))
- mark image lazyload ([3824b89](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3824b892972e6d339480a13fe20ef59074874b8a))
- **theme:** sort catalog and tag list ([21d3f2f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/21d3f2fbc769359ccfc6e9fab6c1d480cfa0bbfa))
- **theme:** support icon in actions, close [#3631](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3631) ([66e89ad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/66e89ad2604d312b9ff6c226177f32ca952b1331))
### Bug Fixes
- **create:** fix yarn2+ registry command ([1554f01](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1554f01e2c7277435c705d56153e859e4f9dcf59))
- **theme:** fix excerpt generation ([c2707b4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c2707b4edb5219eb3f34ddbe31d5d54bde8bcc14))
## [2.0.0-beta.250](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.249...v2.0.0-beta.250) (2023-11-11)
### Bug Fixes
- **components:** fix VideoPlayer a11y link ([cbcc84d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cbcc84db7e8e0b2a1f1e4dd43645e78b8b6cac6c))
- **shared:** fix VPLink ([ce580d8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ce580d89ebee03a5ce6515d9dbc6f2c95e02f019))
- **theme:** fix theme version reading ([b1fd968](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b1fd968d88bd1bdb5f43618ef25e4b4461e19d7f))
## [2.0.0-beta.249](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.248...v2.0.0-beta.249) (2023-11-11)
### Bug Fixes
- **photo-swipe:** fix dynamic chunk ([9e6fde6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9e6fde6b7ea10e2b14e30dd77a8d35792dd67de3))
### Performance Improvements
- use functional component ([df24921](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/df24921570b7b65d506ce99313d146ecfbc47660))
## [2.0.0-beta.248](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.247...v2.0.0-beta.248) (2023-11-10)
### Highlights
- `component` option is added in `md-enhance` plugin to deprecate `card` option
Now you can use component fence block to quickly write any components you want
- `<VPBanner>` and `<VPCard>` component is added to `components` plugin
### ⚠ BREAKING CHANGES
- **md-enhance:** card option is no longer supported
### Features
- add append-date plugin ([6254da3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6254da339ac509279528de6112807dd7b8a84e3d))
- **auto-catalog:** improve style ([1353f7e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1353f7e6c7f86d9ded2ae4c176f143a833ef47ce))
- **components:** add VPBanner and VPCard ([0739cf6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0739cf69dc64282128c0dfb826b0f4f4358a7b3d))
- **components:** improve SiteInfo outlook ([4579065](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4579065bb7b776c6b028a79ac5ec76023c7bb060))
- **md-enhance:** remove card and add component option ([2dbddb9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2dbddb906566a62a77feda0a704345dbd9d8b456))
- **theme:** improve plugin check ([d4b0b94](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d4b0b94cff633d977b6751b2f0e27b64a52fbb72))
- **theme:** update slot ([221ad22](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/221ad225b63f68f70a2806d885a407f55101a9d6))
### Bug Fixes
- **auto-catalog:** fix style ([d02d423](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d02d423faa232037a7be1f302b258481ba44e95a))
## [2.0.0-beta.247](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.246...v2.0.0-beta.247) (2023-11-08)
### Highlights
- Darkmode support for Chart.js in `md-enhance` plugin
- Now you can use `defineEchartsConfig` to use 3rd party plugins and add default option in echarts.
- You can customize PhotoSwipe pre page with frontmatter.
### Features
- **md-enhance:** add setup for echarts ([#3588](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3588)) ([f55f286](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f55f28673e44a16ef6588da5ca9181e3ab723789))
- **md-enhance:** improve mermaid download filename ([97a8772](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/97a87728c423fb37dcac1da19fc5de04f916d002))
- **md-enhance:** support darkmode in Chart.js, close [#2090](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2090) ([4df6e34](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4df6e344f7c3651f46b9097e47fbc096a53244dd))
- **photo-swipe:** support frontmatter ([607bb68](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/607bb68d11db39821cceb559869955b3a0e95d7b))
- **theme:** improve line number ([9f1721e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9f1721ee211714fe2bf65ce9c39c720530b223aa))
### Bug Fixes
- **shared:** update arrow style ([636d97d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/636d97dd100dde7b437c3c9144a579f546138248))
- **theme:** fix background in template with darkmode only ([b3db538](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b3db538abf9768744649a265a947a076ca4a15ca))
## [2.0.0-beta.246](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.245...v2.0.0-beta.246) (2023-11-06)
### Features
- **md-enhance:** improve print style, close [#3181](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3181) ([7a9ef49](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7a9ef49901a3dd93790985860e53589585537c2d))
### Bug Fixes
- **md-enhance:** fix legacy include ([f04a5e9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f04a5e9c6866b7a72755a0a351274f28ef40c278))
## [2.0.0-beta.245](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.244...v2.0.0-beta.245) (2023-11-03)
### Highlights
- New md-demo container for displaying demo and its code in markdown.
### Features
- **md-enhance:** add md-demo ([df9a9a6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/df9a9a6949cb8ece68965771f8b177298ee2cfaa))
### Bug Fixes
- **components:** fix artplayer package name ([1c09595](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1c0959535f69e929a02f74799b716c0d55f2d911))
- **components:** fix replit button ([0696434](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0696434513edb788cf7e06d1d7402b71da0bf60a))
- **md-enhance:** update details style ([b26d51c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b26d51c46baeed69037485b25da059a6c592958a))
## [2.0.0-beta.244](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.243...v2.0.0-beta.244) (2023-11-01)
### Features
- **components:** add optional pkg check ([6ac0015](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6ac0015f1245296d0bdab81875617d4e9b8b1c89))
### Bug Fixes
- **md-enhance:** fix mathjax hint ([1bdeee1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1bdeee1008e29b17c86fe7483c87a034cf14edea))
- **theme:** ensure line number align ([13e40c4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/13e40c40f11ac328c59c813fcf3d5c9148a826b6))
- **theme:** fix img icon align ([4ae8465](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4ae84659816f65758e8f247fb6f3c7b2b04d65f4))
## [2.0.0-beta.243](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.242...v2.0.0-beta.243) (2023-10-31)
### Highlights
- `indexType` prop is no longer needed in `<AutoCatalog>` component
- `revealJs` now running on Reveal.js v5
### Features
- **auto-catalog:** remove `indexType` prop, close [#3537](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3537) ([add17d9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/add17d92a713cbc0917153ff8b7ce9997fe72583))
- **md-enhance:** update reveal style ([3979c84](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3979c8490869b87f60bfd3dbf0bea6b20a94fe6a))
- **md-enhance:** use reveal.js v5 ([31538f4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/31538f472793eabb26f8f696e4ef27d51e14adec))
### Bug Fixes
- **create:** fix template ([814c083](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/814c083f043b55994f8e2ab20e3833541e523645))
- **deps:** update dependency three to v0.158.0 ([#3581](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3581)) ([a25764f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a25764f1a778416e22d6ea6c7c1e1ba334372eff))
- **md-enhance:** fix playground rule ([0d1f200](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0d1f2001af533f672c014f19984a6fe6c917c8b9))
- **md-enhance:** fix tasklist on firefox, close [#3259](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3259) ([2c5943c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2c5943c6d98e3f807af3f771f003249aada18892))
- **theme:** fix encrypt page feed ([7288e0e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7288e0ef0ee3bf1f19594723b197d06c765db4cf))
- **theme:** fix icon style ([76d19b0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/76d19b040dfb778540c3b0cebefd2865e09814ac))
## [2.0.0-beta.242](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.241...v2.0.0-beta.242) (2023-10-26)
### Bug Fixes
- fix broken main and type field ([a890e64](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a890e64912adbd4b91995a1d70a542e31f16775f))
## [2.0.0-beta.241](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.240...v2.0.0-beta.241) (2023-10-26)
### Highlights
- XY Chart support in mermaid
- Marking more packages optional
### Features
- **comment2:** make comment pkg optional ([f590ea0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f590ea05db3e14a3c0f9f4e2e7ade37e65795ae3))
- **components:** improve VidStack ([5a136a0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5a136a07c31cc83097069010f9974c0de9c1b6ff))
- **components:** make some deps optional ([aa14ccf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aa14ccfd466507851c0514ad244eff5f0b8e5140))
- **components:** update video player ([d09ab0e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d09ab0e8a7804f4602d628c3ad9bb3a5ebb7022b))
- **md-enhance:** support xychart ([4a8a94c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4a8a94c3fb17978260b801262719082b615c9602))
### Bug Fixes
- **md-enhance:** ensure deps are optional ([9d33f6b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9d33f6b5631ff83fd0d32e39c5581c592ea39142))
- **md-enhance:** fix mermaid theme ([4436295](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/443629593221cff37ca966246a7629e75c9ccf5a))
### Performance Improvements
- update watch and computed ([a573a8e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a573a8ecb39dcbc982a43f00816f37cbed4953d1))
## [2.0.0-beta.240](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.239...v2.0.0-beta.240) (2023-10-26)
### Features
- **components:** improve ReplIt loading, close [#3406](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3406) ([34452a4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/34452a402d9cf780d7c911fbaec100ef01cd3910))
### Bug Fixes
- **components:** ensure radio ([f1564bf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f1564bf5e2cbe227e1353d4be89537740b2ace1b))
- **create:** fix template ([84c004d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/84c004ddb3963ea1d17e7b14d54ece9630ec02a8))
- fix pm issue, close [#3534](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3534) ([d875a14](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d875a1440f0f99fa0f48b572277c838d44ba5f15))
- **md-enhance:** correct revealJs config name, close [#3575](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3575) ([76118c3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/76118c3b404b02c36af0e6d1a9ae50e1919f8aa9))
- **md-enhance:** fix feature detecting ([a179011](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a179011c2edb3e0e331c61cd40fb500f54987d3c))
## [2.0.0-beta.239](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.238...v2.0.0-beta.239) (2023-10-24)
### Highlights
- We use modern css to support RTL, so more old browsers appearance may be broken.
You can check FAQ part in theme docs to add backward compatibility.
- Heavy deps in `md-enhance` plugin are now optional
### ⚠ BREAKING CHANGES
- Drop Node 16, minimal requirement is 18.16.0
- **components:** addThis is removed
### Features
- **comment2:** update Giscus langcode ([06702f9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/06702f92b5eeffa8255a2e2ed5ae025b6674de45))
- **components:** remove addThis ([dfc5260](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dfc5260382037a19af457ee6683960527c6aa35b))
- **components:** update artplayer locale support ([6aa0c96](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6aa0c9698551fdfa5697e479d7020bf2694070c2))
- drop node16 ([a179757](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a179757bee6bd729f873047d0374cec00469090b))
- **md-enhance:** auto detect card format ([de04a60](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/de04a600aa463bd0f15fbb4715c4df89c4230b75))
- **md-enhance:** mark deps optional ([fd302ef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fd302ef9336ffd87a579e2907243716994857510))
- **shared:** update tags ([5fca95c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5fca95c1c169fcd1af3935f75c4edd55c800a800))
- **shared:** update webpack utils ([49a2b27](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/49a2b27da7bf57265abbd42e43cf6539d8c1749e))
- use modern css for better rtl support ([5e77a1e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5e77a1e50ac6fd7873eac4e1b56f32d98931cb69))
### Bug Fixes
- **components:** align with Bilibili params ([f832c2b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f832c2b9e4ef6ba3e0abaa90288d7486a5897eee))
- **deps:** update dependency create-codepen to v1 ([#3543](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3543)) ([e742406](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e7424066040a1fab080d5e49d951e686cd931974))
- **deps:** update dependency flowchart.ts to v1.0.1 ([#3541](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3541)) ([0430752](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0430752bf154ebf54b343a0c164d5a9227eca76a))
## [2.0.0-beta.238](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.237...v2.0.0-beta.238) (2023-10-10)
### Highlights
- We rewrite presentation feature and rename it to `revealJS` in `md-enhance` plugin
- `<VidStack>` component in `components` plugin now requires vidstack@v1.
- SanKey, Requirement and Quadrant Chart supports are added in Mermaid.
### ⚠ BREAKING CHANGES
- **md-enhance:** `presentation` option is no longer supported, use `revealJs` instead
### Features
- **auto-catalog:** add hideHeading and indexType ([#3367](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3367)) ([998d1cc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/998d1cce174b35969e2337f709379eb741a0aa47))
- **components:** support vidstack@v1 ([d3b1629](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d3b1629bb8592f8dfae939a98576147e526b7198))
- **md-enhance:** rebuild presentation to revealJs ([539b39f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/539b39fa05002d4e5c24738999135a3e13b23b50))
- **md-enhance:** support new mermaid diagrams ([505a1cb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/505a1cb009b2329e378912b372d7fc9797e560b1))
- **shared:** add getRealPath utils ([2386fee](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2386feeca297c8aeb167d47c2b02d4030a162c01))
### Bug Fixes
- **components:** fix pdf component ([0af92a4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0af92a43a4f28a0bfde4dfac899de5d1da8aec2e))
- **deps:** update dependency @types/three to v0.157.0 ([#3485](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3485)) ([fc756d7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fc756d7182af0d8750f52472e0e7ad9184222531))
- **deps:** update dependency three to v0.156.1 ([#3400](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3400)) ([91b84fb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/91b84fbc59dade54ac05189a87fed28172a06855))
- **feed2:** use compareDate utils ([1837738](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/18377386a088134fefbe2a5729b16309f6b72af6))
- **md-enhance:** fix er chart darkmode ([7b8ce62](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7b8ce620180b594b597ebbce7d8588061c9230f3))
- **md-enhance:** fix webpack issue ([c00ac31](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c00ac312a1fba8267e8c7727a3fabedf0e5435eb))
- **shared:** improve compareDate ([fd9494b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fd9494b47836bf9dfa7cacfcea585617625e2cb2))
- **theme:** remove workaround ([eba8720](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/eba872022688890656264fab720de14a0108fe51))
- **theme:** split pageview chunk ([a9bc830](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a9bc830c327c1e02a4659edb08e0a7f87c989928))
<!-- #endregion recent-change -->
## [2.0.0-beta.237](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.236...v2.0.0-beta.237) (2023-09-05)
### Bug Fixes
- **comment2:** fix pm issue, close [#3411](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3411) ([6ade149](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6ade149e0d1419dcc5e4c5947172b638fc5196c7))
- **components:** update fr locale in backToTop ([#3416](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3416)) ([2428691](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2428691a544487b20da31addd04d23f9fd5d2daa))
- **copyright2:** fix copyright plugin ([c402095](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c4020953415dea6b600b927f5b0c6cef27a09d4b))
- **search-pro:** avoiding displaying short term if longer term exists ([186e84e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/186e84eb8a1c582bd42388cc65deabf27a1fb407))
- **shared:** fix VPLink, close [#3430](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3430) ([a6f1dea](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a6f1deaf4df147417fd904604ac55d19b0d2e88a))
- **theme:** fix excerpt code block style, close [#3413](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3413) ([930f392](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/930f3920216535e7769b531b86785a8cf658a455))
## [2.0.0-beta.236](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.235...v2.0.0-beta.236) (2023-08-29)
### Highlights
- Now you can set a threshold to disable copy.
### ⚠ BREAKING CHANGES
- **copyright2:** rename `triggerWords` to `triggerLength`
### Features
- **copyright2:** add maxLength ([47d27e9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/47d27e9775a5c98b8523b516e49ef2b0d7b0a05f)), closes [#3388](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3388)
### Bug Fixes
- **comment2:** fix comment update, close [#3391](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3391) ([680265a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/680265a0dad2304ae422ccfea93cb93fe86fba71))
- **md-enhance:** fix task-list style with normal list item, close [#3373](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3373) ([24adc19](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/24adc19b404981da79fc48f23b27f94c523a0f93))
- **theme:** fix excerpt code block, close [#3405](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3405) ([d66eead](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d66eead23045bdb972a2c77fcbe56690560b47c1))
## [2.0.0-beta.235](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.234...v2.0.0-beta.235) (2023-08-11)
### Highlights
- New unocss preset in playground.
### Features
- **md-enhance:** add unocss preset to playground ([#3348](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3348)) ([f0736cb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f0736cbc19fb40896b870b0eeca776623ae7e58d))
### Bug Fixes
- **create:** fix template ([ca6cd86](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ca6cd86b62ed7bf3b06fec79a4679dc633862695))
- **create:** fix workflow, close [#3332](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3332) ([1614f42](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1614f42d6b1cabc38e6f4e17eb4947ba567a7b64))
- **deps:** update dependency inquirer to v9.2.10 ([#3322](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3322)) ([dcd807f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dcd807f0d0bbd88ecb37478f4869ac1b1b34122e))
- **theme:** fix article list pageview, close [#3331](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3331) ([b5cbaf0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b5cbaf09836237465a062e67c70b739c21aec80b))
- **theme:** fix sidebar item scroll, close [#3330](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3330) ([c4bb5f6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c4bb5f6191c33df8a4b7d517004ebc1566ab4093))
## [2.0.0-beta.234](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.233...v2.0.0-beta.234) (2023-07-30)
### Bug Fixes
- **deps:** update dependency @types/katex to v0.16.1 ([#3291](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3291)) ([30c5917](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/30c5917ecd48e6754ce412b2039a96ab6c4c1c1a))
- **deps:** update dependency hls.js to v1.4.10 ([#3292](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3292)) ([f06b280](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f06b2809af586619c960ebd3084ea804baa8193e))
- **deps:** update dependency inquirer to v9.2.8 ([#3293](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3293)) ([9baaa2f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9baaa2ffac93f9952a244b39769e7dc6c598a611))
- **md-enhance:** fix nesting tasklist style, close [#3320](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3320) ([2839595](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/28395953e92c2bc21351041dcbf334ba80af5e65))
- **theme:** fix path with special characters, close [#3302](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3302) ([8448694](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8448694e2b32887f7454df302a0efb10d068dc3f))
- **theme:** fix sidebar icon, close [#3299](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3299) ([0c8725b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0c8725bc667e29b12ab950d4b981ea0274db1902))
- **theme:** fix url ([#3304](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3304)) ([164edd2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/164edd223ea7d28318497a33ddadb64e7062cf1c))
## [2.0.0-beta.233](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.231...v2.0.0-beta.233) (2023-07-12)
### Features
- **theme:** support slugify for blog ([cad92fe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cad92fee2b369d9f91309aa14f8594068449e054))
## [2.0.0-beta.232](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.231...v2.0.0-beta.232) (2023-07-12)
### Features
- **theme:** support slugify for blog ([cad92fe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cad92fee2b369d9f91309aa14f8594068449e054))
## [2.0.0-beta.231](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.230...v2.0.0-beta.231) (2023-07-10)
### Features
- **sitemap2:** add app options for modifyTimeGetter ([2c2dcb9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2c2dcb944105db7bc51d8d0a2d7ea74bfac7131d))
### Bug Fixes
- **blog2:** encode path for blog pages ([587eb6c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/587eb6c0a4a1c9a1e6137d285a234c182d93ef16))
- **comment2:** fix artalk issue ([7a3110c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7a3110c5c8a8489b9111e12129f99f18f27b3527))
- **theme:** fix code block in excerpt, close [#3273](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3273) ([e8ee913](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e8ee913b8ae742dd1d54f439957d01b60988e868))
- **theme:** improve blog page title ([a66ab7b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a66ab7bc17a741996a9fcbdb4f1d5d0a18873bd0))
## [2.0.0-beta.230](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.229...v2.0.0-beta.230) (2023-07-04)
### Bug Fixes
- **md-enhance:** convert br tag to xml format ([cd89997](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cd89997d9c67f646cc66df0a1285a94d9c664ad0))
## [2.0.0-beta.229](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.228...v2.0.0-beta.229) (2023-07-03)
### Highlights
- Now Vue Playground is running on `@vue/repl` v2.
### Features
- **md-enhance:** use @vue/repl v2 ([d035b59](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d035b59400b6348685a5fd7c934b502661ee0037))
### Bug Fixes
- correct english spelling of sidebar.ts ([#3265](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3265)) ([9b64367](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9b64367638c9a10c1ea41b795c799192b392e32f))
- **create:** fix template workflow ([c3f2f65](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c3f2f650bd52a16f6d76cc85130e6975d5d71b3d))
- **theme:** fix hitokoto preset, close [#3263](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3263) ([7168fd8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7168fd8c644dc9764998f32ca7bfacae5c486be0))
## [2.0.0-beta.228](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.227...v2.0.0-beta.228) (2023-06-24)
### Bug Fixes
- **search-pro:** fix issues when first heading is empty ([932df23](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/932df238bb407e284660bd61d4dd49ea5e4b5e94))
## [2.0.0-beta.227](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.226...v2.0.0-beta.227) (2023-06-20)
### Features
- **components:** improve loading state of ArtPlayer ([0b04354](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0b04354dcfe6a2f7391029091da23c3df950a0e5))
### Bug Fixes
- **copy-code2:** update ja locale ([#3240](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3240)) ([06fd31c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/06fd31cbacbd378aab4483c73d6cab9185995124))
- **md-enhance:** card slots issue ([#3223](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3223)) ([6706473](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6706473ff8d8ced7651e384867d825c4cf9f1c86))
- **search-pro:** fix empty heading ([b2da658](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b2da658a75be19c1a97e5ef08c5043f44bc4b748))
- **theme:** fix VPLink ([24c6ece](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/24c6ece177594683d1f4ebece8692fe02703a622))
## [2.0.0-beta.226](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.225...v2.0.0-beta.226) (2023-06-15)
### Features
- **search-pro:** add sortStrategy options ([34d0734](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/34d07346d4384737298ae22b71344584ffad2cda))
### Bug Fixes
- **copy-code2:** improve style ([4f2b685](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4f2b6858073eb5f62e827d7b7bbe260f54c34d17))
- **search-pro:** fix heading without anchor ([1d66704](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1d66704aeacea2f5da815aab0b666fc6bb1c271e))
- **theme:** fix active header link ([1cabe8c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1cabe8cad2672cac27cc24f3db86cf170b23f6f6))
- **theme:** fix bounce icon preset ([e5d9f10](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e5d9f10a6a834a61a7b6afaf6cc940c3d2546000))
- **theme:** fix original info style ([4685efa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4685efad73c353fdbd8d65ce5647eda8cc62d395))
- **theme:** fix permalink not working, close [#3222](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3222) ([a2a5d9a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a2a5d9a1d3d27ddfd74a456a364d449ad5d2f3e0))
## [2.0.0-beta.225](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.224...v2.0.0-beta.225) (2023-06-11)
### Features
- **components:** optimize badge style ([9d2e984](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9d2e984ff9a5fa69a0c0f806e9536883e37364a5))
- **md-enhance:** add `breaks` and `linkify` options, close [#3215](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3215) ([def96f1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/def96f1fc528ca7dee6049bfb3b7364d0242b11d))
- **md-enhance:** special handle themeVariables for mermaid ([f35cd26](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f35cd26c5af40a26be6c0ab2988139a95d2d6238))
- **shared:** infer route path for VPLink ([ae429ed](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ae429edfce3d95b1571fae4846ec3768fa039377))
### Bug Fixes
- **comment2:** fix type imports ([d6b3503](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d6b35037b6c426e74a8e9c4c6f401bc860a91a06))
- **md-enhance:** fix code tab style on mobile ([0c11483](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0c11483ca31bc2356430c4281231ec38c826e29e))
- **md-enhance:** optimize tasklist style, close [#3213](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3213) ([aba5e64](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aba5e64ead0ec788e2ca4a790f93e54e5c8425ec))
- **theme:** exclude blog from autocatalog ([6320da2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6320da2f42cfca1ef036a8a083e52604d818cc41))
- **theme:** fix autolink ([973c9ae](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/973c9ae7cf93f5b0231dd0567c5bff7ba70752db))
### Performance Improvements
- **theme:** avoid unnecessary update for navbar links ([600d444](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/600d4442164dd9ccefabbd599db45ad02bf29b8c))
## [2.0.0-beta.224](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.223...v2.0.0-beta.224) (2023-06-08)
### Features
- **search-pro:** improve auto suggestion ([f6d79db](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f6d79db62ab99216989678bc0446cdd34642e274))
### Performance Improvements
- improve router resolve speed ([33ed2ce](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/33ed2ce2d5ac43879efaa62bf15859a1db6ca17d))
## [2.0.0-beta.223](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.222...v2.0.0-beta.223) (2023-06-08)
### Features
- **components:** add loading state for components ([642c0a9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/642c0a9618f96ccbba4d6c44d667e72761928de5))
- **md-enhance:** support additional plugins and align docs, close [#3202](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3202) ([254c510](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/254c5103f58b830e98060e016d9865077e472709))
- **shared:** add VPLink ([679e142](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/679e142421022094767fea3fcef257c3fe90c7e1))
- **theme:** key InfoPanel in blog pages ([779779d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/779779da3b52c68c18c99347616cc8bc375be67a))
### Bug Fixes
- **theme:** fix blogger info appearance ([075f23d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/075f23d4d4409f2fe556404be1efb13f5aea6b12))
## [2.0.0-beta.222](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.221...v2.0.0-beta.222) (2023-06-07)
### Features
- **components:** add VidStack ([6136a62](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6136a624ff7340261506197a508b3059c5a23351))
- **search-pro:** improve style ([65e7850](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/65e785044cb5bad1a71a3b22f85b390afb75ed76))
### Bug Fixes
- **components:** fix Share appearance ([c64efef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c64efef18d2240334fc9dcf354c9f3cf55197e9f))
- **md-enhance:** support import code with codeTabs, close [#3199](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3199) ([7d410c4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7d410c40c3afc057f00b67f11d11083e19fbd166))
- **search-pro:** fix export ([459cd0b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/459cd0bc7e01a330daf74e63cb5a3fb680dd2839))
### Reverts
- "feat(search-pro): optimize results" ([8ab3c3a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8ab3c3a90ea096a19767f5bc18156a22d3d7ce04))
## [2.0.0-beta.221](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.220...v2.0.0-beta.221) (2023-06-06)
### Features
- **components:** use create-codepen ([6257b4a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6257b4afdf6dffe760a56a81a57dfa25a65cf553))
- **search-pro:** add onClickOutside for suggestions ([60f54ba](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/60f54ba929fd1db897b8dbba7438f59df33b2f7d))
- **theme:** register HopeIcon globally ([d412038](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d4120387f5d5c836ebd2e01f337cf5c0f9fb109c))
### Bug Fixes
- **feed2:** fix rss link not generated ([47d635b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/47d635b62545e453cc318389c545c39dc9b84102))
- **search-pro:** fix autocomplete hot key ([356ce49](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/356ce492fd0ebc3847d2e77fa92c70a562dc4ec9))
## [2.0.0-beta.220](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.219...v2.0.0-beta.220) (2023-06-04)
### Features
- **components:** use built-in library for codepen ([6b1614a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6b1614ad0c2df475b06f0134395e77cec6a4a21f))
- **md-enhance:** support katex copy option, close [#2597](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2597) ([ef5af7a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ef5af7a67420a091c5d495e25377acc64215a490))
- **search-pro:** improve auto suggestion style ([b316248](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b31624882fbf47a8a94ede3176883084ce220684))
- **theme:** add runningTime preset, close [#1950](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1950) ([9e467c6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9e467c6c1e5edac5e82938051a796376f122766e))
- **theme:** improve homepage ([ef93e67](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ef93e671d31edbd5e7d1b72de737b7acd0730393))
- **theme:** update BreadCrumb ([f4be5a3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f4be5a3fd50ae9b97fafc6f488938560dfd64cf7))
### Bug Fixes
- **comment2:** fix artalk loading icon ([f2da175](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f2da175cc95b47d5d518cabbe14518c2a22021cb))
- **deps:** update dependency mermaid to v10.2.2 ([#3189](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3189)) ([8a32736](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8a327367bc73546d92a31cb27cdec5b351fe6df1))
- **search-pro:** fix worker issue with regexp sequence ([a85ea8b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a85ea8b1874ac59e40f40efee865e1b0c2755ccc))
- **theme:** fix feature panel. close [#3186](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3186) ([477140e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/477140e140e57f3517e1718cecce62c6a61f1a40))
## [2.0.0-beta.219](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.218...v2.0.0-beta.219) (2023-06-01)
### Features
- **create:** ensure user not using npm.taobao.org ([eba8d5a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/eba8d5a5c2cf7edba3f0ea94b2063c7214b43d8c))
- **create:** support i18n config ([003788c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/003788cdf266f1bb1f86e0ea921792d4c6eb5dde))
- **shared:** fix display issue on custom rem size device ([627ccb9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/627ccb9a82ce98dc06f0a0da4fec7e8112e9cd3b))
### Bug Fixes
- **comment2:** fix loading icon issue ([81e1678](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/81e167852c659c948895984a8996b0f9a33ea0f4))
- **create:** fix blog template navbar ([3d96a4f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3d96a4f8deda9c8ec4c0a829f1a595f596d75727))
- **theme:** fix feature style ([f942e5c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f942e5c0fd5d900340552b5e0ec2ca9f674d02b2))
- **theme:** fix homepage style ([4acc226](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4acc226a79af85ce11f955838215322184da420f))
### Performance Improvements
- **theme:** use functional component and small tweaks ([42e92e8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/42e92e8de34cab9fe877fc0b34ea9d8274c8c705))
## [2.0.0-beta.218](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.217...v2.0.0-beta.218) (2023-05-31)
### Features
- **create:** update template ([ecfcfd4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ecfcfd4dc4183d0fc47e78fcb0bd4c987d240b25))
- **theme:** improve feature and highlight style ([3409e89](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3409e8946ca89ef7d376b0abc7901b2eceb7586a))
- **theme:** optimize styles ([9f3ce84](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9f3ce8476af73a07346b206c4afb88086016a05b))
### Bug Fixes
- **auto-catalog:** fix appearance ([a302ba5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a302ba592ac6840f61656d8309d97fac5e1ba811))
- **md-enhance:** fix code demo, close [#3175](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3175) ([d62f9c8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d62f9c857aff50002d42d20e60b1953b97ea5b53))
- **theme:** fix dd tag style in highlights ([6a9ceba](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6a9cebaaf223714a81482d3a81b9c0fd329bd42c))
- **theme:** fix extraLocales not working ([92b4310](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/92b431032d88da57fe9e92bed32507fc0ffa6659))
- **theme:** fix hero info ([7a3021f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7a3021f2168867e8de8c5eff8aea35f419880c7f))
- **theme:** fix highlight imageDark not working ([36b241d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/36b241df4c813cde0605c47aa505fce8a7f1be75))
- **theme:** fix highlight panel with slots ([ee947e6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee947e699d71da9a3d9f1368b3756b6b4a2d02db))
- **theme:** fix missing style in bundled mode, close [#3177](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3177) ([149f26e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/149f26e8bd138ef54c814136ddfcac280403cd37))
- **theme:** fix presets ([6e03c31](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6e03c3170650ab894ec2de3ac91485a5dba518e8))
- **theme:** improve main title font size on homepage ([b50239c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b50239c87c0c77f4e3460d9f5704f1d80fa9f6c0))
## [2.0.0-beta.217](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.216...v2.0.0-beta.217) (2023-05-31)
### ⚠ BREAKING CHANGES
- **pwa2:** remove `showInstall` option as it's not working
### Features
- **auto-catalog:** use path as name when no title, add vp prefix class ([82839d0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/82839d02b97d77b61954e0f59f97a9633021921d))
- **components:** add vp prefix ([89fc447](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/89fc4473d9580432813627c112525761b196e87a))
- **md-enhance:** add vp prefix ([79472e8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/79472e8a2d2ff70c41c6ffb9e8f3534d3a00a8b9))
- **md-enhance:** improve container mobile appearance ([f98419b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f98419bcf1b403b9db0d238a0462b8e3d36fd9c3))
- **pwa2:** expose helper functions ([0963682](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0963682f5b9f28e439ab45490f6218294e852d5f))
- **search-pro:** support auto suggestions ([33a5ec9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/33a5ec905ecf8d0b01977ce82c08e3f219886d6a))
- **theme:** add `heroImageStyle` `bgImage` and `bgImageStyle` for project homepage ([d7e50e0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d7e50e02fed9716747d77c12988cb504f9634aca))
- **theme:** add highlight panel ([610e4ad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/610e4ad023426719078d0f54b7e4d0d28f35a64b))
- **theme:** add vp-prefix for sidebar ([0cf69f5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0cf69f55a214ac26da0cd97a7a0f2ff0e865767a))
- **theme:** improve highlight style ([07e6909](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/07e6909cb69ef90894fb50d4aa7518c3cb1e55af))
- **theme:** make highlight built-in ([f463e81](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f463e8198cb56768c43d50c1bdbdb07860fc2ac5))
- **theme:** revert homepage change ([7b965ee](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7b965eed2d64eb36cc44ab0911e9765cf45c584c))
- **theme:** support bgImageDark ([2c923bf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2c923bf2d9e1bae866889f03a864ee1b71c5b843))
- **theme:** support containerClass prop ([e0a9947](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e0a994706fbc8e9b4b34ae8596ac1c094f1916ba))
### Bug Fixes
- **lightgallery:** fix client config inject ([16b0350](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/16b03503b84d3042f78f015cb26748179367af4f))
- **search-pro:** avoid wrap on mobile ([4181c4d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4181c4dc2d5df9d2bf1437ac208be49d4b765e12))
- **search-pro:** fix devServer worker ([5b61fd8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5b61fd87a816863abd5234241f0d07b6d377ab11))
- **search-pro:** fix modal style ([dad22dd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dad22dd4724b59cadf4bacca7f967c45268f11fd))
- **search-pro:** fix search history ([a3dd3d2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a3dd3d2525b4d9b655ac156666870d7836be8072))
- **theme:** fix dropdown issue when hover ([1eefd94](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1eefd9434c959fef6e7282fe594dbf00ae9cbcdc))
## [2.0.0-beta.216](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.215...v2.0.0-beta.216) (2023-05-27)
### Features
- **search-pro:** add reset button ([9e94c58](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9e94c583bce2eef3c377c5109af6cf049cdeb5bf))
- **search-pro:** avoid refreshing in devServer ([56177d4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/56177d4a15a94d3b34ee6e82bd9d2cf692d90dc3))
- **search-pro:** optimize results ([ac94239](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ac942395324397f9f7709fa475b341c19a5f432d))
- **search-pro:** support `indexOptions` and `indexLocaleOptions` ([48f71d1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/48f71d1ce1e3d8589c62827eb73aa5843f56060f))
- **theme:** add `navTitle` option ([c2ba200](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c2ba200b3971c797e4c4985b09f1e0003339cbb4))
- **theme:** improve feature panel style ([2d07b6a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2d07b6aab69cafc31b4dcaa505dced36e89c8e22))
- **theme:** optimize dropdown and page nav style ([3c7c2e3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3c7c2e3021f18b632d5d4c43c482ccf9529ce346))
- **theme:** update class with vp prefix ([5e6422b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5e6422b46ec61d8fdc2282014b86b15d48781744))
- **theme:** update common class with vp prefix ([9a29777](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9a29777121b8577d009a255c13b90ee021bb370b))
### Bug Fixes
- **deps:** update dependency @types/three to v0.152.1 ([#3163](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3163)) ([455857e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/455857ed24a774c004a6eed7bc6ce162ef3c15ef))
- **deps:** update dependency hls.js to v1.4.4 ([#3164](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3164)) ([ef0c9f9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ef0c9f99b059782300fbf584a8f044431a460eea))
- **search-pro:** fix anchor issue ([f07cf4f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f07cf4f8e57760b7a5f354a6b372681d3920d6e7))
### Performance Improvements
- **search-pro:** slim index size ([f73e9b8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f73e9b82a4f7c37c14a3fa8d630b8a9647d4b59b))
## [2.0.0-beta.215](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.214...v2.0.0-beta.215) (2023-05-25)
### Features
- **search-pro:** use slimsearch ([d0a37b0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d0a37b0422ee0fee3abcd5bc67db72022a6deff5))
- **theme:** support bing copyright, close [#3115](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3115) ([dfd18bb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dfd18bb325787c3b6a199862dd96f9fb8e1e5370))
### Bug Fixes
- **search-pro:** fix runtime worker ([01db9b1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/01db9b1520d8738716db281b4e4c7ed3894baf37))
## [2.0.0-beta.214](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.213...v2.0.0-beta.214) (2023-05-25)
### Bug Fixes
- **search-pro:** fix packing ([a7b1b79](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a7b1b79d41a5840f4b0f37cddf6a6ebf5d62bd86))
## [2.0.0-beta.213](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.212...v2.0.0-beta.213) (2023-05-25)
### Features
- **auto-catalog:** show empty hint if needed ([6801112](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/68011122fa41628e0c431cc6a0159e373abfd2a4))
- **md-enhance:** use mermaid@10.2, improve title support ([f026b56](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f026b563675575a896acebedf3264aa15d509397))
- **search-pro:** add createSearchWorker ([44159ea](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/44159ea17eb6aee5e200bf2933bbec5a16029904))
- **search-pro:** improve fuzzy search ([512bce9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/512bce902ea0e511179408b27ab5aefaaf7dbb58))
- **search-pro:** set delay default to 150 ([a874d93](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a874d93f480e151701aae2c360481b6e89ec9b37))
- **search-pro:** support defineSearchConfig ([b7b54be](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b7b54be21d3024491d99bb12d9f29e8f1f2e36c9))
- **search-pro:** use minisearch to boost search speed ([d88abb1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d88abb1e16bef9e670e762a94c9c8953f0d1b7b8))
## [2.0.0-beta.212](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.211...v2.0.0-beta.212) (2023-05-22)
### Features
- **comment2:** add commentID support in frontmatter, close [#3133](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3133) ([3936315](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/39363155a773192b1ba6519f579ea9a185a36570))
- **md-enhance:** add card container, close [#3121](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3121) ([2ceba34](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2ceba342342227a93e8a66a8da6143531f8f5992))
- **md-enhance:** add isActive and value for title slots ([b3888a7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b3888a7a88d73c202922c55dd667281ae3f49df8))
- **md-enhance:** support markdown syntax in tab title ([f681fd4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f681fd4fa1f4cad58bc284fb8da3fbba7b419ac3))
- **md-enhance:** support math block, close [#3143](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3143) ([efb77dc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/efb77dc644f1647bfc71b848322b5ba7186af1de))
### Bug Fixes
- **comment2:** fix artalk, close [#3141](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3141) ([a9e57ea](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a9e57ea551d4b7f8365da9e459b28489ed2f9050))
- **deps:** update dependency inquirer to v9.2.5 ([#3116](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3116)) ([2c652aa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2c652aa2ad1443eac9ca1644cd9a969cb9eb133b))
- **md-enhance:** fix mermaid preview, close [#3142](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3142) ([1f1baaa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1f1baaa1f92a4432c6f9753f06b1a3922a0e7be5))
## [2.0.0-beta.211](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.210...v2.0.0-beta.211) (2023-05-15)
### Features
- **auto-catalog:** add compact code ([14c5185](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/14c5185c898420ecb3433a785b996014b0b3ab9c))
### Bug Fixes
- **auto-catalog:** fix deps ([1efd698](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1efd698f358e28307b89343ea996d8798febd7df))
- **components:** fix backToTop button on safari ([80b1503](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/80b15037df307922eed77aa50dcf445bf9917772))
- **components:** fix BackToTop, close [#3132](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3132) ([f9b31e0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f9b31e026bf26eabbbf580e9c2db6d39e4b24ee6))
- **deps:** update dependency hls.js to v1.4.3 ([#3127](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3127)) ([d9cb0b3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d9cb0b3f34ce7fbe7edfeb23ee118b674e7be77d))
- **md-enhance:** fix card logo ([b593e6a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b593e6ac71f59690ae37f3d6250126f20381ac6a))
- **theme:** fix page cover ([1e89768](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1e89768ad67beec8dfb045780c1d6d42e066d17d))
### Performance Improvements
- **components:** optimize import ([b501134](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b501134234e6cb2a45dda44bc2ebc31c31ebb706))
## [2.0.0-beta.210](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.209...v2.0.0-beta.210) (2023-05-11)
### Features
- **auto-catalog:** improve icon support ([b88e98c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b88e98c76350ce73ed297016faa17ae4a4190d8a))
## [2.0.0-beta.209](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.208...v2.0.0-beta.209) (2023-05-10)
### ⚠ BREAKING CHANGES
- **theme:** you only need to set $theme-colors in config style file for theme color
### Features
- **md-enhance:** improve preview style, close [#3079](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3079) ([566a554](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/566a5549833c1504267035690209d71e6a31fb28))
- **md-enhance:** mark flowchart as deprecated ([e59dbdb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e59dbdbb0cb4fbcbf2e34d0fdde3dccfa519816f))
- **search-pro:** add `ctrl + /` hotkey ([2d6a680](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2d6a6801b8ca56b8bb6e4e29ef02c7dea25cfa6f))
- **search-pro:** support code block index, close [#3080](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3080) ([12d7956](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/12d7956f61ccc3a5bb04f3fa0119c440198aa37d))
- **theme:** rebuild theme color ([d0da5f7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d0da5f7431c136afb04fcb261677d2df8676fd24))
- **theme:** remove mobileBreakPoint and pcBreakPoint ([506cd9b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/506cd9b7ee638eeaa87f4cd5ab189bb26af5b4c6))
### Bug Fixes
- **components:** remove logger ([a20b417](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a20b417ef408e02ac76af666d5609c398da93ea4))
- **md-enhance:** fix pie preset ([42bcba1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/42bcba1879e32b8ada2f70ce5c2dce3e71ea085f))
- **theme:** improve locales, close [#3117](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3117) ([e4f5fcb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e4f5fcb74f6694ea60ce55828215f5846248c184))
## [2.0.0-beta.208](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.207...v2.0.0-beta.208) (2023-05-05)
### ⚠ BREAKING CHANGES
- **md-enhance:** you should use client config file to customize libs
- **lightgallery:** to set options for lightgallery, you should use `defineLightGalleryConfig`
- **photo-swipe:** You should now use `definePhotoSwipeConfig` to set advanced options for photoswipe
### Features
- **comment2:** support client config ([95ec836](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/95ec83652b559bf1421c53450227f88a18877401))
- **comment2:** update `SUPPORTED_LANGUAGES` in Giscus ([#3099](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3099)) ([52149f5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/52149f52b14dff8076b8730d1976ebb8caee591f))
- **lightgallery:** move lightgallery option to client ([fa09c76](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fa09c76c79181657c25e0fc13e9fc7de4cc12faf))
- **md-enhance:** add preview and download button, close [#3079](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3079) ([d4b9850](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d4b98509eb13883d3ec0b824d45b94500c7d7fc1))
- **md-enhance:** move mermaid, reveal and @vue/repl config to client ([f6ff7ea](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f6ff7ea37bcce87659e3b2344e8a3d2ecf66d344))
- **photo-swipe:** move photoswipe option to client ([5daadc4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5daadc4989a41c0a03d68c083b120d338206dd67))
- **theme:** update font size on pc ([7d78ad8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7d78ad83e7b93b5cea18caab82958856a1bd51aa))
### Bug Fixes
- **components:** fix backToTop progress ([f9df359](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f9df359c5455342967f08cba8118dbaa1bbf7eac))
- **deps:** update dependency @types/three to v0.152.0 ([#3085](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3085)) ([382019b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/382019b93297233facecb77902348d6e7b7e25f3))
- **feed2:** fix image style ([5caf600](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5caf60074ad5d31e81f88a29d6b9ff4cbdc0b64a))
- **md-enhance:** fix reveal code block style ([6f07b16](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6f07b16c5b3931d09419e81e9467a0117901e422))
- **redirect:** normalize path for user config ([9750c05](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9750c052ffc4f39848461f740867fe9c3d5afa34))
### Performance Improvements
- **lightgallery:** optimize tree shaking ([6e0bb29](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6e0bb29ca7048ec6c6447cfd0c52fe8cddd5f60c))
## [2.0.0-beta.207](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.206...v2.0.0-beta.207) (2023-05-01)
### ⚠ BREAKING CHANGES
- **md-enhance:** licksCheck now supports `ignore` to ignore some links
### Features
- **components:** use artplayer v5 ([3bb68e5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3bb68e5bda83ef696a76d0eacadd05594bb3fe40))
- **md-enhance:** rename linkCheck to linksCheck, close [#3094](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3094) ([573c319](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/573c31927338f237ebc86d2f8d419b58c93fc684))
### Bug Fixes
- **deps:** update dependency @vueuse/core to v10.1.0 ([#3057](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3057)) ([061a264](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/061a264f5fb89ebe2bf91f537c4696221eece03e))
- **md-enhance:** use router-link to open internal path ([cad42fe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cad42fe67ddba6227f999a249fcb14255c1e657b))
- **theme:** add workaround for pagination, close [#3077](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3077) ([a7dadf6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a7dadf60dc2773b19b92fe6dff0a0b5c17a43a1b))
- **theme:** ensure correct index and order is extracted ([f16d644](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f16d644144a400bd40008576c2dddfe9e09dcd80))
- **theme:** fix bing wallpaper link ([859ca87](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/859ca8769e941cd698fb6ddd535cf1342629f9e6))
- **theme:** fix blog layout ([9e297c2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9e297c225b67db6f40f6360b77948568974cc907))
- **theme:** fix sidebar check, close [#3073](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3073) ([94721a9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/94721a9ecc957a3c8d08a20fdced18afe263c96a))
- **theme:** fix sidebar group title, close [#3058](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3058) ([732b81d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/732b81d84fdc74ccc8fc434da7cc47979d4c29a3))
### Performance Improvements
- use shadowRef if possible ([8efd185](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8efd185e401908b69173a8161eaee3179db7e430))
## [2.0.0-beta.206](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.205...v2.0.0-beta.206) (2023-04-22)
### Bug Fixes
- **components:** fix backToTop mobile ([04424c0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/04424c039950521438356be80ecfb85080f6144f))
- **theme:** fix bing ssr mismatch ([0829ae1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0829ae10892eea9568e4a3bd822879aa4ab971d4))
### Performance Improvements
- **md-enhance:** stop using eval ([99ea82b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/99ea82b3faed4a343a214bb2ec1d8927045803f8))
## [2.0.0-beta.205](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.204...v2.0.0-beta.205) (2023-04-19)
### Features
- **md-enhance:** expose `myChart` for echarts ([0b24ae0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0b24ae03cca9f62e2a9707a1749595d7c5ffe07e))
- **shared:** improve type guard ([2348a53](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2348a53b9f3747c177c287cad16d6b084437d58a))
- **theme:** add presets ([ac0d6dd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ac0d6dd757f171345e7dbbf1034a64d0142167e0))
- **theme:** add transition for TOC active marker ([#3039](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3039)) ([b462659](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b4626592e30a9e8a98795999d89a429bbe033672))
### Bug Fixes
- **theme:** fix readingTime locale for blog ([04c966f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/04c966fd0e3f90ba7103346354a6e061decd3651))
- **theme:** stop using style as prop ([39704fb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/39704fb426b22e4a63e32e1a4dbd9733e588d802))
## [2.0.0-beta.204](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.203...v2.0.0-beta.204) (2023-04-18)
### ⚠ BREAKING CHANGES
- **components:** backToTop option changes into an object
A progress bar is added to the backToTop button, so now it has 2 configuration options.
- **feed2:** rename `customElements` to `preservedElements` which is the actual behavior
The original option name could be confusing, as we are just preserving them.
### Features
- **components:** add progress for backtotop ([79d682d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/79d682d1ac5028689dfb37669e170c0c1d9113a5))
- **feed2:** correct option name ([8002ab3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8002ab3d9d3737885db2d544a23ce26b53adf0f7))
- **reading-time2:** add composables, close [#3035](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3035) ([2439b9c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2439b9cd14a8a406abd7a44abdc13690ccdef10a))
- **shared:** preserve math tags in excerpt ([d17c4af](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d17c4af34774ec97681594ef7c2c909b026dacf1))
- **theme:** add `heroBg` and `heroInfo` slot for BlogHero ([f314ff0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f314ff0a8e0ba64d15680d807a66f9433cffbbf2))
- **theme:** improve sidebar, close [#3019](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3019) ([122bcb5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/122bcb54a7f86750d1aa4f156e0d26765c744479))
- **theme:** support color and size for HopeIcon ([7cb0d65](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7cb0d6580429f66580aa5a08fcf70c4d698ba2c5))
### Bug Fixes
- **theme:** fix sidebar group with external link ([bb64bd1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bb64bd15729e48b6b42aa5f1cb61d9fcd0a25969))
- **theme:** support heroImageDark and improve slots ([a0afc72](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a0afc729497d39326517930b0752667295b9aed8))
## [2.0.0-beta.203](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.202...v2.0.0-beta.203) (2023-04-12)
### ⚠ BREAKING CHANGES
- **theme:** customizations now need extra config `{ custom: true }` now
We are using bundled version by default as it has higher performance, so you now needs extra config to let theme use alias.
### Features
- **md-enhance:** add card option ([d06e46b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d06e46b1e296b9a1c4465ff009bd38884fd9e3cc))
- **theme:** improve feature panel when only 1 or 2 feature ([4856ec4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4856ec46340f302b31f83f4d5289d61d929e57d1))
- **theme:** support globalComponent in navbarLayout ([04f3a2d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/04f3a2dcf2d04c643229d67f0016a5bd8b07171d))
- **theme:** support page cover, close [#3011](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3011) ([8d4448f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8d4448fb55e9c682f56ee86a4b479226eb71bffa))
- **theme:** use performance version by default ([92fc85e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/92fc85ec4e279afa7f9e9d258250de49279d71a9))
### Bug Fixes
- **components:** fix SiteInfo, close [#3015](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3015) ([6e6537c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6e6537cf9d6dd759cfc52f7a3892bd1c6096c7f6))
## [2.0.0-beta.202](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.201...v2.0.0-beta.202) (2023-04-10)
### Features
- **md-enhance:** improve deprecate include logger ([672093f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/672093febf6ff12119d7a6832541bdc59c5e3642))
- **md-enhance:** improve katex error msg ([eb538ad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/eb538ad84ef01212a65b46bba6b5e4bcb195850e))
- **photo-swipe:** add indicator and support zoom ([6951c27](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6951c27ddf879c77f394cfffcbdab4f7ef7e5bd4))
- **photo-swipe:** add scrollToClose option ([a792e5e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a792e5e288b6f8c76d7440f6329bbacc6ba8719a))
- **theme:** add `title`, `cover`, `info` and `excerpt` slot for article ([9a137c1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9a137c1fa68f07b42f3947369bf955d019ab6c24))
- **theme:** improve a11y ([6d13051](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6d13051354f0e5124131ee52ea7dbd144cd408c8))
- **theme:** support cover in article item ([03e5963](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/03e5963a1e649de84add2d2d35b00378d70bbe0f))
### Bug Fixes
- **auto-catalog:** do not generate root homepage as catalog if root locale not exists ([e5c9752](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e5c9752d4ff8a897008cc01eb4ddda82d9b746ef))
- **blog2:** do not force generate root locale ([665332e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/665332eefca47bcc2767a2a912b5af8c9bd9653c))
- **components:** fix iconify icon issue, close [#3006](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3006) ([b6cc535](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b6cc53515509d17b358fbc48c35e319a85040180))
- **components:** fix Notice key ([79b49a0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/79b49a02200e1a3f88e2b08c484d6e33be71e6c2))
- **deps:** update dependency axios to v1.3.5 ([#3001](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3001)) ([a31f99d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a31f99d7754bf7a65e9716607516a1f72d1db844))
- **deps:** update dependency mermaid to v10.1.0 ([#3002](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3002)) ([bd3d056](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bd3d056f77117915b7ad29d589301197877188b5))
- **redirect:** fix issue with base ([92dfdda](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/92dfdda467bea2ee3e2020194c4b4a3b84613f49))
- **redirect:** fix language modal, close [#3007](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/3007) ([24e70ec](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/24e70ecc9f1131ff6ee533c3d0ad1e93c827c851))
- **redirect:** improve behavior when hostname is not set ([0dc4951](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0dc495104b0a5a86243e70ada61c21afb0b6ddee))
- **theme:** fix text clip in hero info ([b93d912](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b93d912814c63fc31b1fb72fb5bce6dfdaec1506))
## [2.0.0-beta.201](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.200...v2.0.0-beta.201) (2023-04-04)
### Features
- improve lifecycle, close [#2965](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2965) ([7f49c02](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7f49c026cc0216e764c7e1503ff823ec4023e1da))
- **md-enhance:** add legacy include in compact code ([ab17c77](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ab17c77b1931a1cbfd885c51e8d2cfc7d4b78a29))
### Bug Fixes
- **components:** fix BiliBili component ([140105f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/140105fa8f7dab59761fe6d0891fbd45a1f86458))
- **md-enhance:** use bundled mermaid to avoid pnpm issue with vite, close [#2986](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2986) ([7272bac](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7272bacac4a3d78e4b3dca14b6b09628d5d8b31c))
- **redirect:** ensure file not exist when generating redirect files ([f08e98c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f08e98c64d98efb35a3297b263a0d1f5674ec0d6))
- **redirect:** improve modal appearance ([44c6f62](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/44c6f6275d98256736bc84f89cd697d3f2d79713))
## [2.0.0-beta.200](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.199...v2.0.0-beta.200) (2023-03-29)
### ⚠ BREAKING CHANGES
- Drop Node14 support
The project can actually run on Node.js 14 for now, but we update to pnpm@v8 in ci, which requires Node.js >= 16.
Since Node14 will be EOL in 2023-04-30, you must migrate your environment to Node.js 18 (or 16) ASAP.
- **md-enhance**: use `<!-- @include: xxx -->` to include files
The syntax is consistent with the official VitePress, but how we find the syntax is different.
### Features
- **md-enhance:** update include syntax ([2052033](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2052033f640c4d941d944a5b0c04f034e2ae55c4))
- use pnpm@v8, drop node14 support ([5242809](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/524280971d30a0060d98bc0202bf3b86121c6263))
## [2.0.0-beta.199](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.198...v2.0.0-beta.199) (2023-03-26)
### Features
- **redirect:** add `switchLocale` option ([#2937](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2937)) ([ee5d09c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee5d09c0c3371de0afb43c21b44f976993124711))
### Bug Fixes
- **theme:** fix NavScreen ([432f95d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/432f95dc0fa494a15373e71b4b0f1a72b46c6a0a))
- **theme:** fix TOC structure, fix [#2940](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2940) ([37f1e2d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/37f1e2dfca799754b381d97cbb945045a828dfd0))
## [2.0.0-beta.198](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.197...v2.0.0-beta.198) (2023-03-25)
### Features
- improve a11y, close [#2943](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2943) ([e4cc387](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e4cc3878e92b412ec946ad65aa21849c5ee18970))
- **redirect:** support redirect at devServer ([#2948](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2948)) ([349eab8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/349eab86afa923a26abe702187fcb50be45e2340))
### Bug Fixes
- **md-enhance:** fix demo compact ([7285d19](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7285d19f36131621992b8570104ef81d141cf59e))
- **md-enhance:** improve figure print style ([db985e0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/db985e0953e679041462402efb605537f40becc7))
- **theme:** fix code block in print mode ([fba37da](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fba37dae67fe23a0dc7d1cf6f6c59e9ccef1895b))
- **theme:** fix extraLocales, fix [#2941](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2941) ([7315f22](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7315f220227d3f0349e137356d785fc580efff0e))
- **theme:** fix repoIcon name ([8f71e75](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8f71e756b82d6376941306957ab6a23fa903d42f))
- **theme:** fix sidebar link with empty string ([5982795](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5982795de0ff258b2e48b5bc07a3d4ef73142f32))
### Performance Improvements
- remove dayjs in client ([88b1722](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/88b17223e2968f3e77de29298338e4b6104f8332))
## [2.0.0-beta.197](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.196...v2.0.0-beta.197) (2023-03-21)
### Features
- **theme:** support extraLocales option ([e9f2615](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e9f2615c404aa140e68ab2bc3948c2688b84f9f9))
### Bug Fixes
- **theme:** improve theme data ([6bddfc9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6bddfc981e2e0d78f86e16df48194e88ae34484c))
### Performance Improvements
- use empty string for symbol if possible ([7b8ecf7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7b8ecf7a6bb12e4c20dc2f6a8aa2b73c4ffd2592))
## [2.0.0-beta.196](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.195...v2.0.0-beta.196) (2023-03-20)
### ⚠ BREAKING CHANGES
- **redirect:** rename `locale` to `autoLocale`
We are adding `switchLocale` option to redirect plugin, so we need to rename `locale` to `autoLocale` to avoid confusion.
### Features
- **components:** compact with new BiliBili player ([15f930b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/15f930b5dd966e7964b1b4a1fddff0cb50efcc56))
- **redirect:** rename `locale` to `autoLocale` ([968bb6a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/968bb6a8f96a48e3ce63df5eb45f50e974d5bf16))
### Bug Fixes
- **comment2:** fix comment option types ([1cb3ee6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1cb3ee6efd066c7c0840127998cee071430f72a7))
- **comment2:** fix delay options ([7a6e913](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7a6e913b9d75e75d9a71c0f7350868e671de7747))
- **theme:** fix headerDepth check ([924ba7f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/924ba7f962a198545b344273a4c17fcb09e98dfb))
- **theme:** fix sidebar font-size ([7938e79](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7938e793a456f4522dacec37188020dd98365678))
- **theme:** fix timeline date appearance ([#2929](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2929)) ([2637e04](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2637e04c1bde27db49e4f6474a0a5a3fdc1df956))
- **theme:** tweaks on check ([2eb51a0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2eb51a06f2fc2711d06914f912f449f9150fde11))
## [2.0.0-beta.195](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.194...v2.0.0-beta.195) (2023-03-20)
### Features
- **theme:** support string for styles ([6d4d99b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6d4d99ba0b4c8523b395633ccf602a26a71d2f81))
- **theme:** update appearance ([934b4bd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/934b4bdbac6173eb0d431a4016161cee5cc7dab7))
### Bug Fixes
- **components:** fix iconAssets ([42090d2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/42090d2c0455201c9935202ad62920ab14fc5a84))
- **theme:** ensure user style inject at last ([a8c3354](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a8c3354f86a7ac4101528b6ac4bab3f965c15cd7))
## [2.0.0-beta.194](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.193...v2.0.0-beta.194) (2023-03-19)
### Features
- **reading-time2:** improve word count ([a1f11ae](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a1f11aeeaeaa027a1d8a605921ad75aea00c2693))
- **redirect:** add locale support, close [#2920](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2920) ([#2922](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2922)) ([180c858](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/180c858b88906320129445ed73436ead2ba884cd))
- **theme:** check headerDepth, close [#2900](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2900) ([0a73353](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0a73353e73aba9466a410d637451f3b176cd5652))
### Bug Fixes
- **auto-catalog:** fix issue when homepage is missing ([2865679](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2865679029adf6edae3c43190142b45e4130a490))
- **create:** theme mail address example ([#2908](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2908)) ([3c30592](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3c30592a551b21570940de4ac25294fcb969c6c1))
- **deps:** update dependency execa to v7.1.1 ([#2903](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2903)) ([97f322e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/97f322e38d18160503494de77f2f2cd318e5c45b))
- **deps:** update dependency hls.js to v1.3.5 ([#2912](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2912)) ([29f2729](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/29f2729b6c0a8fb5555ac54d5feeb115f3b60679))
- **theme:** fix import ([22e6f69](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/22e6f690e0abaa8a694a58f90d50c6fcbd61f8e9))
## [2.0.0-beta.193](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.192...v2.0.0-beta.193) (2023-03-12)
### Features
- **md-enhance:** rebuild styles ([d123879](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d123879f417f3941425bf8224d17e249d794e36e))
### Bug Fixes
- **theme:** fix imports ([1049fff](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1049fff7f0f26893f0de3bb7bfd7fb7f378e2d3e))
## [2.0.0-beta.192](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.190...v2.0.0-beta.192) (2023-03-11)
### Features
- **theme:** improve performance mode ([45514be](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/45514be38b04d83d2e4bf06d46653f79f81048d1))
## [2.0.0-beta.190](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.189...v2.0.0-beta.190) (2023-03-07)
### Features
- **auto-catalog:** refine props and update docs ([e0e43f5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e0e43f539f80fcb42257d20fcbed9e8beff3bfab))
### Bug Fixes
- **search-pro:** correctly extract header text ([7c37393](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7c37393b6c6578aa1294c84424054b838a5d13f8))
- **search-pro:** fix key hint in macOS ([912658b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/912658be3fa307d50d4dd082360deed87aeda8cc))
- **search-pro:** fix search icon on ios, close [#2879](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2879) ([2f2b6e4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2f2b6e41d0be39bfad02da581138eccd43c14385))
- **search-pro:** improve cancel button ([818912f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/818912ffa5280200d1aae71d3dd11727ce146203))
- **theme:** fix auto hide navbar ([817cb74](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/817cb7463d75315e954b4d2efc5d6cdb49f0220e))
- **theme:** fix fade-slide-y with perf mode ([7ff1407](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7ff1407f03564293b4498402597187e8cdd51cde))
- **theme:** fix perf ([2c92783](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2c927834b35cf6e4854677037be141bf2461816c))
## [2.0.0-beta.189](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.188...v2.0.0-beta.189) (2023-03-05)
### Bug Fixes
- **theme:** fix typos when adding perf, close [#2874](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2874) ([ac54f20](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ac54f20aec6f5c41785826b98cfbd58de5b11a31))
## [2.0.0-beta.188](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.187...v2.0.0-beta.188) (2023-03-05)
### Features
- **theme:** add performance mode ([#2871](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2871)) ([cb7f81c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cb7f81c352d990971e0ac2659c01209bad019eea))
### Bug Fixes
- **search-pro:** fix searchIndex, close [#2873](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2873) ([59ed994](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/59ed994d701793e615b7efcb7d434fca934de26f))
- **shared:** fix createRequire ([#2870](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2870)) ([ee8b930](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee8b9301a3b4b7880cd46f7b095b43677c5ec28f))
- **theme:** fix sidebar display on tablet ([d25259d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d25259d3aacef4eafb33798f33200b62046d484c))
## [2.0.0-beta.187](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.186...v2.0.0-beta.187) (2023-03-04)
### Features
- add Dutch language support ([#2852](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2852)) ([a7a284f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a7a284f55a42b00808979a858d3aef5534f5bcf3))
### Bug Fixes
- **create:** try not thrown on windows dist root ([7ac7bf8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7ac7bf8453e675bdcf3a62711eefcf8758b8e531))
- **deps:** update dependency mermaid to v10.0.2 ([#2866](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2866)) ([a425be2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a425be2128759f6e978cbe88bae6d7026e1e769f))
- **md-enhance:** fix arrows with nesting details ([2f1743b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2f1743b5faad89577a448eff5f53e3247a87b459))
- **search-pro:** fix scroll issue, close [#2859](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2859) ([e0cea97](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e0cea974c6e185b9a1cfa80e45f4ef895ca3418a))
- **theme:** fix sidebar with non-unicode characters, close [#2857](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2857) ([aa7ad44](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aa7ad44f738749aa0b0ac0ca5b7d3bcc99f36586))
## [2.0.0-beta.186](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.185...v2.0.0-beta.186) (2023-03-02)
### Bug Fixes
- **theme:** fix createRequire, close [#2847](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2847) ([e8dc4ff](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e8dc4ff853f5645218f1afd03625d8977c07bb3c))
- **theme:** fix dropdown link ([29204b5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/29204b5c9f3a2a9cb5af13f4ce95f705fc12b453))
- **theme:** fix kdb and table bgcolor ([491845c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/491845c4dcff29bff23f8050d47b4d2d7796a31c))
## [2.0.0-beta.185](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.184...v2.0.0-beta.185) (2023-02-28)
### Features
- **search-pro:** improve worker, close [#2841](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2841) ([ef06dff](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ef06dff1c8db9eaf1e1b9ea5623a64b4e7e97b65))
- **theme:** add locales for print button, close [#2838](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2838) ([089e7e2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/089e7e20d578fa1a2bc5d2ff5cf225e0af81b316))
### Bug Fixes
- **search-pro:** fix [#2840](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2840) ([cf4706f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cf4706f44d395ba4b4e43b4b20ebcc5e6ef6f689))
- **theme:** fix blog issue ([403ae77](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/403ae771f3150135f1558365edc103a502494141))
- **theme:** fix favicon. close [#2839](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2839) ([e0301d2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e0301d2540d409739b74fa61b4b548d29c9eef74))
- **theme:** fix structure sidebar with special characters ([16cb3b7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/16cb3b7d652c7530e7ac98f6ce36171651834faa))
## [2.0.0-beta.184](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.183...v2.0.0-beta.184) (2023-02-27)
### Features
- improve korean locale ([#2835](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2835)) ([43a53f2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/43a53f230d9a211addad93b3c566636a23c0a6f9))
- **shared:** add checkVersion ([5520a12](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5520a12b0dc73d20a169679f347d30406a380c0d))
- **theme:** improve check ([3e8f1c8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3e8f1c80253839c1b87f7571c30b65efd85b0102))
### Bug Fixes
- **md-enhance:** fix mermaid not working with pnpm ([21e6bfe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/21e6bfeec32ac42c367e74584a10680e21601abb))
- **theme**: revert "fix(theme) fix slots name" ([f143669](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f143669671124badc62ec2385e851c714c99d609))
- **theme:** fix plugin check ([a7910fd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a7910fdc6480f253b4ddf0c236cf982ec0f4890a))
- **theme:** improve structure sidebar generation ([f23085c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f23085c89ee667b4c0c77b6fd6439421a131bdc9))
## [2.0.0-beta.183](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.182...v2.0.0-beta.183) (2023-02-27)
### ⚠ BREAKING CHANGES
- **search-pro:** rename `historyCount` option to `resultHistoryCount` option
We are adding `queryHistoryCount` option to redirect plugin, so we need to rename `historyCount` to avoid confusion.
### Features
- **search-pro:** add queryHistoryCount option ([670234c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/670234ca9e878f9c813e742ff4ba9bc9dc1d6337))
- **theme:** update default bg-color ([08e1646](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/08e164642e8f659ffcb4753046225707f10771d5))
### Bug Fixes
- **search-pro:** correctly auto-focus input, close [#2830](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2830) ([1d2aed3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1d2aed35a1d3fa424bc3f72d71bfd7c5400ecec7))
- **shared:** ensure getDate won't throw with invalid input ([4a136fd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4a136fd960e3b92f3695ffdb2280a6da4b849d9f))
- **theme:** fix homepage button ([701aa7b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/701aa7bff409ccd6af3c440010c51e2a86cddd72))
- **theme:** fix slots name ([96e0102](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/96e010246d6dc3f4fd6426ad569d157f0681c781))
## [2.0.0-beta.182](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.181...v2.0.0-beta.182) (2023-02-26)
### Features
- add Indonesian language support ([#2828](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2828)) ([12ecd2d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/12ecd2de688f912e4e074077f8ad54f5b8d4f715))
### Bug Fixes
- **feed2:** fix rss template ([0c57549](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0c5754965bac0b2f45df7936027d1fd304a1ed40))
- **md-enhance:** correctly get language from code fence, close [#2825](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2825) ([2bc7387](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2bc73871202ed28a7180c129fd206ef6265b0116))
- **theme:** fix structure sidebar link, close [#2821](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2821) ([e5325a5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e5325a5b9db071fc913320a962ff6c105124d882))
## [2.0.0-beta.181](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.180...v2.0.0-beta.181) (2023-02-23)
### Features
- **theme:** update hero-info title ([b414cf1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b414cf1cf35e3b007b5fe76b14f940a7c96f8943))
### Bug Fixes
- **feed2:** fix legacy support ([fbbe80c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fbbe80c4d6c1b1794cc9a60bd608836454157a8a))
- **photo-swipe:** dynamically loads image ([ab923cc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ab923ccb63910344cb8a62abac2a4e89816b5d6f))
- **theme:** fix docsearch button on mobile ([d203a36](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d203a368ef9ad8fd12fdfbf329821b0c18a995a4))
- **theme:** improve dropdown group ([3540a5e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3540a5ed72d27801301b6ea2b8be0d06e9640c9b))
## [2.0.0-beta.180](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.179...v2.0.0-beta.180) (2023-02-22)
### Bug Fixes
- **components:** fix iconify icon style ([3b854ad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3b854ad50661075f8399481cd520f99ce08ec0ae))
- **search-pro:** fix modal style ([efc8687](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/efc86873cade6eb7c879c374cda9bc34c878fc85))
- **theme:** fix option js docs ([abd4157](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/abd4157da4108e142ab8e3944ebaf400085d1ced))
## [2.0.0-beta.179](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.178...v2.0.0-beta.179) (2023-02-21)
### Features
- **md-enhance:** use mermaid@v10 ([3d95f10](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3d95f10e0354b9d36d888f742892d1439ccfdd08))
- **search-pro:** use worker to perform search ([#2818](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2818)) ([1fcae96](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1fcae96435f4ec699772f0c6f2a4e9d019ad4d53))
- **theme:** lock body scroll while sidebar is open, close [#2816](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2816) ([fcd9671](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fcd967159044564718539fbeef5cc04dd3d42317))
### Bug Fixes
- **search-pro:** fix style ([55f5ecf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/55f5ecf90dd7ccd15c1be259d7d8d40b01968254))
- **search-pro:** improve style ([12f788f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/12f788fd8b856c24f38e3069ec80dc644de6644b))
## [2.0.0-beta.178](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.177...v2.0.0-beta.178) (2023-02-20)
### ⚠ BREAKING CHANGES
- **md-enhance:** remove showCode option in vue playground, update layout default value
Users are having issues at first render, so we make some tweaks here.
closed 2811
### Features
- **md-enhance:** remove some customization with vue playground ([916792a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/916792a3a5e68484e3d1567645c697817db3ddcb))
### Bug Fixes
- fix color issue ([1549e51](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1549e515e9cf1c5b637fcae8667b5e5477951d39))
### Performance Improvements
- **copy-code2:** optimize dist size ([#2808](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2808)) ([6a0f532](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6a0f5321b8688b65605ebb1ac0812a941346df68))
- optimize packing ([#2807](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2807)) ([1c04360](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1c043603388b588c97b37ad7af8fb9eb59fb40fa))
## [2.0.0-beta.177](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.176...v2.0.0-beta.177) (2023-02-19)
### Features
- **theme:** add before and after slot for toc ([74d2f0c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/74d2f0c18e35e0dec81aa907970ad3fff7bb6bbd))
### Bug Fixes
- **components:** fix notice match ([e339db5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e339db5d139ae90cfe1f535e473d0310b904a81a))
- **theme:** fix color palette ([d58f777](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d58f7773443392859c4b8e1cf5929091194cf740))
- **theme:** support permalink in structured sidebar, close [#2800](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2800) ([#2806](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2806)) ([1973fde](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1973fde98f2d115f5eb2a49b3c9850f9e01ec1c1))
## [2.0.0-beta.176](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.175...v2.0.0-beta.176) (2023-02-17)
### Features
- add no-view attr support ([772c5d1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/772c5d1bb73b7bf725e8d7eb132f87bd3c0c6297))
- add no-view to img ([d5b0725](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d5b0725175207ec7790df6f89f176ab1096bb737))
- **md-enhance:** add obsidianImgSize option ([d0c2512](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d0c25121dd5f9fe9a199cf52d14f7924135c0183))
- **search-pro:** improve style ([29c69d8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/29c69d8b39f08c3a0f3914d57e420e6ddc134469))
- **theme:** improve dropdown link ([7f17033](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7f170330e2077d14f4cdc38d8bf1586b814e8bd6))
- **theme:** improve scrollbar style ([2038f22](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2038f22d60e45746dad812536b2e763ab9ef2a68))
### Bug Fixes
- **md-enhance:** bump mathjax plugin, close [#2790](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2790) ([0f0aeef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0f0aeef363585ad2e9b8fd2388b9ad675d678c64))
- **theme:** fix mobile footer ([44a838f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/44a838fd2852ce4d12564d975e3da65ee0d12583))
## [2.0.0-beta.175](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.174...v2.0.0-beta.175) (2023-02-16)
### Features
- **auto-catalog:** add icon slot ([bade3f9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bade3f996923042981a1969db0b072280c177428))
- **auto-catalog:** add index option ([6612d19](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6612d19d23fe707e88e561179ec921507e25b5a1))
- **components:** add iconify support, close [#2785](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2785) ([#2786](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2786)) ([addb627](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/addb627f6fe4e090642850a85cb659db1fada584))
- **components:** add share component ([#2783](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2783)) ([e08cc34](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e08cc34f92b033ea02dbd0e3a8737208c35d43f8))
- **search-pro:** add key hints on desktop ([0921f50](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0921f506a53ad77cbd8138a1935ea61b09ee54a5))
- **shared:** add openPopupWindow ([8481435](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8481435efc31023804e19aa797124f8ade61447b))
- **shared:** add popup ([6132635](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/61326357717c33a398557935d4081ba0e36a38a6))
- **theme:** Add Hungarian language support ([#2772](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2772)) ([4ac9a36](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4ac9a3634584039825c3fb0fffbedfd9e29e9494))
- **theme:** add social media icon ([ae95e35](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ae95e3529f035b90e0468994c9934203f2792aeb))
- **theme:** improve sidebar on desktop ([e042d13](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e042d13d5d2383dd40f7b76331dce21b096adf8e))
- **theme:** support shiki ([#2769](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2769)) ([eb2530b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/eb2530b739e66f3c585dbaa82e1ee3d0ebefc1a9))
### Bug Fixes
- **auto-catalog:** ensure title ([566793d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/566793d9cc84eab1ba0e2b27ed837b8d88aac215))
- **deps:** update dependency axios to v1.3.3 ([#2779](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2779)) ([ee21a9e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee21a9e4ee0a1d1daab0d183b669c17d3ecc1bad))
- **shared:** fix popup ([b925455](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b9254557ecb599b85a9619db0430a872f5902af5))
- **theme:** add missing style import ([3117f6e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3117f6e89b19cf2a451d956f03a4aa78c2326772))
- **theme:** fix `$content-class` ([928d394](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/928d394d4c0a9d2673927386e7966e9d8eaf19ce))
- **theme:** improve password modal ([cf9cc49](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cf9cc49185a76e5a8e123209988505acfe423d25))
- **theme:** limit list height in InfoList, close [#2771](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2771) ([bbf11b6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bbf11b6e1ae2dad9a34e402d1b3c945cf51bc4d8))
## [2.0.0-beta.174](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.173...v2.0.0-beta.174) (2023-02-11)
### Features
- **comment2:** apply fallback demo in development ([79ee6b7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/79ee6b71726b9c48bb0c73f5c213afcc46742f0d))
- **components:** add Replit component ([#2764](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2764)) ([9b72fb6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9b72fb6c1bcf2df8e69496607467e2d573f4442b))
- improve print style ([7bc27b0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7bc27b03fe45b0a7b08a69d75c65216f9d597eb2))
- **theme:** improve pageview detect ([c486f95](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c486f9541310f4c5507d0a2f5c95b622b554d8ef))
### Bug Fixes
- **components:** fix SiteInfo ssr, fix [#2765](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2765) ([9ff243f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9ff243fdd029b56505563047edbc65f22d0ba82f))
- locale configuration for de-DE ([#2755](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2755)) ([1591f3b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1591f3bbd92dc4323ac04f250439b11ab9a1589b))
## [2.0.0-beta.173](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.172...v2.0.0-beta.173) (2023-02-08)
### Features
- **create:** add update command in template ([5f8ed1d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5f8ed1d68a7625f11e203506fe381734a74c920a))
- **md-enhance:** hide tab on print mode ([78abb60](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/78abb6090cbf6532a6e26400e17e26a6bd5ea820))
- **sass-palette:** improve variable injecting ([2014142](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/20141425d2d7f912b2f1c72efdb7cd4da0ea6e51))
### Bug Fixes
- **shared:** a workaround for vuepress/vuepress[#1252](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1252) ([84f55cf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/84f55cf39a743f2400a57f3557201751733084ae))
- **shared:** fix packageManager ([044598b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/044598b1e163db3d5254251c76e5e25212980b47))
- **theme:** add pl locale, fix [#2751](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2751) ([6d2e95c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6d2e95ce5c9b4db809889ec03523333a80e985a0))
- **theme:** exclude blog pages from sidebar and catalog ([a668e06](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a668e0623d321d895fda3b6ef31da56709bf4e1d))
- **theme:** fix copyright legacy ([78b3cf2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/78b3cf21bb695a295a22715d5e41eb47037b7eee))
## [2.0.0-beta.172](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.171...v2.0.0-beta.172) (2023-02-04)
### Features
- **comment2:** add Artalk support ([94a1488](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/94a14888346ad92ce6d7c9f8bf88f9901077e7b4))
- **comment2:** mark Waline async ([8849137](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8849137836b615b9e2a6a58fae3aed8053ac08e8))
- **seo2:** add seo option in frontmatter ([7a0ed6e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7a0ed6ef188a27ce4cb3473a0b9f00e11097725f))
- **theme:** improve homepage ([831c6f8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/831c6f84dc652f63235c59bc77a65147fd9673f2))
- **theme:** improve mobile appearance ([8a3f975](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8a3f9756b87b0c4d2fa8d98c79f8ea90bd304273))
### Bug Fixes
- **comment2:** fix artalk ([6122c25](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6122c253b3f8107360456e22c925f5abd1d944f3))
- **deps:** update dependency hls.js to v1.3.2 ([#2731](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2731)) ([8fcd842](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8fcd84274841e9cd7c33a400e6e5813cc3c60dc9))
- fix async mounted scope ([d7eaaf4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d7eaaf486cfed79577999bbceee9556afa48713e))
- **theme:** fix timeline dot position ([#2729](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2729)) ([6f54a0d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6f54a0d23b0751e12a93903bd2bc33ac9d7ef65f))
- **theme:** fix timeline transition ([331c251](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/331c251d4059e857bc443226f0e5bfb4ef50bb1d))
### Performance Improvements
- rebuild loading icon ([bf64273](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bf64273795faac9196ea14217aa7e305a42cee2d))
- tweaks ([d276e94](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d276e94c0603c46506187182f1f25b82342e879f))
## [2.0.0-beta.171](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.170...v2.0.0-beta.171) (2023-01-31)
### Bug Fixes
- **auto-catalog:** fix props dropping, close [#2727](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2727) ([d966080](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d9660801f9f03b54eb5e76416cc03db2a73ff8ae))
- **theme:** improve encrypt ssr ([9436b7e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9436b7e862e9ddc674b69338cb0aba5bf179b825))
## [2.0.0-beta.170](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.169...v2.0.0-beta.170) (2023-01-29)
### ⚠ BREAKING CHANGES
- Catalog component is now inside auto-catalog plugin with name AutoCatalog
Most people want that catalog pages can be auto generated, and this is beyond a component, so we extract it into a plugin.
### Features
- catalog component is now inside auto-catalog plugin ([760c686](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/760c686a9719e7cad4304e4168ffc02f83988b34))
### Bug Fixes
- **create:** fix zh blog template ([ae89ecc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ae89ecc1bb6476c7d1dc9eb858950a85e6ca55fc))
- **deps:** update dependency axios to v1.2.6 ([#2708](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2708)) ([a356113](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a356113d8b1b598e65261ee9e8126432df32bb8f))
- fix path in windows, close [#2718](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2718) ([90d3a8d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/90d3a8d62ff09945addcffe5887aa4a94d4b65b5))
- **theme:** fix blog legacy logger ([25be101](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/25be101f416f982012ea78d18852fd9ac7e6418d))
- **theme:** fix project home padding ([0ff661a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0ff661a3f1996fc2db32ae84c685246dc9600f1e))
- **theme:** fix text color with no bg on blog hero ([281573d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/281573df99d3c8238999e98c1368d2498dcb4bd2))
- **theme:** improve blog homepage ([cc3d4bc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cc3d4bcb6fa84d890fb6c045e16c9d2cf0289a6b))
## [2.0.0-beta.169](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.168...v2.0.0-beta.169) (2023-01-28)
### Features
- **theme:** hide fullscreen button on print mode ([cf39b6d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cf39b6dabb318ef0b07fbffd5d392eb235ab4d0d))
### Bug Fixes
- **md-enhance:** fix legacy mode for md-enhance ([953ecae](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/953ecae32ac8b532d525c57530ea2b5b224f2a8f))
- **theme:** ensure nothing is rendered in ssr, fix [#2716](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2716) ([c1f2291](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c1f22911656f9fa01dff5d5e0d62f8e1b0521fc2))
- **theme:** fix article order ([29a6839](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/29a68391c775147166b8112429e77c09466828c6))
- **theme:** fix catalog issue ([2af65a8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2af65a88248ec48d2d786ea7edf01aabcf7f8189))
- **theme:** fix deprecate msg ([c6bbf2b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c6bbf2b7ba132bc96e30755a6d285e6f33fd83ef))
- **theme:** fix legacy homepage check ([c38b06c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c38b06cbe85591a21b23619aa2d5ed9e06e05972))
- **theme:** fix sidebar z-index ([55d5424](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/55d54243e985236f58de0ec39684f380dc3f1bee))
- **theme:** fix typos in meta inject ([7a8337c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7a8337c9b4b7e4a79088a2de20e5a530d1904241))
- **theme:** improve homepage ([136f3cc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/136f3ccc0063f150085413c612ac4c0ae9917fb1))
## [2.0.0-beta.168](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.167...v2.0.0-beta.168) (2023-01-25)
### Features
- **components:** update stackblitz component ([737eb71](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/737eb7155aa9cc14b5211abc233490f898af8a91))
### Bug Fixes
- improve rtl layout ([933c473](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/933c473482aa12244d80caf818d65fe6f9b6fb70))
- **theme:** fix catalog order ([fc6c9a6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fc6c9a625d2d82552a1078e2bdb3f6429579ffc3))
- **theme:** fix footer padding in rtl ([9dd5dd4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9dd5dd498306228146a64f9f2224cdea35324a49))
- **theme:** fix footer z-index on desktop ([29e612a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/29e612a684ce960b81741194370d3a46527ec6fc))
- **theme:** fix homepage width ([7be8584](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7be8584e91bf479efb48b0ca51bc5e98cf946597))
- **theme:** fix legacy compact for copyright ([1cbcdd8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1cbcdd851ee1f7c48ed24cbbe6e2615729627877))
- **theme:** fix sidebar root structure support with legacy ([beabe53](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/beabe53f70393469ed75e0002d7aaad0f6a124d8))
## [2.0.0-beta.167](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.166...v2.0.0-beta.167) (2023-01-24)
### Features
- add rtl plugin, theme fully support rtl ([85668b8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/85668b835b0844409397e05437efc49e918de190))
- **theme:** update NotFound layout appearance ([4a37928](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4a37928037f0e724c823a2808dd525b882ac9bb1))
### Bug Fixes
- **deps:** update dependency axios to v1.2.4 ([#2704](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2704)) ([d10adc3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d10adc334cd0fbebc028e49ae64fe9e901530b40))
- **theme:** fix dropped logger ([cfe7381](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cfe73812917239172a411cc1ec8a07cb0d41e763))
- **theme:** hide line-numbers on print mode ([0b39671](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0b396712c004d85be55e5150c8c2a2524cdd3647))
- **theme:** improve legacy logger ([cb449e4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cb449e467cda6b5596e97dbb4b2a797e2e92f25d))
## [2.0.0-beta.166](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.165...v2.0.0-beta.166) (2023-01-23)
### Features
- **components:** add xigua ([8902d5f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8902d5fed3a0bf112dd4865132175cf4cfbbab98))
- **components:** use flowchart.ts, fix [#2429](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2429) ([25019ca](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/25019cacdf70b6f6277a89c74f404b3a66d81f7e))
- enable legacy by default ([c829376](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c829376401813c7b6aee2a5bf1b9c73de09b6831))
- **theme:** improve homepage layout ([339b94c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/339b94cc4f6468de67cc0311b8afa6d04a5d9a20))
- **theme:** improve navbarLayout ([6a42c4a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6a42c4a901d90131fe494626500029a5dcc7c124))
### Bug Fixes
- **components:** fix artplayer ([4651b45](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4651b45b3929348708112ed768bf9c58fb836d78))
- **deps:** update dependency @vueuse/core to v9.11.1 ([#2684](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2684)) ([98e176c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/98e176c03d053f7a3d1d3ac886b01d70d39d8b17))
- **theme:** fix not found layout ([b7dc23c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b7dc23c0307be79e3d52cf4865213099f96b5b71))
## [2.0.0-beta.165](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.164...v2.0.0-beta.165) (2023-01-19)
### Features
- **components:** make `fa-fw fa-sm` class built-in for font-icon ([8618022](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/861802299e4b4fad13e7489f23ba127890f1f8ae))
### Bug Fixes
- **components:** fix typos in config ([27c6a1d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/27c6a1df294f98d28647bf8d9388af3e4d2533b2))
## [2.0.0-beta.164](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.163...v2.0.0-beta.164) (2023-01-19)
### ⚠ BREAKING CHANGES
- **theme:** left/right options in navbarLayout renamed to start/end and slot name changes as well
### Features
- **components:** add `fontawesome-with-brands` keyword ([869de33](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/869de33b62742c19a1d22e96ace55e430d36bc49))
- **components:** update fontawesome assets ([9100f28](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9100f28abd6913ccb8551dee104836e479a74a21))
- **theme:** exclude auto catalog page from articles ([8b2fd20](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8b2fd20ca8a8b161b27bdddbf47e6f59c9b6baeb))
- **theme:** update default value of $content-width ([aa6ebbc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aa6ebbc0d6a451df03b7a79dbcbe6d09e18a534d))
- **theme:** update navbarLayout option and slot names ([aafa6f8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aafa6f838bf3febce52cb902198854f2f2f1e1ce))
### Bug Fixes
- **components:** fix fontawesome for font-icon ([88e602e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/88e602e23edb1ddc9faadea8e4631fe661370b3d))
- **deps:** update dependency axios to v1.2.3 ([#2685](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2685)) ([3358d2c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3358d2c3c87b293ceb77849c7fb38e4005ae52de))
- **theme:** fix footer layout, close [#2687](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2687) ([c05f113](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c05f11311153cf9d02927db228a0400ac2344b4f))
## [2.0.0-beta.163](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.162...v2.0.0-beta.163) (2023-01-17)
### Bug Fixes
- fix importing sitemap template ([#2680](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2680)) ([6a9c4a0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6a9c4a03c6bcbfd49f1b120c5a715843ae5b83dc))
## [2.0.0-beta.162](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.161...v2.0.0-beta.162) (2023-01-16)
### Bug Fixes
- **feed2:** fix package files ([5ffe692](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5ffe692de025002c9a97c01e5a67dfbde4b7b981))
## [2.0.0-beta.161](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.160...v2.0.0-beta.161) (2023-01-16)
### Features
- **components:** tree-shake artplayer ([e8c5b1b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e8c5b1b093fe3c355d0329ee91229056e0adde95))
- **feed2:** improve xsl template ([3758cd2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3758cd23316aa3d3234c5693e179ff1a6f9d1633))
- **sitemap2:** improve sitemap template ([26cd4dd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/26cd4dd752a256260d6b94b43e17196cd565b7c6))
### Bug Fixes
- **feed2:** add missing export ([566fb01](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/566fb013716fb247f3aea0c280be8230682a11ea))
- **feed2:** fix rss template ([2910236](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2910236bbfcb1ede3bb7a326c50418439bcb78bf))
- **theme:** fix blog page layout ([9bc8a9a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9bc8a9ac77ae97c8c5bdf20a3fa32cb2a28674ce))
- **theme:** fix footer ([aeb0bc8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aeb0bc81d93cd3aa89c664c1fa8c0bcf258c458a))
## [2.0.0-beta.160](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.159...v2.0.0-beta.160) (2023-01-16)
### Features
- **feed2:** add xsl for atom and feed ([4a60d0f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4a60d0f7ca6abb4c5e695f53c7c85e520d277b1f))
- **theme:** add favicon option ([abff7df](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/abff7df79c4eaacf22847614fc9b4e11e61f45ea))
### Bug Fixes
- **remove-pwa:** fix typos ([36abb4f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/36abb4f7844f2e5e6113f28e03d8dc9e5427f1d0))
- **theme:** fix pageview info not refresh ([00cd4bd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/00cd4bda589911499fc980d07230feda0de74589))
## [2.0.0-beta.159](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.158...v2.0.0-beta.159) (2023-01-15)
### Features
- **feed2:** rebuild feed2 ([580c11a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/580c11a330ede9a1f224477a005de932e18d52f4))
- **sitemap2:** add xsl template for sitemap ([03032b6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/03032b656f80b8970dc1784e6568c3cc1429c78f))
### Bug Fixes
- add support for android wechat browser ([7f31681](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7f31681d6a74d319d8e5a538e9eb5820a4ac718c))
- **theme:** exclude blog pages for feed ([68cb531](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/68cb531ed6475d07f124bd43c879b800bed15e90))
## [2.0.0-beta.158](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.157...v2.0.0-beta.158) (2023-01-14)
### Features
- **components:** use innerHTML in audio title ([564d165](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/564d165633a381c17ac8cbf6261c18578b4de7d6))
- **theme:** hide footer in print mode ([e9b2019](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e9b2019bb461b388b7a862882dfd7b80ed1494a3))
### Bug Fixes
- **comment2:** fix waline style ([c99c8cf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c99c8cf8fc528601513291b176c7854845dbc814))
- **feed2:** ensure xml is encoded ([5069bc9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5069bc904a49522049e874f980ddbc30ce028a59))
- **theme:** fix article header ([75a1c83](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/75a1c83dbd63c195909968dc0c17e9ec034c5230))
- **theme:** fix article list ([77d8059](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/77d80590fba3527683229ea77fbbfa9e4589b13a))
- **theme:** fix page padding ([680ab50](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/680ab50ce6102c75b99296e80f0c108f0a346523))
- **theme:** fix print default value ([6ff551c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6ff551cac2a238baa6e9c3f9e572166746e577c7))
- **theme:** fix style ([73cda73](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/73cda73d4af7a703154476e7788ca5e507a28c42))
- **theme:** support excerptLength and excerptSeparator ([7faad88](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7faad88d76c209fa140d566a46bee77566c1cfe9))
## [2.0.0-beta.157](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.156...v2.0.0-beta.157) (2023-01-13)
### Features
- added german language, as the current "de-AT" language is for German (Austria) ([#2666](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2666)) ([21e092a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/21e092aabf30a403b39b0fb1c7e15d30769a2a6d))
- **components:** add Artplayer component ([#2670](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2670)) ([3cdacaa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3cdacaa543fd325d1ce73ed7ee445af842cb1aa5))
- **components:** add type prop for artplayer ([cd6cca3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cd6cca367d1970946f8af7f5c467ff55ccd3bd2e))
- **theme:** improve layout ([b1ca618](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b1ca6187677694a74db5614489b658a872f21486))
### Bug Fixes
- **theme:** fix darkmode ([c0ffa8c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c0ffa8cbab8e9bc4e80dbf0c6a93abf9a3438c5a))
## [2.0.0-beta.156](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.155...v2.0.0-beta.156) (2023-01-11)
### Features
- **components:** add SiteInfo ([#2661](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2661)) ([5412c76](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5412c7693cf444aa918354b4fffd91d33d60c119))
- **shared:** rebuild deepMerge as deepAssign ([c1d34ab](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c1d34ab5d0add3705a8db63e3b89043e05f8aab9))
- **theme:** rebuild layout ([4f091a4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4f091a40cf8c3837b36cbcdd053c03dcae91551f))
### Bug Fixes
- **theme:** fix pure default value ([2996958](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/29969589fcc82078f15bf07b88cd6e6d2bcf07f4))
## [2.0.0-beta.155](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.154...v2.0.0-beta.155) (2023-01-10)
### Features
- Add Finnish language support ([#2652](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2652)) ([c896228](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c8962280c42573a8e82f904def997308b77b0112))
- **theme:** improve comment color ([b822c6d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b822c6d5665ad9c368c171a079845e213aab863b))
### Bug Fixes
- **md-enhance:** fix option types ([9a8f324](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9a8f32470024b8ae21d5da2e5abdc730de890fe7))
- **theme:** fix text color ([615e329](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/615e3290d1c19ac16422853ab7692237c7fb301b))
- **theme:** fix themeData generation and some options ([db8a002](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/db8a002c23e4a4fa62168315ae8ce45a885fbe5c))
- **theme:** Improve footer transition ([#2651](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2651)) ([91c067c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/91c067c1c043c58015e5986c70cbb6cf85b669ed))
## [2.0.0-beta.154](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.153...v2.0.0-beta.154) (2023-01-08)
### Bug Fixes
- **comment2:** fix waline locale config ([2277200](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/227720035f56e236badda8399527107bb84c6704))
## [2.0.0-beta.153](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.152...v2.0.0-beta.153) (2023-01-08)
### ⚠ BREAKING CHANGES
- **components:** rebuild notice options, support notice per path
### Features
- **comment2:** support locale for Waline ([7a54ad7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7a54ad794a14035c566c45a0af6651c860e3c98c))
- **components:** add compact code for notice breaking changes ([69de6be](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/69de6be9a6f97d949474b77f5d95ef2a6a1dcc99))
- **components:** rebuild notice options, support notice per path ([15ee5cd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/15ee5cdc9f8972fa55a54c1320c2e33cad82d526))
- **theme:** add plugins check to warn noob users ([1d72c77](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1d72c774656f360475048970a9e99542da030fab))
- **theme:** add print button ([b26fcf5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b26fcf56a11bca97894b7e90eeb360cf14dfa20e))
- **theme:** appearance improvement ([7df314c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7df314ca3552cc1301e6a22bfdc2634f2a355633))
- **theme:** improve homepage appearance ([f0fbfec](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f0fbfec4a3387e22c1c13f252e3d32e9ac49032f))
### Bug Fixes
- **md-enhance:** fix code demo copy button, close [#2647](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2647) ([818fe70](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/818fe70b4c8e694e53080637106e1b4864662eee))
- **theme:** fix highlight lines, close [#2646](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2646) ([ad4ff9a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ad4ff9a8542489da81778f07ed75cc69cf6d7c98))
- **theme:** fix print button style ([2f77ab9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2f77ab900aa850737720e1dff72ee478a014e6ce))
### Reverts
- **theme:** revert transition improve ([03042fc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/03042fc4dabcf2b73c062d52fa17ec60d99144b3))
## [2.0.0-beta.152](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.151...v2.0.0-beta.152) (2023-01-06)
### Features
- **pwa2:** update manifest type to latest spec ([99326e5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/99326e5fae8f0cc5989550520be4b2780291ae1d))
- **theme:** improve layout, close [#2639](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2639) ([42b11aa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/42b11aa5f169a2d7cd99e11b0b224af131918a58))
### Bug Fixes
- **remove-pwa:** make options optional ([3338c68](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3338c6888d984df94f0a652f06451c9cd0be8ad9))
- **seo2:** fix json-ld generation and fix alternate links ([11a3223](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/11a3223ab5e843cbc87d1648d54232b2c7a92e16))
- **theme:** fix homepage icon font-weight ([f5e7006](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f5e7006ba78806a8894b4b152cfd8987f892ec98))
- **theme:** fix homepage image icon ([0d16588](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0d165884594cbdbc51a49a101025f6d3e6890caf))
- **theme:** fix notice button color on darkmode ([bbdf500](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bbdf500678bc3e67609dfc823c7f86a0fae50f1b))
## [2.0.0-beta.151](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.150...v2.0.0-beta.151) (2023-01-04)
### Features
- **create:** add new command add ([8c34064](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8c34064e18003a976fac314d27227cd833750a48))
- **search-pro:** improve search button a11y ([8629ee5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8629ee556954d59d2b1e58482b3f5d4f620ffc5c))
- **theme:** improve home features ([f853aa4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f853aa45849437d1f6f1225b07086a8f2c0b7706))
- **theme:** rebuild home page related components ([3f76b8d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3f76b8d960a3cfc0b6a854289a733ca1c3a91364))
### Bug Fixes
- **deps:** update dependency @types/three to v0.148.0 ([#2626](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2626)) ([ba86d46](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ba86d46dd2ddd3787b7bb47ad7693ea6cad4d865))
- **md-enhance:** fix nesting container icon issue ([33b0e69](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/33b0e6907ea403b0f5ecea787c53096633578e6f))
### Performance Improvements
- use util functions ([2e364a9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2e364a925cbdb1896add00c2eddb41b4cf414d4c))
## [2.0.0-beta.150](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.149...v2.0.0-beta.150) (2023-01-03)
### Features
- improve rtl layout ([992bb89](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/992bb8905472d441f5eebc5305991895e7e8bb5f))
- **md-enhance:** improve container style ([b1e9846](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b1e98469d51ec1aaa386bc0c1347dc5d0b073405))
### Bug Fixes
- **theme:** fix dev command ([b9615c6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b9615c627862bc77f7a1e3aa721ddac6ee48a5aa))
## [2.0.0-beta.149](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.148...v2.0.0-beta.149) (2023-01-02)
### Features
- **components:** style improvements on catalog ([b3fd854](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b3fd854a21e5aa6ea9dd571d798aa7a05eaea46e))
- **components:** support locales in PDF ([7cd5626](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7cd56260673883801c2ee83c6419a992fb856d5b))
- **sass-palette:** use default theme variable if possible ([1c98543](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1c9854311bd9844e17f95f8ec89f8a1a9a9eb0fa))
### Bug Fixes
- add missing fallback css vars ([8e379be](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8e379be571c4293e87e03b389b8450a97491f59f))
- **auto-catalog:** fix component ([6547aca](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6547aca9d4b80d69af68cc091dfebd69250b8b81))
- **auto-catalog:** fix issues with cjk path ([d193982](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d19398288f00eb49375dece70828543595feb85f))
- **theme:** fix component options ([60c019b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/60c019b99be1414c88975b5441784800ff996516))
## [2.0.0-beta.148](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.147...v2.0.0-beta.148) (2023-01-01)
### Features
- **auto-catalog:** add component and level option ([20a1b40](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/20a1b401037c7a14b59787c91ea8c472a3da9392))
- **components:** support locale options for catalog ([20622d4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/20622d41bf3cdc9471da77e618a3c9eb89c1f3d6))
## [2.0.0-beta.147](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.146...v2.0.0-beta.147) (2022-12-31)
### Features
- add auto catalog plugin and Catalog component ([#2339](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2339)) ([d651a89](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d651a8946792587caa30dc28ece89e284aafd736))
- **components:** update icon ([edfb097](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/edfb097b206b66579427c64f0674bbdcb1af98bf))
- improve code block print style ([d4b6b12](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d4b6b12e44bb91f53f8f80f1b53ebecffbcf862b))
- **md-enhance:** use `@mdit/plugin-tab` ([f86b34a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f86b34a34e36f48514b7ecb8cdc0d4a7733cc44f))
- **pwa2:** improve print style ([7d2a5f5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7d2a5f5d317b834b2bb898ae97851d6d55492962))
- **theme:** hide empty icon with no category selected, close [#2598](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2598) ([219e82b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/219e82b6a2b2c318ddd1f483dc03d958e0d62ca2))
### Bug Fixes
- **components:** correct icon asset link ([ed684b1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ed684b1acbff69325d9c9b1a10bbdc18d4b4591c))
- **deps:** update dependency axios to v1.2.2 ([#2593](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2593)) ([cd3471a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cd3471aa81f827b4755eef086f7e08c2619573f0))
- fix viteConfig function merging ([53b92e6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/53b92e694150cdf797b18e23171a9174659ea3f5))
- **md-enhance:** fix `mermaid` option type ([#2594](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2594)) ([c5742a2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c5742a290adcb81aa8c3283e88daaf82bdbaa386))
- **md-enhance:** fix code tab style, close [#2595](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2595) ([0b0c09b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0b0c09b99495ac2c414f192028fcb11900bb09d8))
## [2.0.0-beta.146](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.145...v2.0.0-beta.146) (2022-12-28)
### ⚠ BREAKING CHANGES
- **md-enhance:** `imageLazyload` is renamed to `imgLazyload`
`imageSize` is renamed to `imgSize`
`imageMark` is renamed to `imgMark`
- **components:** all pathname will be append with base
### Features
- **components:** all pathname will be append with base ([d69e5ed](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d69e5ed909ad3721742cb8ef4a49f6700e6ab6c7))
- **components:** split pdfjs files out of repo ([aafb111](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aafb111b7dd5ba8a2fac747a15c924e57434c191))
- **md-enhance:** extract plugins and use @mdit/plugin-xxx ([6e91afe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6e91afe1c1e385913d30f1a3a129674c62244958))
- **md-enhance:** render tabs in ssr ([73900e3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/73900e3b8ee530b51a1a76e2b6c7e2fb6d12dfd7))
### Bug Fixes
- **components:** fix vite warning ([eb34cea](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/eb34ceab1b147e8bf3974a44b5aa5d0d40aa2f16))
- **md-enhance:** add missing package ([a099e37](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a099e373de7108900cfd1dab467334a3c68b793f))
- **theme:** fix article list style ([5b0fcf2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5b0fcf254c1f5c038c144bbfa44565068bc90d03))
- **theme:** preserver url params when switching language ([75b43a5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/75b43a5f9529b21b3e0629fabf0436d15fab839a))
## [2.0.0-beta.145](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.144...v2.0.0-beta.145) (2022-12-26)
### Features
- improve style ([a511df4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a511df4e2397081748c08b5965fe19b3658d77b1))
- **theme:** improve docsearch style ([37e409e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/37e409ef8bcca05749bbb4bbe1dd992c46417403))
### Bug Fixes
- **components:** remove unused deps nad files ([828aab4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/828aab4835584305ecc7e18b3e98a338f26fa0d7))
- **theme:** fix blog hero padding ([e208738](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e2087388d0e7bb7f94d85f10cf9dc3be86534cc2))
## [2.0.0-beta.144](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.143...v2.0.0-beta.144) (2022-12-26)
### Features
- **components:** improve font-icon ([259a7fe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/259a7fe6bef2daba586213698691c3eeb0a93ea8))
- **components:** rebuild pdf ([#2580](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2580)) ([5425ba0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5425ba0fea2fbf93ef271b36e6b09c3e8f0e3a51))
- **components:** support string value for number props ([8e84095](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8e84095ba9fd81953701777b866143a77d9dfe7f))
- **md-enhance:** support region in include feature ([#2579](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2579)) ([718eaaa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/718eaaac8839c1821fdba1643ea7543261ee042d))
### Bug Fixes
- **deps:** update dependency three to v0.148.0 ([#2573](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2573)) ([cfe992e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cfe992edc30034a266f67cbca207dc70473c1973))
- **md-enhance:** fix mathjax chtml output and add a11y option, close [#2231](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2231) ([#2566](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2566)) ([e7bebb7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e7bebb7a73f5542fa716ee9ac6ce3382bef2047a))
- **md-enhance:** fix mathjax type ([a3ed068](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a3ed06868a86094675161f73a25b4e4d56a7021e))
- **md-enhance:** fix playground vue preset ssr ([8be7852](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8be7852ea9628448081ff775d15fb1adeef6a424))
- **shared:** fix code in table ([bcc8c25](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bcc8c25bcd0fb0f8dc436ebb6b7c399756ba1c1c))
- **theme:** fix article list padding when hero and project panel is disabled ([a62ee0b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a62ee0b52ec64f3bd32981dde5e52c8dd41d3c68))
## [2.0.0-beta.143](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.142...v2.0.0-beta.143) (2022-12-14)
### ⚠ BREAKING CHANGES
- **theme:** theme alias no longer needs `.js` extension
### Features
- **theme:** remove alias `.js` extension ([79ac606](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/79ac606af92b207ea911659253340006a00a0acd))
## [2.0.0-beta.142](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.141...v2.0.0-beta.142) (2022-12-14)
### Features
- **components:** add css variable for notice ([cd47d6f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cd47d6f1ad9fbf6fb119baf35c5a376675fe2808))
- **md-enhance:** cancel figure image scale ([a94fcad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a94fcad6ece7af4892b0b0ca7cd7d0b4b0cb5413))
- **photo-swipe:** support zooming image by pressing enter ([3e9693d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3e9693df0003ccb8bc152e8c54a53efb08228369))
- **theme:** update sidebar hint, close [#2549](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2549) ([b03177b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b03177bf0099eec2dcd647f733f09612ab700138))
### Bug Fixes
- **md-enhance:** fix cjk character issue with link check, fix [#2547](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2547) ([9d0f8d4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9d0f8d4dd232ac1323a010a3c2bc55ab7f2c06db))
- **theme:** correctly hide figcaption in excerpt ([39f5be0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/39f5be07cfbb225e17119305e11d794e63fd11bf))
- **theme:** fix article list excerpt, fix [#2544](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2544) ([6853ad1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6853ad103bd2fc0c11de9f6fcc746a5551a2e29c))
## [2.0.0-beta.141](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.140...v2.0.0-beta.141) (2022-12-11)
### ⚠ BREAKING CHANGES
- **theme:** blog homepage shall now use `layout: BlogHome`
### Features
- **blog2:** not throw when no key is found ([ebe7236](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ebe7236114921e38acd9222eeef42d828c311ebc))
- **theme:** improve excerpt style ([ded3da9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ded3da93353128cc5f6b0fba88dbb97aa766c2d0))
- **theme:** support blog type, close [#2450](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2450) ([#2540](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2540)) ([63a5ebd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/63a5ebd6b9383fc97766dba316ee7cd16aa18396))
### Bug Fixes
- **pwa2:** fix logger issue. revert perf improve ([06b33bd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/06b33bd181fb96fb20844ef40f698534101a68f9))
- **theme:** article excerpt shall not be clickable ([30778a3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/30778a39d4c6d078ab7e68356263f2ea93f92fb7))
- **theme:** fix excerpt option not working ([7ec67b2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7ec67b2bafaf4549d2ff5ef486511c41989ce7ac))
- **theme:** fix home appears in article list ([c02523c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c02523c7a6ab74e84c1a4c0f6cdff5856102a81f))
- **theme:** fix styles on article list, fix [#2453](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2453) ([1b16f5a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1b16f5a7f5b90bf66b064b0720da59ce31b72dde))
- **theme:** fix tag list in darkmode ([25401e6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/25401e6549b0684a11e5b1a6d56631e986607a31))
## [2.0.0-beta.140](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.139...v2.0.0-beta.140) (2022-12-10)
### Features
- **shared:** add getBundlerName ([2f074b9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2f074b9f66cb8f7f64127935ca710e40de8575e3))
- **shared:** drop toc in excerpt, fix [#2525](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2525) ([fa27862](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fa27862d78671eab4361418f0fbb2fa8adbdd639))
### Bug Fixes
- **components:** fix audio and video popup style, fix [#2523](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2523) ([7cfb305](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7cfb3051518b6582465ef9a2569853cfbc9ee447))
### Performance Improvements
- **pwa2:** improve generated speed ([e13bb52](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e13bb524b4cc099c1e91d0e0a7faed934fef9cf6))
## [2.0.0-beta.139](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.138...v2.0.0-beta.139) (2022-12-09)
### ⚠ BREAKING CHANGES
- **blog2:** rename customElement to isCustomElement
### Features
- **blog2:** rename customElement to isCustomElement ([7241621](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/72416211fddbf23ab0279bf96509a6e1eec34c75))
- **feed2:** improve feed generating ([0d2c944](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0d2c94425bb12fc46f758d1e4ba588d7dc9c41b5))
- **shared:** add getPageText ([a6e0f13](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a6e0f13989edcda016b790889d666d066785eba7))
### Bug Fixes
- **theme:** support frontmatter excerpt ([bef9d70](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bef9d70b7ed3df25493a0c89a19fdfc23da91b83))
## [2.0.0-beta.138](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.137...v2.0.0-beta.138) (2022-12-09)
## [2.0.0-beta.137](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.136...v2.0.0-beta.137) (2022-12-09)
### Bug Fixes
- **search-pro:** fix option customFields not effects ([#2512](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2512)) ([b8c9973](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b8c99735b0a06ae8e18bd6e6b6379891532093c3))
- **theme:** fix blog related issues ([c232fa4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c232fa4777da23afdf786de3fd2cddde46a69338))
- **theme:** fix code line number alignment in safari ([1efc997](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1efc997a073d11c8f3ba67034a4229177e434c4b))
## [2.0.0-beta.136](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.135...v2.0.0-beta.136) (2022-12-08)
### Features
- **blog2:** support excerpt ([#2510](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2510)) ([194dcf3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/194dcf3d16250a00b3ddc063044eef180c6d33d6))
- **components:** add audio player ([69cceb7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/69cceb7306ebd965120de225dd24317ea27c5ac9))
- **components:** rebuild video player ([6b8c4c2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6b8c4c25637af43e14619bba643c9af61e3cae46))
### Bug Fixes
- **components:** fix ssr issue ([b63bff6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b63bff6214ee5917b125296f1dbd385a4bf7f893))
- **components:** fix video player issue ([4f095fc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4f095fcd2497053161199b1d7fd806e1d203207b))
## [2.0.0-beta.135](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.134...v2.0.0-beta.135) (2022-12-08)
### ⚠ BREAKING CHANGES
- **theme:** plugins.components no longer accepts an array
- **components:** rebuild component options
### Features
- **components:** rebuild component options ([563e257](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/563e25769736d1ad3d233815490ff63d8ef0de6a))
- **copyright2:** add zh-TW support ([c55aefe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c55aefec3f875865924b2a44455acb0ef2cc08fb))
- **copyright2:** rebuild locale ([9318ac5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9318ac5b6616c9c133eef5898729fd9540b0ce19))
- **shared:** export tags ([d0b5cd9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d0b5cd9427aaeafc920257ba20f06729d5a68d14))
- **theme:** rebuild excerpt generating ([79332d2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/79332d230784bfb8b8ebed0f8e3ed45ca47bb068))
- **theme:** remove slots in BlogHero and correct docs, fix [#2503](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2503) ([8e2fc14](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8e2fc1447cf98d17b72df3c38254ebbe115fb882))
- **theme:** support number value for autoExcerpt ([3cac1bf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3cac1bf05d67716a07441c853148edd0a0c2b8ef))
- **theme:** update component settings ([c0c7e17](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c0c7e1719ffed03865e06fa145f39248cc5734ec))
### Bug Fixes
- **md-enhance:** add compact for old imageTitle option ([ed5c4ff](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ed5c4ff04c2808f9492819514fa97a03bfab5073))
- **theme:** fix excerpt generating under edge case ([1dedcf3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1dedcf385ff36099eaec89ee9d4a5bbf087a715f))
- **theme:** footer padding typo, fix [#2420](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2420) ([4b7fa55](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4b7fa55a43dd9df6c4f6dc0e15b1352ae183f891))
## [2.0.0-beta.134](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.133...v2.0.0-beta.134) (2022-12-06)
### ⚠ BREAKING CHANGES
- **md-enhance:** `imageTitle` option is rebuilt as `figure` option
### Features
- **md-enhance:** add figure option ([b42896c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b42896c314b7092a9e9e1d309e1fc93b2ca6e3ca))
- **theme:** hide externalLink icon in print ([28cc820](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/28cc82039ada80ec5e993134bd6fe431fc4b7943))
- **theme:** improve print style ([96f20d7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/96f20d7d1105e6101e56e6cb81e856f99247190c))
- **theme:** support array functions in sidebarSorter ([6f20f13](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6f20f135d10f11ea3008b6d32f51bca185d280c5))
### Bug Fixes
- **deps:** update dependency axios to v1.2.1 ([#2491](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2491)) ([275bb68](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/275bb68c6d7e3369c6ffa2ca39b223d782d51a1c))
- **md-enhance:** fix imageTitle ([3e003a6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3e003a6c3df64e727512315eb7fef21a19ac9ac4))
## [2.0.0-beta.133](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.132...v2.0.0-beta.133) (2022-12-04)
### Features
- **comment2:** improve print style ([f1a116e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f1a116e9904e25041b6decb8de081253891f8a41))
- **comment2:** improve print style ([8c28e14](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8c28e1442576a5fc3395cc67a42c81f320431932))
- **components:** improve print style ([e59b5c3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e59b5c3ec7a63183708f62a6c35d2f855972fc28))
- **copy-code2:** improve print style ([a934e7b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a934e7bb5b862e2860c6df262ed782d2fc127f25))
- **create:** disable pwa by default ([d0d22ef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d0d22ef9435f7c1f19d69d3b7e9821d55cb76801))
- **md-enhance:** improve print style ([69e69e4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/69e69e4f66dda9e1209bc3c54d55509479f014b2))
- **search-pro:** improve print style ([7884415](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7884415f1a738d4af127bd1b64bbf018924c09d5))
- **shared:** improve normalized ([6d6ccaa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6d6ccaa903ffa9c2d47cb4895beb89e6cc74d566))
- **theme:** improve blog excerpt generating, close [#2460](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2460) ([cedbc2b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cedbc2b0a622081314fcd8f7c74c9ffc9a6f0e64))
- **theme:** improve chunk split in Vite ([be77fd4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/be77fd42542e45687cc7ff12641476ea71e6fc1a))
- **theme:** improve print style ([2873ce9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2873ce90c0804de0f1cb7f6a5be49622de73cfc8))
### Bug Fixes
- **theme:** fix excerpt generating ([62c9e38](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/62c9e38d1522cfb5497c2992f8f03d0b44c79006))
## [2.0.0-beta.132](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.131...v2.0.0-beta.132) (2022-11-30)
### ⚠ BREAKING CHANGES
- **components:** change embed default value, remove clickToLoad and add load props for StackBlitz
- **components:** remove canClose and add confirm props for Notice
- **components:** remove toolbar and add noToolbar for PDF
- **components:** remove danmaku and highQuality, add lowQuality and noDanmaku
- **components:** initialpath renamed as initialPath for Stackblitz component
### Features
- **components:** change embed default value, remove clickToLoad and add load props for StackBlitz ([e835bc8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e835bc85b68ea813ab4133372d17053bae65f36b))
- **components:** initialpath renamed as initialPath for Stackblitz component ([b88352d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b88352d52708e3e9f50fbad52f55e537e11fdfb0))
- **components:** remove canClose and add confirm props for Notice ([2a9e96e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2a9e96e53eec039da56e622b5c27eae96ecde309))
- **components:** remove danmaku and highQuality, add lowQuality and noDanmaku ([09c9b5b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/09c9b5b1ba72032372b57122b6ca6b7d734dac12))
- **components:** remove toolbar and add noToolbar for PDF ([1e7bafe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1e7bafe7274cd03accf12ea1a8b3f711c039edbf))
- **theme:** add notice option ([c0086f0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c0086f0eab66ac690a88adee8a24109bb106edbf))
### Bug Fixes
- **deps:** update dependency three to v0.147.0 ([#2466](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2466)) ([8a78073](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8a78073150af83d0b9419626f86dca0d9da681a1))
- **redirect:** fix failure when redirecting from index.html ([af74119](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/af741196ef0293e5d457546e762d2e2ae77807ff))
- **theme:** fix git plugin ([c1ce1a0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c1ce1a04a00485fa3b36f7a2c7df1a94cf8dccac))
- **theme:** fix reactivity ([0aa3390](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0aa3390c72284c08478da99b3f21e24eddd306ee))
## [2.0.0-beta.131](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.130...v2.0.0-beta.131) (2022-11-29)
### Features
- **components:** add notice component ([d28b658](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d28b65870d1be89c5f9f1a5041b5bce827beb211))
- **photo-swipe:** improve selector option and cursor style ([ee2fc79](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee2fc793025170d2603ac48c6a8c4d0b25beac6b))
- **seo2:** mark auto-generated description ([2d8832b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2d8832b47f227477f6e3203d48e3f6467a5bc138))
- **theme:** add hotReload ([3afa961](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3afa961f8ebfc039fb52a51e5e05e4402bd0f3c4))
### Bug Fixes
- **comment2:** fix waline theme color ([3c410af](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3c410af8b9cf4312452aded31f9581f6dfa71139))
- **comment2:** loose waline selector ([1b9169b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1b9169bfe0fad129b89fcfcbe12a976857acd22c))
- **create:** fix package command ([4197c96](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4197c967b30e2b5485e7c996cd82970631598688))
- **search-pro:** fix issue when removing history item ([a349c4d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a349c4d476320d46bef633d53436d79ac690ddf2))
- **search-pro:** fix mask animation ([5e067e6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5e067e6aae4da22f984907e2468026f394024f00))
- **search-pro:** fix match content ([4fea9c3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4fea9c38d6731c88b2a4411b20f1cd000116d8ee))
- **search-pro:** fix search history header style ([7458e94](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7458e941a4a7f323af58f08696797c4bdf340868))
- **search-pro:** omit h1 as header ([fb33028](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fb33028b6cd89f2ba4afb03b621f9b7c81374633))
- **shared:** fix code blocks issue in md2text ([1dbe7e4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1dbe7e4b0df0f54a7948e5dcb2460b6628ac1743))
- **shared:** m2text should remove directive ([0906176](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/090617675eeb34316a33d4e8ad3b943b75316ea6))
- **shared:** m2text should remove toc ([612db75](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/612db75d836a0b2c83a8478e37e5cc3b9f1fd823))
- **theme:** fix autoExcerpt ([b9cb818](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b9cb818d3446c548a9ffb3d26810cca7f4f61c44))
- **theme:** fix theme style, fix [#2453](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2453) ([ea84519](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ea84519411e9555e32a9acd459c28c7b203c9ca4))
## [2.0.0-beta.130](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.129...v2.0.0-beta.130) (2022-11-25)
### Features
- add remove-pwa plugin ([7b3e798](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7b3e798ec599068975636b2400cfdd75bcabd070))
- **pwa2:** stop setting cacheId by default ([aaea010](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aaea010dd021890f8b4dcbc7cd93e90cbea7adb0))
- **search-pro:** add `historyCount` option ([81de34e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/81de34e70b48ad569a8aac871655ac8a6a5bdc0a))
- **search-pro:** add close button for history ([9faeab9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9faeab9a220cd33c2e1f91b8b18e1b88e7062a28))
- **search-pro:** improve a11y ([0198340](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0198340b297deec296cc4751e6c0c6a3bc312a25))
- **search-pro:** update history to result ([5e351ef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5e351efe8a1cac3da18a02c286600b3c7635ad39))
- **theme:** improve homepage ([5873fa7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5873fa7f1965a95363c52f4004426c9fb42b935e))
- **theme:** improve homepage action button ([4f059fe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4f059fe6d83077a13680d6ee3aad643c384516c9))
- **theme:** improve homepage style ([1722110](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/17221100f72dd88883bf61b8e484e710faf520a1))
### Bug Fixes
- **search-pro:** fix cancel button style ([2f391b1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2f391b1f1cd000c45a90a937e3d27bf8b375ad69))
- **search-pro:** fix search-box color ([b965a31](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b965a3152804f9dac4fd044b483d3634e03c89e0))
- **theme:** fix sidebarLinks open ([98d5d0f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/98d5d0ff2b0f63570ecdcc8385daa245b2f9aed8))
- **theme:** fix toc style ([624b091](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/624b0919b8bab60870b221bd2bf81585bc2f2a35))
## [2.0.0-beta.129](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.128...v2.0.0-beta.129) (2022-11-23)
### Bug Fixes
- fix deps ([b3b5283](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b3b5283ef8b70b7e847be082df29fe96c934ea37))
## [2.0.0-beta.128](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.127...v2.0.0-beta.128) (2022-11-23)
### Features
- **theme:** add hotReload options ([adde3fe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/adde3feadfcc4b295896ebcad7e246cd3135683a))
- update hotReload default value ([dd66584](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dd6658458fa382fc47f73624049e1ab45bf15987))
### Bug Fixes
- fix deps ([f8d0ec9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f8d0ec9ab2436e5f121864ccccdec07ca60fdec6))
## [2.0.0-beta.127](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.126...v2.0.0-beta.127) (2022-11-23)
### Features
- make ReadingTimeInfo and PageViewInfo tree-shakable ([7c3ba12](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7c3ba12a928ec26a23ac0f362167b71ed0531834))
- **shared:** support level options ([7440db0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7440db0a1e980de7d1fe451285cfa5760a7caa76))
- **theme:** make language dropdown tree shakable ([06f09c4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/06f09c49d8643ccaf4e031c8e6de0a77e2266b4f))
- **theme:** rebuild sidebar sorter ([5f9be32](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5f9be32c4c16687028f927cc1c3967bcd46a5905))
### Bug Fixes
- **copy-code2:** fix hint text color ([e995d0b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e995d0b67345420aeb02e9d11f7218d77db11e6f))
- **deps:** update dependency axios to v1.2.0 ([#2445](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2445)) ([bc48c09](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bc48c090cd77a19fe54eceea9236e70e89ab6116))
- **search-pro:** insure database is in chunk ([386f634](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/386f6346a4aa3ea0c4a2a0769a680884970ef461))
- **theme:** sidebar collapsed during page scroll ([93bda72](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/93bda72c2707a312797047fd88080c2bddec9f03))
### Performance Improvements
- **search-pro:** avoid bundling hmr code to production ([65bc3da](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/65bc3da451e104a7c67b152f315d8083569dc831))
## [2.0.0-beta.126](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.125...v2.0.0-beta.126) (2022-11-22)
### Features
- **search-pro:** add delay option ([7727f8e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7727f8ee43d330a8b352bbc6595de68482417d2d))
- **search-pro:** add transition for search-box ([497f06b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/497f06b89c94670468a4e703728e0d028f257dc4))
- **search-pro:** hide key-hints on mobile ([9d26582](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9d2658274b286357f1dea474c9aa1ac481c0d82f))
- **search-pro:** improve modal appearance ([228c235](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/228c2354756f9fbf93505e501b63ade0f825b425))
- **search-pro:** improve scroll-bar ([2867874](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2867874f1690b9657db1ed224700e982e4664358))
- **search-pro:** no longer need name option in customFields ([2903ea7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2903ea770b0cfa0bbb7265c811d2fb5c4d3bb7d6))
- **theme:** improve homepage style ([864aa2e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/864aa2e0db12dbc8bfcfc4c2f313f55b4a1b6699))
- **theme:** improve navbar alignment ([#2435](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2435)) ([ab2e1d6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ab2e1d6402c1775a195a8cfb97e054783da75852))
### Bug Fixes
- **copy-code2:** correct duration ([6278bee](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6278beef478927943de8c27a0ed1a9f79a7e3f7f))
- **search-pro:** fix typos in config ([192748a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/192748a60308223939f5b27e18d614e8d8e4a99c))
- **seo2:** fix description line break, [#2431](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2431) ([ad69635](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ad69635e8d9a4c324df24103c6d7cbb7ac904782))
- **theme:** fix [#2214](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2214) ([016508e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/016508ee033c11e0c36076032f717236a71f8dab))
## [2.0.0-beta.125](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.124...v2.0.0-beta.125) (2022-11-20)
### Features
- add korea ([6492b31](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6492b31ad13d4b81ca274d8691ff5199553ae92f))
- **md-enhance:** improve detail a11y ([794abd5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/794abd560b32757aeb1ddcfbfd0ef03ad92eeb43))
- **search-pro:** add more languages ([6dbd79a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6dbd79a4453ee9771cbbdcb159742eba56570dc9))
- **theme:** improve a11y ([1d47b7b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1d47b7b9119d943c1ea22adfeed83909a79c2886))
### Bug Fixes
- **comment2:** fix waline option types ([37b6fd6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/37b6fd699799c2bee6b40b0b18adb7decae7d161))
- fix fflate issue with vite, fix [#2430](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2430) ([72d5d3b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/72d5d3bdd120d9da7ebe05169149a27a213254c9))
- **md-enhance:** fix detail style ([5ef6198](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5ef61985901cfd548850e2f6d62c1424bacc0957))
- **search-pro:** fix broken deps ([7919156](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/79191565e0efb47bcb63992ed9ee27f94c8a05a3))
- **search-pro:** fix uppercase words not matching ([4c04ff6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4c04ff6676b3b7fb0103d9f6ea01c52bd7408266))
## [2.0.0-beta.124](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.123...v2.0.0-beta.124) (2022-11-18)
### ⚠ BREAKING CHANGES
- **search-pro:** rename `fullIndex` to `indexContent`
### Features
- **md-enhance:** support mindmap in mermaid ([236f28e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/236f28e843225f9cb3739a1a0da0a461181b536f))
- **search-pro:** add history search ([a953a1d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a953a1d51c3d32034a4091393842f8ba2d7701a0))
- **search-pro:** add more locale options ([c499156](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c4991561963e3f2dc467a8c5c6821ed92bf7b184))
- **search-pro:** improve hmr ([f32a5a2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f32a5a203e23df51d3ba7adccc1a2ca443241f65))
- **search-pro:** improve modal style ([b9d3e49](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b9d3e49614b4ffd851d6d5294d3c3e08dd28dec5))
- **search-pro:** index excerpt by default ([3d6004a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3d6004aca713c7d8a7afede5ac818ef76e42b70d))
- **search-pro:** rename `fullIndex` to `indexContent` ([acd61a9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/acd61a90512b4a41540cb7b2a2321027b9eb5d2a))
### Bug Fixes
- **comment2:** fix Waline options ([34c3420](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/34c3420027a24b87f9dc1bd7b52a9bb6de157bf2))
- **md-enhance:** add fallback for theme color ([c3f0e0e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c3f0e0e0c50d2281a3e11d8115c43fa25ab40d84))
- **search-pro:** fix closing modal directly not clearing input ([5d9a259](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5d9a2597506e1297af96442cae490ba176c69e37))
- **search-pro:** fix modal style ([c473bbd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c473bbd8290169d2e87c1b42d1e5b578aa957330))
- **search-pro:** update styles ([222c9fb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/222c9fbd150ba03faf36e01b08a81a10581051d1))
## [2.0.0-beta.123](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.122...v2.0.0-beta.123) (2022-11-18)
### ⚠ BREAKING CHANGES
- Remove default export
### Features
- add search-pro plugin ([#2413](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2413)) ([78719cb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/78719cbac33a2a2393f44ffa80cc1f3a2e551d04))
- improve description generation ([c1aee7d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c1aee7d6d43b09499a133a1049704821e78a7fbe))
- remove default export ([c829b80](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c829b808c0644870ca985f554131c8ce813b7ca8))
- **search-pro:** add hints ([f54c11c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f54c11c1a2c5bccfd13124d09261eee7f915f73e))
- **search-pro:** improve style ([5ecddbf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5ecddbff95e6fbb6365c25e829385c4f855e5ca7))
- **search-pro:** support hotKeys ([81a22ac](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/81a22accbff7e931cead54d02c4fc3e9f29a6954))
- **seo2:** improve autoDescription ([9ab1bf4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9ab1bf42d59c653695ab952a9e93fe7ece9ef80f))
- **theme:** add built-in support for search-pro plugin ([2d44b87](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2d44b87e9c875364d586fd6f40e0d426a86ae812))
- **theme:** add color-scheme ([85b6ec8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/85b6ec899af7464bd0cbb424df5f13866f086bdd))
- **theme:** improve ssr ([ffb8afd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ffb8afd2631572c5b2e74b3e771567b2b5ae68bd))
### Bug Fixes
- **comment2:** fix comment option ([6f90bfe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6f90bfe08be401310c039e4bf30dab1b73768134))
- **deps:** update dependency vue to v3.2.45 ([#2394](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2394)) ([fb4de30](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fb4de302d99541a425c6890c982d2fc03e612471))
- **theme:** fix article item radius ([136992d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/136992d5c10261c893dcf1743083c416fc9f9ca7))
- **theme:** fix feed customElements ([0da0568](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0da0568267a5776033163c183108e0d912a05cf8))
- **theme:** fix SSR mismatch ([ce5af15](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ce5af15acf40309dfdce24b936d6160740b27ca7))
## [2.0.0-beta.122](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.121...v2.0.0-beta.122) (2022-11-10)
### ⚠ BREAKING CHANGES
- **theme:** fix typos in config, changing collapsable to collapsible
### Features
- **theme:** add extra check in debug mode ([ee00f8c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee00f8c07c76611d30c7592343a7eb58b3b16415))
- **theme:** add hopeThemeLegacy and improve logger ([a08c577](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a08c577cebdadbd396209cb978db67b740dead48))
- **theme:** fix typos in collapsible ([7d3144c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7d3144c341bb75c4ceba33e0efff3c0146ce5c52))
- **theme:** support frontmatter.excerpt ([fb231d9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fb231d931d7e34fcdddae1a3b65dd9f0bcaee548))
### Bug Fixes
- **comment2:** fix giscus tr support ([a577bb3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a577bb32ac393ff60c56e225aa8c865c430a6bdd))
- **copy-code2:** fix pure mode appearance ([419d671](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/419d6718ba04c7c99ce88d1669f3d62b19676049))
- **deps:** update dependency @types/three to v0.146.0 ([#2388](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2388)) ([ccad9c9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ccad9c97c53b89b5fbecb6a577db0e025b43d096))
- **deps:** update dependency sass-loader to v13.2.0 ([#2398](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2398)) ([72a1508](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/72a15088e6af4569a837867ba90a88747965028b))
- **md-enhance:** fix loading icon ([6542578](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/65425782cbcfd1efabd73281871ef49df08ba850))
- **md-enhance:** fix mermaid issue in dev mode ([26b57c0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/26b57c09f2f666f3e8ed7e8c9b58b5e144f6ef58))
- **md-enhance:** fix type issue ([4b32b67](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4b32b67ede8c64a0fd6be8aedc4ab0b08ede3e8d))
## [2.0.0-beta.121](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.120...v2.0.0-beta.121) (2022-11-05)
### Bug Fixes
- **md-enhance:** fix wrong variable ([9239987](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9239987c34cf31f7f8ac8ede0b277a472efea4b9))
## [2.0.0-beta.120](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.119...v2.0.0-beta.120) (2022-11-04)
### Features
- add Turkish language support ([#2357](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2357)) ([f737e12](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f737e125dd4706943adaa65ff67f2be0350f67c7))
- **md-enhance:** add mindmap support for mermaid ([1e6b07a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1e6b07aa6d55fb8da40a127a1a78f7ab18ba277e))
### Bug Fixes
- **md-enhance:** fix vue-playground styles ([6a5f005](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6a5f0054ddde1f11e414faaf5b91a4cfacb9330a))
## [2.0.0-beta.119](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.118...v2.0.0-beta.119) (2022-11-01)
## [2.0.0-beta.118](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.117...v2.0.0-beta.118) (2022-11-01)
### Bug Fixes
- **theme:** fix code block lang issue ([7ad0fdb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7ad0fdbd4f0cb61685cd035476e37c7bbae9af42))
## [2.0.0-beta.117](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.116...v2.0.0-beta.117) (2022-11-01)
### Features
- **md-enhance:** hide eval warning ([6f478a1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6f478a18ba3be09424d834c4e14f25ba6a49aeda))
### Bug Fixes
- **components:** fix PDF link issue, fix 2347 ([8487e4c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8487e4c50ababee01476ca7b245631291ed92d0e))
- **copy-code2:** fix vuepress-shared issue ([cf4a8ab](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cf4a8ab9933d4a3b2b92c93b8014e3563a979922))
- **deps:** update dependency three to v0.146.0 ([#2342](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2342)) ([aca1dd0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aca1dd0b3ddada5657db5d8f63d08d50b55479c4))
- **theme:** fix code block lang flag ([f4b406e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f4b406ec9eeaff5a5eed3d6e2a1fe02f82e41454))
- **theme:** fix issue when user specific darkmode for darkmode ([66fa75e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/66fa75e8ef10c188aa5e7e54c41331dfd20f8276))
- **theme:** fix theme color ([f4e7467](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f4e7467848ab70aaa9b77dc1c7fd2c81a8cc024f))
- **theme:** fix themeColor sass error ([176bd23](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/176bd23f20a3d9bd8477265ecf78d835b27ec45d))
## [2.0.0-beta.116](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.115...v2.0.0-beta.116) (2022-10-27)
### ⚠ BREAKING CHANGES
- **md-enhance:** rename lazyload to imageLazyload
### Features
- **md-enhance:** add compact code for old option lazyload ([6749c46](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6749c46061d662d46d96025d5786c9fe1dd88354))
- **md-enhance:** rename lazyLoad to imageLazyload ([0e45aaf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0e45aaf2072ec1ccfc0ef2104a646e589b2ea359))
- **theme:** export shared at client ([9f0b169](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9f0b169fcc80213f60306cfda64e15f6ce241adc))
- **theme:** improve bgcolor ([88605c2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/88605c2014a83342f78502bdb83c67b471a71b44))
### Bug Fixes
- **md-enhance:** fix setting directive in playground ([916e1fb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/916e1fb44b01ae8d4cc27a5191abb4823a166938))
## [2.0.0-beta.115](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.114...v2.0.0-beta.115) (2022-10-26)
### Bug Fixes
- **md-enhance:** fix [#2326](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2326) ([ea681f1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ea681f1ac0c00df5b97ad715e59ec76d294fb8fb))
- remove workarounds ([962303d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/962303d9ef2de2056d91975fe45f7cd8a9cc8619))
- **shared:** fix broken exports, fix [#2338](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2338) ([188b2f1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/188b2f1cc0ce1c37df7540aed93cc917a91dc1a4))
## [2.0.0-beta.114](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.113...v2.0.0-beta.114) (2022-10-25)
### Features
- **theme:** support bilibili and lark icon ([7471199](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/74711998e4005144d7285649f04a6a757cc0b056))
### Bug Fixes
- **deps:** update dependency katex to v0.16.3 ([#2328](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2328)) ([25aab2d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/25aab2d1a58868457b403203701fb60047be662b))
- **md-enhance:** fix option types ([16e57bb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/16e57bb1ac9040e01d3bb4b6df51840cf87c48bb))
## [2.0.0-beta.113](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.112...v2.0.0-beta.113) (2022-10-22)
### Bug Fixes
- **theme:** fix typos in package name ([f82ac75](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f82ac759c3c33d4d6bc682683b6067476bf76e37))
## [2.0.0-beta.112](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.111...v2.0.0-beta.112) (2022-10-22)
### Bug Fixes
- **create:** fix package json generate ([6304cf7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6304cf7785237edee6243cbe27e2fea036a45e46))
- exclude alias for vite ([8337c18](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8337c18f3be58855b95be8fc8f44607bcfb9ca0d))
## [2.0.0-beta.111](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.110...v2.0.0-beta.111) (2022-10-22)
### Features
- **comment2:** support lazy loading ([f074c6c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f074c6cdac367b79d2c58e3609769935ce320c96))
- **md-enhance:** use chart.js v4 ([8fac99c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8fac99c9bf73d30cd73de12e435fb14da87eb384))
### Bug Fixes
- **deps:** update dependency axios to v1.1.3 ([#2300](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2300)) ([d14ef7f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d14ef7fdca27c1653774916b424573f69c272da9))
- **md-enhance:** fix code demo toggle button ([885023b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/885023ba3364d2af64f37e3c91728e3e1d4c4292))
- **theme:** fix ssr issue ([99f8ad9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/99f8ad97d90743be3469d4738e88ced63581befa))
### Performance Improvements
- **blog2:** stop bundling hmr code to prod ([69106f6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/69106f60060e3f792719e979e877c9b1046d50e8))
- optimize vite speed ([0da1bad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0da1badf7fd54bd83436f0d3df9681e3fb77a033))
- **theme:** optimize app size ([8a85ff4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8a85ff409089afcba3d852a100bf462d8371059c))
## [2.0.0-beta.110](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.109...v2.0.0-beta.110) (2022-10-14)
### Features
- **components:** improve bilibili ratio ([856db76](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/856db76ba128bf03db342aab330958f7f27b4a86))
- **md-enhance:** improve loading style ([e0438c2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e0438c2c5b28b4575755157ee5c903df6feedccd))
- **md-enhance:** support imageTitle ([23f7410](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/23f7410ca7e84d145e3f84f39815d97c07913778))
- **theme:** add number for tag, close [#2219](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2219) ([6ab908e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6ab908e4d842baeb4631bbe4dbdd89e084e2f8ed))
### Bug Fixes
- **theme:** fix article-item ssr issue ([a752754](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a752754a8a55e2a8377e22e7f6bd5a7c7e5e2cbd))
- **theme:** fix category and tag click in article list ([fb2dc43](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fb2dc433e31be447c0dee960347329ecc9762083))
- **theme:** fix remember checkbox align, fix [#2292](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2292) ([113de5e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/113de5eb0ff208a90e1f411e0a25c469e4c0ed58))
### Performance Improvements
- remove unneeded fallback ([154493f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/154493fee57fd3cebe8f0822aa8fbc42ad6692fa))
## [2.0.0-beta.109](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.108...v2.0.0-beta.109) (2022-10-11)
### Features
- **components:** support size options ([#2285](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2285)) ([0b6f38c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0b6f38cacee7e89d97e143169ece20352ce5ef8c))
### Bug Fixes
- **deps:** update dependency axios to v1.1.2 ([#2261](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2261)) ([99ed344](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/99ed344120cadec84ffd55638be1397811474c5b))
- **deps:** update dependency inquirer to v9.1.3 ([#2262](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2262)) ([91b677e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/91b677ea16502ffcfe6d960b8ef153ade426e756))
- **deps:** update dependency sass-loader to v13.1.0 ([#2263](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2263)) ([73efc77](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/73efc7704568cd7e9958cacb2f318d636018db40))
- improve color transition ([dac17df](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dac17df723deae5457ba7663386448db8ba267cc))
- ja-JP locate missing in config ([#2264](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2264)) ([81bfa6c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/81bfa6c4f760ef75b31b0bfb8b4bb5e9fca646d0))
- **theme:** fix article item transition ([584d3ef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/584d3ef121dd9156d40f42a26042f843d3aae771))
- **theme:** fix color transition ([4fe5fc3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4fe5fc3d1c06380135a8336219be81e1a7d75048))
- **theme:** fix navbar slot ([1353008](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/13530082176a03b13a0abe3f340831405de8edfb))
- **theme:** fix navbar slot, fix [#2286](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2286) ([330564b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/330564bd424a3ab06c06fa48c598bd6713092bb0))
- **theme:** fix pageview issue, fix [#2278](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2278) ([a5d0f03](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a5d0f035b209f9109c150f7b0f9f642943363ce9))
## [2.0.0-beta.108](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.107...v2.0.0-beta.108) (2022-10-06)
### Features
- **comment2:** support theme for giscus, close [#2260](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2260) ([edbde83](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/edbde833152cda04b3c70e5357bfbd8efa694435))
- **theme:** add giscus custom theme ([bd4f10d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bd4f10dd5b9ed03be87c84b970fbfd1a34bf7e5f))
### Bug Fixes
- **create:** fix targetDir ([713ffbd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/713ffbd7f872b547d40522b3d9261a9d2a7e186a))
- **theme:** fix giscus css link ([409851d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/409851d8cd9a8f27d45c89908d7b43cb30ad086e))
## [2.0.0-beta.107](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.106...v2.0.0-beta.107) (2022-10-05)
### Features
- Add ja support. ([#2255](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2255)) ([ad5a837](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ad5a8379626f8ec1086464ec3cbc0f717f79bf21))
- **components:** add BiliBili component ([5d62e94](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5d62e9496f8a0145913f581bf7cd70845b893127))
- **components:** add video player ([2788c58](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2788c582900116927828139c38d814d53a9c083e))
- **create:** add update command ([160f543](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/160f543200e558469e6c0827ebb6362770d59848))
### Bug Fixes
- **components:** add missing allows ([0311dc0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0311dc0bcbd1d830910355e7946a2a0e4553582c))
- **create:** fix issue when using pnpm ([810b3da](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/810b3da440107969cf6518398d81f4f43aa6a862))
- **deps:** update dependency axios to v1 ([#2256](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2256)) ([a667927](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a667927fd2fc487c63d9f6ef077b54b6cd50238b))
- **shared:** fix useCustomDevServer in vite with base ([ddbd95f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ddbd95fc4b7a94fb909b601df9c0ad56c984749f))
## [2.0.0-beta.106](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.105...v2.0.0-beta.106) (2022-10-01)
### Features
- **md-enhance:** support echarts block ([c132552](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c132552c7109c5480b77f610b701fd57bce7415e))
- **shared:** add props ([37ba81c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/37ba81c5716f08cd61809823908309964be8058d))
- **theme:** improve scrollbar ([9e03776](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9e03776dbabfe41923c148f3e7a0d6bfe8357a02))
### Bug Fixes
- **md-enhance:** fix CodeTab ([86eea86](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/86eea865accf31081c7d27e7eaebe8e1ebd72415))
- **theme:** fix issues with autoExcerpt, close [#2248](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2248) ([e3337ee](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e3337ee387b25890fb104a0bc29ca63d3cb25e0a))
- **theme:** remove sidebar transition, fix [#2242](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2242) ([75b84cd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/75b84cdc44bfff27ba7ae721dba4be3e46e19b11))
### Performance Improvements
- **md-enhance:** reduce SSG size ([5e0a54f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5e0a54f0cf66cc3427465214a3bdac9645ac8a2b))
- **md-enhance:** stop using hash to generate id ([511e14b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/511e14b6d01c4a9bb4ca093f63d0f2358a8972f8))
## [2.0.0-beta.105](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.104...v2.0.0-beta.105) (2022-09-30)
### Features
- improve logger ([f9fa453](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f9fa45331da31970a4f97bda74db276f053edaec))
- **md-enhance:** improve tab a11y ([42a9850](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/42a9850e5743522447df7398e333a454cd475741))
- **theme:** improve a11y ([5145dd6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5145dd6c57133a2b242da4bd886c10d90e8f0e31))
### Bug Fixes
- **create:** fix template output ([0692069](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0692069c9f1b8363b90bda43ec3971696e2c800a))
- **deps:** update dependency inquirer to v9.1.2 ([#2228](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2228)) ([8195cf9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8195cf9a0756b91bfd989cc49beb9cce6defec7b))
- **deps:** update dependency three to v0.145.0 ([#2240](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2240)) ([6071520](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/60715203fd767bbd7dbbad975b6f7e2f60bec58a))
- **pwa2:** ensure update found ([9881b45](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9881b45b2a6fb25e5026a499bd7bd8a9c0314270))
- **pwa2:** fix controller issue ([25dad4c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/25dad4cd5abf91b68d4e8608c23e912820dec288))
- **theme:** fix encrypt function with none ascii path, fix [#2245](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2245) ([099956d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/099956d3d8d361642e7ef8a385a6c510310a6881))
- **theme:** fix navbarAutoHide, [#2234](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2234) ([af2775a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/af2775aa444c6d2fc7bfa970daf27ef929d9d334))
## [2.0.0-beta.104](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.103...v2.0.0-beta.104) (2022-09-24)
### Features
- **md-enhance:** add deprecated notice ([0bfcd0e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0bfcd0e96df34901176a0e19fa6501eec8b30bfd))
### Bug Fixes
- **create:** fix public assets path ([edd6229](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/edd62292b5f4cb4d562e4d1305926d03c0ddedaa))
- **seo2:** correct generate alternate links ([347bff8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/347bff84d41922bca51ce78bfb02b4dafa20fd62))
## [2.0.0-beta.103](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.102...v2.0.0-beta.103) (2022-09-19)
## [2.0.0-beta.102](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.101...v2.0.0-beta.102) (2022-09-18)
### Features
- **copy-code2:** rebuild copy code ([596c3c9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/596c3c94cc562ba07f070231b4e7830198588090))
- **create:** ensure target dir is empty ([d389f8a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d389f8a416d2dac0ed1f578aa5e792b27a4be199))
- **theme:** improve Pagination alert ([9301b0d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9301b0dc95ce95089e0dfb9d406451411f94f9e2))
### Bug Fixes
- **comment2:** fix waline meta icon ([affc0b1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/affc0b148f262c3d2c6b32cdd966bc25ae7c61b1))
- **create:** fix template path, fix [#2224](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2224) ([54613b5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/54613b5d0eb558dc36e5384d36b84c7f07d206f0))
- **md-enhance:** fix display mode with mathjax svg ([7435322](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/74353223bcb039ab11987456676abb32d3bd7fb4))
- **seo2:** correct hreflang ([8c5fd0e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8c5fd0e36d98a559bf4bb1cb956f1b154a8cd07c))
- **theme:** fix hero alt in homepage ([9604efe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9604efeaf5ca009ca9c98c9af5eb06fa10ad2119))
- **theme:** improve article list on mobile ([8402fff](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8402fffad735ae901d4850b4f4c830ae4c72aa60))
- **theme:** wrap update time with client only ([a48b240](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a48b240c5d36cc54a886259f06ebb5781f8a9cce))
### Performance Improvements
- **md-enhance:** improve svg output ([1f26824](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1f26824e5539565cd4d3de6ddaf537c3bc9f4b69))
## [2.0.0-beta.101](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.100...v2.0.0-beta.101) (2022-09-17)
### Features
- **create:** rebuild template ([d3329f0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d3329f0e54ab2f0e31c547d3a36e18b46f364e48))
- **md-enhance:** add mathjax support, close [#2079](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2079) ([#2110](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2110)) ([feeb6b3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/feeb6b3e8887c96eecb2593f48649e9b9afdfa85))
- rebuild theme demo ([#2222](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2222)) ([59a7d4d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/59a7d4dea3b56475f3d2388043ae39841e988a19))
- **shared:** support RegExp ([950c98d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/950c98d88d6ecb6294364d90cf32c2e1c962cc52))
- **theme:** fix breakpoints and optimize layout ([cf710f3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cf710f3124bf0a07600f467fbaa1bb340caeea12))
- **theme:** improve article item ([dffc637](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dffc637cae4753cf923eb83e9612c0f857a6255e))
- **theme:** update article list style ([05db4be](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/05db4be8cd7c18bd23a124eede29427eb159a458))
### Bug Fixes
- **create:** fix hostname ([6082809](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6082809dc0de688b7ee0cf2d727a82a8abb691e3))
- fix docs and template ([b5ddb7e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b5ddb7e95b2e8f21ccd34b52111960e2fc39906c))
- **md-enhance:** fix absolute md link check, fix [#2196](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2196) ([915c670](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/915c670d0b9624bd303d0e6c3c0a8a20c9700e5c))
- **theme:** fix SSR result ([f10dcc2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f10dcc2298c1d203124d2706b5355416446237ba))
### Performance Improvements
- **md-enhance:** improve performance in link check ([636fe29](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/636fe29081d90da0a3ba8a085e092f16f9a3a5ce))
## [2.0.0-beta.100](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.99...v2.0.0-beta.100) (2022-09-13)
### Features
- **comment2:** bump @waline/client ([96b1bae](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/96b1baea7c8ec1f5a3db64c9f204906dd7248847))
- **theme:** improve original badge style ([4a4cf57](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4a4cf572186a0d5057351774b4eef685ff602b43))
### Bug Fixes
- **md-enhance:** fix playground style with theme default ([dfc534c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dfc534cc9d3174ec269d7564a4500cc058de3248))
## [2.0.0-beta.99](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.98...v2.0.0-beta.99) (2022-09-13)
### ⚠ BREAKING CHANGES
- **md-enhance:** remove `enableAll` option
### Features
- **md-enhance:** remove `enableAll` option ([637b209](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/637b2090e01ec4c3a55b1db002c657d86fb4b3a6))
### Bug Fixes
- **comment2:** import esm version of Waline, fix [#2208](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2208) ([bed6aff](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bed6affa4fb5c03c012668ff516727dfb6660e27))
- **md-enhance:** ensure import map for vue playground preset ([9f659a9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9f659a9df17a14b71ee2dfad87524e741118912b))
- **md-enhance:** fix gfm option ([66b8ccd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/66b8ccda0f203f97212b8f8418ba43a5de22bd35))
- **md-enhance:** fix playground loading issue ([3546010](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/35460101eda99b636688e5bf9a4ecde6c29fc69a))
- **md-enhance:** fix slide style ([808b042](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/808b0421e84e7e727d834815b5eefa4d2d104e16))
- **md-enhance:** stop importing typescript, fix [#2207](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2207) ([d36cec1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d36cec15e989496278c250d0eae460db204fabca))
### Performance Improvements
- **md-enhance:** use shadowRef for components ([40c2743](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/40c274352c5a4bbdbf92d7a0b415a1ca0d983766))
## [2.0.0-beta.98](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.97...v2.0.0-beta.98) (2022-09-12)
### Features
- **comment2:** support `metaIcon` in Waline ([4c87572](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4c87572d04c75e5835eae0f249c335f0d04b70dd))
- **create:** add `"type": "module"` by default ([86df4b5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/86df4b595396d5d91564a3056b03b88e660a84ee))
- **md-enhance:** add playground and vue playground ([#2202](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2202)) ([7c8cfff](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7c8cfff11fdf4ec3520cc39c7bab64535b12339a))
- **shared:** add chainWebpack helpers ([4b4f983](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4b4f9833c4934bcdfbd817e2723acace67874ce9))
### Bug Fixes
- add missing js extension ([b6e2ed5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b6e2ed51a28664d9d7b2a046c63e2c01ea529fad))
- **create:** fix wrong import in template ([6cb780a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6cb780a2e95243cded6b9434b4e748ebd3d6d2de))
- **md-enhance:** add missing extension ([dabb9f3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dabb9f30c5dd1d3c10c763208d01d321893db0af))
- **md-enhance:** fix link check, fix [#2196](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2196) ([97a78c3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/97a78c3b4720d8e842ae9ec0777db272ebb19dfc))
- **md-enhance:** fix vite build issue ([082c1dc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/082c1dc60be8188471d2c337f3241fe70ecf1036))
## [2.0.0-beta.97](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.96...v2.0.0-beta.97) (2022-09-01)
### Bug Fixes
- mark vuepress-shared noExternal ([5450a9b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5450a9b8c580959e9885b71439cd4e6fc1832b05))
## [2.0.0-beta.96](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.95...v2.0.0-beta.96) (2022-08-30)
### Features
- **create:** do not request package from registry ([6fa14e1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6fa14e1898f6f3b7f1b2e36651df464e7d3303de))
- **shared:** improve message utils ([470dee9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/470dee934042921574590e93360698ed33bf5de8))
### Bug Fixes
- **theme:** stop using alisa for bcrypt-ts ([cc4e533](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cc4e533b6f9e4176f559b907f36c99de68a43d40))
## [2.0.0-beta.95](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.94...v2.0.0-beta.95) (2022-08-29)
### Features
- **comment2:** update default value ([8f649d8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8f649d8e843a3d1d1071d1a6d9487be8e0c76844))
- compatible with beta51 ([e3f231d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e3f231dd626a3e3c4945d21585885855921404ea))
## [2.0.0-beta.94](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.93...v2.0.0-beta.94) (2022-08-28)
### Features
- use rollup to bundle production code ([25152b5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/25152b5572d9b576b426c8f445428d1d8c6eef30))
### Bug Fixes
- **create:** fix issue while importing package.json ([50eef9b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/50eef9be127e7dfddc3b85aa8872b7884e2eaed2))
- **lightgallery:** fix import ([999c0de](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/999c0dedcbbea4201ef239e0bd78b6d74391b0da))
- **md-enhance:** fix vite handle ([852d31b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/852d31b58615b047542472813ab92076bce400c5))
- **pwa2:** workaround for beta50 issue ([9def80a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9def80a41bc771782f01dbd83d52a5b1d7b814a0))
- **redirect:** fix cli ([13b0840](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/13b0840a8676016ad09f72e4b06dd82e888ae19c))
- **shared:** update import ([3d3e281](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3d3e2816220b53342b0e894d646f36bd9922db59))
## [2.0.0-beta.93](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.92...v2.0.0-beta.93) (2022-08-28)
## [2.0.0-beta.92](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.91...v2.0.0-beta.92) (2022-08-28)
### Features
- **md-enhance:** rebuild hint ([83f2d61](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/83f2d61750e5b1dc85898c964575f881deffba4a))
- migrate to ESM ([#2158](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2158)) ([2fa50e8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2fa50e8c0b1da5d601e385f92e1ad99289d878aa))
### Bug Fixes
- **deps:** pin dependencies ([#2126](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2126)) ([dfcfd02](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dfcfd02e83a821e0ac8d45e1639495934634ffae))
- **deps:** update dependency @types/three to v0.143.1 ([#2140](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2140)) ([4bcdb68](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4bcdb68234d6d63e7190a73241f275c288e98554))
- **md-enhance:** fix flowchart issue with pnpm ([#2149](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2149)) ([53629f8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/53629f8a5e355051de72b61a7b3f7eccaa37d257))
- **md-enhance:** resolve relative image/link path when including markdown file ([#2143](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2143)) ([097519a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/097519ad0d83aed3dba9c54f30362bf6163ff0bd))
- **theme:** fix issues in sidebarSorter ([b17a758](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b17a7589b3c45effd78102844e6281acc72a6afe))
### ⚠ BREAKING CHANGES
- **blog2**: client file path updated
- **md-enhance**: PlayGround is removed
- **md-enhance**: SlidePage layout path updated
- **theme**: alias updated
- No longer use rollup to bundle production code
## [2.0.0-beta.91](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.90...v2.0.0-beta.91) (2022-08-13)
### Bug Fixes
- **theme:** fix git options, fix [#2117](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2117) ([4f6f2ad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4f6f2ad3f3e104ccc97863dcbbf4e4620136d066))
- **theme:** fix sidebar sorter default value ([3e4ca69](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3e4ca6942c4ebe2291494a890121f54f27180873))
## [2.0.0-beta.90](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.89...v2.0.0-beta.90) (2022-08-08)
### Features
- **theme:** support sidebarSorter, close [#2002](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2002) ([3e9967b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3e9967bd6991fc38047a22309df075b509bc6a57))
### Bug Fixes
- **md-enhance:** fix attrs not working with line-highlight, fix [#2112](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2112) ([e38533b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e38533b0eea48b7d789da397924c18f6ca208994))
## [2.0.0-beta.89](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.88...v2.0.0-beta.89) (2022-08-07)
### Bug Fixes
- **deps:** update dependency @vueuse/core to v9 ([#2086](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2086)) ([2d73f6c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2d73f6c793b9de51ec392ff04add2621b97fe148))
- **theme:** home page icon ([#2109](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2109)) ([95ae9b1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/95ae9b17f71156ef2edce551686911fc3a51fc74))
- **waline:** plugins.comment.comment not work ([#2108](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2108)) ([fdb3552](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fdb3552ad6ac36480ee31a15b4b4316018f17701))
## [2.0.0-beta.88](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.87...v2.0.0-beta.88) (2022-08-06)
### Features
- add ru docs for theme ([#2064](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2064)) ([8eda702](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8eda702794d1c8b43362e63ced12d8638cd5631f))
- **comment2:** support strict mapping for Giscus ([3dbfaef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3dbfaef307e41e8024c5da87bb481f3a48accbc9))
- **md-enhance:** add playground ([#1938](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1938)) ([1d7fa0d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1d7fa0d79e5454e85b0f2bd9d98760dd206f9cf0))
- **seo2:** add support for alternate links ([2e6b90d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2e6b90ddacf625b77216918c33d5faaf03a905e5))
- **theme:** support Icon component ([c833ba7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c833ba7dc7390116cf5c88ec06472c6990947cc2))
- **theme:** translate new phrases ([#2105](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2105)) ([66b181b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/66b181ba4dea73c8c35268f247c2db7519a400fc))
### Bug Fixes
- **theme:** fix setting iconPrefix to empty string dont work, fix [#2093](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2093) ([b893494](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b893494a46be2e522bb9d60584c2033f1082d137))
## [2.0.0-beta.87](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.86...v2.0.0-beta.87) (2022-07-18)
### Features
- **theme:** fix typos in apis ([fa36bac](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fa36bac680920980e76f3a2b7084658f9486eebf))
### Bug Fixes
- **seo2:** compatible with latest vp ([5b14c0a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5b14c0aaab6a1f41893d04c87479ebecc0657062))
## [2.0.0-beta.86](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.85...v2.0.0-beta.86) (2022-07-12)
### Features
- **components:** improve ssr result ([ed80183](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ed80183ddbcbde8c87bbedfa5b6c1039d018ad6f))
## [2.0.0-beta.85](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.84...v2.0.0-beta.85) (2022-07-09)
### Features
- **create:** add `.nojekyll` for gh workflow, close [#2040](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2040) ([8a8a3a3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8a8a3a3b7542549c22859a65aa29aa88cc68548e))
- **create:** support package manager select, close [#2018](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2018) ([434e4df](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/434e4df7686ca202e4cd2da6587de047570755c8))
- **shared:** improve locales generating ([fd582c9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fd582c99f2bc55f21c7aa82039efcb54ef828c05))
- **theme:** add helpers for plugins ([651e290](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/651e290020ec5384196c936202193503bdde232b))
- **theme:** improve i18n config ([58e2a5d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/58e2a5d2d49964a02dab7479b81f052c430ec86f))
- **theme:** improve options ([832e6b3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/832e6b376e5d8f79737c3947f7825c848fec4208))
### Bug Fixes
- **components:** fix PDF component ([99baa04](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/99baa04eeae779aa1b2ee23cb56bdb1943ed1f3a))
- **deps:** update dependency sass-loader to v13.0.1 ([#2026](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2026)) ([730f74e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/730f74e9daa698b98d763b097bc95ef203819986))
- **deps:** update dependency sass-loader to v13.0.2 ([#2033](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2033)) ([105d394](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/105d3942b8ba4f4715ce1e2115ab2c2e1e521c4d))
- **deps:** update dependency three to v0.142.0 ([#2037](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2037)) ([0385ac7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0385ac743bfeeaa25a02af2ff5ed3f7c723e8783))
- **md-enhance:** fix include options, fix [#2050](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2050) ([64e6a1b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/64e6a1b96d36806786822061a985bc00b4c04a0f))
- **md-enhance:** fix tex conflict with attrs, fix [#2048](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/2048) ([40bef97](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/40bef975b20f89212dc30f3f689e43039119fe33))
- **theme:** fix frontmatter types ([d25093a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d25093a049ac43e6e7c3f90eb2b832ee3b99dcef))
## [2.0.0-beta.84](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.83...v2.0.0-beta.84) (2022-06-19)
### Features
- **md-enhance:** mark enableAll as deprecated ([5498bfb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5498bfb73ee8c7cf6d536a067f4d87dbf8b751cb))
- **md-enhance:** support c4c in mermaid ([f540da8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f540da822dd41023a7f4825ff1f7c1a4b859e2e0))
- **theme:** try to keep current hash across languages ([2b7c140](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2b7c140e35b0aa33ca04aa328c943c54046d5019))
### Bug Fixes
- **md-enhance:** compatible attrs with highlight lines ([dc1c9f3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dc1c9f37bf17bb9c57543c45880bdc20bd3dcde9))
- **theme:** fix sidebar activeMatch ([9748594](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9748594c3fdd254ae06dc93788e47c2d212dfc25))
## [2.0.0-beta.83](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.82...v2.0.0-beta.83) (2022-06-14)
### Features
- add demo for components ([4d303e7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4d303e7234def72ef78ba1923bf2d66f53a46733))
- export locales ([80345e1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/80345e1076a7d9a628c384bcf4dd4257438237c6))
- improve hostname ([7798361](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/77983610b97e66180c2dc7033ad1786df2c208da))
- improve style ([58a32df](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/58a32df0f29361d1a218a59143d1b3686a0133cf))
- **md-enhance:** add attrs option ([099d8a1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/099d8a147265d4e26fd4a91b37506505d5daa333))
- **theme:** fix navbar ([4b0305c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4b0305ca3e4803a23563fdb9ebd771ea13fe1a07))
### Bug Fixes
- **md-enhance:** fix tabs, codetabs and code block in mobile ([9a8b74d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9a8b74d3619f0cd2a817e8031e0a7af091336e8a))
- **md-enhance:** improve codetab and tab style ([b50744a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b50744aa807dd05fabde70558ec2fd73e34863f9))
- **theme:** fix navBrand ([fb312fe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fb312fe599ce314f80fa16c64ba1d76d8f349861))
### Reverts
- "feat(theme): add $isMobile global" ([c5e047a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c5e047a7082bfb71332ff0f4f2e4558b50473f9f))
## [2.0.0-beta.82](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.81...v2.0.0-beta.82) (2022-06-12)
### Features
- **comment2:** improve Giscus loading placeholder ([5862880](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/586288051f88b7d68306762af85580c422a6242f))
### Bug Fixes
- **md-enhance:** fix link check with markdown links with params ([3aabfab](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3aabfab5a74f871ea8523d6f98d30ef02b9e6a31))
- **theme:** fix sidebar order ([01d5b75](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/01d5b75ca059810cf2a426edca0b1811e0196615))
- **theme:** fix sidebar readme match ([b1b5492](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b1b5492bfc9b2966dcf7469e31631dac074caa64))
- **theme:** fix toggle-sidebar arrow ([490391d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/490391d05720ad4708bb2a5962b2f916696e534b))
## [2.0.0-beta.81](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.80...v2.0.0-beta.81) (2022-06-11)
### Features
- **components:** add YouTube component ([22c535e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/22c535ef27340c4dd5d0a3e5db65b32818caa973))
- **pwa2:** improve logging ([47cc864](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/47cc8649619aed7593283f7b1e4f2fa4578ffa11))
- **theme:** add $isMobile global ([faaba79](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/faaba799debf5ed77769198a42af5f2b385eecaf))
### Bug Fixes
- **components:** prevent to access window in SSR ([142fb6c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/142fb6c1433a22bbe095b17490c1f88b6574cd9e))
- **theme:** fix date localization ([474dd96](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/474dd968fcba91870353bd603d4bf65853e69669))
## [2.0.0-beta.80](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.79...v2.0.0-beta.80) (2022-06-11)
### Features
- rebuild date ([5917c08](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5917c08b0ebe27f4603119ea46bd2123389ce495))
- **theme:** improve compact ([ebe49a4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ebe49a45527659c353e87d0956cf8acc9cf2ef8f))
### Bug Fixes
- **components:** fix backToTop threshold ([dead7f8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dead7f81eb1021f4a02a4927e30e44c418bb9b59))
- **theme:** fix encrypt not working with cjk path ([23c4239](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/23c42398af2b835e0001a61b9dfa368c1520ee74))
- **theme:** fix footer padding-left. fix [#1955](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1955) ([02b9c42](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/02b9c42d0028e522311bc8f8de2a9d6d96abbde7))
- **theme:** fix getDate ([e22a76b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e22a76b865156f98249ec3ed43ab3219b3e8e775))
- **theme:** fix toggle-sidebar button in ssr ([c085e85](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c085e8509f14fd2a2c922dda5df39636d1a0d444))
- **theme:** fix types ([cc1c3d9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cc1c3d9e2415bc539a12c89bc75850e83ac1d2d1))
- **theme:** remove upstream fix ([6dd18b4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6dd18b401a5a9f4399fd9b98561e211c6b6b9163))
## [2.0.0-beta.79](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.78...v2.0.0-beta.79) (2022-06-05)
### Features
- **create:** improve git related process ([a8b58e0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a8b58e050f30837739596d2264a1533378caa131))
### Bug Fixes
- **create:** fix \_\_dirname issue ([7bdbbd2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7bdbbd2a26b170e9dd9ee593df3eaeb1a25dd3f0))
## [2.0.0-beta.78](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.77...v2.0.0-beta.78) (2022-06-05)
### Features
- **theme:** add compact code for V1 footer option ([8b5d3f2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8b5d3f2f1ca9f5a20f618a34afd9e8d098ce556b))
- **theme:** update styles ([885155a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/885155a0f2bd67858b98ea1e2fced937417aba68))
### Bug Fixes
- **create:** fix commonjs import ([be96c71](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/be96c714cbe9fe5f87296c57e946344882fd5555))
- fix css variable typos ([1fa76af](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1fa76af43a1a96601c54cc199e628426e1a6cac1))
- **md-enhance:** fix CodeGroup ([7b2d3d8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7b2d3d89a7248526cd153668aca8da24339e0c82))
- **reading-time2:** add support for Cyrillic, fix [#1952](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1952) ([dc98971](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dc9897135f01e705ffefd3b3306102b8b9c406fb))
- **theme:** fix typos ([766b0b7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/766b0b78e6436941d0b5a273e535d39e59d99d24))
- **theme:** fix typos in style ([25019f6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/25019f6ebd14e9a309a013d683e30cb922ee4a87))
## [2.0.0-beta.77](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.76...v2.0.0-beta.77) (2022-06-03)
### ⚠ BREAKING CHANGES
- **comment2:** rename type to provider
### Features
- **comment2:** rename type to provider ([28410bc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/28410bc4ae370e009cdae6276f39596c1d106faa))
- **create:** output esm ([b1188ed](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b1188ede433746aef136a9588b0abee4e98cd323))
- **seo2:** add legacy option ([30efc55](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/30efc55a7cb5f79944a2d2f11c781740922c8a05))
- **sitemap2:** add legacy option ([a9d413d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a9d413d8be32ab737f815e87213acdd680f3d0dd))
- **theme:** support legacy in sitemap and seo ([617f6dc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/617f6dc0957edaefd047b5bf72bf8474adf02283))
### Bug Fixes
- **components:** fix BackToTop button ([764aad7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/764aad76a92193317b458466453e3cbf3fc4ae5b))
- **md-enhance:** fix issues when mermaid takes long time to render ([e62d304](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e62d3044b747da9954c87cfdee2790da4fbf8a53))
- **theme:** fix style ([cfd0dc1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cfd0dc14e75b9db1ec6f83d2c2c24ffa12578d94))
## [2.0.0-beta.76](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.75...v2.0.0-beta.76) (2022-06-01)
### ⚠ BREAKING CHANGES
- `vuepress-plugin-redirect2` renamed to `vuepress-plugin-redirect`
### Features
- add legacy mode for plugins ([c6980b5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c6980b5046642357f98816119c2fa3089d29edc5))
- improve locales ([812bb17](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/812bb176ff592a061e8d75b5fc527189a1c93672))
- **md-enhance:** add compact for old flowchart syntax ([9d6d28e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9d6d28e125ed03a1b3cfbd27bd77e5a156ca972a))
- **md-enhance:** add imageSize option, close [#1929](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1929) ([d48cc56](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d48cc56f0910b6d90f6bff5529c70088075e55b0))
- **md-enhance:** extract plugins ([6b27b99](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6b27b99b4208b39eddc1f2d1514d0fe24a1d58bd))
- **redirect:** make options optional ([0b0cee9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0b0cee939edb8e86e4fbaa4cb0c396ccb28ea5cf))
- rename redirect2 to redirect ([6bb2579](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6bb2579e410b9bd88336eba13a3ce6e0cf6127a5))
### Bug Fixes
- **blog2:** improve default slugify function, close [#1922](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1922) ([9cc856e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9cc856e68eb3b72b736c6241e742f9f48e7a97ea))
- **deps:** update dependency @types/three to v0.141.0 ([#1908](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1908)) ([514688a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/514688afdcabb4a3a36ab70360548d8ad70d9a19))
- fix mis-usage of lifecycle ([2771356](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2771356bd1e59ac5e993b9e77f0bce1e01ed2624))
- **md-enhance:** fix flowchart preset ([63854e3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/63854e30ad827797fa4d80fe063b3123862f2601))
### Performance Improvements
- **md-enhance:** improve imageMark performance ([68bd24b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/68bd24bd3b5731f2929fbdcf0c720d97b6313079))
## [2.0.0-beta.75](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.74...v2.0.0-beta.75) (2022-05-29)
### Bug Fixes
- fix broken config, fix [#1914](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1914) ([0b158c1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0b158c17f542969e7e8bb25b5e4c0ece8ce1dc7c))
- **lightgallery:** fix lightgallery plugin ([6a54314](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6a54314ebcc842695b0bef95477163381a1ea74a))
- **theme:** fix slot name ([393ffe5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/393ffe55c71224e02d097b38beaf4f1a1f463f58))
## [2.0.0-beta.74](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.73...v2.0.0-beta.74) (2022-05-28)
### Bug Fixes
- **theme:** fix MarkdownContent wrapper ([3befda5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3befda5f3bb1de666c5836c81dcba6a130c3a873))
- **theme:** fix option types ([b890a25](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b890a25166ec34da437a1f4d554669b4661b6cc1))
## [2.0.0-beta.73](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.72...v2.0.0-beta.73) (2022-05-28)
### ⚠ BREAKING CHANGES
- **theme:** disable themeColor and fullscreen by default
### Features
- **components:** improve pdf component, close [#1863](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1863) ([b3fb739](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b3fb739fa9bfd865f170b0fc2e5260c6c53ee65d))
- **theme:** disable themeColor and fullscreen by default ([3fe2f9e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3fe2f9e503ad1fa8e814450b5cae5adf91b582eb))
- **theme:** improve styles and support layout config for navbar ([636ccce](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/636ccce09395d9f92499416c77f5f0608e8af737))
### Bug Fixes
- **theme:** fix language dropdown on mobile ([cb9881c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cb9881c3fe9808f32c1c07b826aa50d90d484620))
## [2.0.0-beta.72](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.71...v2.0.0-beta.72) (2022-05-26)
### Features
- **components:** add StackBlitz component ([f732eb2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f732eb2de023f14165b48e0508cceecb278fc905))
- **components:** improve CodePen ([55cc9fa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/55cc9faa6955f2477c34cfe4168745d31aa95951))
- **md-enhance:** add stylize option ([#1895](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1895)) ([57c57dd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/57c57dd68e4737294a647094a1fc8ba5a7f488b0))
- **md-enhance:** improve tabs, close [#1878](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1878) ([4f68526](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4f685262f24be821ea80fa4bc1852091c0705188))
- **theme:** improve sidebar match ([c18c9d5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c18c9d5d8fc84f87ad97380c9ff7b564f8382506))
- **theme:** improve ssr layout, close [#1858](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1858) ([492cc67](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/492cc6795b5e9b861c1890a1c0a4750a179b68d1))
- **theme:** improve structure sidebar ([fbec48e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fbec48ebc2227def1865c6406e2b3615fe871ebd))
- **theme:** rebuild structure sidebar sort ([9856d35](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9856d35d297e9fcaf87a4f8a06ad15beb339444d))
### Bug Fixes
- **md-enhance:** align autolink behavior in gfm ([14b5f0b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/14b5f0b4a34d8d83e860e8ba559f1bdd792c8dab))
- **md-enhance:** fix slot name ([7002829](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7002829094a104a2b4bec4e777ad57594b18172a))
- **theme:** fix shortTitle ([df9efe1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/df9efe174cbacce87d8b4898363967d718efbf87))
## [2.0.0-beta.71](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.70...v2.0.0-beta.71) (2022-05-23)
### Features
- add I18n spanish language ([#1872](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1872)) ([ce05089](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ce0508998e5ca84cff7b72745b9d16078055d89d))
- **components:** support iconPrefix infer ([e22265f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e22265fa561ae11c08888aec58a963ec4fbb4ffa))
## [2.0.0-beta.70](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.69...v2.0.0-beta.70) (2022-05-22)
### Features
- **md-enhance:** add logger for include ([4f45928](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4f4592810a1f4308eb4e32cdc3a7793755304976))
### Bug Fixes
- **md-enhance:** fix extra empty lines by include ([b2c623f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b2c623feb00ddc8fd4f38d391911096ba8dbf36e))
- **theme:** fix $isDarkmode ([952141a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/952141ac2f0f17a3e392c2b2768ec5e185e47edd))
- **theme:** fix structure sidebar and add tests ([8b0cc70](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8b0cc70d4af291fb474d55b289177d14eae33f43))
## [2.0.0-beta.69](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.68...v2.0.0-beta.69) (2022-05-22)
### ⚠ BREAKING CHANGES
- remove add-this plugin
- **components:** remove backToTopThreshold, backToTop now accepts a number
- rename `@mr-hope/vuepress-plugin-components` to `vuepress-plugin-components`
- rename `@mr-hope/vuepress-shared` to `vuepress-shared`
### Features
- **add-this:** rebuild plugin ([b82c31f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b82c31ff8b7acdf00565cdb19b1033fa66466ea9))
- **components:** remove backToTopThreshold ([b34cbbd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b34cbbd0933a1a9c14e9cab489530603fd198d4a))
- **components:** update option name ([b51bfe7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b51bfe7a986c67fd06089799c3f630be861e6c49))
- remove add-this plugin ([5cc7a87](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5cc7a876212c712428dbf5b0286623a119b19d46))
- rename components package ([aab9ed2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aab9ed2deae002ff2cf3b236808914787318713e))
- rename share package ([ad3a915](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ad3a915e77d47ae04e95f1798b276a14410c9290))
- **theme:** add global variable `$isDarkmode` ([c540cb6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c540cb69d4da17842073e398b448a3512365a6e0))
### Bug Fixes
- **theme:** improve line number ([e40bdbf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e40bdbfff98a238e1ef72f38445e9337fd19b1b4))
## [2.0.0-beta.68](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.67...v2.0.0-beta.68) (2022-05-21)
### Bug Fixes
- **md-enhance:** fix align ([cae09f4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cae09f4c88f19907dcf9078e946c0548b5366ec1))
## [2.0.0-beta.67](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.66...v2.0.0-beta.67) (2022-05-21)
### Features
- **components:** change default height of CodePen ([008a98e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/008a98e4c92ed02045ee8e829793251dfb9d76dc))
- **components:** extract Icon component ([024b890](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/024b890dd242b3401be20900d7a390a5c53e87c0))
- **components:** support size prop in FontIcon ([b4c0653](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b4c06533be63c8492f755eea2f453ffc9e3c488b))
- **md-enhance:** add event id support for codetabs ([e61275f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e61275f4aa6cefb357a26094be34e56bc9d39ac6))
- **md-enhance:** rebuild code tabs and support tabid ([48bca69](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/48bca69fdb2a5868997fca6ed1d7403ca2ec2241))
### Bug Fixes
- **components:** fix PDF component with base ([bd91c8a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bd91c8aa617bcfdce752d22b227ebd5cd1aa9130))
- **components:** remove default color value for FontIcon ([f31a97f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f31a97faf39a42cc95486514af29ef47c152af03))
- **md-enhance:** fix align feature ([ffdab48](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ffdab487c7a5f9156795443d76e93f4f5ffcff6b))
- **md-enhance:** fix CodeTab parsing issue when code containing `'` ([e51eac9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e51eac902ca7b928ea5b191192091a0ccae95b36))
- **md-enhance:** fix link check ending with anchor ([e99e807](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e99e807d0af6e23e669525d10e30465a8d03fb65))
- wrap tabs component with ClientOnly ([a40028a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a40028ae46fb2fe3bbce4cf362582b06f6bebc22))
## [2.0.0-beta.66](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.65...v2.0.0-beta.66) (2022-05-20)
### ⚠ BREAKING CHANGES
- **md-enhance:** change `@codetab` to `@tab`, shorten keywords according to user feedback
### Features
- **md-enhance:** change `@codetab` to `@tab` ([9cdd7c8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9cdd7c8a34931ddf25d508f933789edf03839536))
## [2.0.0-beta.65](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.64...v2.0.0-beta.65) (2022-05-20)
### ⚠ BREAKING CHANGES
- **md-enhance:** codegroup is replaced by codetabs
Before:
````md
:::: code-group
::: code-group-item pnpm
```bash
pnpm create vuepress-theme-hope@next [dir]
```
:::
::: code-group-item npm:active
```bash
npm init vuepress-theme-hope@latest@next [dir]
```
:::
::::
````
After:
````md
::: code-tabs
@tab pnpm
```bash
pnpm create vuepress-theme-hope@next [dir]
```
@tab:active npm
```bash
npm init vuepress-theme-hope@latest@next [dir]
```
:::
````
This change avoids nesting containers and makes it easier to read and write.
### Features
- **components:** add Tab component ([07909b4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/07909b429628c9d26cc0661abd894aa0b71b932a))
- **md-enhance:** add container ([a8e60c0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a8e60c0101637a74194a9a609cb3a2879c7b232f))
- **md-enhance:** rebuild codegroup ([63d0973](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/63d09732b624507bef4b45293e42c0a118fdee08))
### Bug Fixes
- **components:** fix Tab style on mobile ([6b95837](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6b958379135d192618d3217af8adec9feee9e898))
## [2.0.0-beta.64](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.63...v2.0.0-beta.64) (2022-05-19)
### Features
- **components:** add CodePen and PDF component ([1e4ebf7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1e4ebf7ac860d265fc88bd1ca86dfffa7c829477))
- **theme:** rebuild structure sidebar ([9d8b3a0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9d8b3a03f1f822f8853f31c030929f1208f7db0b))
- **theme:** support setting components ([306d276](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/306d276ed8a323d118af931596042b4798bbc282))
### Bug Fixes
- correct some typos ([#1842](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1842)) ([f852ce6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f852ce6b19dd86f6e53d3b1d7ba6a724bd4eceaa))
- **theme:** fix broken Icon ([0168bd0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0168bd0501f7e0f0a4180c13e570f77a1a18cc5b))
- **theme:** fix TOC scroll issue ([31213ae](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/31213aeca3f949e3af85287d78c537271ae56656))
## [2.0.0-beta.63](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.62...v2.0.0-beta.63) (2022-05-18)
### ⚠ BREAKING CHANGES
- **md-enhance:** code-demo changed to normal-demo, vue-demo and react-demo
### Features
- **md-enhance:** add ECharts support ([#1840](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1840)) ([f635dbc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f635dbc248799ae65d758fc4b465ebaad256f75a))
- **md-enhance:** improve chart render ([f266f61](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f266f61000560ca35d21abbd7a0a33a4c077cca2))
- **md-enhance:** improve code demo header style ([b8df953](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b8df95392b12addea6d7e9edcdba5743147f906f))
- **md-enhance:** rebuild code-demo ([ca966d1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ca966d126ca1c87dd79368c00a834e9ed6eab34f))
- **md-enhance:** support js and javascript blocks in chart.js and echarts ([7b139bf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7b139bf728538cb0df58485f95f8764a00559699))
### Bug Fixes
- **md-enhance:** improve chart pref ([afecfd3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/afecfd3ab0a9ce3348774d73b664de5a950d97ce))
- **sass-palette:** fix plugin issue, fix [#1841](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1841) ([7fcec7c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7fcec7c5ebda82a0baf1e1bed031de81ceb7debf))
- **theme:** stop calling pwaPlugin by default ([0adb836](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0adb836ee0c1ff1e5532e6c3d02474f76acbdabb))
## [2.0.0-beta.62](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.61...v2.0.0-beta.62) (2022-05-17)
### ⚠ BREAKING CHANGES
- **md-enhance:** remove mdImport option and add include option
### Features
- **components:** change Badge default type to info ([db823db](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/db823db2b369421eda1ad72980791d91936ccf7c))
- **md-enhance:** improve detail style ([c08cfdd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c08cfddae81bf339ddedc62c6713716b4214689f))
- **md-enhance:** improve tasklist checkbox ([889065c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/889065c6bf1151534943aaa89f3e9468d3f30218))
- **md-enhance:** remove mdImport and add include ([88e6996](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/88e6996cdf6d59184ecd1483eb365339e4bcd939))
- **theme:** improve line-numbers style ([9b032fa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9b032fae81e32f8fbd02fa806bb06f2773bf5dc5))
## [2.0.0-beta.61](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.60...v2.0.0-beta.61) (2022-05-16)
### Features
- **md-enhance:** add css variable for code demo header ([f258dc0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f258dc05be005d8902605571fc3a2100ac1a968f))
### Bug Fixes
- **md-enhance:** fix code demo script inject ([98aa3d2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/98aa3d264f16637ded2628738c658bb18c475f7a))
- **md-enhance:** fix gitGraph ([2cbf3be](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2cbf3be528cff0e796e61897fa85ce7d361cbdb4))
- **theme:** fix blockquote color ([6922b0e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6922b0e30672f0c0cd84e2af3ab92d5057ef0552))
## [2.0.0-beta.60](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.59...v2.0.0-beta.60) (2022-05-15)
### Features
- **copy-code2:** improve copy button style on mobile ([67caa4a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/67caa4acbf9626362ae9045ed785d1ffa51de687))
- **md-enhance:** improve copy-code button in code demo ([5ff4c6e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5ff4c6eb81c684b9e67c4ac743cfd3eed026c48c))
- **md-enhance:** improve links check ([f777c34](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f777c345ce9a5df33329a99a739d0d623fc87dfc))
- **pwa2:** add warnings about shouldPrefetch ([850d360](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/850d36090027aced823e0fd68baa7dc547a02968))
- **theme:** update toc position ([93817d8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/93817d8fbaf75df4089d9eeb708990ff63c671a2))
### Bug Fixes
- **comment2:** apply delay for pageview ([227ef51](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/227ef51912c18a3d74cba5c36615ba50c94474fb))
- **md-enhance:** support imageMark options ([17a7d5d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/17a7d5d4e37a9b43fb095763e235c3d2b5070e4c))
## [2.0.0-beta.59](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.58...v2.0.0-beta.59) (2022-05-15)
### Features
- **md-enhance:** improve darkmode style ([bd1f849](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bd1f849111142cd9dcbd37845a64d19a1f14e366))
- **theme:** scroll to active sidebar and toc links ([445bc84](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/445bc84fc1d6a79d3e12303c2db1256a0bf6eb8b))
### Bug Fixes
- **md-enhance:** use react 18 api ([7008759](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7008759ff4adf88e174d38e1d74933dfd3338505))
- **theme:** fix line numbers ([bd4a338](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bd4a3386c406021de6052ac7becf27b2cdf7259a))
## [2.0.0-beta.58](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.57...v2.0.0-beta.58) (2022-05-14)
### Features
- compatible with latest vp ([272b7a8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/272b7a8cc7c41c3ccafe7196428fbf69b121c427))
- **md-enhance:** improve code demo ([76f4be2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/76f4be2e2791f3ffa8b4f0605ace192ccca6992d))
- **md-enhance:** improve details container ([134c6dd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/134c6dd7dc75fc260b2a4ffae0114fd884d16b90))
- **md-enhance:** improve flowchart outlook ([ddaf4ef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ddaf4ef9b56606fba055fcc9bea896af445c7f1b))
### Bug Fixes
- **md-enhance:** fix tasklist ([6d302d6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6d302d6fad1510ee28f0b446d9495cecdd5ba97a))
- **md-enhance:** fix tasklist checkbox ([b8c0d67](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b8c0d67e9de6a4818554703c0bc582387ff449ac))
- **sass-palette:** fix typos in default layout.scss ([ec4c4e7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ec4c4e77773e8b80813168d43a49826d377e0436))
- **theme:** fix navbar a11y, fix [#1755](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1755) ([2a65edf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2a65edfa808f7623922bf5cfde1cb8e2b7fcb763))
## [2.0.0-beta.57](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.56...v2.0.0-beta.57) (2022-05-13)
### ⚠ BREAKING CHANGES
- **theme:** rename darkmode options: 'force-dark' renamed to 'disable', 'auto-switch' renamed
to 'switch' and 'switch' renamed to 'toggle'
### Features
- **theme:** add prevLink and nextLink option ([3597207](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/35972077067fc92564f97e049dcea99819d573df))
- **theme:** support `bgImage: false` in blog home ([aae8c05](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aae8c05672b5b55a5779977e8e79bfd0608f090c))
- **theme:** update darkmode options ([f18b7e5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f18b7e5f300500eb6aa98df5033a3023d1b5217a))
- **theme:** update migration ([0336d4d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0336d4dcb67a489a852872c3e3503668d376f654))
### Bug Fixes
- **comment2:** improve giscus discussion mapping ([397e5b4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/397e5b4eb10569efc8dffbe4a7762dea273b79dc))
## [2.0.0-beta.56](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.55...v2.0.0-beta.56) (2022-05-12)
### Bug Fixes
- **theme:** fix Breadcrumb seo ([efce132](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/efce13225417e1f716e33d840411798c2b7d3d95))
- **theme:** fix crypto issues ([ac240ca](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ac240ca72a71e3fc5c58298cfda5977a36a8a217))
## [2.0.0-beta.55](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.54...v2.0.0-beta.55) (2022-05-12)
### Bug Fixes
- **comment2:** fix giscus darkmode, fix [#1656](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1656) ([149885c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/149885c75eda573365a5a0979dbabb418ccd3b34))
- **theme:** fix seo plugin options ([69e6fec](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/69e6fec95d06593488286e07cfeb1add5fc344a1))
## [2.0.0-beta.54](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.53...v2.0.0-beta.54) (2022-05-10)
### Features
- **theme:** support remember password ([acbf0b7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/acbf0b715690f3b4a163b70ea934f15a2310b4e2))
### Bug Fixes
- fix zh-TW locales, fix [#1809](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1809) ([149cd61](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/149cd615d226173f31e3145ade5e0f2bc96e4024))
- **md-enhance:** fix checkbox border on safari ([ffc80ed](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ffc80ed7eab94498e94d0a1beb67a6e5f45b0830))
## [2.0.0-beta.53](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.52...v2.0.0-beta.53) (2022-05-09)
### Bug Fixes
- **theme:** fix global encrypt ([e121d84](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e121d84e01af453e2dec8756d73fe8f319042b90))
## [2.0.0-beta.52](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.51...v2.0.0-beta.52) (2022-05-06)
### Features
- **redirect:** add `redirectTo` and `redirectFrom` option ([2b99d0a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2b99d0a54292c5528eb5c44889836d3cf0acbcfe))
### Bug Fixes
- fix debounce ([0f31eb3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0f31eb39124db76e41f3c00cc7768080dd7bb807))
- **theme:** fix homepage action button ([0aae1dc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0aae1dc188eb496c6324561252028fa5038ae7b6))
## [2.0.0-beta.51](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.50...v2.0.0-beta.51) (2022-05-05)
### Bug Fixes
- **create:** fix pnpm registry ([a851770](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a8517700d29900bd71c4666bd74f9088fe8c2f5a))
- **theme:** add missing prismjs plugin ([faea4e5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/faea4e53d03bffa7ef4567c8ed8be4e193da68b7))
- **theme:** fix `index: false` not working ([c40593d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c40593ddfa0616dde65d2cf5748a31d467efe4af))
- **theme:** fix Slide Layout ([195d336](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/195d33674e4296f77b8d95390442763ac8cd7ce2))
## [2.0.0-beta.50](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.49...v2.0.0-beta.50) (2022-05-04)
### Features
- **theme:** make encrypt tree-shakable ([8c5b690](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8c5b69086607a6bddc03bd6a1d1b7ee676a9c812))
### Bug Fixes
- **theme:** do not extract excerpt for encrypted page, fix [#1788](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1788) ([a1afe2c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a1afe2cbfeefde87f9586ae7c40e045f09d25397))
## [2.0.0-beta.49](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.48...v2.0.0-beta.49) (2022-05-03)
## [2.0.0-beta.48](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.47...v2.0.0-beta.48) (2022-05-03)
### Breaking Changes
To support pnpm, you should apply `vuepress-theme-hope` using new syntax:
```diff
- import { defineHopeConfig } from "vuepress-theme-hope";
+ import { defineUserConfig } from "vuepress";
+ import { hopeTheme } from "vuepress-theme-hope";
- export default defineHopeConfig({
- themeConfig: {
- // hope theme config
- },
+ export default defineUserConfig({
+ theme: hopeTheme({
+ // hope theme config
+ })
// other config
});
```
Besides providing `hopeTheme`, all `defineXXXConfig` exports are removed, `vuepress-theme-hope` now provides these new exports:
- `navbar`
- `sidebar`
- `arraySidebar`
- `objectSidebar`
Since `vuepress` drop support for the `babel` way, `search` and `docsearch` options in `themeConfig.plugins` are removed. You need to install and call the plugins via `plugins` option in config file.
### Features
- add I18n support for slovak ([#1757](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1757)) ([c6d0971](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c6d097126be91af841b3f3d0359addf5b2008af3))
- **comment2:** improve client ([bcfd815](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bcfd815e1be03c1d071587d54899ff73d087a167))
- compatible with latest vuepress ([64ba9e3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/64ba9e3a9cc7819e2941d6636ae605f395635a5b))
- **create:** support pnpm ([a768280](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a768280da7dda25379ee3f607fb13a10c8e3053d))
- **sass-palette:** improve inject ([95eb3a9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/95eb3a986725a7498d948c6c407f6a3683984987))
- **shared:** add detectPackageManager ([777a2bb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/777a2bb380d5d78ab1de2794192d15693722d138))
- update demo ([836f1e4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/836f1e42ca6b39f76ec01eb6f99e0b1ec1fa0cc5))
### Bug Fixes
- **blog2:** fix frontmatter option type ([48448aa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/48448aa48899b8d98560d4d8416e17effe1e7abc))
- **comment2:** stop bundling @waline/client ([18ba045](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/18ba045471dfdaf2f6fcf30cb412732e1bb15c65))
- **shared:** log error msg only in debug mode ([de726a0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/de726a004c2d9f145a7f0e6952e2888f55eeaa2a))
- **theme:** fix footnote in except ([d495d68](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d495d68b2223cae3025f074e3c5b8bfde23f7d13))
- **theme:** fix globalEncrypt ([1401242](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1401242ed87ce6bc7f995b5ba0defbab27cb0d2d))
- **theme:** fix logoDark ([1df15f0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1df15f043188764bd3dd0dad3d16961aea61be6b))
## [2.0.0-beta.47](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.46...v2.0.0-beta.47) (2022-04-24)
### Bug Fixes
- **shared:** refine getLocales and fix bugs ([3b7b3a2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3b7b3a20674c1ad9e8bcb9bcb991a2b0ea7bf9ee))
### Features
- improve Russian localization ([#1706](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1706)) ([427bc47](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/427bc4754a987d926c01274be5e8a32be6ff4688))
## [2.0.0-beta.46](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.45...v2.0.0-beta.46) (2022-04-23)
### Features
- **comment2:** use @waline/client@v2 ([0fec752](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0fec7528a02eef1390d8927df3152d6552c62b68))
## [2.0.0-beta.45](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.44...v2.0.0-beta.45) (2022-04-17)
### Bug Fixes
- **md-enhance:** fix page permalink broken with link check ([9e3482a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9e3482a0f4ce03f4cee43871ed36c426fb9a990e))
### Features
- add pl locale ([#1686](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1686)) ([f62f319](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f62f319d2d9af19b5760bb1210e7b6f40d8d1702))
## [2.0.0-beta.44](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.43...v2.0.0-beta.44) (2022-04-16)
### Bug Fixes
- **create:** fix version command ([b4b284c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b4b284cdc3e9a448283b67a3c7844f060f0acbce))
## [2.0.0-beta.43](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.42...v2.0.0-beta.43) (2022-04-16)
**Note:** Version bump only for package vuepress-theme-hope-root
## [2.0.0-beta.42](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.41...v2.0.0-beta.42) (2022-04-16)
### Bug Fixes
- **create:** fix package.json path ([df25e7a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/df25e7a6a2d253e10bf10a51ab3b9a53fbaa15da))
- **redirect:** ensure parent folder, (fix [#1683](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1683)) ([8664537](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8664537d3c74e6abccae5a5ed3a5e9b0aae1aec6))
### Features
- **md-enhance:** add `linkCheck` option ([904c047](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/904c0471cc81bd90b32b34c015b4902eafa2777b))
- **redirect:** make hostname optional ([2f7543d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2f7543d646a5ed96add969488f0b905f70c9b064))
- **sitemap2:** improve lang infer ([4306758](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4306758d8ab942c041b937ee528789cad7e2bb3e))
## [2.0.0-beta.41](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.40...v2.0.0-beta.41) (2022-04-15)
### Bug Fixes
- **create:** fix single language template ([c4c0fb6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c4c0fb6c5e4aa079f352558b758f384fa2c41c74))
- **theme:** change source icon ([#1681](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1681)) ([4683dd3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4683dd3f99e3874d655ef03db8132a8933dbf709))
### Features
- **redirect:** add helper cli ([5ac15ed](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5ac15edb39a2803c4a07a00d88298ed79b48262a))
- **redirect:** add meta tags (close [#1664](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1664)) ([46bf5d6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/46bf5d604f3d2f755e4339267529430023efb757))
- **theme:** add animation back ([bf8fedc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bf8fedc850c236269c1d3eee10739f50860cec71))
- **theme:** improve feed default options ([09c7769](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/09c7769315109103a7600ba5c3adf805cb248a03))
## [2.0.0-beta.40](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.39...v2.0.0-beta.40) (2022-04-13)
### Bug Fixes
- **theme:** fix git plugin options ([b16f618](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b16f6182e9210548381783a056fdb30615404d26))
### Features
- add redirect plugin, close [#1664](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1664) ([2eaa7ed](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2eaa7ed2714f0eb856463d903e9c30b8edecb3c9))
- **feed2:** add `customElements` option ([fa4f173](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fa4f17371658591992fc5f1700f00529ea279486))
- **theme:** add customElements for feed2 ([1cb1c5d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1cb1c5d801ab2609e8ecf54535f1bfcbe0e9edf3))
## [2.0.0-beta.39](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.38...v2.0.0-beta.39) (2022-04-12)
### BREAKING CHANGES
- **theme:** update breakpoint variable name
Now breakpoint variable name is easier to understand.
### Bug Fixes
- **theme:** resolve sidebar link correctly ([c947699](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c947699aa2ff4fc28bc5f17404b7086b6bc94586))
### Features
- **theme:** support git options ([32712de](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/32712de08263094043459f7d1931f19d4ee368db))
- **theme:** update breakpoint variable name ([2761a5d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2761a5d6d45ed87cddf5285bef43808c8b8a0ffc))
## [2.0.0-beta.38](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.37...v2.0.0-beta.38) (2022-04-11)
### Bug Fixes
- **seo2:** add missing deps ([5e10c43](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5e10c43c50fecd4da1f3c9a5ea248a1d52769cb1))
- **seo2:** fix typos in canonical ([8d4951d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8d4951dfeda6d193abe0d4acb69cd106bdf77a54))
## [2.0.0-beta.37](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-04-10)
### Bug Fixes
- **md-enhance:** fix CodeDemo button ([7702def](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7702def5fc4689ec24da7f49538a3ab92d44688e))
### Features
- **md-enhance:** add support for `git-graph` block ([fb70b87](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fb70b870dcf706de4726ac998631c752de7fcbe1))
- **seo2:** add `canonical` options, close [#1663](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1663) ([a214d71](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a214d717ef26225a6512ea338fda4656ae2aa39a))
- **theme:** add slots for HomeHero ([da2ed1d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/da2ed1d7e9a69792adc184d48c652a42bcc9a913))
- **theme:** remove external icon in home button ([fd344fd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fd344fdb75ff5fc7a3d5cdf2b3d0801a6562c56b))
## [2.0.0-beta.36](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-04-05)
### Bug Fixes
- **copyright2:** fix typos ([882b138](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/882b138b92570b15ada8a052f57ea0c9f1fad36d))
### Features
- add copyright2 plugin ([3ba3be8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3ba3be81383a29f5121cd7317d1fc8a105e51a7a))
- **blog2:** improve thrown error ([7be774a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7be774a71bfdbbe6b73b41cba68076cb50e29d59))
- **theme:** add copyright plugin ([e4f78d7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e4f78d7db3063288883059795adde3db6c3c945f))
## [2.0.0-beta.35](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.34...v2.0.0-beta.35) (2022-04-04)
### Bug Fixes
- **sitemap2:** fix excludeUrls option ([24ea6a8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/24ea6a8318bb02495a535bc41d8c15ba29a989f2))
- **theme:** fix incorrect blog config merge, fix [#1631](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1631) ([6243004](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/62430044e8e010f83012c0466f33b88249a8c4ae))
### Features
- **comment2:** use giscus v1 ([65c2eef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/65c2eef9c59ad2b7d3f8adf10f9e1ac9eb29b798))
## [2.0.0-beta.34](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.33...v2.0.0-beta.34) (2022-04-03)
### Bug Fixes
- **md-enhance:** improve mermaid rendering ([388db26](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/388db265d4136ea287b5bbaff51201a42a80e9b5))
- **shared:** fix node bundle ([8a45476](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8a4547610335188ddd8ee94682532fb778f64701))
## [2.0.0-beta.33](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.32...v2.0.0-beta.33) (2022-04-02)
### Bug Fixes
- **blog2:** fix hot reload ([b76c69c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b76c69c262f09c96673b3a59ebba4b3025fb6971))
- **theme:** remove duplicate condition ([b14602b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b14602b54328e7270da0640d56e12b3e07207a4b))
### Features
- **blog2:** improve logic and docs ([d39eb65](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d39eb656696ac854ab1e1a5084912661bb8e493f))
- **create:** improve package manager detect ([e8d4859](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e8d4859d1ed83567447c90f4d0c650473bfd577a))
## [2.0.0-beta.32](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.31...v2.0.0-beta.32) (2022-04-01)
### Bug Fixes
- **create:** fix create package shebang ([5f9af95](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5f9af95e5a07ad5a07ebccec2162f842bb09d9a0))
### Features
- **create:** update dir hint message ([4371886](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/43718869e7c461bf4242066e07b82c0ae86fe0d9))
- **md-enhance:** compatible with react18 ([3a8124d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3a8124da41082928cdf0c60e394da5dc6c008505))
## [2.0.0-beta.31](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.30...v2.0.0-beta.31) (2022-04-01)
### Bug Fixes
- improve root lang detection ([ff65e00](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ff65e00ea103938c797027d132c5a56e78df1eb6))
### Features
- **create:** improve flow ([d9d83b5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d9d83b5fb4223832dbbb154eca1c0b861bd4c7a5))
- **photo-swipe:** add a11y for photoswipe ([3775b1e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3775b1e97590ad7c862a4780c38858a43670445a))
## [2.0.0-beta.30](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.29...v2.0.0-beta.30) (2022-04-01)
### Bug Fixes
- **create:** recursively create dir ([8ecb866](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8ecb8669dc9e496a7a3869a622e038ae2d05eb81))
### Features
- **create:** add dir argument check and hint ([516d38e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/516d38e34bc3bad9adb17bccc6c6e354176c1e03))
- **create:** retry 3 times when getting version ([4779436](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/47794365fd6efc44a531dba346ad9cd27ae151a4))
- **photo-swipe:** use photo-swipe v5 ([ece5e32](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ece5e322a5e264e17638f67df347e995da603acc))
## [2.0.0-beta.29](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.28...v2.0.0-beta.29) (2022-03-31)
### Bug Fixes
- fix component registering ([8aec8e8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8aec8e806128524ad4f09321b0d46cb9f1d18415))
- **pwa2:** fix option types ([f3dc4ad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f3dc4ad1171239c06fb6aef62546bd4a5a8328de))
### Features
- **create:** add github workflow ([259ecf1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/259ecf12ed0f7e550e52ef7d9ac5106d28fbae20))
- **create:** update template comment config ([522da8b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/522da8b0602234b7beea3ed1fdd4dff8530e692c))
## [2.0.0-beta.28](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2022-03-29)
### Bug Fixes
- **comment2:** fix Giscus darkmode ([495720d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/495720d6a9af6e14429fa979d4ebbe4a0af819ca))
- **components:** fix TOC scrollbar ([3ca7892](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3ca78927f4dab7001958c431a49e11645943bf09))
- **theme:** fix fullscreen button ([81af64a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/81af64a19c17d7cbf733f9ba57015e529a6aab00))
- **theme:** fix sidebar on firefox ([c049333](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c04933319551529b03c636e39002b5b9f0921eda))
- **theme:** fix SidebarLinks collapse, fix [#1608](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1608) ([955a6e1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/955a6e17ce4b814265fb8684a4c6a86f35025f4b))
- **theme:** fix TOC headerDepth ([fe4e079](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fe4e0798ee73a3d8cb32aa0f4aa544b6c72b0321))
## [2.0.0-beta.27](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.26...v2.0.0-beta.27) (2022-03-25)
### Bug Fixes
- **theme:** fix `darkmode: 'auto'` ([d426e12](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d426e126df0958e024902afa9d6725ac64750e2b))
- **theme:** fix blog hero scroll down ([5649612](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5649612ace36467c7000aafbd20379c0049177b8))
## [2.0.0-beta.26](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.25...v2.0.0-beta.26) (2022-03-24)
### BREAKING CHANGES
- **theme:** rename `headingDepth` to `headerDepth`
VuePress use the word `headers` in page object and markdown plugin name, so we align them.
### Bug Fixes
- **theme:** fix blog hero scroll ([ee6277c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee6277c2538512826bb6169779fe3f1cfa3f0ff6))
### Features
- **theme:** rename `headingDepth` to `headerDepth` ([de367cc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/de367ccd2fed642ded6dbf629ace08db2f133761))
## [2.0.0-beta.25](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.24...v2.0.0-beta.25) (2022-03-23)
### Bug Fixes
- **theme:** fix blog hero scroll down position ([fb16df6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fb16df60f0cf5d39f0c24209897daeb216873194))
### Features
- **theme:** support html in home hero features ([c6b4f24](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c6b4f2485dbebc79e5acd55653e0d82ddcbd128a))
## [2.0.0-beta.24](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.23...v2.0.0-beta.24) (2022-03-20)
### Bug Fixes
- **md-enhance:** compatible with webpack ([abe8618](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/abe8618fb8153ff51752bcd04a20aa5886007de2))
- **theme:** fix smooth scroll ([8175017](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8175017cfda91bb512a9859ce2ae93217d169c87))
## [2.0.0-beta.23](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.22...v2.0.0-beta.23) (2022-03-20)
### BREAKING CHANGES
- **components:** add `component` option and remove component name
Now component plugin is more customizable and tree-shakable.
### Bug Fixes
- **md-enhance:** fix footnote anchor cover ([300fab9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/300fab9f89066c648550faf26e3626dad00b2e90))
- **theme:** update missing style variables ([2403994](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2403994848de9e9e8b230ae5e55931294448c56e))
### Features
- **components:** update component options ([92c11b0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/92c11b01eabceebc93e714b8666e8f73a788129b))
- **theme:** improve smooth scroll ([8e2dd70](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8e2dd70e21da4149fb80457d83915c528142a0ff))
## [2.0.0-beta.22](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.21...v2.0.0-beta.22) (2022-03-19)
### BREAKING CHANGES
- use kebab-case variables in sass instead of camelCase
Sass recommends kebab-case variables. So we change all the camelCase variables to kebab-case.
### Bug Fixes
- **theme:** fix blog option handle ([f3fd028](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f3fd028eb6ec8e2cafbfc45b515c187c81537669))
### Features
- use kebab-case variables in sass ([e8e52f0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e8e52f087f5d3dd8ca9b4f9bd1b33acdbe13638d))
## [2.0.0-beta.21](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.20...v2.0.0-beta.21) (2022-03-19)
### Bug Fixes
- **theme:** fix blog page padding ([b441ce0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b441ce087ca92006c5ce2c997038642972d10fa8))
- **theme:** handle themeData correctly ([6e033ed](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6e033ed2af38a2302ac813ecb4134f7e0a1f80b8))
## [2.0.0-beta.20](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.19...v2.0.0-beta.20) (2022-03-19)
### Bug Fixes
- **theme:** fix layout shift caused by navbar hide ([bbb8e6b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bbb8e6b3f5140f4d84e12361e4882c737ea45204))
- **theme:** fix sidebar top ([4512eb1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4512eb197a6edf3347b19d412a026acd511eb584))
### Features
- **theme:** disable pageview when not available ([50829bc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/50829bcbc4b4907acface98ce8895bba3c15e323))
## [2.0.0-beta.19](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.18...v2.0.0-beta.19) (2022-03-18)
### Bug Fixes
- **theme:** fix build issue when blog is not enabled ([0b7c6cd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0b7c6cdcdea1f7b49b1d52575b7e9ffa5d1050b8))
## [2.0.0-beta.18](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2022-03-18)
### Bug Fixes
- **comment2:** fix giscus bottom space ([f4ba79e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f4ba79ea3f8e753c200349001ca874eea7bef357))
- **md-enhance:** fix code demo arrow direction ([0b0cafa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0b0cafa80436a495ad72dbb5f58d80964b592104))
### Features
- **seo2:** improve generate logic, fix [#1591](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1591) ([aaec0ca](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aaec0ca8a6cd296c89d24ce3a99d461462d0caa7))
- **theme:** add sidebar toggle button ([81dd0ec](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/81dd0ec5e788d7451fe10e431ab4abbf2ea2ea9c))
## [2.0.0-beta.17](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2022-03-17)
### Bug Fixes
- **theme:** support `article` in frontmatter, close [#1579](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1579) ([df9c8f5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/df9c8f5a7e74becca3c1f97cd41243f6a4fea119))
### Features
- **md-enhance:** add `mdImport` support ([1d0f98a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1d0f98ace81942f6699027af4a1c3cdc3c99b548))
- **md-enhance:** add loading icon ([94bfe88](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/94bfe8883978da4fa9f404d6b97293c249ef05e1))
- **md-enhance:** rebuild code demo ([5eede6b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5eede6b4e8a9a71196bbfc201b3e5fa64c2f3ce0))
## [2.0.0-beta.16](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.15...v2.0.0-beta.16) (2022-03-15)
### Bug Fixes
- **theme:** fix search plugin options types ([1e0d5de](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1e0d5de517a226e06f251ceebc6212bce49addb2))
### Features
- **theme:** add sidebar structure data output in debug ([2d2771f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2d2771fafda8dbcb51c9707fb6bcee2a54a25dfd))
## [2.0.0-beta.15](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2022-03-14)
### BREAKING CHANGES
- unify `fullScreen` to `fullscreen`
This aligns option across the project.
### Bug Fixes
- **theme:** wrap a tag when necessary ([018c26e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/018c26ec93d18cbda806fe56b22be1773738055d))
### Features
- **components:** remove PageView from default ([e2478d2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e2478d2b7e44aeac9905e729fef266c34d1a7251))
- **theme:** add light selector by default ([37f4afc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/37f4afc65ce3c7a50474b176de10093b9e0809f2))
- **theme:** improve sidebar and try not throw errors with invalid config ([69b1c1b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/69b1c1bb23379cc57ea29517dee5d881875f5078))
- unify fullScreen to fullscreen ([1aa014c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1aa014cf762e41ef9cc13e885dc103074fd3c0e0))
## [2.0.0-beta.14](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2022-03-13)
### Features
- **comment2:** add twikoo support ([8125bab](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8125babcd69ec40a4819d366a2c552b9a066f422))
- **theme:** improve sidebar ([babc9b2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/babc9b2f59f641b7dfb31f87b55d86a09beec80b))
## [2.0.0-beta.13](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2022-03-12)
### Bug Fixes
- **comment2:** wrap giscus with ClientOnly ([b380222](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b3802221f96bcb8d700b92387606b0d262547eef))
- **theme:** fix blog hero slideDown button ([ebc5259](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ebc5259f1df70e5f0b48483f9218227075c8a9a9))
## [2.0.0-beta.12](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2022-03-12)
### Features
- **md-enhance:** new `chart` option ([6742945](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6742945d802e21babb1f3b2b1dfc797c7bd17877))
## [2.0.0-beta.11](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2022-03-12)
### Bug Fixes
- **components:** align tag text ([9994cf6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9994cf6ef8c2d6146119c0c1c108902962bc1a02))
- **md-enhance:** fix code demo button ([7bfdbd1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7bfdbd1f4f021d99e81c6e47ae436c728369826b))
### Features
- **comment2:** add giscus support ([4dec72b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4dec72baa959f192aeaf7a2830f2468605e0374d))
- **theme:** improve blog hero scroll down ([bd12131](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bd12131895035a8cb2c01dd2966e123217522d10))
- **theme:** support giscus ([9ef288c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9ef288c0d512b9cccf969aac7da4dc0d5fceb871))
## [2.0.0-beta.10](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2022-03-11)
### Features
- support `"structure"` in sidebar ([7aa4c81](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7aa4c813c361920b4d1467e0b7381a674d5f33de))
## [2.0.0-beta.9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2022-03-10)
### Bug Fixes
- **feed2:** fix image getter ([de57a7a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/de57a7a9330c17ada0da990020103bbd4ced26c3))
### Features
- **theme:** add alt for project icon ([d181d97](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d181d974c7e53526f3c747977ad4bc8c024ce81a))
## [2.0.0-beta.8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2022-03-10)
### Bug Fixes
- **seo2:** use locale title if possible ([194c6cb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/194c6cb900a24c1c4124b4cf7ebc8f2460555622))
### Features
- **feed2:** support i18n ([47471bb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/47471bbcfe516f04e35c46c4c8ec4a626f38ce00))
- **md-enhance:** add mathml tags for better a11y ([62ebf67](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/62ebf6782db0dc449226baa81a0d05e32e90f088))
- **shared:** add addCustomElement helper ([57ce19d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/57ce19defee9352a2fce3b39c9498c9d9fa6a5a9))
- **theme:** add tag check ([731b32d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/731b32d9f547a0bd6698c8cbb0ee92d28bf573ba))
- **theme:** support different author in locales ([e577ba7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e577ba722d6d44e6616728b6b9964609384bf962))
## [2.0.0-beta.7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2022-03-09)
### Bug Fixes
- **theme:** fix sidebar group matching when containing none URI standard characters ([4302b76](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4302b76a4d7757a75c8f4748dad5afd0a3601b07))
### Features
- **components:** add info and note type ([ed3ab71](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ed3ab7141e6db77389481ad4841d210746bb9308))
- generate color from hash ([6abcbf8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6abcbf8469dd2afecad36b4db3934ff66db110a0))
- **theme:** allow false in SidebarGroupConfig ([e5572f0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e5572f0c808f808fa5dee10f63c052cb8070a033))
## [2.0.0-beta.6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2022-03-08)
### Bug Fixes
- **feed2:** make sure parent dir exists ([aafe653](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aafe653091c95c5e6ad37d8d1319c2593c7e9b21))
### Features
- **feed2:** change `count` default value ([9fd41dc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9fd41dc2ac3bc9ae4366f893c1671d35556bfe7b))
## [2.0.0-beta.5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2022-03-07)
### Bug Fixes
- fix dev command on windows ([a299f8c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a299f8c4e4cd54684d86d8769406f0fbcf3eda15))
- **pwa2:** use force refresh ([fd268b2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fd268b22a8ab1b974f8cb324f14a418062af10a1))
## [2.0.0-beta.4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2022-03-06)
### Features
- **create:** update template ([fc6c344](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fc6c344ed6ff5d546646c178fe3a401ee607e35b))
- **pwa2:** rebuild update logic ([cbe295c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cbe295c50ebf1227a38613482b03045b75d3cca1))
- unify options ([e373504](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e373504485c396ad4e2e9cf4fc7e0f8f6210a0bf))
## [2.0.0-beta.3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2022-03-05)
### Bug Fixes
- **components:** fix visitor ([6da5e98](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6da5e98ee23379f57b556d8e7a22704a92989f53))
- **pwa2:** fix default slot warning ([d6d1071](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d6d10712e215b0216c63c2f2f1db92a4498c30e4))
### Features
- **create:** remove pwa feature in template ([5574303](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5574303cffe5750945fe5cbaa659855eb539af01))
## [2.0.0-beta.2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2022-03-04)
### Bug Fixes
- fix some color transition ([8de9873](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8de9873c8f98da5832ffb9a267d9bd8d69dd8221))
- **lightgallery:** fix lightgallery ([068ca73](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/068ca73e7015846bdf6fbcbc8dd4f4f3bfff3279))
- **md-enhance:** do not throw new line warnings ([8ac66d6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8ac66d6c0ec1b5881580dc00254390c35284d01d))
## [2.0.0-beta.1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2022-03-04)
### Bug Fixes
- **theme:** fix algolia ([b986b4f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b986b4fa9b28325a5fe0df44321e1b7b9303777d))
- **theme:** fix code block text color ([dfee042](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dfee0426cb81eae46a595bfcc5ded868837c064f))
### Features
- **blog2:** add frontmatter and itemFrontmatter option ([8c3a3b1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8c3a3b1af49c0a2eb6b9f332f6e6163abbe4df01))
- **copy-code2:** add pure option ([cff47f2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cff47f257bcb9b77a110ad01f50aa2ab2f190cd0))
- **md-enhance:** add gfm and image option ([907b98a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/907b98abef40880a188145880b5ce34a10adfdd4))
- **theme:** update lightmode color ([076cf2d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/076cf2d5933f677a4971449a164c659e05afc721))
- **theme:** update pure mode ([43d9774](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/43d97745bea1d1f9c26938b10b2dd6d5d746f1a9))
## [2.0.0-beta.0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.41...v2.0.0-beta.0) (2022-03-03)
### Bug Fixes
- **md-enhance:** add missing optimizeDeps ([25db006](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/25db0062f74c423de6078c31ba9871afeeb13649))
- **theme:** fix navbar actions on mobile ([339c147](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/339c14788b02d4f7fbdee3803207ee68798b9c4f))
### Features
- **blog2:** add title and itemTitle option ([9aa4415](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9aa4415829b83ff14051e47347b20c212277f083))
- **components:** update TOC ([d833fa6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d833fa6c629924397c956e4b78d81fa308ae646a))
- **theme:** add title for blog page ([050fe16](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/050fe162bc6cf4038805024542e43a5ba54679e5))
- **theme:** support HTMLString in blogger description ([66e455a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/66e455a1a59b2ddd8e520449dcdcd34ee89b6cf3))
- **theme:** support pure control in project panel ([b6c0086](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b6c00866d14ad4d86fe5df7f30f8b43fab4a6a6e))
- **theme:** update style ([a834fb4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a834fb4ad55baaf2e2f013cfdc6f5934c07bcda6))
## [2.0.0-alpha.41](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.40...v2.0.0-alpha.41) (2022-03-02)
### Bug Fixes
- **components:** fix CodeGroup tab style ([519d023](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/519d0233792cbeb435bb81aca6f5541782aa1ce4))
- **components:** fix tag margin ([7aa5ae4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7aa5ae48c833a73ea456c1cb68465d666732744f))
- **md-enhance:** fix code-group tab ([b8d58e5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b8d58e5940773ff1edd50a704be4d7ab4b6d2d1d))
- **sass-palette:** fix issue when path folder containing spaces ([926d2f4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/926d2f4014566ce9628a47d9199db399d410de1c))
- **theme:** fix scrollbar issue ([9600c47](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9600c47ea0a624d99ef927d0a590923d661c6f9a))
- **theme:** improve sidebar ([3970df5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3970df55d0c486a6c477934618cf1ea7d01d0f6e))
### Features
- **components:** add color options for ArticleInfo ([58b41ae](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/58b41aeedf035c1541835cec947d3585e82d3ccb))
- refine plugin api ([22b1d93](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/22b1d937ae91d799e4dd954029d31667c677c5af))
- **theme:** improve sidebarLinks ssr ([16f4e8f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/16f4e8feb4063197b7e8a0979950d1d3782e1f81))
- **theme:** optimize navbar links ([ff7f051](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ff7f0511ad0b8fe32752444eb24c8aa1d271e850))
- **theme:** update sticky icon ([f200986](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f200986f2e5309bbfe687372f1b0d0fc0774f946))
## [2.0.0-alpha.40](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.39...v2.0.0-alpha.40) (2022-03-02)
### Bug Fixes
- **components:** fix tag style ([b411a29](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b411a296c368755325e1d615fc58847c21c22ee7))
- **shared:** fix type ([387a323](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/387a323e4f5dee30ddd1cf959aeaeb101462a67d))
### Features
- **components:** support headingDepth in TOC ([c6e26c1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c6e26c1e4791fc66011e3b4c3850805d0a68debe))
- **theme:** add more code theme ([7649427](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/76494277ecabc375db799cd6afcee6c7c60dde9d))
- **theme:** support code block theme ([5a644dd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5a644dd4a56e8009eb06c5a01dc22493a4c4c329))
## [2.0.0-alpha.39](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.38...v2.0.0-alpha.39) (2022-03-01)
### Bug Fixes
- **blog2:** fix pageMap generate when no article is found, fix [#1517](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1517) ([aeb9150](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aeb9150b214dcf5480852c1414bfb20ac9d2ad3e))
### Features
- **components:** render with random colors ([88c26e5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/88c26e589035606926d40084b7e103d8e54c9777))
- **pwa2:** use root lang as fallback in manifest ([04aa949](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/04aa94900b5735b8ad43af3ab3a3e483ea5bc53d))
## [2.0.0-alpha.38](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.37...v2.0.0-alpha.38) (2022-02-28)
### Features
- **md-enhance:** destroy reveal instance using Reveal.destroy ([f24c854](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f24c854b524be2cd7f9f10df2cc46fadc5ed97b6))
## [2.0.0-alpha.37](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.36...v2.0.0-alpha.37) (2022-02-28)
### Bug Fixes
- style fixes ([c7451b0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c7451b004402e749227adbe770fa576230b72961))
- **theme:** fix tag list issue on blog home ([f676776](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f676776472d92d2eedcb0e5994e7630fc1faa3a0))
- **theme:** use auto and light as default for appearance, fix [#1508](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1508) ([35e087a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/35e087a08df91cebfbde123514be4bc40f337941))
### Features
- **theme:** improve style ([31258c9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/31258c92cfafae99ff49ae7a86bf706678cee713))
- **theme:** rebuild project panel ([e0deca5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e0deca5dc29194004af14ae1d0dfef9ea757825e))
## [2.0.0-alpha.36](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.35...v2.0.0-alpha.36) (2022-02-27)
### Bug Fixes
- fix vite build ([d06f54d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d06f54dd3dadefa9ea526a733d43be8cec9c00ee))
### Features
- **pwa2:** add appendBase option ([3a15da4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3a15da427e1b0046389440c58c02826baf3534a4))
- **shared:** add `addViteSsrExternal` ([e1f5f33](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e1f5f33c8e024dfbe47ba0714179e61be1daa80d))
## [2.0.0-alpha.35](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.34...v2.0.0-alpha.35) (2022-02-27)
### Bug Fixes
- **components:** key pagination number ([8e54ad8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8e54ad879cb7cc914d30c08937a214f3b8d0893b))
- **md-enhance:** fix footnote margin-top ([43ff953](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/43ff9531a9d141c763a9bf1b8b3e3d5894510148))
- **sass-palette:** watch user file ([f481cee](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f481ceecd373a297d52928973ec3c58b677b6dab))
- **theme:** fix blog-info margin-top ([0241c77](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0241c77de760c1136a08de73392a591919f3cb2e))
- **theme:** fix category wrapper style ([e86dc55](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e86dc5570f6fdc504e59464f2ca31523dd9e39ac))
- **theme:** fix social-media ([6120242](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6120242153fda4bda96ad998f8b647f98672e903))
- **theme:** fix tagList ([8f600e4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8f600e4c93c7848143695b61a72ea0b2f6d76b0e))
- **theme:** improve password hint ([2c4c3b0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2c4c3b0347cdc014790c1e10b1e7655c12e78d85))
### Features
- **blog2:** add hotReload ([8ff4a69](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8ff4a698f100e43d96e8241af00d3d98173229a6))
- **theme:** add built-in support for search ([7887e3f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7887e3f92b0294fc6b8a77a216c1e77ab42376fe))
- **theme:** add slidedown button ([7324e37](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7324e3775293943fed373555a33fcd421978d006))
- **theme:** improve sidebar state ([f31505d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f31505d4b60d05e61d5abe057985555664e14fd0))
## [2.0.0-alpha.34](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.33...v2.0.0-alpha.34) (2022-02-24)
### Bug Fixes
- **md-enhance:** fix presentation tree-shaking ([74f0898](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/74f08989736cb494749eabe84c0a7d186fd9fc5f))
- **theme:** fix timelineList item hover ([67f1dcd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/67f1dcd26f87cc31b7390397079e8e2c6eae4c15))
- **theme:** key timeline transition ([810102f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/810102f98ba19364d7bbf93f5669e8540a7a37ab))
## [2.0.0-alpha.33](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.32...v2.0.0-alpha.33) (2022-02-22)
### Bug Fixes
- **theme:** fix algolia search on mobile ([6e58d60](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6e58d60556feb1540baf1c57d6ba03ae956b1498))
- **theme:** fix blogger info style ([92fb54a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/92fb54a91230c221188110ccee09508db2314872))
- **theme:** fix dropdown wrapper ([9863250](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/986325016507d9c1db33a259568e1a7a62f96fbd))
- **theme:** fix timeline item ([a6dccb1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a6dccb1f5f56d328d226594b35eda1039e3c99d6))
- **theme:** fix year title ([fe1a97b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fe1a97bb6e73b4c7173235d072fcafb271d52c3d))
### Features
- **theme:** disable pwa by default ([3f99aac](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3f99aac22dee4efc2bc67633ba6d6c45e52bf1fb))
## [2.0.0-alpha.32](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.31...v2.0.0-alpha.32) (2022-02-20)
### Bug Fixes
- **theme:** fix socialMedia resolve ([d424d35](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d424d35d81afe2c4d898327b002e9b6c25b08c82))
## [2.0.0-alpha.31](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.30...v2.0.0-alpha.31) (2022-02-20)
### Features
- update vite bundlerConfig ([b940a63](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b940a63d319381546de6d4aa7f5cc26dd1ce3cc5))
## [2.0.0-alpha.30](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2022-02-20)
### Bug Fixes
- **md-enhance:** use esm version of reveal.js ([b6cd66b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b6cd66b6e1ad49089e684ff97fc39e97185e8ce2))
- **theme:** fix blogger avatar size ([a3863d1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a3863d1ee4c94d295744a92595b2e5cd4eba5168))
- **theme:** fix homepage feature external links ([389ed7e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/389ed7e5cc4aece63d641782a74ddf84ca1d5eef))
- **theme:** fix pageInfo issue when setting `article: false` ([1c10097](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1c1009793464dbcb57cf6e2fd50c40627967d012))
- **theme:** fix typos in socialMedia ([49745fd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/49745fd436aa4bbc503c4508f710423663b0ea2b))
- **theme:** refresh article list with keys ([5490e7f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5490e7fdd21a63f852a654dd1f8b51fa5bb5075c))
### Features
- add `addViteSsrNoExternal` ([5f0d58a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5f0d58a310485a178e1cf601534ae18cf7f48e40))
- **theme:** improve article item dom ([cf3b9de](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cf3b9de76bea41b2939abd6f26e0e447ed072447))
- **theme:** make socialMedia tree-shakable ([af42408](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/af4240808b865c309f3643d369634d46cf3ced7f))
## [2.0.0-alpha.29](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2022-02-19)
### Bug Fixes
- **create:** fix locale language ([23bcf44](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/23bcf44fadd6b63c4c4696a8b6a61d11efae0d6a))
## [2.0.0-alpha.28](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2022-02-19)
### Bug Fixes
- **create:** fix command ([ee2c91d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee2c91d9b8eeb6af627457db889dccacb03835d8))
- fix BreadCrumb props ([0602b66](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0602b6623b7009963364d36ee809ad2f77fc7297))
- **theme:** auto apply `theme: "hope"` ([3912801](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/39128015bf1eb8d6ef763a06254d044c64fa8b7b))
- **theme:** fix article info locales ([e5cfeb4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e5cfeb43c4c16061cc52db9ef5872afcbd469377))
- **theme:** fix ArticleList ([34604c7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/34604c74acd424ebc30ba2ede3ccbe990cb29851))
### Features
- **create:** add i18n support ([4605db5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4605db5261b442281ce1f80c7cdc3af122b22c90))
- **theme:** style updates ([afba602](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/afba602b301fc808ba6edb1d98234bc17ab4553e))
## [2.0.0-alpha.27](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2022-02-16)
### Bug Fixes
- **create:** fix template folder path ([3fcc980](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3fcc980865c14a74c54bc7950e93cadab3da2d00))
## [2.0.0-alpha.26](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2022-02-16)
**Note:** Version bump only for package vuepress-theme-hope-root
## [2.0.0-alpha.25](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2022-02-16)
### Bug Fixes
- **create:** fix command ([cc9cb54](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cc9cb54f5b274c2e186e50ec53353caa3d997d33))
## [2.0.0-alpha.24](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2022-02-16)
### Bug Fixes
- **components:** fix article info icon ([f51fa73](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f51fa73fdf0cd3cb02e02040cccac1b5bc4bd5d9))
- **components:** use default slot in TOC ([e29ce66](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e29ce669ed8676d6379f43fa3e864d5a60d13193))
- **md-enhance:** fix typos in zh locales ([9f0676f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9f0676f9f3c95f0203c6c76ddb94faa9e006c28e))
- **theme:** fix article info icon ([777d9d8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/777d9d818704f333bf911c8b5c4851ea06eb9024))
- **theme:** fix blog excerpt ([7922bdd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7922bdd7d854e62fec5c2528581239af968b4828))
- **theme:** fix blog layout ([7fd5e4a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7fd5e4ae2fa53182dd1ff77f9d34e24ee2e0a9fb))
- **theme:** fix blog layout in ssr ([cc89b4c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cc89b4cc8d36142a714c6d83916384931a1b1dbf))
- **theme:** fix dropdown title margin ([ddf273d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ddf273dc2bae4a2883c582ae36f772da16c32a42))
- **theme:** fix homepage icon color ([fdcb254](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fdcb254ba015d510510feeaf7d24907d56c1e309))
- **theme:** fix PageTitle margin-bottom ([b292553](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b292553e98a8a9413c5124f7862514a970b67f2e))
- **theme:** fix socialMedia ([3d7d6b3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3d7d6b3df0aa82c940272a35f73fe0568460de86))
- **theme:** fix toc ([1ccfc66](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1ccfc66ae1cff8fac4a7892facafa62ce52e44b2))
- **theme:** fix toc styles ([5dd8509](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5dd85092fb01c45f27520812633e9ddad75b5804))
### Features
- add create-vuepress-theme-hope helper ([92333cf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/92333cfa468571887e285e6d545cdbc97e79bf26))
- **seo2:** add auto summary ([085fc29](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/085fc29d9f1c2b3b2e711a413b629251f8e358e6))
- **theme:** add margin for nav-actions ([1d226a3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1d226a36505ed8308804af0185b412b52b984750))
- **theme:** improve blog a11y ([df751a6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/df751a655a3b98ff2620059fcf6d83e9a9fd0256))
- **theme:** support autoExcerpt ([04dbadb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/04dbadb783a0bdef27aafa4bc558e4ecc629f987))
- **theme:** support toc in frontmatter ([fb25719](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fb257194ccc75f8a734e1fc4361e91916e4956cc))
## [2.0.0-alpha.23](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2022-02-15)
### Bug Fixes
- **theme:** add external-link-icon plugin ([d270bde](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d270bde0b45e8495ffbe99c8acd4f27d5c40ad2d))
### Features
- **reading-time2:** update options ([e7b3a91](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e7b3a913802edcd20705c40c8fb5eddfd604612a))
- **theme:** update navbarHeight ([ed7a816](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ed7a8160e355e8ebf657f8062fb2e0e8e43a1477))
## [2.0.0-alpha.22](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2022-02-15)
### Bug Fixes
- **components:** fix rollup config ([14287b3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/14287b3fbc34a694a472f2e0703d83f1d5df5307))
- **theme:** fix active header link plugin ([23f2d22](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/23f2d2253b49188718bc91174b8118f9b8673375))
- **theme:** fix blog layout ([c212ae3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c212ae37c44b8d051de24169c9b0bc2145b84112))
- **theme:** fix darkmode button ([28cd605](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/28cd605f506f2cff2605dc892db1703f52689464))
- **theme:** fix docsearch button margin ([8c655ed](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8c655ed2d9f2f421d94838c81aa3945d61b48b1a))
- **theme:** fix sidebar group link ([4d7c292](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4d7c292f7d3d9420ad76c2f45895e27c714301ba))
### Features
- **feed2:** detect output options ([90f2409](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/90f2409d00dd60ee73dd2d185e90e1f0714f12ce))
- only use git plugin in production mode ([93570dc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/93570dc80cd707654b6e75c9fc84b862bda5cb0d))
- **seo2:** refine options and update docs ([d953ef5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d953ef5a5468073d7934cc396a982fb40779b637))
- **shared:** remove font-awesome ([932caf5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/932caf50e8d494c087daecaabff477f0ee56efdd))
- **theme:** add navbarIcon options ([c67f04a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c67f04a77deb0c36610b2a2485dca3037dac188a))
- **theme:** add new helper ([99f13db](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/99f13db86ef2c1778de95372ac57e03c834e3a5a))
- **theme:** improve blog a11y ([2459259](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2459259a09318e5cf33ce25cffeb2decdbe696c3))
- **theme:** optimize component register ([1d83a22](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1d83a222773d1da68c8dce7c43be1257f72ce6a4))
- **theme:** refine encrypt options ([de07a2a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/de07a2aa044d04bccde8b0c96f80c0ca79d19a2e))
- **theme:** remove $themeColorPicker in config.scss ([50f841e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/50f841ee463313d7c9d9ca9af4fa2ea095366345))
- **theme:** rename logoDark option to align theme-default ([a6c8e25](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a6c8e258dec6703a8435f8075d39bfefd03f2759))
- **theme:** support `[@import](https://github.com/import) in user styles` ([0a49566](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0a495661b598f91f7596bdf554886cabcf8038a9))
- **theme:** update feed option ([0d902b5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0d902b5d6ad93d79cfe90ca4baaea5c5ce749054))
- **theme:** update home frontmatter options ([92ff923](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/92ff9237e028269bc427004e7ce194ea9ec329ef))
- **theme:** update options ([4645187](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/46451875887d5cc1fc7166d10f6fce1e99c810d7))
- **theme:** update types and anchor style ([0add43f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0add43f71e3292ee0041260fbeb8ef2be840b47e))
## [2.0.0-alpha.21](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2022-02-12)
### Bug Fixes
- **theme:** fix features width ([55623c4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/55623c4e0d4788e1cf97891c04ecf13e222bc3fe))
- **theme:** fix mediaLinks type ([7150689](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/71506898925eed285e9059a4cf9e594a1ac16dbf))
- **theme:** fix normalize color ([190a424](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/190a4242887ce0e4ccb0a3cb424cf4c00678261b))
### Features
- **theme:** add dayjs to optimize deps ([f6c87a2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f6c87a2f735719b3efb1cdd2fdc603054f1df048))
- **theme:** set `plugins.blog` default value to false ([f23b107](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f23b107468e4293f7afce8d29af2b385e2d6e45a))
## [2.0.0-alpha.20](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2022-02-12)
### Features
- **theme:** add slots for NormalPage and ProjectHome ([a96f33d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a96f33d6e7687b669097074de9a29c4f224768c1))
## [2.0.0-alpha.19](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2022-02-12)
### Bug Fixes
- **sass-palette:** fix ssr render css generate ([c2f7b74](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c2f7b742e06f8f11149f6d658d07fd82fd727bc2))
- **theme:** fix algolia search button ([2af2bea](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2af2bea45cbadc5eb7fedc68bd8d8239b1c78e78))
- **theme:** fix fullscreen button ([7c755b9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7c755b92ba1b0ab3df2ebddea228979d82c07aa9))
- **theme:** fix themeColor not active ([0e1b12f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0e1b12f2fb993cfc6bf99b16e8bf5bc733093369))
## [2.0.0-alpha.18](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2022-02-11)
### Bug Fixes
- **components:** fix BreadCrumb on devServer ([78bb24a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/78bb24a911051bc7105185e1ed6e655b2ad6960c))
- **components:** fix components ([0f72261](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0f722614ac0b49bb57a5098e3c27d95a01d1b3b3))
- **md-enhance:** fix container line height and code block ([7278401](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7278401e8154693debc26e9be03732859231c9d3))
- **pwa2:** fix head link inject ([9083448](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9083448e116c28239722921f747375123d960822))
- **theme:** fix fullscreen button ([45175e2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/45175e264eeb52ebe2d04d2c938359a378c51400))
- **theme:** fix heading outline ([5f53ef1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5f53ef172e604f578deabdd9ea27a4200607763e))
- **theme:** fix NavScreen closes issue ([475aeb7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/475aeb713491b21badac28fc0e6bbb759b7fb1d1))
### Features
- **comment2:** optimize options ([5bddcda](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5bddcda68f7208fb02819a71d05c5479b860f295))
- **components:** improve backToTop button appearance ([9c1cb48](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9c1cb487984dbc5f2fb7972e2b23abb018997911))
- **components:** improve backToTop button style ([1463451](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1463451ca28a076e21e6075a1d1aae6647193865))
- **feed2:** add default sorter ([5e9b36f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5e9b36f368fb85c89d48aeb95e26d8e2d6b16299))
- **lightgallery:** add docs and optimizeDeps ([f43a597](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f43a59772f63660b2d02e2fab12723e84548011c))
- **sass-palette:** update style options and improve debug log ([dfa721a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dfa721a588249ca8998b8247a8872573a41dd580))
- **theme:** fix page shrink ([636c256](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/636c2566caf3cf47a75135b0edb7aaedc74d8a81))
## [2.0.0-alpha.17](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2022-02-10)
### Bug Fixes
- **components:** fix BreadCrumb ([bc17943](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bc179434f6384685c8171152028d3a7b0213af06))
- **components:** fix category ([48eb648](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/48eb6488efcd605c792eb7e998646e7a87c2f380))
- **photo-swipe:** fix delay option ([b3aee43](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b3aee43f53a5a0782b47879a260dc2220ef277fd))
- **theme:** add missing optimizeDep ([1a743ad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1a743ad9172050e86a5f9409a162a78f49d5241a))
- **theme:** fix page title spacing ([9fba660](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9fba6606f665a0f8fed9468d3d3304b8f58846bc))
- **theme:** fix sidebar ([7e1094f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7e1094fef686bdf3fdb774912baecb7ef6b546fa))
- **theme:** fix theme color picker style ([471f51e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/471f51e35d58f1fed608dc282e518ebafb56766f))
- **theme:** fix zh locales ([3215673](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/321567333744fe86fae25450455c3ecd8c0d4186))
- **theme:** wrap outlook settings with ClientOnly ([cec2f9f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cec2f9fcb9f8e58af60069f2ba8f44d3190baeac))
### Features
- **theme:** add description options ([80f8313](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/80f8313416ad4eb5a6dc7dd43cd037950e04a473))
- **theme:** add resize listener ([7aa4050](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7aa4050c339e37fb77f589b255f32be878644add))
- **theme:** add sidebar mask color ([f4cad33](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f4cad33dce963e5550ce1f94a9ce5aed57d47f19))
- **theme:** improve navbar outlook ([6795a88](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6795a8865f9a3c39733ef6cf2c2163a137d8791e))
- **theme:** improve navScreen styles ([7abaead](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7abaead16bdc7c5c93ada3d8b74764af4daf272c))
- **theme:** rebuild pageNav ([dd1646a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dd1646a970c9a0d0837194bdf38cdfa1096ac3f5))
- **theme:** support locale in PageNav ([5dda0ce](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5dda0ce689a79ec9ba0125333d7e15009748d74a))
- **theme:** update navScreen links ([48fc519](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/48fc519dff1fdb713058f48609450bbda9f139ae))
- **theme:** update outlook panel ([452760d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/452760dcc24ad115a84bcaa0c57b24705ae85167))
- update blog layout ([1a64724](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1a647247d8faab6c3b88b59a334e0abab73716d1))
## [2.0.0-alpha.16](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2022-02-09)
### Bug Fixes
- **md-enhance:** fix footnote position on mobile ([6d1fe4d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6d1fe4d6b648a6ab41458d467abf32de3121fdb9))
- **pwa2:** fix popup update icon ([239b216](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/239b2160ce8e4ebda2145793f7b6eb917356d354))
- **theme:** fix 404 layout ([c80e94f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c80e94f217ccb96c4f4379889067d016b5604cfc))
- **theme:** fix navbar dropdown style ([91aa69a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/91aa69a0cc98062d7fe8404f5a4ff503b57b4caa))
- **theme:** fix navbar item padding ([1e2debf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1e2debf1e8945f0f3bdc1dc384290cfed0d8d3ce))
- **theme:** fix navbar prefix ([72021d1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/72021d1d599a82b8a7c48bda4fbe488887ab4fbf))
- **theme:** fix PageAnchor headings ([62b4707](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/62b47079c24025ba00fb6886ac716659b5b3b2ee))
- **theme:** fix plugin option types ([25d3494](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/25d34948a08a181847a2e2fe1890fd1886f613ed))
- **theme:** fix sidebar nav dropdown ([03a8943](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/03a894303de84a26f4c6a96d6c1976fa39159b2f))
- **theme:** fix sidebar title font weight ([5354d14](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5354d1436698623fa9e67b016440cbdf4d2dd692))
- **theme:** fix theme color ([e93d3e5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e93d3e54aa9323d4b16b9231c3459adb0c6f284d))
- **theme:** fix toggle button ([3a57d58](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3a57d58f557b475cbe5d7b92ea954a7cb1d83ebe))
- **theme:** rebuild sidebar styles ([b9a5d72](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b9a5d72b5c4fff51ee9fa723468a20fb4d9e48bf))
### Features
- **components:** update backToTop icon ([d82fc48](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d82fc48d558cb9eea3c43607d3479a76556be647))
- **demo:** update demo ([f0445cc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f0445cc3b2c9fa7390450c9a4ab3d7c666857026))
- fix fullscreen and add outlook button ([c8f6bf7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c8f6bf71e8358caa6a358b4826f9db22bc5b79cd))
- **theme:** add NavScreen component ([b5cf33c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b5cf33c5b718315f355fd9d93406bd56356417b8))
- **theme:** add skip link component ([aae4e66](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aae4e66f683406d3db7c7de8c1f07e777dabba39))
- **theme:** update layout ([8c3a1d9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8c3a1d92f66c27138bff73c6a33e144c4579cabd))
## [2.0.0-alpha.15](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2022-02-08)
### Bug Fixes
- fix styles ([a37574f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a37574fb5ab10fb3087df1d1516fadfe4d952df4))
- **md-enhance:** fix broken style ([f01656c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f01656c8efdb9ba666fba49b27e28bd37ee95307))
- **theme:** fix blog setup ([d1f5314](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d1f5314f0af6a3f950de5311fd02aa08bc922af0))
- **theme:** fix PageAnchor layout ([fc2b3b2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fc2b3b224ab376167b81ad7043356b46b8ae96a9))
- **theme:** fix sidebar highlight color ([7c2b1b8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7c2b1b8a3a95fe2b6c1684342e97e86031f17e72))
### Features
- **feed2:** update options and docs ([659abcc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/659abcc90221d7d6b2f946ff0f19a4a17f4c403e))
- **md-enhance:** update slides style ([a6de08a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a6de08a796e1d7ca07f542d38fe5c4c6e9ff69bd))
- **sass-palette:** add generator option ([89293d9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/89293d94906e07ff30b1e30873baa97f1b687d8c))
- **theme:** make blog feature configurable and tree shakable ([07d59fc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/07d59fc6b75e48abd660117b975ac01d3e7c55db))
- **theme:** update template ([5d4219b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5d4219b13a598a8e1a70ef1077c5b8c22d75d3ae))
- update blog2 plugin and add docs ([8516d43](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8516d43115fa49b2c9ed12417b29662e521d05a0))
## [2.0.0-alpha.14](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2022-02-07)
### Bug Fixes
- **theme:** fix dark selector ([600c032](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/600c03232ecc036dddae657d5fc75ca201101a97))
### Features
- **md-enhance:** add v-pre support ([a416fcf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a416fcfe47327072183789a5fee7a4fd538e0963))
## [2.0.0-alpha.13](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2022-02-07)
### Bug Fixes
- **shared:** fix clickOutside directive ([1179023](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/11790236cfaa74a4af87b06acf9471fbdbe9ffc8))
- **theme:** fix navbar layout ([1762ae1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1762ae1136af548a747cc5dc6f84eea756c141c6))
- **theme:** fix optimizeDeps ([9077130](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/90771308568f9f2030d37fa0144608dd0b0140bb))
- **theme:** fix pagination ([9721583](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/97215835c610f031c7db27e77e6a098aeffc7529))
- **theme:** fix typos in scss ([f7820fc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f7820fcb5b68ff63cb31b3052cfab8a9fae9619d))
- **theme:** merge blog options ([6570983](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/65709837c96344b95c3fee454011961a6cd43f5b))
### Features
- **blog2:** improve debug logging ([b75fdbb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b75fdbbe5215d1ce8d7cb2111ebfd737b8c88c2c))
- **feed2:** support getter customize ([81d91ad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/81d91ad89d476d914025ebfe1ff7769755eeafb5))
- **md-enhance:** update flowchart presets ([edd6599](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/edd659960ee276c503998cd9ac20584386623fd1))
- rename some frontmatter keys ([b05b21a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b05b21af643240e9488ab0389c155efb3e2c23d1))
- **sass-palette:** support auto-load config ([79becdf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/79becdfbbe3fe5fc9f61a0d3f819fd601efc3d6a))
- **shared:** add missing LICENSE ([791c4df](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/791c4df5797697f7bc808f8be9e6cbb03f95494f))
- **theme:** add 2 helpers ([ff070b7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ff070b76611c29c3baec0fdf0a0d27c49fbc2bd6))
- **theme:** rename copyrightText ([da21a18](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/da21a1818ec8d8bbee4f5402be0966b156570c13))
- **theme:** support prefix in navbar config ([fd8f0d8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fd8f0d844b44d5fbef8e7870f1ff970762dc1188))
## [2.0.0-alpha.12](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2022-02-06)
**Note:** Version bump only for package vuepress-theme-hope-root
## [2.0.0-alpha.11](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2022-02-06)
### Bug Fixes
- **theme:** fix blog options type ([9a2d573](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9a2d573ddf7684cea5c0ccb74dbe8c7e867f6817))
- **theme:** fix theme build ([0942ca6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0942ca659edf32205b85702eb11c432cdaad2a7c))
### Features
- **theme:** add helpers ([03945c3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/03945c3ae2ad596e8879442240f8bc221cbc307b))
## [2.0.0-alpha.10](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2022-02-06)
### Bug Fixes
- **blog2:** fix category ([7ab5646](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7ab564602a4477bf51d70cd4c735c34e1c655ffd))
- **blog2:** fix metaScope ([46fefc0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/46fefc08578ab31257129675a51c3febc812e52a))
- **components:** fix Pagination input ([d495102](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d4951023510555f456c91da7a1ef49bba6c709e9))
- **md-enhance:** fix container text color with default theme ([4e8c133](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4e8c133c3f995aa4d6df35ae302e5c308ae9166d))
- **pwa2:** fix devServer issue ([ce0346e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ce0346eae3093463d7115e24e918032cee18f09e))
- style fixes ([da60f1d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/da60f1df60b67f47ab1d28b0f45734583f04ead1))
- **theme:** add icon for homepage ([0045c39](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0045c396677f37d43fe278c22a7c34a86a9ff639))
- **theme:** correct component name ([27174f4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/27174f476f0e83a3c55dc09d0c0864a1d526a929))
- **theme:** fix 404 route resolve ([22661fe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/22661fefefc30830a274f0067fc0ca02f0de64e3))
- **theme:** fix blog hero fullscreen ([11a552c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/11a552c5a8a6b6b9f53cd9bc35a5f8ad7e456260))
- **theme:** fix build config ([40084c6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/40084c6c7425aaaaa53dc947e7501c66792eac71))
- **theme:** fix darkmode apply in template ([f52d810](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f52d81078914b230cd203945516f58f955525219))
- **theme:** fix error import ([e02e01c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e02e01ce0556b1c94d6867bac85964678e6cc90d))
- **theme:** fix hero image issue ([a8eb5b3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a8eb5b3942162389bf90ec87d6cb13c5655632a3))
- **theme:** fix layout config ([dee4f51](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dee4f51145324fd33d8f9f46ddac613f5aa8fb90))
- **theme:** fix number size ([ee410cf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee410cf4123d21a603b05124dbb0552f4ffbc598))
- **theme:** fix package.json ([9bafddd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9bafddde6660655f1c37be65267b2b526a3a8dbc))
- **theme:** fix page nav icon ([c7cc980](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c7cc980be73d689afaaade4c9d74425a0d517d18))
- **theme:** fix PageAnchor active ([b9da973](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b9da973a8a73d547ec94f069c69f1accc661351d))
- **theme:** fix PageAnchor active ([6d9353a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6d9353a43743ff270b78796796fb258e99483505))
- **theme:** fix pageInfo link ([f9a0548](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f9a0548f53eeecdfb5c2e752717a3e0cfa4ad2fc))
- **theme:** fix rollup config ([810e276](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/810e27601d3e51ee9c1f11cc1a84dcc912ad5901))
- **theme:** fix rollup config ([95533d4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/95533d4226352a6acc4eaae434e4431dc91965a7))
- **theme:** fix sticky icon text color ([6eaeb3b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6eaeb3bb7859152bdb4289f7c7aca34c6e3c6fa9))
- **theme:** fix theme build ([321988c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/321988c7671c53be5e84ea59ab739b73012a2780))
- **theme:** fix types ([c2726e3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c2726e35053358f3f05165295a078e5774d1a269))
- **theme:** page nav layout when editLink is disabled ([df82190](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/df82190877a35e946f663d53195f645217c6db4b))
- **theme:** style fixes ([307e0a1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/307e0a1f85a3f17001a68b7c242eb7d9b017d95b))
- **theme:** use correct themeConfig when extending page ([f7d4e00](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f7d4e001f17942f7afc2a0d75f56ea26c6080c0d))
### Features
- add blog2 plugin ([a12f51e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a12f51e885b08fd9585eae3e5d6d731a17fcd170))
- **blog2:** resolve routeRedirect ([349da5a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/349da5a566c02da8dfe23242e15070e9590460d1))
- **blog2:** update structure ([22dcd27](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/22dcd276b9eec50500cba22f4247a1f88dc533f3))
- **md-enhance:** add flowchart back ([d870212](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d870212a402f9578066851ec754a56d112e41c75))
- **sass-palette:** support auto load palette ([dadf14e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dadf14ebbc090de1a966a50a6bce304257b320e7))
- **theme:** add ArticleList ([4d9af55](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4d9af5566da294f62ed84a204301030fdc87dc3f))
- **theme:** add blog composables ([459cb55](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/459cb55462ef84cc5d93efa21ae1fd6d26ff67f3))
- **theme:** add blog feature ([05d5c42](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/05d5c4249b5bf5593ad7d631c43ab7639f073f63))
- **theme:** add blog hero and project list ([1277a21](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1277a21d6f1d1dfea254067fb88e0fd7b1104803))
- **theme:** add blog options ([d71c052](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d71c052383a3df7ca2a444cd6edcdedb23d71003))
- **theme:** add encrypt feature ([2d75478](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2d75478ec6dabb684065994ab5653091793801e4))
- **theme:** add icons ([12bcab9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/12bcab961c52d82a009747d70bcd9bfc7b2c66da))
- **theme:** append class on html element ([a56659d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a56659d148889c9307dfb191c2409aa7a85532bc))
- **theme:** handle deprecated key in extendsPage ([90585e1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/90585e1ed2b93e17b12a3d2f7fcff4428c0ee397))
- **theme:** improve collapsible sidebar group with link ([fdd304a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fdd304a5cbc6cb5453901352d610e50c259202c1))
- **theme:** improve scrollbar ([2a4a481](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2a4a48193f4e1f2f2740617c222da5b6ac1899bb))
- **theme:** optimize encrypt on webpack ([3ca45c3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3ca45c3187490e6b6538217674de5e589d33f9ef))
- **theme:** rebuild existing blog feature ([291b46c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/291b46ce494f53a2181bc0a3652d7df692bd66e9))
- **theme:** update alias config ([92541c9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/92541c9fd1f37fba37ae42602e3befdb96b6c17c))
- **theme:** update styles ([3376e03](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3376e03d8369ed8e1933b5f9d6c84e04ef77cd78))
- **theme:** update styles ([f47d960](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f47d960452f81a363e21aa5c3f96d26f7acd5775))
- **theme:** use logger ([2c204f2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2c204f2d01a22ec652660a4e7287118953cab69c))
- update style variables ([d86f509](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d86f509353a3a1ab5bb79a754c7573c3d1c68c2f))
## [2.0.0-alpha.9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-01-27)
### Bug Fixes
- **comment2:** fix waline styles ([fd9b3fc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fd9b3fcc80992262d4bbb06a2907db933b707c11))
- **components:** fix author link color ([eed07dc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/eed07dcfe912bea0ea84deafce01d98e8e3bcd24))
- **md-enhance:** fix note container ([5b80565](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5b80565781c7e32d4980cd730f56f37cd77aacc0))
- **pwa2:** fix update icon color ([36e640a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/36e640ad1d4f2e33185be80a141bcf57693c4096))
- **sass-palette:** fix transition error ([a47c921](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a47c921a3398ace30d777a234eb15c2fd07f4651))
- **theme:** fix active with locales root ([e1f98d3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e1f98d31f2de59cc84bcb58e6d7cbdabedbfa5e5))
- **theme:** fix dropdown icon ([519c089](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/519c0892073b20defb8ca93be2565d85d42110bf))
- **theme:** fix language dropdown active ([a220c60](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a220c605900ed360e7c70f59ebef5e43e0c4310a))
- **theme:** fix navbar resolve ([773dce6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/773dce65de665e3f497745a31f935b40ba43ea89))
- **theme:** fix project home layout ([ba5462b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ba5462b6e985e07e2c2a241b8f33f153c427d52e))
- **theme:** fix sidebar ([b025be0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b025be0232d6ebcddace0007dbdcac198eb78cd7))
### Features
- add optimizeDeps ([0f7c7a9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0f7c7a9e6755ec6f718790fae95223d486b2d5c5))
- **components:** improve pageInfo title ([5407ecc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5407eccd5e8aff1172d3e132d49dc823ce7931c8))
- **shared:** rebuild shared ([1be5b7c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1be5b7c847fd9527edd50a5cd0eda49000519ca9))
- **theme:** improve project title ([afd888f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/afd888febe7d9d9f4d8c853a71f1b5063f637e1c))
- **theme:** improve sidebar style ([8a7cac1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8a7cac1e59d56b99359424a9b68fa2e4cfab1b8b))
- **theme:** refine config ([3f501da](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3f501da281a0f94731f6c5b1838babecb7552f15))
- update theme layout ([b1fe233](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b1fe233ecdd0c2b6c3515fe212c57720fe520e1c))
## [2.0.0-alpha.8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-01-27)
### Bug Fixes
- **comment2:** fix frontmatter ([34c789a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/34c789a67a27e302abd04e7caa574c9d050f88c1))
- **components:** fix build ([84e80fe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/84e80fe2eab7b355ff5d35e2e181fec43174d999))
- **components:** fix CodeGroup HMR ([f78ba46](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f78ba464c007aa9bb6076f94d98efbe4c2ac5384))
- **components:** fix pageInfo ([4fd9a72](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4fd9a7293bfc176801b4987bc72349dda4fcb819))
- **components:** fix prop type ([c0ec529](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c0ec529754566ecb6cd26de675ff680fa04c1e06))
- **copy-code2:** minor update to english code copy text ([#1354](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1354)) ([d317ccd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d317ccd709403980c5e5b42a8c4841c1da26f86b))
- Corrects the spelling from 'corrent' -> 'correct' in the invalid password message when encrypting and adds a 'the' to the password prompt ([#1155](https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues/1155)) ([582836f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/582836f8360fa127a88a45f40601c650ebcebb0b))
- **feed2:** improve html comment regexp ([f76d04a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f76d04ad0784562c94aa9f7c08034341147a08ef))
- **feed2:** update import and fix generating ([6d99655](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6d996558ebc2d9b3b1dc46def38d354f51a414a7))
- fix build config ([25e4789](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/25e4789fc5b4d44816051cc3bf2bece156a89002))
- fix components ([b11442e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b11442ee8e314f3d02276d649a579d3b3da13885))
- fix dev command ([f3ef3f4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f3ef3f4cb52588f89b47df98fb1a16e240e23d53))
- fix navbar ([09e8660](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/09e8660d97e41ae3fefc8da6cf5b99b8c2eafa4a))
- fix theme build ([71ac6d2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/71ac6d2eb6b575c339ee818d2989c189fdf214ef))
- make vite optional ([831866a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/831866a3f56ed065341c13cfb4db9bf21eb5c4e5))
- **md-enhance:** correct component name ([2416989](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2416989d187e612bac004dbaa0d4386af102d685))
- **md-enhance:** fix build ([c533991](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c5339911769546206c82bafcc3c44eb5db558f42))
- **md-enhance:** fix danger container ([379e46d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/379e46d4bd9a0a67a1f7d05d548405e860bccfaa))
- **md-enhance:** fix mermaid import ([992a320](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/992a320334c298a63f89ad052ce7cf857e219c29))
- **photo-swipe:** fix locale typos ([8d59be8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8d59be8c06229e3ce350c43a0057451f58a5c043))
- **pwa2:** add missing manifest options ([de67510](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/de67510c683e757a88c2fd5496269fea380ae24f))
- **pwa2:** fix screenshots button not working ([3fd5bfe](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3fd5bfe4c47765ef2ee801a27aaf0852877862e5))
- **sass-palette:** fix style path ([7a545db](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7a545dbc2a44211d44c039ca320834df29d89ed9))
- **seo2:** exclude current language ([eb0eccf](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/eb0eccfac7dadf182ab18730d5dbe348734c76ab))
- **shared:** fix BC on devServer ([b7eecf5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b7eecf5fc7e576488b15abad45f0dbe6c1a63848))
- **shared:** not requiring client on shared ([e5116de](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e5116def84328cf5e7006b866adcfc5ea50f8d6c))
- **theme:** fix 404 layout ([d8c0ba9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d8c0ba9030232eadf491378a8741b4d24e379d70))
- **theme:** fix code block on mobile ([390cc39](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/390cc3965385dbef8603df7494bc3e1508c2775a))
- **theme:** fix collapsible sidebar ([415ba7d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/415ba7d1e724efecc4ba6a6b5ced2fb9e494fddb))
- **theme:** fix darkLogo layout ([797f2fa](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/797f2fa248224cbfc711006c8ff6a0c893edcbe6))
- **theme:** fix DropdownLink ([a19da97](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a19da977206a1822094c41ad695967b2dcc80a68))
- **theme:** fix home layout ([423f3db](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/423f3db95fbbe15eecbd6f3377248d7e566ead6e))
- **theme:** fix home style ([d4943bd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d4943bd27b34c26051f7d61ff36abe582393ffa6))
- **theme:** fix import types ([c7602f6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c7602f6214ad903bd68144bd5b60da3a47917e0d))
- **theme:** fix navbar config ([423c375](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/423c3751daed4eb51a0f6e9d4b15156008cad9ab))
- **theme:** fix sidebar ([c571aef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c571aef30705ee4aef9c8abf4d135b1c5f116780))
- **theme:** fix ToggleDarkModeButton ([513c05d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/513c05d82664efc5c3b37cdc7ff189a5fe7e1f5a))
### Features
- **comment2:** improve a11y ([ce08642](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ce0864284eb0536c4178cc0179feded6ca2bd2ee))
- **components:** downgrade screenfull to compatible with vite ([76455a2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/76455a2e7d62e1d038fe493b654276442bf44805))
- **feed2:** rebuild options ([7ff5952](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7ff59522ae7a244d478b71be3ee491004e2a761e))
- **md-enhance:** add lazy load ([7c837f1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7c837f1f1eebeec000e01d65545aa431cdd0998a))
- **md-enhance:** update container ([46f9d15](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/46f9d15edbdacb2775c842a659f11e69e0bcca30))
- move codegroup to md-enhance ([ece3ae9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ece3ae9074e5668fdcac1352a34ee94d3718bca1))
- rebuild ([c22143f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c22143f614971c55112fbd1a717e6501652d10f2))
- rebuild comment and components ([9aeb51d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9aeb51da3e777c63c808ded6d24b38f9f91cce2f))
- rebuild navbar actions ([274fad9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/274fad947c3a56c748789596059f95e2fb3f360d))
- rebuild project home ([ff88eb2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ff88eb2b5ccb8169a3c845b2afc672517d15c7e8))
- rebuild theme options ([2e15e2b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2e15e2b8cf7629fcdd17347148ec0a492221910f))
- **sass-palette:** add transition config ([ee75b71](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee75b7191c4399e9deea6d7ff40dc6a4f7579555))
- **seo2:** support JSON-LD ([57eb220](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/57eb220234ca17d2254ba6a4fa545243ffc35bea))
- **shared:** improve reg speed ([7de7e9f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7de7e9f8a4eb079ef5556d0c64e14dd0475f91a9))
- **shared:** update font-awesome version ([4138f63](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4138f63677597ffdc03f946abe1e9e75df8b805e))
- **sitemap2:** update sitemap ([6b779ad](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6b779ad40d16c3e24a8fdfa71dcf4331433ed442))
- stop reading from themeConfig ([e31ff46](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e31ff46909c2b72c352a6e05dc9ca55e19e45f84))
- **theme:** add 2 language support ([99ea323](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/99ea3237c5f72391f74d2cd108269c2a2be29669))
- **theme:** add template ([09053e2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/09053e2ea931c619fb882c9d8e78eba038c1ca1c))
- **theme:** rebuild navbar ([53ef024](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/53ef0241ba03a14f9cdda3266d31d3532fd32352))
- **theme:** rebuild navbar and sidebar ([094762a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/094762a3f1d9db02b8110002317ec647733adcb5))
- **theme:** rewrite ProjectHome ([3f7f7af](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3f7f7af4fc9c815bbd4f0061e9f3fa7279c27740))
- **theme:** support sitemap ([bceb656](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bceb65692545a2296cc320e356838ee978ffae1c))
- **theme:** update plugins ([6c309d8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6c309d8d3d25590325a11328529c996d261a7fff))
- **theme:** update sidebar resolve and darkmode ([8d86c8f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8d86c8f7af3345484eb1b529631a777df78062fe))
- **theme:** update styles ([f744454](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f744454e63d5702ab93c67063c6a8a5054a30bab))
- update function slots ([ff4bca4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ff4bca45c4207c2fa8359f8a3d0bc2333425a0e6))
- update i18n ([8870aff](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8870aff3e6ce38d8405aca576fd59de581bedb08))
- update navbar ([0c643ed](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0c643edc9f23ccb6d6db78e255cf809a914abaa2))
- use ts in dev ([77cbf19](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/77cbf198b9d3fb00cee7cc74e19634a50d34c2f1))
## [2.0.0-alpha.7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2021-09-19)
### Bug Fixes
- **components:** allow multiple $page ([1f9b8f7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1f9b8f731d0d47c407774cec0d586df3bcb2de20))
- **components:** improve a11y ([cc506bc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/cc506bc9651843dddbdd49fa4db39051350a52c9))
- style fixes ([c9430f5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c9430f59f8a384e8fd90bc68a23307950fdea56d))
- **theme:** fix navbar style ([92503bd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/92503bd7753ace84054ae700b22ee9701ca59ba6))
### Features
- **add-this:** warn at startup ([131e6c1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/131e6c1332d6525ccae6f6f98bf3c79bdd7e32a1))
- **md-enhance:** rebuild code-demo ([e7abb3a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e7abb3a0ac513dc8244da3a40c3fd8f8f32681b9))
- **md-enhance:** update code demo ([4b8e598](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4b8e598fc838a1814c76c8c9e7c97a0685122b6e))
## [2.0.0-alpha.6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2021-08-07)
### Bug Fixes
- **components:** fix breadCrumb title ([897aca1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/897aca18c10857411c0e94c4ae567a59d9a5a616))
- **demo:** fix demo logo ([8d96c8d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8d96c8d8aadbc502cccc5e8d71cd7749ee4fb468))
- **feed2:** compatible with beta.20 ([062cd10](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/062cd10255a1700f1c47aade31bb63539e9496cf))
- **feed2:** fix build issue ([0e15de3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0e15de3cf53c81ed8f8e580ab541128a781cfb02))
- **feed2:** update comment remove regexp ([357481e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/357481e9465a1d76daa3bb9ecb3f4ce5c51fef32))
- **reading-time2:** update chinese reg ([39252c9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/39252c9dda348b3850ad61708a5c40431454f613))
- **shared:** fix font-awesome ([049168b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/049168bde2091e00d894dec4035b71fea29323ad))
- **theme:** fix 404 button ([0458b95](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0458b95b8b2212ff9d1a4847f0d347722219a4d2))
- **theme:** fix copyright cannot disabled through theme config ([3935929](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/39359290c0f82bfcd5e4d6990a7440c76da09149))
- **theme:** fix navbar ([82ce925](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/82ce9254bd128d7e440e7e0849aab7721d436d7b))
- **theme:** fix style issues ([025a4ba](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/025a4ba1880a24525090da9ce75354129989be2e))
- **theme:** show outline of toggle-dark-button ([c5f3d96](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c5f3d96bd426ba127a99117bf1b797397e58bb93))
### Features
- enhance color transition ([7daad73](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7daad734c9e318b0a7bb005d64bca19e1da9fce3))
- **theme:** add slide layout ([351c1c2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/351c1c24cff2fb89e0586163ea3c0e70fff44de7))
- **theme:** extract transition ([991c21c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/991c21c8fb6e11b228921405b17d3b8a3f19333a))
- **theme:** update components ([9757853](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/97578534fc5ce0c1183863f9d68ed5ab6b10a4d8))
- **theme:** update darkmode ([fe7ebef](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fe7ebefe9f4c72be9999d5f386cd6f5a2de438f9))
- **theme:** update layout ([be8dbbc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/be8dbbc4e4d92c54e7b057d7515d5c94ae23d556))
- update layout ([3b131fb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3b131fbe7674feaee3ee2092b1cb401d84b1e612))
## [2.0.0-alpha.5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2021-06-20)
### Bug Fixes
- **shared:** fix useCustomServer ([7d51d90](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7d51d906dbb6846ccc36f44306447e662a9386df))
### Features
- **lightgallery:** remove video plugin ([11c66ce](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/11c66ce47412515cc10bba7ed451398b9e595558))
- **theme:** update dropdown arrow ([51f1fe6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/51f1fe6e868c0516dbfeedf8827017a1392969ef))
- **theme:** update navbar ([d8a90cd](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d8a90cd868582292a3a795cc1424948f56045c6a))
## [2.0.0-alpha.4](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2021-06-14)
### Bug Fixes
- **shared:** fix typos ([b89540f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b89540f7a423ce991c99c4e11660b41e9900b339))
### Features
- add lightgallery plugin ([884d45c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/884d45cf98bf698738a5fea6977fbdb64c232b8e))
- **comment2:** add meta tags for pageInfo ([f325305](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f325305bf0427a4d5b84398f2837c1b601cff60d))
## [2.0.0-alpha.3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2021-06-13)
### Bug Fixes
- fix demo ([a8f2abb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a8f2abbf2a01a4438bd0b368d360d66db3d4b0ed))
- **comment2:** correctly use reading time ([568a764](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/568a7647201a429ead66a7f905b90f44902d8e5d))
- **components:** fix keyboard event ([1044c45](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/1044c45ba5236a0fc55fbe9a96e9c68858e5ef2c))
- **pwa2:** fix error ([2bd6edb](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2bd6edb8422dca2f74b249ed40d2ac50365d6694))
- **sass-palette:** fix palette plugin under vite ([0e97068](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0e97068b1d145fb2ba50589cb0ac6a75c17a19c2))
### Features
- compatible with vite ([67d1ce0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/67d1ce0fb081199d473b2b71e8e3a9e17946cbf2))
- **comment2:** prebundle @waline/client ([c4d06c6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c4d06c61f0b0097fa2204efaf02ddaa375426385))
- **md-enhance:** add layout ([dd66598](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/dd6659890e20093e811e5871d2922810610d5c06))
- **md-enhance:** support i18n in details block ([72488b3](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/72488b372f2f585c345639dc8d8d9f6582378098))
- **shared:** add addViteOptimizeDeps ([9dcae5b](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9dcae5bb1542efff228fbb04d2388a65292cc667))
- rebuild locales ([885ab30](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/885ab30af568537adfbc8e873795548865535fb5))
- **shared:** add compareDate method ([0048e3d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0048e3dccc7a213dab1d5ced6d1e0896c13cdecc))
- **shared:** add useCustomDevServer ([81b0421](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/81b0421585446d7b65599862c42dfbf543dc4bf7))
- **theme:** add pwa plugin ([f45d1d2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f45d1d25d7bc23cae6028b90ca13e056170c4545))
## [2.0.0-alpha.2](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2021-06-11)
### Bug Fixes
- **comment:** fix author display ([c868d2f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c868d2f8f5059a833836d7caebbbd8112d7bc13e))
- **md-enhance:** bug fixes ([82bb69c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/82bb69c53ee5a9f101ce001c217f2495b4c99362))
- **photo-swipe:** add missing deps ([e7462ba](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e7462baf73d3376818e6d80161449189567782f3))
- **seo2:** bug fixes ([c2b618f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c2b618f114a3be0b16a5c9cc9e2368fc24c5a4f5))
- **shared:** fix noopModule ([7a65db1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/7a65db1ba3a28ecfed12d5663c415b112be6d292))
- **theme:** fix homepage ([2d755c0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/2d755c028346ed8bf7020a0569e905149e5c639c))
- **theme:** fix navbar ([15e2d6c](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/15e2d6ce6c31ba6b4ed47918f8e4289245767448))
- **theme:** fix theme style ([0ea7c62](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0ea7c624b2a51c02b4e913d0edf872469d67737c))
### Features
- **md-enhance:** use app.use to use other plugins ([fc40409](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fc4040976da42ec50ac7353edd5d2bfff2fb560d))
- **palette:** rebuild palette plugin ([313de83](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/313de83895c621f34059516cd5e1999e5da7e982))
- **palette:** rebuild plugin ([754819f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/754819f01a1c89c49d588463648b65569ef754dd))
- **palette:** rename as sass-palette ([728bfa0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/728bfa0c4f21d1666fcbb5ab4c3f55164fad4853))
- **theme:** add comment and markdown-enhance ([f9b4697](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f9b4697dc9c19b00a738eccc4de1f1938f80ba20))
- **theme:** apply more plugins to theme ([a95bbb5](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a95bbb5cf152c13c5b55f6a280475c5bc3da1971))
- **theme:** rebuild sidebar ([497c124](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/497c124b585411782a2fc892169ceca893367eea))
- **theme:** update sidebar ([9bd9a32](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/9bd9a3208e950986b55e01683df031e8b8479381))
- **theme:** update sidebar ([ddcad04](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ddcad044ebcbd8293737bbe1339b5e6d75e4bb86))
- **theme:** update style ([5876d8f](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/5876d8ffc522b49f4c6c9a19da9f078d59584a3b))
- update styles ([6c411a8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6c411a8757a26e319df19c8bf2669486c30d6005))
## [2.0.0-alpha.1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2021-06-09)
### Bug Fixes
- **md-enhance:** style fixes ([e7f8847](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e7f88473f5acb166697c713eb36c88b894e437f0))
- **md-enhance:** use Vue3 version for code demo ([df24197](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/df24197b1e0a914983d86b1562d88477be7dc95d))
- **photo-swipe:** fix photo swipe not working on default theme ([fca1211](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/fca1211602f4b40e05e3bd6b453982bb6fc99f2f))
### Features
- **photo-swipe:** add delay options ([4013840](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4013840bd8009e8b594b60901ed83b7c4f33a551))
- **theme:** update style ([6e2ce72](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6e2ce7273458982f13ad7776207f65e7aa780cbb))
## 2.0.0-alpha.0 (2021-06-08)
### Bug Fixes
- fix seo plugin ([b681fa0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b681fa032e6ba92cc15842fdbff5b9818fc03378))
- fix sitemap plugin ([a2f04df](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/a2f04dfb59369b3de43fbf929571feb25c93f2b0))
- remove deprecated time ([ee1a022](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ee1a022e0930ba705c48bad13550f76f10f0c726))
- **md-enhance:** fix katex ([da60804](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/da60804a88bd945da6f1b902ff0289a641652327))
- **md-enhance:** fix options type ([24f5dba](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/24f5dba567afedf49024b9ae25a4cdee9f76fced))
### Features
- rebuild logger ([e9ca65d](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e9ca65d961a9d19071d2b783a88a74057b6ccc98))
- **components:** add default title for BreadCrumb ([f28f844](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f28f844f7e662b820794d14c12d28dd16dc01779))
- update feed plugin ([60c9e48](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/60c9e488d0baede2344c2d0157f45097102ff766))
- **shared:** add logger ([3bb12ba](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3bb12badb574d70845082e391aec923989e85cc5))
- rebuild palette plugin ([ca23d2e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/ca23d2eccef6d4d23132b3257380a1d16207bbd6))
- **theme:** add ExpandTransition ([aee296a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/aee296a0ad0f7ff67824901541622605bd3dc766))
- **theme:** add footer and mediaLinks ([004b8d6](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/004b8d61d65d56f1bb0e284bb2af5002fa7b1878))
- **theme:** update homepage ([add06ce](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/add06cecedd6762b8de6bc86b0ca7edeacc2ce75))
- **theme:** update navbar ([3c1924e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/3c1924e70532e0d084d9c7de511c671b222cddd9))
- **theme:** update PageMeta ([307c8be](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/307c8be5da60251d8dfe36e22f1246dedb9509bc))
- **theme:** update PageNav ([02cb7b7](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/02cb7b7f1684da6abe06839f7079588571fee540))
- **theme:** update sidebar ([4a39086](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4a39086763e64b628b29bd4cd0efecfc6dddaa60))
- **theme:** update toggle sidebar button ([4f65d25](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/4f65d259e0ac1ada1a914740a1e7b5f66746ed01))
- add add-this plugin ([6ebb14a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6ebb14a68ec2d6462c39d4fcfc79622de7ba6e07))
- add comment plugin ([8b4b3c0](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8b4b3c044e3526b34f937a3e6c0e6615a413ebc4))
- add components plugin ([75a5cf9](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/75a5cf9e96c2154c091760d86b668f900cfe9625))
- add copy-code plugin ([e10b3dc](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/e10b3dce2b2f418d79e10be8cd3093198cd1d597))
- add feed plugin ([bc38ce8](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/bc38ce834661972170b4a7d9de8d97043b091579))
- add md-enhance package ([8e8753e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8e8753ee637a72c21cc9d3de1e848c03d9e03a7b))
- add palette plugin ([06b1b79](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/06b1b7900cd6cc982ac7e2694f32da1ba532393d))
- add photo-swipe plugin ([39cd7db](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/39cd7db40d9b5a15b38d3847c99e826b7515325c))
- add pwa plugin ([b00b57e](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/b00b57ee8a5fc501ae0af45460f322f966f1e0df))
- add reading-time plugin ([c455d03](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/c455d032a6c1c43fd94d725381685f7dffe0a390))
- add seo ([8bf93f1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/8bf93f1f309b92c758b5f600ec2ffc77a44eb04b))
- add shared package ([f38f68a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/f38f68a3751c306a757258f535d96a82f5ee319a))
- add sitemap plugin ([0e84c4a](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/0e84c4aec2bf08adc565fa4bfcd1c73e90bcaa2e))
- add theme-docs as demo ([6ba1233](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/6ba1233dbc5ff394d7ec1fe244f4d56cc7e441f7))
- init v2 with LICENSE ([90adc32](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/90adc32ef95d725353a7ff52a46256a5110fa722))
- init with @vuepress/theme-default ([d9253e1](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commit/d9253e146e6cf63a3271f58fb739afcfff61c43a))