@bigbinary/neetoui 4.2.1 → 4.2.3
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 +4 -4
- package/index.d.ts +3 -0
- package/index.js +4 -4
- package/layouts.js +4 -4
- package/managers.js +1 -1
- package/package.json +1 -1
- package/vercel.json +7 -0
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.3 - 2023-01-30
|
|
27
|
+
|
|
28
|
+
- Added: transparency control option in *ColorPicker*, controlled via `showTransparencyControl`.
|
|
29
|
+
|
|
30
|
+
## 4.2.2 - 2023-01-29
|
|
31
|
+
|
|
32
|
+
- Fixed: respecting the prop `isCreatable` if `loadOptions` prop is provided in *Select* component
|
|
33
|
+
|
|
26
34
|
## 4.2.1 - 2023-01-24
|
|
27
35
|
|
|
28
36
|
- Changed: product descriptions as per the [list](https://docs.google.com/spreadsheets/d/1xFWMyXJkUCf1YBRhrokLdlQvyBn0X3uK2M2JUZClGgw).
|
|
@@ -50,9 +58,7 @@ Screenshot
|
|
|
50
58
|
## 4.1.43 - 2023-01-09
|
|
51
59
|
Added function in Toastr to check for notice_code in response and if it's not present then it will fall back to notice.
|
|
52
60
|
## 4.1.42 - 2023-01-05
|
|
53
|
-
|
|
54
61
|
- Updated: Sidebar neeto logo.
|
|
55
|
-
|
|
56
62
|
## 4.1.41 - 2023-01-05
|
|
57
63
|
|
|
58
64
|
- Fixed: Focus trap for conditionally rendered elements in *Overlay*
|
|
@@ -146,9 +152,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
146
152
|
## 4.1.12 - 2022-11-24
|
|
147
153
|
- Fixed: UI issues in Subheader
|
|
148
154
|
## 4.1.11 - 2022-11-21
|
|
149
|
-
|
|
150
155
|
- Fixed: warnings in *DatePicker* and *TimePicker* component
|
|
151
|
-
|
|
152
156
|
## 4.1.10 - 2022-11-17
|
|
153
157
|
|
|
154
158
|
- Adds formikBag to onSubmit
|