Skip to content

Commit 5ba8126

Browse files
committed
Release 1.1.1
1 parent 99a8d43 commit 5ba8126

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#### 1.1.1 (2025-08-28)
2+
3+
##### New Features
4+
5+
* **json-logic:** apply computed attrs on nested allOf/anyOf/oneOf properties ([#227](https://github.com/remoteoss/json-schema-form/pull/227)) ([4375598e](https://github.com/remoteoss/json-schema-form/commit/4375598e57095ab01a75d43e495a03b295c3639c))
6+
* allow accumulator/current in reduce/map operations ([#225](https://github.com/remoteoss/json-schema-form/pull/225)) ([82268578](https://github.com/remoteoss/json-schema-form/commit/82268578149321fdfc4b2587427c748e61357f21))
7+
8+
##### Bug Fixes
9+
10+
* **schema:** keep custom components on nested presentation properties ([#229](https://github.com/remoteoss/json-schema-form/pull/229)) ([99a8d432](https://github.com/remoteoss/json-schema-form/commit/99a8d432a78beb58ea997f3abd538a8b6a9e87d7))
11+
112
#### 1.1.0 (2025-08-06)
213

314
##### New Features

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.1.0",
4+
"version": "1.1.1",
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)