Skip to content

Commit fbdfdee

Browse files
committed
FormPath and SuperDebug ltr fix.
1 parent 885318c commit fbdfdee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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]
9+
10+
### Fixed
11+
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!
13+
- [SuperDebug](https://superforms.rocks/super-debug) always renders left-to-right now.
14+
815
## [2.13.0] - 2024-05-03
916

1017
### Added

0 commit comments

Comments
 (0)