We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572e6cf commit 74eb65cCopy full SHA for 74eb65c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
[//]: # (Don't use <tags>)
2
3
+## v1.6.5
4
+
5
+> `2024-08-22`
6
7
+### 🐞 Bug Fixes
8
+- Fixes for `themes` config option.
9
10
## v1.6.4
11
12
> `2024-08-21`
index.mjs
package.json
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@vueform/builder",
- "version": "1.6.4",
+ "version": "1.6.5",
"description": "Vueform Builder development build.",
"homepage": "https://vueform.com",
"license": "SEE LICENSE IN LICENSE.txt",
plugin.mjs
@@ -557,6 +557,7 @@ export default function () {
557
await component.validate()
558
559
if (component.invalid.value) {
560
+ component.scrollToFirstInvalid()
561
return
562
}
563
0 commit comments