Skip to content

Commit 0e25848

Browse files
Release v1-beta 1.0.0-beta.12
1 parent a2e8f4d commit 0e25848

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
#### 1.0.0-beta.12 (2025-07-16)
2+
3+
##### Chores
4+
5+
* prepare release script for official releases ([#210](https://github.com/remoteoss/json-schema-form/pull/210)) ([74a569e7](https://github.com/remoteoss/json-schema-form/commit/74a569e7bcc4853a1a53f1242895b38aaa39ec45))
6+
* Explain ValidationOptions are a backward-compatibility with v0 mistakes ([#211](https://github.com/remoteoss/json-schema-form/pull/211)) ([f361513d](https://github.com/remoteoss/json-schema-form/commit/f361513d11e1ea5bbd67dc6ceeb2670a1022b270))
7+
8+
##### Bug Fixes
9+
10+
* properly handle function as custom field properties ([#213](https://github.com/remoteoss/json-schema-form/pull/213)) ([a2e8f4d0](https://github.com/remoteoss/json-schema-form/commit/a2e8f4d0c71fb98e6210062f4c27ed6169a41bc2))
11+
* rename validationOptions to legacyOptions ([#212](https://github.com/remoteoss/json-schema-form/pull/212)) ([3cd3c3c2](https://github.com/remoteoss/json-schema-form/commit/3cd3c3c217dbdfee9f27d4f148214cac3510a06c))
12+
113
#### 1.0.0-beta.11 (2025-07-14)
214

315
##### Chores

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