Commit cb28a72 1 parent ddecccf commit cb28a72 Copy full SHA for cb28a72
File tree 6 files changed +1560
-7
lines changed
6 files changed +1560
-7
lines changed Original file line number Diff line number Diff line change 1
1
[ // ] : # ( Don't use <tags> )
2
2
3
+ ## v1.9.3
4
+
5
+ > ` 2025-03-01 `
6
+
7
+ ### 🐞 Bug Fixes
8
+ - Localize page label in tree.
9
+ - Reinit validation rules in preview mode too when they change.
10
+
3
11
## v1.9.2
4
12
5
13
> ` 2025-01-21 `
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -1541,5 +1541,5 @@ export default {
1541
1541
"grid_modal_undo_tooltip" : "Undo" ,
1542
1542
"grid_modal_redo_tooltip" : "Redo" ,
1543
1543
"grid_modal_save_tooltip" : "Save" ,
1544
- "grid_modal_close_confirm" : "You have unsaved changes. Do you want to close the window?" ,
1544
+ "grid_modal_close_confirm" : "You have unsaved changes. Do you want to close the window?"
1545
1545
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vueform/builder-nuxt" ,
3
- "version" : " 1.11 .0" ,
3
+ "version" : " 1.12 .0" ,
4
4
"description" : " Nuxt module for Vueform Builder" ,
5
5
"repository" : " vueform/builder-nuxt" ,
6
6
"license" : " MIT" ,
35
35
},
36
36
"dependencies" : {
37
37
"@nuxt/kit" : " ^3.8.0" ,
38
- "@vueform/vueform" : " ^1.12.2 " ,
39
- "@vueform/builder" : " ^1.9.2 "
38
+ "@vueform/vueform" : " ^1.12.4 " ,
39
+ "@vueform/builder" : " ^1.9.3 "
40
40
},
41
41
"devDependencies" : {
42
42
"@nuxt/devtools" : " latest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : false ,
3
3
"name" : " @vueform/builder" ,
4
- "version" : " 1.9.2 " ,
4
+ "version" : " 1.9.3 " ,
5
5
"description" : " Vueform Builder development build." ,
6
6
"homepage" : " https://vueform.com" ,
7
7
"license" : " SEE LICENSE IN LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments