File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed
Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 11[ // ] : # ( Don't use <tags> )
22
3+ ## v1.11.3
4+
5+ > ` 2025-07-28 `
6+
7+ ### 🎉 Feature
8+ - Export ` BasePageField `
9+
310## v1.11.2
411
512> ` 2025-07-28 `
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ declare module '@vueform/builder' {
9999 const BaseFormField : any ;
100100 const BaseMultilingualElementField : any ;
101101 const BaseMultilingualFormField : any ;
102+ const BasePageField : any ;
102103 const BaseSelectOptionField : any ;
103104 const BaseThemeField : any ;
104105 const BeforeField : any ;
@@ -316,6 +317,7 @@ declare module '@vueform/builder' {
316317 BaseFormField ,
317318 BaseMultilingualElementField ,
318319 BaseMultilingualFormField ,
320+ BasePageField ,
319321 BaseSelectOptionField ,
320322 BaseThemeField ,
321323 BeforeField ,
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{
22 "name" : " @vueform/builder-nuxt" ,
3- "version" : " 1.21 .0" ,
3+ "version" : " 1.22 .0" ,
44 "description" : " Nuxt module for Vueform Builder" ,
55 "repository" : " vueform/builder-nuxt" ,
66 "license" : " MIT" ,
3636 "dependencies" : {
3737 "@nuxt/kit" : " ^3.8.0" ,
3838 "@vueform/vueform" : " ^1.13.0" ,
39- "@vueform/builder" : " ^1.11.2 "
39+ "@vueform/builder" : " ^1.11.3 "
4040 },
4141 "devDependencies" : {
4242 "@nuxt/devtools" : " latest" ,
Original file line number Diff line number Diff line change 11{
22 "private" : false ,
33 "name" : " @vueform/builder" ,
4- "version" : " 1.11.2 " ,
4+ "version" : " 1.11.3 " ,
55 "description" : " Vueform Builder development build." ,
66 "homepage" : " https://vueform.com" ,
77 "license" : " SEE LICENSE IN LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments