Skip to content

Commit 74eb65c

Browse files
committed
1.6.5
1 parent 572e6cf commit 74eb65c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## v1.6.5
4+
5+
> `2024-08-22`
6+
7+
### 🐞 Bug Fixes
8+
- Fixes for `themes` config option.
9+
310
## v1.6.4
411

512
> `2024-08-21`

index.mjs

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

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.6.4",
4+
"version": "1.6.5",
55
"description": "Vueform Builder development build.",
66
"homepage": "https://vueform.com",
77
"license": "SEE LICENSE IN LICENSE.txt",

plugin.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ export default function () {
557557
await component.validate()
558558

559559
if (component.invalid.value) {
560+
component.scrollToFirstInvalid()
560561
return
561562
}
562563

0 commit comments

Comments
 (0)