@bigbinary/neetoui 4.2.4 → 4.2.6
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/layouts.js +1 -1
- package/package.json +1 -1
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.6 - 2023-02-08
|
|
27
|
+
|
|
28
|
+
- Fixed: Submit on enter triggered when *Form* was being submitted.
|
|
29
|
+
|
|
30
|
+
## 4.2.5 - 2023-02-07
|
|
31
|
+
|
|
32
|
+
- Updated : Table sorting UI styles
|
|
33
|
+
|
|
26
34
|
## 4.2.4 - 2023-01-31
|
|
27
35
|
|
|
28
36
|
- Updated : `neeto-icons`
|
|
@@ -65,9 +73,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
65
73
|
- Updated: Sidebar neeto logo.
|
|
66
74
|
## 4.1.41 - 2023-01-05
|
|
67
75
|
- Fixed: Focus trap for conditionally rendered elements in *Overlay*
|
|
68
|
-
|
|
69
76
|
## 4.1.40 - 2022-12-30
|
|
70
|
-
|
|
71
77
|
- Added: word break for *Modal* body and *Tooltip* content
|
|
72
78
|
|
|
73
79
|
## 4.1.38 - 2022-12-29
|
|
@@ -158,9 +164,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
158
164
|
- Fixed: warnings in *DatePicker* and *TimePicker* component
|
|
159
165
|
## 4.1.10 - 2022-11-17
|
|
160
166
|
- Adds formikBag to onSubmit
|
|
161
|
-
|
|
162
167
|
## 4.1.9 - 2022-11-16
|
|
163
|
-
|
|
164
168
|
- Fixed: `validateOnBlur` and `validateOnChange` getting triggered before the first submission of the *Form*.
|
|
165
169
|
|
|
166
170
|
## 4.1.8 - 2022-11-16
|