Skip to content

Commit 22a6a5f

Browse files
committed
Release v1-beta 1.0.0-beta.3
1 parent 4d9484c commit 22a6a5f

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

next/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
#### 1.0.0-beta.1 (2025-04-15)
1+
#### 1.0.0-beta.3 (2025-04-23)
2+
3+
##### Chores
4+
5+
- fix linter and type checker warnings ([#166](https://github.com/remoteoss/json-schema-form/pull/166)) ([5592a206](https://github.com/remoteoss/json-schema-form/commit/5592a2067799ec2f0427cb3089674357c8829329))
6+
7+
##### New Features
28

9+
- implement file validation ([#168](https://github.com/remoteoss/json-schema-form/pull/168)) ([2feb459c](https://github.com/remoteoss/json-schema-form/commit/2feb459c6dab2c5a26587a0fe042360940467e9d))
10+
- custom validations with json logic ([eb26fab5](https://github.com/remoteoss/json-schema-form/commit/eb26fab56c46fb190e7988ba0585d514200e2bc9))
11+
- DEVXP-2540: validate arrays ([#165](https://github.com/remoteoss/json-schema-form/pull/165)) ([b7d110eb](https://github.com/remoteoss/json-schema-form/commit/b7d110eb6d9690f6d053d1b325961f014b748900))
12+
- add modify utility ([52af6b78](https://github.com/remoteoss/json-schema-form/commit/52af6b78c8580463838c4b225888318b87d8c79a))
13+
14+
##### Bug Fixes
15+
16+
- fix version number ([#170](https://github.com/remoteoss/json-schema-form/pull/170)) ([4d9484cd](https://github.com/remoteoss/json-schema-form/commit/4d9484cd717d8d7ff34faf514882b98e7d0efc48))
17+
- fallback to schema type when presentation is not present ([4f213051](https://github.com/remoteoss/json-schema-form/commit/4f21305147a195495870d5a951aed49e110f08b6))
18+
19+
#### 1.0.0-beta.1 (2025-04-15)

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