Skip to content

Commit 73a788d

Browse files
committed
4.1.0
1 parent b219d30 commit 73a788d

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [4.1.0] - 2026-01-03
4+
5+
### Fixed
6+
7+
- Fixed missing type exports that should have been included in v4.0.0:
8+
- `Match` - Used in `FormInput.matchIf` to define matching criteria
9+
- `CardComponent` - Type for `FormInput.cardBody` and `FormInput.modalBody` components
10+
- `CardComponentProps` - Props passed to `CardComponent` components
11+
- `DataOptions` - Used in `Mods.newElementDefaultDataOptions`
12+
- `AddFormObjectParameters` - Used in `Mods.components.add` callback
13+
- `DefinitionData` - Used in `AddFormObjectParameters.definitionData`
14+
- Fixed broken dependency1.png image in documentation
15+
- Fixed documentation image reference format for proper rendering on Read the Docs
16+
17+
### Changed
18+
19+
- Renamed exported types for consistency (old names still available as deprecated aliases):
20+
- `CardComponentType``CardComponent`
21+
- `CardComponentPropsType``CardComponentProps`
22+
323
## [4.0.0] - 2026-01-03
424

525
### BREAKING CHANGES

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ginkgo-bioworks/react-json-schema-form-builder",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "React Component for visually configuring a JSON Schema-based form",
55
"author": {
66
"name": "Nathan Alam",

0 commit comments

Comments
 (0)