@bigbinary/neetoui 3.3.0 → 3.3.3

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
@@ -3,9 +3,9 @@
3
3
  ------- FOLLOW THESE WHILE ADDING AN ENTRY ------
4
4
 
5
5
  ** Add BREAKING keyword in bold for changes which could potentially break the component, eg: **BREAKING**
6
- ** Represent a component name in italics, eg: _isLoading_
6
+ ** Represent a component name in italics, eg: _Modal_
7
7
  ** Enclose a prop name in double backticks, eg: `isLoading`
8
- ** Represent a version as second level heading and write with version number inside a square bracket, eg: ## [3.3.2]
8
+ ** Represent a version as second level heading and write the version number inside a square bracket, eg: ## [3.3.2]
9
9
 
10
10
  --->
11
11
 
@@ -24,6 +24,19 @@ 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.3]
28
+
29
+ - Added: data-cy for in Alert component elements
30
+
31
+ ## [3.3.2]
32
+
33
+ - Fixed: Added override for `onClick` prop in _Dropdown_ component
34
+
35
+ ## [3.3.1]
36
+
37
+ - Fixed: Typography of Header in _Alert_ component.
38
+ - Fixed: Max width issue in _Dropdown_ component.
39
+
27
40
  ## [3.3.0]
28
41
 
29
42
  - Changed: **BREAKING** `isLoading` prop of _Table_ to `loading`.