Skip to content

Commit

Permalink
Changelog for 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoheat committed Feb 18, 2024
1 parent 9dfbd46 commit 174ae86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.3.0] - 2024-02-18

### Fixed

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

### Added

Expand Down
1 change: 0 additions & 1 deletion src/lib/client/superForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,6 @@ export function superForm<
let validation: SuperFormValidated<T, M, In> | undefined = undefined;

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

Expand Down

0 comments on commit 174ae86

Please # to comment.