@bigbinary/neetoui 4.2.5 → 4.2.7
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 +2 -2
- package/layouts.js +1 -1
- 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.7 - 2023-02-08
|
|
27
|
+
|
|
28
|
+
- Updated: Pageloader component.
|
|
29
|
+
|
|
30
|
+
## 4.2.6 - 2023-02-08
|
|
31
|
+
|
|
32
|
+
- Fixed: Submit on enter triggered when *Form* was being submitted.
|
|
33
|
+
|
|
26
34
|
## 4.2.5 - 2023-02-07
|
|
27
35
|
|
|
28
36
|
- Updated : Table sorting UI styles
|
|
@@ -70,9 +78,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
70
78
|
## 4.1.41 - 2023-01-05
|
|
71
79
|
- Fixed: Focus trap for conditionally rendered elements in *Overlay*
|
|
72
80
|
## 4.1.40 - 2022-12-30
|
|
73
|
-
|
|
74
81
|
- Added: word break for *Modal* body and *Tooltip* content
|
|
75
|
-
|
|
76
82
|
## 4.1.38 - 2022-12-29
|
|
77
83
|
|
|
78
84
|
- Fixed: proptypes declaration being included in production bundle (3% bundle size reduction)
|
|
@@ -162,9 +168,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
162
168
|
## 4.1.10 - 2022-11-17
|
|
163
169
|
- Adds formikBag to onSubmit
|
|
164
170
|
## 4.1.9 - 2022-11-16
|
|
165
|
-
|
|
166
171
|
- Fixed: `validateOnBlur` and `validateOnChange` getting triggered before the first submission of the *Form*.
|
|
167
|
-
|
|
168
172
|
## 4.1.8 - 2022-11-16
|
|
169
173
|
|
|
170
174
|
- Updated: Toaster styles.
|