@bigbinary/neetoui 4.2.2 → 4.2.4
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.d.ts +3 -0
- package/index.js +3 -3
- package/layouts.js +4 -4
- 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.4 - 2023-01-31
|
|
27
|
+
|
|
28
|
+
- Updated : `neeto-icons`
|
|
29
|
+
|
|
30
|
+
## 4.2.3 - 2023-01-30
|
|
31
|
+
|
|
32
|
+
- Added: transparency control option in *ColorPicker*, controlled via `showTransparencyControl`.
|
|
33
|
+
|
|
26
34
|
## 4.2.2 - 2023-01-29
|
|
27
35
|
|
|
28
36
|
- Fixed: respecting the prop `isCreatable` if `loadOptions` prop is provided in *Select* component
|
|
@@ -55,9 +63,7 @@ Screenshot
|
|
|
55
63
|
Added function in Toastr to check for notice_code in response and if it's not present then it will fall back to notice.
|
|
56
64
|
## 4.1.42 - 2023-01-05
|
|
57
65
|
- Updated: Sidebar neeto logo.
|
|
58
|
-
|
|
59
66
|
## 4.1.41 - 2023-01-05
|
|
60
|
-
|
|
61
67
|
- Fixed: Focus trap for conditionally rendered elements in *Overlay*
|
|
62
68
|
|
|
63
69
|
## 4.1.40 - 2022-12-30
|
|
@@ -150,9 +156,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
150
156
|
- Fixed: UI issues in Subheader
|
|
151
157
|
## 4.1.11 - 2022-11-21
|
|
152
158
|
- Fixed: warnings in *DatePicker* and *TimePicker* component
|
|
153
|
-
|
|
154
159
|
## 4.1.10 - 2022-11-17
|
|
155
|
-
|
|
156
160
|
- Adds formikBag to onSubmit
|
|
157
161
|
|
|
158
162
|
## 4.1.9 - 2022-11-16
|