Skip to content

Commit d6a06e3

Browse files
committed
Release v1-beta 1.0.0-beta.4
1 parent 236714e commit d6a06e3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

next/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#### 1.0.0-beta.4 (2025-05-14)
2+
3+
##### Chores
4+
5+
- Type JSONSchema enum as unknown for better type safety ([#184](https://github.com/remoteoss/json-schema-form/pull/184)) ([e745444c](https://github.com/remoteoss/json-schema-form/commit/e745444c112337c22def693a924eae49f575c14d))
6+
7+
##### New Features
8+
9+
- group-array field support ([#177](https://github.com/remoteoss/json-schema-form/pull/177)) ([e32f69b7](https://github.com/remoteoss/json-schema-form/commit/e32f69b771ab245583c3f4e167ab67b8f36b9a3f))
10+
111
#### 1.0.0-beta.3 (2025-04-23)
212

313
##### Chores

next/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.0-beta.3",
4+
"version": "1.0.0-beta.4",
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)