Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions v0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 0.12.4-beta.0 (2026-06-23)

##### Bug Fixes

* **v0:** validation was crashing when a conditional reaches into a undefined fieldset value ([#261](https://github.com/remoteoss/json-schema-form/pull/261)) ([0d0041ca](https://github.com/remoteoss/json-schema-form/commit/0d0041cab5983f1159c2eb3461b81a96490af8e9))

#### 0.12.3-beta.0 (2026-01-21)

##### Chores
Expand Down
4 changes: 2 additions & 2 deletions v0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remoteoss/json-schema-form",
"version": "0.12.3-beta.0",
"version": "0.12.4-beta.0",
"description": "Headless UI form powered by JSON Schemas",
"author": "Remote.com <engineering@remote.com> (https://remote.com/)",
"license": "MIT",
Expand Down
Loading