You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/datum-ui/CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# @datum-cloud/datum-ui
2
2
3
+
## 0.6.0
4
+
5
+
### Minor Changes
6
+
7
+
- a15efc6: Add pluggable form adapter system supporting Conform.js and React Hook Form
8
+
9
+
The form system now uses a pluggable adapter architecture, allowing consumers to choose between Conform.js and React Hook Form as their form library backend.
0 commit comments