Skip to content

Commit 2f3709f

Browse files
committed
chore: release v3.0.1
1 parent 5e4c710 commit 2f3709f

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

CHANGELOG.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
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)
22

3-
### Features
43

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+
68

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

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+
1412

1513
### Bug Fixes
1614

@@ -69,7 +67,11 @@
6967

7068

7169

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)
7375

7476

7577
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/repl",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Vue component for editing Vue components",
55
"packageManager": "[email protected]",
66
"type": "module",

0 commit comments

Comments
 (0)