Skip to content

Commit 01961a6

Browse files
committed
chore: changelog edit
1 parent cc0ea71 commit 01961a6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# [3.0.0](https://github.com/vuejs/repl/compare/v2.9.0...v3.0.0) (2023-11-30)
22

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.
314

415
### Bug Fixes
516

0 commit comments

Comments
 (0)