@bigbinary/neetoui 4.4.5 → 4.4.6
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 +13 -4
- package/formik.js +13 -4
- package/index.cjs.js +13 -5
- package/index.css +1 -1
- package/index.d.ts +0 -1
- package/index.js +13 -5
- package/layouts.cjs.js +4 -5
- package/layouts.js +4 -5
- package/package.json +3 -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.6 - 2023-03-09
|
|
27
|
+
|
|
28
|
+
- Added: new fallback avatars in the *Avatar* component using `boringavatars`.
|
|
29
|
+
|
|
26
30
|
## 4.4.4 - 2023-03-07
|
|
27
31
|
|
|
28
32
|
- Added: the ability to add a custom separator text between the primary and secondary buttons using the `buttonSeparatorText` prop for the *NoData* component.
|
|
@@ -83,7 +87,6 @@ Fixed empty toastr message when errors or errorCodes are given null values.
|
|
|
83
87
|
## 4.3.2 - 2023-02-16
|
|
84
88
|
- Updated: styles of preset ranges in *DatePicker*.
|
|
85
89
|
## 4.3.1 - 2023-02-14
|
|
86
|
-
|
|
87
90
|
- Changed: **BREAKING** Updated `neetoApps` prop in *AppSwitcher* component to include app description and url along with the app name.
|
|
88
91
|
- Changed: Product icons required for *AppSwitcher* component is directly picked from `neetoIcons`.
|
|
89
92
|
- Removed: `subdomain` and `environment` props from *AppSwitcher* component.
|
|
@@ -115,7 +118,6 @@ After
|
|
|
115
118
|
## 4.2.6 - 2023-02-08
|
|
116
119
|
- Fixed: Submit on enter triggered when *Form* was being submitted.
|
|
117
120
|
## 4.2.5 - 2023-02-07
|
|
118
|
-
|
|
119
121
|
- Updated : Table sorting UI styles
|
|
120
122
|
|
|
121
123
|
## 4.2.4 - 2023-01-31
|
|
@@ -176,7 +178,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
176
178
|
- Fixed: Issues with `value` prop of *Select* component.
|
|
177
179
|
## 4.1.32 - 2022-12-25
|
|
178
180
|
Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
179
|
-
|
|
180
181
|
## 4.1.31 - 2022-12-21
|
|
181
182
|
|
|
182
183
|
- Fixed: issue with continue in *BlockNavigation*.
|
|
@@ -254,7 +255,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
254
255
|
- Added: `className` as props to *Form* component.
|
|
255
256
|
## 4.1.3 - 2022-11-10
|
|
256
257
|
- Removes Tags molecule from library and moved to [neeto-tags-frontend](https://github.com/bigbinary/neeto-tags-frontend)
|
|
257
|
-
|
|
258
258
|
## 4.1.2 - 2022-11-09
|
|
259
259
|
|
|
260
260
|
- Added `Form` component to `neetoui/formik`.
|