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