Skip to content

Commit 174ae86

Browse files
committed
Changelog for 2.2.2
1 parent 9dfbd46 commit 174ae86

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.3.0] - 2024-02-18
99

1010
### Fixed
1111

12-
- Dates were set to `undefined` when posting invalid data.
12+
- Depending on the JSON Schema, dates were sometimes set to `undefined` when posting invalid data.
1313

1414
### Added
1515

src/lib/client/superForm.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,6 @@ export function superForm<
15691569
let validation: SuperFormValidated<T, M, In> | undefined = undefined;
15701570

15711571
const validateForm = async () => {
1572-
// Validate with onSubmit.jsonData() or (default) Form.data
15731572
return await Form_validate({ adapter: validationAdapter });
15741573
};
15751574

0 commit comments

Comments
 (0)