File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
- # [ 3.0.0 ] ( https://github.com/vuejs/repl/compare/v2.9 .0...v3.0.0 ) (2023-11-30 )
1
+ ## [ 3.0.1 ] ( https://github.com/vuejs/repl/compare/v3.0 .0...v3.0.1 ) (2023-12-19 )
2
2
3
- ### Features
4
3
5
- * auto import css + split editor css from main component ([ 7322589] ( https://github.com/vuejs/repl/commit/7322589b64742bf8246a0ac4f5bf65e3e991e63f ) )
4
+ ### Bug Fixes
5
+
6
+ * ensure reuse AST in non-inline mode ([ 5e4c710] ( https://github.com/vuejs/repl/commit/5e4c7101e4b6cc27fb0810390b0ca0287a101149 ) )
7
+
6
8
7
- This change splits up the CSS between the main Repl component and the two
8
- editors. This avoids including Monaco Editor css when using CodeMirror, and
9
- vice-versa. In addition, CSS will be auto imported when the relevant
10
- JS entries are imported.
11
9
12
- To avoid having to separately import all the CSS, the generated JS now
13
- automatically imports the CSS for you. This is breaking because it makes the dist files require a build system that can handle CSS imports from JS.
10
+ # [ 3.0.0 ] ( https://github.com/vuejs/repl/compare/v2.9.0...v3.0.0 ) (2023-11-30)
11
+
14
12
15
13
### Bug Fixes
16
14
69
67
70
68
71
69
72
- ## [ 2.6.1] ( https://github.com/vuejs/repl/compare/v2.5.8...v2.6.1 ) (2023-10-26)
70
+ ## [ 2.6.1] ( https://github.com/vuejs/repl/compare/v2.6.0...v2.6.1 ) (2023-10-26)
71
+
72
+
73
+
74
+ # [ 2.6.0] ( https://github.com/vuejs/repl/compare/v2.5.8...v2.6.0 ) (2023-10-26)
73
75
74
76
75
77
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/repl" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " Vue component for editing Vue components" ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments