@bigbinary/neetoui 4.4.6 → 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,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.7 - 2023-03-10
27
+
28
+ - Added: entry points for TypeScript resolutions in package.json
29
+
26
30
  ## 4.4.6 - 2023-03-09
27
31
 
28
32
  - Added: new fallback avatars in the *Avatar* component using `boringavatars`.
@@ -90,7 +94,6 @@ Fixed empty toastr message when errors or errorCodes are given null values.
90
94
  - Changed: **BREAKING** Updated `neetoApps` prop in *AppSwitcher* component to include app description and url along with the app name.
91
95
  - Changed: Product icons required for *AppSwitcher* component is directly picked from `neetoIcons`.
92
96
  - Removed: `subdomain` and `environment` props from *AppSwitcher* component.
93
-
94
97
  ## 4.3.0 - 2023-02-13
95
98
 
96
99
  - Fixed: overlay issues with Subheader Tippy dropdown
@@ -119,7 +122,6 @@ After
119
122
  - Fixed: Submit on enter triggered when *Form* was being submitted.
120
123
  ## 4.2.5 - 2023-02-07
121
124
  - Updated : Table sorting UI styles
122
-
123
125
  ## 4.2.4 - 2023-01-31
124
126
 
125
127
  - Updated : `neeto-icons`
@@ -179,7 +181,6 @@ Added function in Toastr to check for notice_code in response and if it's not pr
179
181
  ## 4.1.32 - 2022-12-25
180
182
  Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
181
183
  ## 4.1.31 - 2022-12-21
182
-
183
184
  - Fixed: issue with continue in *BlockNavigation*.
184
185
 
185
186
  ## 4.1.30 - 2022-12-21
@@ -256,7 +257,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
256
257
  ## 4.1.3 - 2022-11-10
257
258
  - Removes Tags molecule from library and moved to [neeto-tags-frontend](https://github.com/bigbinary/neeto-tags-frontend)
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`.