Skip to content

Commit 03415f7

Browse files
committed
2.13.1 changelog
1 parent 58a23a6 commit 03415f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.13.1] - 2024-05-07
99

1010
### Fixed
1111

12-
- `FormPath` now extends only basic objects and arrays, avoiding issues with classes, built-in objects like `File` and `Date`, and special "branded" types that validation libraries are using. Thanks to [Matt DeKok](https://github.com/sillvva) for this fix!
12+
- `FormPath` now extends only basic objects and arrays, avoiding issues with classes, all built-in objects like `File` and `Date`, and special "branded" types that validation libraries are using. Thanks to [Matt DeKok](https://github.com/sillvva) for this fix!
1313
- [SuperDebug](https://superforms.rocks/super-debug) always renders left-to-right now.
1414
- Discriminated unions for the form itself weren't including the union keys for the schema, when parsing the form data.
1515
- `devalue` updated to `^5.0.0` to handle invalid dates.

0 commit comments

Comments
 (0)