Skip to content

Commit cb28a72

Browse files
committed
1.9.3
1 parent ddecccf commit cb28a72

File tree

6 files changed

+1560
-7
lines changed

6 files changed

+1560
-7
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[//]: # (Don't use <tags>)
22

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+
311
## v1.9.2
412

513
> `2025-01-21`

index.mjs

+2-2
Large diffs are not rendered by default.

locales/de_DE/index.mjs

+1,545
Large diffs are not rendered by default.

locales/en_US/index.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1541,5 +1541,5 @@ export default {
15411541
"grid_modal_undo_tooltip": "Undo",
15421542
"grid_modal_redo_tooltip": "Redo",
15431543
"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?"
15451545
};

nuxt/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueform/builder-nuxt",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "Nuxt module for Vueform Builder",
55
"repository": "vueform/builder-nuxt",
66
"license": "MIT",
@@ -35,8 +35,8 @@
3535
},
3636
"dependencies": {
3737
"@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"
4040
},
4141
"devDependencies": {
4242
"@nuxt/devtools": "latest",

package.json

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

0 commit comments

Comments
 (0)