File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# [ 3.0.0] ( https://github.com/vuejs/repl/compare/v2.9.0...v3.0.0 ) (2023-11-30)
2
2
3
+ ### Features
4
+
5
+ * auto import css + split editor css from main component ([ 7322589] ( https://github.com/vuejs/repl/commit/7322589b64742bf8246a0ac4f5bf65e3e991e63f ) )
6
+
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
+
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.
3
14
4
15
### Bug Fixes
5
16
You can’t perform that action at this time.
0 commit comments