@bigbinary/neetoui 4.3.1 → 4.3.3-cjs
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 -6
- package/formik.js +4 -4
- package/index.css +1 -1
- package/index.js +4 -4
- package/layouts.js +14 -4
- package/managers.js +1 -1
- package/package.json +1 -1
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.3.3 - 2023-02-17
|
|
27
|
+
|
|
28
|
+
- Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
|
|
29
|
+
|
|
30
|
+
## 4.3.2 - 2023-02-16
|
|
31
|
+
|
|
32
|
+
- Updated: styles of preset ranges in *DatePicker*.
|
|
33
|
+
|
|
26
34
|
## 4.3.1 - 2023-02-14
|
|
27
35
|
|
|
28
36
|
- Changed: **BREAKING** Updated `neetoApps` prop in *AppSwitcher* component to include app description and url along with the app name.
|
|
@@ -49,9 +57,7 @@ After
|
|
|
49
57
|
<img width="74" alt="Screenshot 2023-02-09 at 8 36 36 AM" src="https://user-images.githubusercontent.com/48869249/217708237-933c98b8-af0e-4647-9a92-19bdb2b7ba2b.png">
|
|
50
58
|
## 4.2.9 - 2023-02-08
|
|
51
59
|
- Changed: `Neeto` logo in the sidebar.
|
|
52
|
-
|
|
53
60
|
## 4.2.8 - 2023-02-08
|
|
54
|
-
|
|
55
61
|
- 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.
|
|
56
62
|
|
|
57
63
|
## 4.2.7 - 2023-02-08
|
|
@@ -117,9 +123,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
117
123
|
- Fixed: issue with multiple links in *Sidebar* getting active at the same time.
|
|
118
124
|
- Changed: logic in *Select* component to respect `getOptionValue` prop.
|
|
119
125
|
## 4.1.35 - 2022-12-27
|
|
120
|
-
|
|
121
126
|
- Added: the ability to choose email from options in *EmailInput*.
|
|
122
|
-
|
|
123
127
|
## 4.1.34 - 2022-12-26
|
|
124
128
|
|
|
125
129
|
- Fixed: Select dropdown width when strategy fixed.
|
|
@@ -202,9 +206,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
202
206
|
## 4.1.7 - 2022-11-14
|
|
203
207
|
- Changed: color-picker related dependencies to dev dependency
|
|
204
208
|
## 4.1.6 - 2022-11-13
|
|
205
|
-
|
|
206
209
|
- Fixed: issue with *Select* dropdown when scrolling the page.
|
|
207
|
-
|
|
208
210
|
## 4.1.5 - 2022-11-11
|
|
209
211
|
|
|
210
212
|
- Added `system-ui` to `font-family` in `_base.scss`
|