@bigbinary/neetoui 4.2.3 → 4.2.5
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 +8 -4
- package/formik.js +1 -1
- package/index.css +1 -1
- package/index.js +1 -1
- package/layouts.js +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,14 @@ 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
|
+
## 4.2.5 - 2023-02-07
|
|
27
|
+
|
|
28
|
+
- Updated : Table sorting UI styles
|
|
29
|
+
|
|
30
|
+
## 4.2.4 - 2023-01-31
|
|
31
|
+
|
|
32
|
+
- Updated : `neeto-icons`
|
|
33
|
+
|
|
26
34
|
## 4.2.3 - 2023-01-30
|
|
27
35
|
|
|
28
36
|
- Added: transparency control option in *ColorPicker*, controlled via `showTransparencyControl`.
|
|
@@ -60,9 +68,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
60
68
|
## 4.1.42 - 2023-01-05
|
|
61
69
|
- Updated: Sidebar neeto logo.
|
|
62
70
|
## 4.1.41 - 2023-01-05
|
|
63
|
-
|
|
64
71
|
- Fixed: Focus trap for conditionally rendered elements in *Overlay*
|
|
65
|
-
|
|
66
72
|
## 4.1.40 - 2022-12-30
|
|
67
73
|
|
|
68
74
|
- Added: word break for *Modal* body and *Tooltip* content
|
|
@@ -154,9 +160,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
154
160
|
## 4.1.11 - 2022-11-21
|
|
155
161
|
- Fixed: warnings in *DatePicker* and *TimePicker* component
|
|
156
162
|
## 4.1.10 - 2022-11-17
|
|
157
|
-
|
|
158
163
|
- Adds formikBag to onSubmit
|
|
159
|
-
|
|
160
164
|
## 4.1.9 - 2022-11-16
|
|
161
165
|
|
|
162
166
|
- Fixed: `validateOnBlur` and `validateOnChange` getting triggered before the first submission of the *Form*.
|