@bigbinary/neetoui 4.4.1 → 4.4.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 -9
- package/formik.cjs.js +24 -0
- package/index.cjs.js +24 -0
- package/index.js +1 -1
- package/layouts.cjs.js +24 -0
- package/managers.cjs.js +1 -0
- package/package.json +21 -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.4.3 - 2023-03-07
|
|
27
|
+
|
|
28
|
+
- Changed: Exported both cjs and esm bundles.
|
|
29
|
+
|
|
30
|
+
## 4.4.2 - 2023-03-03
|
|
31
|
+
|
|
32
|
+
Fixed empty toastr message when errors or errorCodes are given null values.
|
|
33
|
+
|
|
26
34
|
## 4.4.1 - 2023-03-03
|
|
27
35
|
|
|
28
36
|
- Added feature to display string from custom message key from response , when the noticeCode is custom_message
|
|
@@ -59,7 +67,6 @@ Prefix the change with one of these keywords:
|
|
|
59
67
|
- Updated: Dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
60
68
|
- Updated: Select dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
61
69
|
- Updated: Date/Time picker dropdown shadow to `--neeto-ui-shadow-lg`.
|
|
62
|
-
|
|
63
70
|
<img width="238" alt="shadow" src="https://user-images.githubusercontent.com/48869249/220604390-3c95f1d2-cf41-46e8-af63-32074ddcc60f.png">
|
|
64
71
|
- Updated: Dropdown `max-height` from `360px` to `480px` to accommodate more number of items without scroll.
|
|
65
72
|
- Updated: Select dropdown `max-height` to `480px`
|
|
@@ -69,9 +76,7 @@ Prefix the change with one of these keywords:
|
|
|
69
76
|
<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
77
|
## 4.3.3 - 2023-02-17
|
|
71
78
|
- Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
|
|
72
|
-
|
|
73
79
|
## 4.3.2 - 2023-02-16
|
|
74
|
-
|
|
75
80
|
- Updated: styles of preset ranges in *DatePicker*.
|
|
76
81
|
|
|
77
82
|
## 4.3.1 - 2023-02-14
|
|
@@ -104,9 +109,7 @@ After
|
|
|
104
109
|
- 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
110
|
## 4.2.7 - 2023-02-08
|
|
106
111
|
- Updated: Pageloader component.
|
|
107
|
-
|
|
108
112
|
## 4.2.6 - 2023-02-08
|
|
109
|
-
|
|
110
113
|
- Fixed: Submit on enter triggered when *Form* was being submitted.
|
|
111
114
|
|
|
112
115
|
## 4.2.5 - 2023-02-07
|
|
@@ -168,9 +171,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
168
171
|
## 4.1.34 - 2022-12-26
|
|
169
172
|
- Fixed: Select dropdown width when strategy fixed.
|
|
170
173
|
## 4.1.33 - 2022-12-25
|
|
171
|
-
|
|
172
174
|
- Fixed: Issues with `value` prop of *Select* component.
|
|
173
|
-
|
|
174
175
|
## 4.1.32 - 2022-12-25
|
|
175
176
|
|
|
176
177
|
Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
@@ -249,9 +250,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
249
250
|
## 4.1.5 - 2022-11-11
|
|
250
251
|
- Added `system-ui` to `font-family` in `_base.scss`
|
|
251
252
|
## 4.1.4 - 2022-11-10
|
|
252
|
-
|
|
253
253
|
- Added: `className` as props to *Form* component.
|
|
254
|
-
|
|
255
254
|
## 4.1.3 - 2022-11-10
|
|
256
255
|
|
|
257
256
|
- Removes Tags molecule from library and moved to [neeto-tags-frontend](https://github.com/bigbinary/neeto-tags-frontend)
|