@flowerforce/flower-core 3.3.1-beta.2 → 3.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 3.4.0 (2025-04-19)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - added remove value on hide element ([#68](https://github.com/flowerforce/flower/pull/68))
7
+
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - avoid validate hidden field ([#67](https://github.com/flowerforce/flower/pull/67))
12
+
1
13
  ## 3.3.0 (2024-10-08)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowerforce/flower-core",
3
- "version": "3.3.1-beta.2",
3
+ "version": "3.4.0",
4
4
  "description": "Core functions for flowerJS",
5
5
  "repository": {
6
6
  "type": "git",