@bigbinary/neetoui 4.4.5 → 4.4.7

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 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.7 - 2023-03-10
27
+
28
+ - Added: entry points for TypeScript resolutions in package.json
29
+
30
+ ## 4.4.6 - 2023-03-09
31
+
32
+ - Added: new fallback avatars in the *Avatar* component using `boringavatars`.
33
+
26
34
  ## 4.4.4 - 2023-03-07
27
35
 
28
36
  - Added: the ability to add a custom separator text between the primary and secondary buttons using the `buttonSeparatorText` prop for the *NoData* component.
@@ -83,11 +91,9 @@ Fixed empty toastr message when errors or errorCodes are given null values.
83
91
  ## 4.3.2 - 2023-02-16
84
92
  - Updated: styles of preset ranges in *DatePicker*.
85
93
  ## 4.3.1 - 2023-02-14
86
-
87
94
  - Changed: **BREAKING** Updated `neetoApps` prop in *AppSwitcher* component to include app description and url along with the app name.
88
95
  - Changed: Product icons required for *AppSwitcher* component is directly picked from `neetoIcons`.
89
96
  - Removed: `subdomain` and `environment` props from *AppSwitcher* component.
90
-
91
97
  ## 4.3.0 - 2023-02-13
92
98
 
93
99
  - Fixed: overlay issues with Subheader Tippy dropdown
@@ -115,9 +121,7 @@ After
115
121
  ## 4.2.6 - 2023-02-08
116
122
  - Fixed: Submit on enter triggered when *Form* was being submitted.
117
123
  ## 4.2.5 - 2023-02-07
118
-
119
124
  - Updated : Table sorting UI styles
120
-
121
125
  ## 4.2.4 - 2023-01-31
122
126
 
123
127
  - Updated : `neeto-icons`
@@ -176,9 +180,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
176
180
  - Fixed: Issues with `value` prop of *Select* component.
177
181
  ## 4.1.32 - 2022-12-25
178
182
  Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
179
-
180
183
  ## 4.1.31 - 2022-12-21
181
-
182
184
  - Fixed: issue with continue in *BlockNavigation*.
183
185
 
184
186
  ## 4.1.30 - 2022-12-21
@@ -254,9 +256,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
254
256
  - Added: `className` as props to *Form* component.
255
257
  ## 4.1.3 - 2022-11-10
256
258
  - Removes Tags molecule from library and moved to [neeto-tags-frontend](https://github.com/bigbinary/neeto-tags-frontend)
257
-
258
259
  ## 4.1.2 - 2022-11-09
259
-
260
260
  - Added `Form` component to `neetoui/formik`.
261
261
  - Added relevant tests for `Form` component.
262
262
  - Removed the usage of `Formik` and `Form` from `formik` in stories and used `Form`.