@bigbinary/neetoui 4.4.1 → 4.4.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 -5
- package/index.js +1 -1
- package/package.json +1 -1
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.4.2 - 2023-03-03
|
|
27
|
+
|
|
28
|
+
Fixed empty toastr message when errors or errorCodes are given null values.
|
|
29
|
+
|
|
26
30
|
## 4.4.1 - 2023-03-03
|
|
27
31
|
|
|
28
32
|
- Added feature to display string from custom message key from response , when the noticeCode is custom_message
|
|
@@ -59,7 +63,6 @@ Prefix the change with one of these keywords:
|
|
|
59
63
|
- Updated: Dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
60
64
|
- Updated: Select dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
61
65
|
- Updated: Date/Time picker dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
62
|
-
|
|
63
66
|
<img width="238" alt="shadow" src="https://user-images.githubusercontent.com/48869249/220604390-3c95f1d2-cf41-46e8-af63-32074ddcc60f.png">
|
|
64
67
|
- Updated: Dropdown `max-height` from `360px` to `480px` to accommodate more number of items without scroll.
|
|
65
68
|
- Updated: Select dropdown `max-height` to `480px`
|
|
@@ -69,7 +72,6 @@ Prefix the change with one of these keywords:
|
|
|
69
72
|
<img width="1440" alt="Screenshot 2023-02-22 at 11 04 47 PM" src="https://user-images.githubusercontent.com/48869249/220709676-2ed9735e-1030-431d-a87e-53e78d9f5b2c.png">
|
|
70
73
|
## 4.3.3 - 2023-02-17
|
|
71
74
|
- Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
|
|
72
|
-
|
|
73
75
|
## 4.3.2 - 2023-02-16
|
|
74
76
|
|
|
75
77
|
- Updated: styles of preset ranges in *DatePicker*.
|
|
@@ -104,7 +106,6 @@ After
|
|
|
104
106
|
- 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.
|
|
105
107
|
## 4.2.7 - 2023-02-08
|
|
106
108
|
- Updated: Pageloader component.
|
|
107
|
-
|
|
108
109
|
## 4.2.6 - 2023-02-08
|
|
109
110
|
|
|
110
111
|
- Fixed: Submit on enter triggered when *Form* was being submitted.
|
|
@@ -168,7 +169,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
168
169
|
## 4.1.34 - 2022-12-26
|
|
169
170
|
- Fixed: Select dropdown width when strategy fixed.
|
|
170
171
|
## 4.1.33 - 2022-12-25
|
|
171
|
-
|
|
172
172
|
- Fixed: Issues with `value` prop of *Select* component.
|
|
173
173
|
|
|
174
174
|
## 4.1.32 - 2022-12-25
|
|
@@ -249,7 +249,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
249
249
|
## 4.1.5 - 2022-11-11
|
|
250
250
|
- Added `system-ui` to `font-family` in `_base.scss`
|
|
251
251
|
## 4.1.4 - 2022-11-10
|
|
252
|
-
|
|
253
252
|
- Added: `className` as props to *Form* component.
|
|
254
253
|
|
|
255
254
|
## 4.1.3 - 2022-11-10
|