Skip to content

Commit 2cc77f9

Browse files
committed
Changelog for VineJS
1 parent 02db939 commit 2cc77f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- [VineJS](https://vinejs.dev/) adapter!
13+
1014
### Fixed
1115

12-
- Autofocus is now set when using `validateForm({ update: true })`.
16+
- Autofocus is now working when using `validateForm({ update: true })`.
1317
- Default values are now applied properly for single-type unions, even a mix of integers and numbers.
1418
- SuperStruct types, `$errors` primarily, didn't handle nested data properly.
1519

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Feature list
2222

23-
- Server- and client-side validation with your favorite validation libraries, and more to come: 💥 **Arktype** 💥 **Joi** 💥 **TypeBox** 💥 **Valibot** 💥 **Yup** 💥 **Zod** 💥
23+
- Server- and client-side validation with your favorite validation libraries, and more to come: 💥 **Arktype** 💥 **Joi** 💥 **TypeBox** 💥 **Valibot** 💥 **VineJS** 💥 **Yup** 💥 **Zod** 💥
2424
- Seamless merging of `PageData` and `ActionData` - Forget about which one to use and how, just focus on your form data.
2525
- [Auto-centering and focusing](https://superforms.rocks/concepts/error-handling#usage-client) on invalid form fields.
2626
- [Tainted form detection](https://superforms.rocks/concepts/tainted), prevents the user from losing data if navigating away from an unsaved form. Or use [snapshots](https://superforms.rocks/concepts/snapshots) to save the form state.

0 commit comments

Comments
 (0)