@bigbinary/neetoui 3.3.11 → 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.
- package/CHANGELOG.md +15 -0
- package/formik.js +1 -1
- package/index.css +1 -1
- package/index.js +1 -1
- package/layouts.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -24,6 +24,21 @@ Prefix the change with one of these keywords:
|
|
|
24
24
|
- _Fixed_: for any bug fixes.
|
|
25
25
|
- _Security_: in case of vulnerabilities.
|
|
26
26
|
|
|
27
|
+
## [3.4.0]
|
|
28
|
+
|
|
29
|
+
- Removed: all instances of TailwindCSS.
|
|
30
|
+
- Added: `label` prop in _Tags_ molecule.
|
|
31
|
+
- Changed: Added `neetoCal` into _AppSwitcher_ app list .
|
|
32
|
+
- Removed: `count` limiting (to 99) logic from _MenuBar.Block_.
|
|
33
|
+
|
|
34
|
+
## [3.3.13]
|
|
35
|
+
|
|
36
|
+
- Added: Tags in the molecule section.
|
|
37
|
+
|
|
38
|
+
## [3.3.12]
|
|
39
|
+
|
|
40
|
+
- Fixed: loading state in _ActionBlock_ component.
|
|
41
|
+
|
|
27
42
|
## [3.3.11]
|
|
28
43
|
|
|
29
44
|
- Added: New input format for the _EmailInput_ component.
|