@golemui/core 0.15.0 → 0.15.1
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 +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## 0.15.0 (2026-05-26)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **core:** add actionType: 'submit' to action widgets ([#120](https://github.com/golemui/golemui/pull/120))
|
|
6
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- release from 0.0.0 ([#134](https://github.com/golemui/golemui/pull/134))
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Mud Scientist
|
|
14
|
+
- mudscientist
|
|
15
|
+
- Raul Jimenez @Elecash
|
|
16
|
+
- Raúl Jiménez @Elecash
|
|
17
|
+
|
|
1
18
|
## 0.14.0 (2026-05-21)
|
|
2
19
|
|
|
3
20
|
This was a version bump only for core to align it with other projects, there were no code changes.
|