Commit ddecccf 1 parent 4606833 commit ddecccf Copy full SHA for ddecccf
File tree 4 files changed +20
-6
lines changed
4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1
1
[ // ] : # ( Don't use <tags> )
2
2
3
+ ## v1.9.2
4
+
5
+ > ` 2025-01-21 `
6
+
7
+ ### 🎉 Feature
8
+ - Now only ` p ` and ` blockquote ` tag static fields has rich text editor.
9
+
10
+ ### 🐞 Bug Fixes
11
+ - Disable scrolling up to top on next steps.
12
+ - Infinite step label watcher loop fix, that likely caused #99 .
13
+ - Step previous label placeholder fix.
14
+ - Items editing without view field fix #102 .
15
+ - Page label label fix #100 .
16
+
3
17
## v1.9.1
4
18
5
19
> ` 2025-01-03 `
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vueform/builder-nuxt" ,
3
- "version" : " 1.10 .0" ,
3
+ "version" : " 1.11 .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.1 " ,
39
- "@vueform/builder" : " ^1.9.1 "
38
+ "@vueform/vueform" : " ^1.12.2 " ,
39
+ "@vueform/builder" : " ^1.9.2 "
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.1 " ,
4
+ "version" : " 1.9.2 " ,
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