@golemui/core 0.16.2 → 1.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## 0.17.0 (2026-06-08)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **core:** validation-aware submit buttons ([#167](https://github.com/golemui/golemui/pull/167))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **core:** form-widget fixes ([#165](https://github.com/golemui/golemui/pull/165))
10
+ - **core:** action label should be optional ([#164](https://github.com/golemui/golemui/pull/164))
11
+ - **core:** sync touched on widgets added after VALIDATE_ALL ([#163](https://github.com/golemui/golemui/pull/163))
12
+ - **core:** clear `data` after an input widget is removed ([#157](https://github.com/golemui/golemui/pull/157))
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - Mud Scientist @mudscientist
17
+
18
+ ## 0.16.2 (2026-05-30)
19
+
20
+ This was a version bump only for core to align it with other projects, there were no code changes.
21
+
1
22
  ## 0.16.1 (2026-05-30)
2
23
 
3
24
  This was a version bump only for core to align it with other projects, there were no code changes.