Skip to content

Commit 1a1942c

Browse files
committed
Release 1.2.8
1 parent d304469 commit 1a1942c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 1.2.8 (2025-12-02)
2+
3+
##### Bug Fixes
4+
5+
* **group-array:** support default values ([#245](https://github.com/remoteoss/json-schema-form/pull/245)) ([d3044693](https://github.com/remoteoss/json-schema-form/commit/d3044693e0ddee3c1aaaea9bf81bc71398b1e71c))
6+
* **file:** Support validation for file like objects ([#246](https://github.com/remoteoss/json-schema-form/pull/246)) ([726a8b67](https://github.com/remoteoss/json-schema-form/commit/726a8b67e75bf9a5d0eddcb1297115442da79069))
7+
18
#### 1.2.7 (2025-11-21)
29

310
##### 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.2.7",
4+
"version": "1.2.8",
55
"packageManager": "pnpm@9.15.2",
66
"description": "WIP V2 – Headless UI form powered by JSON Schemas",
77
"author": "Remote.com <engineering@remote.com> (https://remote.com/)",

0 commit comments

Comments
 (0)