@bigbinary/neetoui 4.2.6 → 4.2.8
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/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.8 - 2023-02-08
|
|
27
|
+
|
|
28
|
+
- Fixed: *Modal* and *Alert* was adding a `margin-right` to the *body* when there was no scrollbar which caused the UI elements to shift right.
|
|
29
|
+
|
|
30
|
+
## 4.2.7 - 2023-02-08
|
|
31
|
+
|
|
32
|
+
- Updated: Pageloader component.
|
|
33
|
+
|
|
26
34
|
## 4.2.6 - 2023-02-08
|
|
27
35
|
|
|
28
36
|
- Fixed: Submit on enter triggered when *Form* was being submitted.
|
|
@@ -75,9 +83,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
75
83
|
- Fixed: Focus trap for conditionally rendered elements in *Overlay*
|
|
76
84
|
## 4.1.40 - 2022-12-30
|
|
77
85
|
- Added: word break for *Modal* body and *Tooltip* content
|
|
78
|
-
|
|
79
86
|
## 4.1.38 - 2022-12-29
|
|
80
|
-
|
|
81
87
|
- Fixed: proptypes declaration being included in production bundle (3% bundle size reduction)
|
|
82
88
|
- Changed: github workflow compilation environment to `production`
|
|
83
89
|
|
|
@@ -166,9 +172,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
166
172
|
- Adds formikBag to onSubmit
|
|
167
173
|
## 4.1.9 - 2022-11-16
|
|
168
174
|
- Fixed: `validateOnBlur` and `validateOnChange` getting triggered before the first submission of the *Form*.
|
|
169
|
-
|
|
170
175
|
## 4.1.8 - 2022-11-16
|
|
171
|
-
|
|
172
176
|
- Updated: Toaster styles.
|
|
173
177
|
- Added: POC for Toasters with minimum content and bottom left positioning
|
|
174
178
|
|