Skip to content

Commit ddecccf

Browse files
committed
1.9.2
1 parent 4606833 commit ddecccf

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

CHANGELOG.md

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

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+
317
## v1.9.1
418

519
> `2025-01-03`

index.mjs

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

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.10.0",
3+
"version": "1.11.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.1",
39-
"@vueform/builder": "^1.9.1"
38+
"@vueform/vueform": "^1.12.2",
39+
"@vueform/builder": "^1.9.2"
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.1",
4+
"version": "1.9.2",
55
"description": "Vueform Builder development build.",
66
"homepage": "https://vueform.com",
77
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)