@bigbinary/neetoui 3.3.1 → 3.3.4

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
@@ -24,6 +24,18 @@ 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.3.4]
28
+
29
+ - Added: `hideOnTargetExit` prop to _Tooltip_ component
30
+
31
+ ## [3.3.3]
32
+
33
+ - Added: data-cy for in _Alert_ component elements
34
+
35
+ ## [3.3.2]
36
+
37
+ - Fixed: Added override for `onClick` prop in _Dropdown_ component
38
+
27
39
  ## [3.3.1]
28
40
 
29
41
  - Fixed: Typography of Header in _Alert_ component.