Skip to content

Commit ada2f82

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.0...v1.8.0) (2025-06-07) ### Bug Fixes * **tests:** update EVM adapter tests for correct field type expectations ([aa433ad](aa433ad)) * **ui:** ensure that the Input component is always treated as a controlled component ([b6cb92f](b6cb92f)) * **ui:** explicitly prevent input of non-digits in the number field ([3b3b1f8](3b3b1f8)) * **ui:** required boolean field should accept true of false ([a2237cc](a2237cc)) ### Features * **core:** change the rainbowkit config ([ef2f3be](ef2f3be)) * **form:** implement full support for complex nested field types ([2353ed0](2353ed0))
1 parent d6bfcfb commit ada2f82

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.8.0](https://github.com/OpenZeppelin/transaction-form-builder/compare/v1.7.0...v1.8.0) (2025-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **tests:** update EVM adapter tests for correct field type expectations ([aa433ad](https://github.com/OpenZeppelin/transaction-form-builder/commit/aa433ad028d103fcd7c6c1ac00a0e3907e68ddc1))
7+
* **ui:** ensure that the Input component is always treated as a controlled component ([b6cb92f](https://github.com/OpenZeppelin/transaction-form-builder/commit/b6cb92fc84923f6accfb49d62d4c1db77f42dc66))
8+
* **ui:** explicitly prevent input of non-digits in the number field ([3b3b1f8](https://github.com/OpenZeppelin/transaction-form-builder/commit/3b3b1f880ada507dc2c2a2763c590ad64414fc2e))
9+
* **ui:** required boolean field should accept true of false ([a2237cc](https://github.com/OpenZeppelin/transaction-form-builder/commit/a2237cc7235872409eef6f58fd288796348a0fe4))
10+
11+
12+
### Features
13+
14+
* **core:** change the rainbowkit config ([ef2f3be](https://github.com/OpenZeppelin/transaction-form-builder/commit/ef2f3be800efd6fed961caeb2edcf128d42e31f1))
15+
* **form:** implement full support for complex nested field types ([2353ed0](https://github.com/OpenZeppelin/transaction-form-builder/commit/2353ed0a4b71e1035519869084f24d35dfa4bf4d))
16+
117
# [1.7.0](https://github.com/OpenZeppelin/transaction-form-builder/compare/v1.6.2...v1.7.0) (2025-06-06)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "transaction-form-builder-monorepo",
33
"private": true,
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"type": "module",
66
"workspaces": {
77
"packages": [

0 commit comments

Comments
 (0)