@bigbinary/neetoui 4.2.4 → 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 +4 -2
- package/index.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,10 @@ 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
|
+
|
|
26
30
|
## 4.2.4 - 2023-01-31
|
|
27
31
|
|
|
28
32
|
- Updated : `neeto-icons`
|
|
@@ -65,7 +69,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
65
69
|
- Updated: Sidebar neeto logo.
|
|
66
70
|
## 4.1.41 - 2023-01-05
|
|
67
71
|
- Fixed: Focus trap for conditionally rendered elements in *Overlay*
|
|
68
|
-
|
|
69
72
|
## 4.1.40 - 2022-12-30
|
|
70
73
|
|
|
71
74
|
- Added: word break for *Modal* body and *Tooltip* content
|
|
@@ -158,7 +161,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
158
161
|
- Fixed: warnings in *DatePicker* and *TimePicker* component
|
|
159
162
|
## 4.1.10 - 2022-11-17
|
|
160
163
|
- Adds formikBag to onSubmit
|
|
161
|
-
|
|
162
164
|
## 4.1.9 - 2022-11-16
|
|
163
165
|
|
|
164
166
|
- Fixed: `validateOnBlur` and `validateOnChange` getting triggered before the first submission of the *Form*.
|