File tree Expand file tree Collapse file tree 12 files changed +34
-11
lines changed Expand file tree Collapse file tree 12 files changed +34
-11
lines changed Original file line number Diff line number Diff line change 1+ # [ 2.0.0-rc.8] ( https://github.com/vuepress/core/compare/v2.0.0-rc.7...v2.0.0-rc.8 ) (2024-02-19)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** bundler-webpack:** inject all vue feature flags explicitly ([ c645d1a] ( https://github.com/vuepress/core/commit/c645d1a9a56a8df77f3117d22699a31c2ce908f1 ) )
7+ * ** client:** make layouts client config optional (close [ #1494 ] ( https://github.com/vuepress/core/issues/1494 ) ) ([ 27a88ec] ( https://github.com/vuepress/core/commit/27a88ecf832b2dd3068b77005901b89fb7f48261 ) )
8+ * ** client:** remove usage of vueuse (close [ #1500 ] ( https://github.com/vuepress/core/issues/1500 ) ) ([ b352c09] ( https://github.com/vuepress/core/commit/b352c090794f2675a43e8a886e14d2f315f8e095 ) )
9+
10+
11+ ### Features
12+
13+ * ** bundler-vite:** bump vite to 5.1 ([ b2e322a] ( https://github.com/vuepress/core/commit/b2e322a323c4f9f74e43967522b6c05854b3f89b ) )
14+ * ** bundler-webpack:** bump webpack-dev-server to v5 ([ a250c76] ( https://github.com/vuepress/core/commit/a250c767190b3883cfa085f43b01838fddbdea9e ) )
15+ * ** client:** throw error when layout does not exist ([ 158b12c] ( https://github.com/vuepress/core/commit/158b12c34f007735f0a3986da8215a3410740c30 ) )
16+
17+
18+ ### Reverts
19+
20+ * refactor(client): handle page data hmr by checking pageChunk ref ([ bb96427] ( https://github.com/vuepress/core/commit/bb96427c2505f3d65d36539242a3ec15f55bf4be ) )
21+
22+
23+
124# [ 2.0.0-rc.7] ( https://github.com/vuepress/core/compare/v2.0.0-rc.6...v2.0.0-rc.7 ) (2024-02-06)
225
326
Original file line number Diff line number Diff line change 11{
22 "name" : " @vuepress/e2e" ,
3- "version" : " 2.0.0-rc.7 " ,
3+ "version" : " 2.0.0-rc.8 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @vuepress/monorepo" ,
3- "version" : " 2.0.0-rc.7 " ,
3+ "version" : " 2.0.0-rc.8 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @vuepress/bundler-vite" ,
3- "version" : " 2.0.0-rc.7 " ,
3+ "version" : " 2.0.0-rc.8 " ,
44 "description" : " Bundler vite package of VuePress" ,
55 "keywords" : [
66 " vuepress-bundler" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vuepress/bundler-webpack" ,
3- "version" : " 2.0.0-rc.7 " ,
3+ "version" : " 2.0.0-rc.8 " ,
44 "description" : " Bundler webpack package of VuePress" ,
55 "keywords" : [
66 " vuepress-bundler" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vuepress/cli" ,
3- "version" : " 2.0.0-rc.7 " ,
3+ "version" : " 2.0.0-rc.8 " ,
44 "description" : " CLI package of VuePress" ,
55 "keywords" : [
66 " vuepress" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vuepress/client" ,
3- "version" : " 2.0.0-rc.7 " ,
3+ "version" : " 2.0.0-rc.8 " ,
44 "description" : " Client package of VuePress" ,
55 "keywords" : [
66 " vuepress" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vuepress/core" ,
3- "version" : " 2.0.0-rc.7 " ,
3+ "version" : " 2.0.0-rc.8 " ,
44 "description" : " Core package of VuePress" ,
55 "keywords" : [
66 " vuepress" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vuepress/markdown" ,
3- "version" : " 2.0.0-rc.7 " ,
3+ "version" : " 2.0.0-rc.8 " ,
44 "description" : " Markdown package of VuePress" ,
55 "keywords" : [
66 " vuepress" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vuepress/shared" ,
3- "version" : " 2.0.0-rc.7 " ,
3+ "version" : " 2.0.0-rc.8 " ,
44 "description" : " Utils that shared between VuePress node and client" ,
55 "keywords" : [
66 " vuepress" ,
You can’t perform that action at this time.
0 commit comments