@bigbinary/neetoui 3.5.1 → 3.5.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 +12 -4
- package/README.md +0 -4
- package/index.css +1 -1
- package/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,18 @@ Prefix the change with one of these keywords:
|
|
|
23
23
|
- *Fixed*: for any bug fixes.
|
|
24
24
|
- *Security*: in case of vulnerabilities.
|
|
25
25
|
|
|
26
|
+
## 3.5.4 - 2022-06-08
|
|
27
|
+
|
|
28
|
+
Fixed: `TypeError` issue in *Toastr* component.
|
|
29
|
+
|
|
30
|
+
## 3.5.3 - 2022-06-07
|
|
31
|
+
|
|
32
|
+
- Fixed: issue with `closeOnEsc` prop when the *Dropdown* is controlled.
|
|
33
|
+
|
|
34
|
+
## 3.5.2 - 2022-06-07
|
|
35
|
+
|
|
36
|
+
- Fixed : placeholder content extending into multiple lines in *Select* component.
|
|
37
|
+
|
|
26
38
|
## 3.5.1 - 2022-06-07
|
|
27
39
|
|
|
28
40
|
- Fixed: `useInsertionEffect` export issue due to `terser` compression.
|
|
@@ -35,10 +47,6 @@ Prefix the change with one of these keywords:
|
|
|
35
47
|
|
|
36
48
|
- Updated: `react-toastify` to `9.0.1`
|
|
37
49
|
|
|
38
|
-
## 3.4.5 - 2022-05-19
|
|
39
|
-
|
|
40
|
-
- Fixed: `TypeError` issue in *Toastr* component.
|
|
41
|
-
|
|
42
50
|
## 3.4.4
|
|
43
51
|
|
|
44
52
|
- Fixed: import for molecule components.
|
package/README.md
CHANGED
|
@@ -66,10 +66,6 @@ Read the docs here
|
|
|
66
66
|
|
|
67
67
|
https://neetoui.onrender.com
|
|
68
68
|
|
|
69
|
-
## Theming
|
|
70
|
-
|
|
71
|
-
Theme override gist: [Override Gist](https://gist.github.com/goutham-subramanyam/d0619f8d089b10e7474a32478110ea0f)
|
|
72
|
-
|
|
73
69
|
## Other Libraries
|
|
74
70
|
|
|
75
71
|
- [neetoIcons](https://github.com/bigbinary/neeto-icons): **NeetoIcons** is the official icons library from BigBinary.
|