Skip to content

Commit c8aba18

Browse files
committed
Exported FormPathLeavesWithErrors
1 parent bea69e1 commit c8aba18

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ 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-
## [2.10.3] - 2024-03-18
8+
## [2.10.5] - 2024-03-18
99

1010
### Added
1111

1212
- `fileProxy`, `filesProxy`, `fileFieldProxy` and `filesFieldProxy`, so `File` objects can be used with `bind:files` on the input field. See [file uploads](https://superforms.rocks/concepts/files) for examples.
13+
- Exported `FormPathLeavesWithErrors`, for the `setError` function.
1314

1415
### Fixed
1516

src/lib/client/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export type {
6060
export {
6161
type FormPath,
6262
type FormPathLeaves,
63+
type FormPathLeavesWithErrors,
6364
type FormPathArrays,
6465
type FormPathType
6566
} from '../stringPath.js';

src/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export {
4747
type TaintOption,
4848
type FormPath,
4949
type FormPathLeaves,
50+
type FormPathLeavesWithErrors,
5051
type FormPathArrays,
5152
type FormPathType,
5253
type ChangeEvent,

0 commit comments

Comments
 (0)