Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9d87fdc

Browse files
committedFeb 9, 2024
1.1.10
1 parent a128e98 commit 9d87fdc

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed
 

‎CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
[//]: # (Don't use <tags>)
22

3+
## v1.1.10
4+
5+
> `2024-02-09`
6+
7+
### 🐞 Bug Fixes
8+
- Radio/checkboxgroup loading issue fix #40
9+
10+
## v1.1.9
11+
12+
> `2024-01-07`
13+
14+
### 🎉 Feature
15+
- Localizable form fields.
16+
17+
## v1.1.8
18+
19+
> `2023-12-06`
20+
21+
### 🎉 Feature
22+
- Added `*.azurewebsites.net` and `*.azurestaticapps.net` to allowed dev domains
23+
324
## v1.1.7
425

526
> `2023-11-17`

‎index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ declare module '@vueform/builder' {
8989
const BaseExportField: any;
9090
const BaseField: any;
9191
const BaseFormField: any;
92+
const BaseMultilingualElementField: any;
93+
const BaseMultilingualFormField: any;
9294
const BaseSelectOptionField: any;
9395
const BaseThemeField: any;
9496
const BeforeField: any;
@@ -251,6 +253,8 @@ declare module '@vueform/builder' {
251253
BaseExportField,
252254
BaseField,
253255
BaseFormField,
256+
BaseMultilingualElementField,
257+
BaseMultilingualFormField,
254258
BaseSelectOptionField,
255259
BaseThemeField,
256260
BeforeField,

‎index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@vueform/builder",
4-
"version": "1.1.7",
4+
"version": "1.1.10",
55
"description": "Vueform Builder development build.",
66
"homepage": "https://vueform.com",
77
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)
Please sign in to comment.