File tree 13 files changed +26
-12
lines changed
13 files changed +26
-12
lines changed Original file line number Diff line number Diff line change
1
+ # [ 3.4.0-rc.3] ( https://github.com/vuejs/core/compare/v3.4.0-rc.2...v3.4.0-rc.3 ) (2023-12-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * also export runtime error strings in all cjs builds ([ 38706e4] ( https://github.com/vuejs/core/commit/38706e4a1e5e5380e7df910b2a784d0a9bc9db29 ) )
7
+
8
+
9
+ ### Features
10
+
11
+ * ** defineModel:** support modifiers and transformers ([ a772031] ( https://github.com/vuejs/core/commit/a772031ea8431bd732ffeaeaac09bd76a0daec9b ) )
12
+
13
+
14
+
1
15
# [ 3.4.0-rc.2] ( https://github.com/vuejs/core/compare/v3.4.0-rc.1...v3.4.0-rc.2 ) (2023-12-26)
2
16
3
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"packageManager" :
" [email protected] " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/compiler-core" ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"description" : " @vue/compiler-core" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/compiler-core.esm-bundler.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/compiler-dom" ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"description" : " @vue/compiler-dom" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/compiler-dom.esm-bundler.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/compiler-sfc" ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"description" : " @vue/compiler-sfc" ,
5
5
"main" : " dist/compiler-sfc.cjs.js" ,
6
6
"module" : " dist/compiler-sfc.esm-browser.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/compiler-ssr" ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"description" : " @vue/compiler-ssr" ,
5
5
"main" : " dist/compiler-ssr.cjs.js" ,
6
6
"types" : " dist/compiler-ssr.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/reactivity" ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"description" : " @vue/reactivity" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/reactivity.esm-bundler.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/runtime-core" ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"description" : " @vue/runtime-core" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/runtime-core.esm-bundler.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/runtime-dom" ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"description" : " @vue/runtime-dom" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/runtime-dom.esm-bundler.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/server-renderer" ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"description" : " @vue/server-renderer" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/server-renderer.esm-bundler.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/shared" ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"description" : " internal utils shared across @vue packages" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/shared.esm-bundler.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/compat" ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"description" : " Vue 3 compatibility build for Vue 2" ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/vue.runtime.esm-bundler.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue" ,
3
- "version" : " 3.4.0-rc.2 " ,
3
+ "version" : " 3.4.0-rc.3 " ,
4
4
"description" : " The progressive JavaScript framework for building modern web UI." ,
5
5
"main" : " index.js" ,
6
6
"module" : " dist/vue.runtime.esm-bundler.js" ,
You can’t perform that action at this time.
0 commit comments