File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 4.4.0] ( https://github.com/vuejs/repl/compare/v4.3.1...v4.4.0 ) (2024-09-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * debounce reloadLanguageTools in monaco ([ f9f650a] ( https://github.com/vuejs/repl/commit/f9f650ada945f7ea597b7e7b51c132c4594bd5cb ) ), closes [ #275 ] ( https://github.com/vuejs/repl/issues/275 ) [ #263 ] ( https://github.com/vuejs/repl/issues/263 )
7
+ * no default value for object props ([ d786626] ( https://github.com/vuejs/repl/commit/d78662652ec18f4610facc8f3e2a50f38c01f93f ) )
8
+ * rollback & pin volar version ([ c6f58c7] ( https://github.com/vuejs/repl/commit/c6f58c7f4d04799a64f788251362f8349728bea4 ) )
9
+
10
+
11
+ ### Features
12
+
13
+ * add more customization options ([ #274 ] ( https://github.com/vuejs/repl/issues/274 ) ) ([ c73b786] ( https://github.com/vuejs/repl/commit/c73b7868d73d3dad792c80a36507ce92234443d4 ) )
14
+ * expose ` editorOptions.monacoOptions ` ([ 00176d0] ( https://github.com/vuejs/repl/commit/00176d007ff5eb74e216abff3de87e625cde543b ) ), closes [ #277 ] ( https://github.com/vuejs/repl/issues/277 ) [ #232 ] ( https://github.com/vuejs/repl/issues/232 )
15
+ * reactivity ` autoSave ` option ([ #266 ] ( https://github.com/vuejs/repl/issues/266 ) ) ([ d90082a] ( https://github.com/vuejs/repl/commit/d90082a2e44956e08fc64d296661b30ea4590506 ) )
16
+
17
+
18
+
1
19
## [ 4.3.1] ( https://github.com/vuejs/repl/compare/v4.3.0...v4.3.1 ) (2024-07-03)
2
20
3
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/repl" ,
3
- "version" : " 4.3.1 " ,
3
+ "version" : " 4.4.0 " ,
4
4
"description" : " Vue component for editing Vue components" ,
5
5
"packageManager" : " pnpm@9.9.0" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments