Skip to content

Commit 31f7e1e

Browse files
author
Luka Dornhecker
committed
Release 1.1.0
1 parent a8d4cac commit 31f7e1e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#### 1.1.0 (2025-08-06)
2+
3+
##### New Features
4+
5+
* Custom user defined validations ([#223](https://github.com/remoteoss/json-schema-form/pull/223)) ([a8d4cac3](https://github.com/remoteoss/json-schema-form/commit/a8d4cac39e2c6c2200c2dc531d0bd52c74514926))
6+
7+
##### Bug Fixes
8+
9+
* anyof condition breaking UI ([#221](https://github.com/remoteoss/json-schema-form/pull/221)) ([37156c8a](https://github.com/remoteoss/json-schema-form/commit/37156c8ae3540abc2f2ca9feb2ab7d858f7a268d))
10+
111
#### 1.0.2 (2025-07-22)
212

313
##### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@remoteoss/json-schema-form",
33
"type": "module",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"packageManager": "[email protected]",
66
"description": "WIP V2 – Headless UI form powered by JSON Schemas",
77
"author": "Remote.com <[email protected]> (https://remote.com/)",

0 commit comments

Comments
 (0)