@bigbinary/neetoui 4.4.2 → 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 +4 -4
- package/formik.cjs.js +24 -0
- package/index.cjs.js +24 -0
- package/layouts.cjs.js +24 -0
- package/managers.cjs.js +1 -0
- package/package.json +21 -2
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.3 - 2023-03-07
|
|
27
|
+
|
|
28
|
+
- Changed: Exported both cjs and esm bundles.
|
|
29
|
+
|
|
26
30
|
## 4.4.2 - 2023-03-03
|
|
27
31
|
|
|
28
32
|
Fixed empty toastr message when errors or errorCodes are given null values.
|
|
@@ -73,7 +77,6 @@ Fixed empty toastr message when errors or errorCodes are given null values.
|
|
|
73
77
|
## 4.3.3 - 2023-02-17
|
|
74
78
|
- Added: functionality to get `errorCode` or `errorCodes` from the Axios error object and displays translated string as toastr message
|
|
75
79
|
## 4.3.2 - 2023-02-16
|
|
76
|
-
|
|
77
80
|
- Updated: styles of preset ranges in *DatePicker*.
|
|
78
81
|
|
|
79
82
|
## 4.3.1 - 2023-02-14
|
|
@@ -107,7 +110,6 @@ After
|
|
|
107
110
|
## 4.2.7 - 2023-02-08
|
|
108
111
|
- Updated: Pageloader component.
|
|
109
112
|
## 4.2.6 - 2023-02-08
|
|
110
|
-
|
|
111
113
|
- Fixed: Submit on enter triggered when *Form* was being submitted.
|
|
112
114
|
|
|
113
115
|
## 4.2.5 - 2023-02-07
|
|
@@ -170,7 +172,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
170
172
|
- Fixed: Select dropdown width when strategy fixed.
|
|
171
173
|
## 4.1.33 - 2022-12-25
|
|
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`.
|
|
@@ -250,7 +251,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
250
251
|
- Added `system-ui` to `font-family` in `_base.scss`
|
|
251
252
|
## 4.1.4 - 2022-11-10
|
|
252
253
|
- Added: `className` as props to *Form* component.
|
|
253
|
-
|
|
254
254
|
## 4.1.3 - 2022-11-10
|
|
255
255
|
|
|
256
256
|
- Removes Tags molecule from library and moved to [neeto-tags-frontend](https://github.com/bigbinary/neeto-tags-frontend)
|