@bigbinary/neetoui 4.2.1 → 4.2.2
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 +4 -4
- 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,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.2 - 2023-01-29
|
|
27
|
+
|
|
28
|
+
- Fixed: respecting the prop `isCreatable` if `loadOptions` prop is provided in *Select* component
|
|
29
|
+
|
|
26
30
|
## 4.2.1 - 2023-01-24
|
|
27
31
|
|
|
28
32
|
- Changed: product descriptions as per the [list](https://docs.google.com/spreadsheets/d/1xFWMyXJkUCf1YBRhrokLdlQvyBn0X3uK2M2JUZClGgw).
|
|
@@ -50,7 +54,6 @@ Screenshot
|
|
|
50
54
|
## 4.1.43 - 2023-01-09
|
|
51
55
|
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
56
|
## 4.1.42 - 2023-01-05
|
|
53
|
-
|
|
54
57
|
- Updated: Sidebar neeto logo.
|
|
55
58
|
|
|
56
59
|
## 4.1.41 - 2023-01-05
|
|
@@ -146,7 +149,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
146
149
|
## 4.1.12 - 2022-11-24
|
|
147
150
|
- Fixed: UI issues in Subheader
|
|
148
151
|
## 4.1.11 - 2022-11-21
|
|
149
|
-
|
|
150
152
|
- Fixed: warnings in *DatePicker* and *TimePicker* component
|
|
151
153
|
|
|
152
154
|
## 4.1.10 - 2022-11-17
|