@bigbinary/neetoui 4.4.6 → 4.4.8
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 -8
- package/formik.cjs.js +1 -1
- package/formik.js +1 -1
- package/index.cjs.js +1 -1
- package/index.js +1 -1
- package/layouts.cjs.js +1 -1
- package/layouts.js +1 -1
- package/package.json +9 -5
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.8 - 2023-03-10
|
|
27
|
+
|
|
28
|
+
- Fixed: Issue with overriding components in *Select* component
|
|
29
|
+
|
|
30
|
+
## 4.4.7 - 2023-03-10
|
|
31
|
+
|
|
32
|
+
- Added: entry points for TypeScript resolutions in package.json
|
|
33
|
+
|
|
26
34
|
## 4.4.6 - 2023-03-09
|
|
27
35
|
|
|
28
36
|
- Added: new fallback avatars in the *Avatar* component using `boringavatars`.
|
|
@@ -90,9 +98,7 @@ Fixed empty toastr message when errors or errorCodes are given null values.
|
|
|
90
98
|
- Changed: **BREAKING** Updated `neetoApps` prop in *AppSwitcher* component to include app description and url along with the app name.
|
|
91
99
|
- Changed: Product icons required for *AppSwitcher* component is directly picked from `neetoIcons`.
|
|
92
100
|
- Removed: `subdomain` and `environment` props from *AppSwitcher* component.
|
|
93
|
-
|
|
94
101
|
## 4.3.0 - 2023-02-13
|
|
95
|
-
|
|
96
102
|
- Fixed: overlay issues with Subheader Tippy dropdown
|
|
97
103
|
- Fixed: logo sizing in Sidebar
|
|
98
104
|
|
|
@@ -119,9 +125,7 @@ After
|
|
|
119
125
|
- Fixed: Submit on enter triggered when *Form* was being submitted.
|
|
120
126
|
## 4.2.5 - 2023-02-07
|
|
121
127
|
- Updated : Table sorting UI styles
|
|
122
|
-
|
|
123
128
|
## 4.2.4 - 2023-01-31
|
|
124
|
-
|
|
125
129
|
- Updated : `neeto-icons`
|
|
126
130
|
|
|
127
131
|
## 4.2.3 - 2023-01-30
|
|
@@ -179,9 +183,7 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
179
183
|
## 4.1.32 - 2022-12-25
|
|
180
184
|
Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
181
185
|
## 4.1.31 - 2022-12-21
|
|
182
|
-
|
|
183
186
|
- Fixed: issue with continue in *BlockNavigation*.
|
|
184
|
-
|
|
185
187
|
## 4.1.30 - 2022-12-21
|
|
186
188
|
|
|
187
189
|
- Added: functionality to scroll to the selected value in *Select* component
|
|
@@ -256,12 +258,10 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
256
258
|
## 4.1.3 - 2022-11-10
|
|
257
259
|
- Removes Tags molecule from library and moved to [neeto-tags-frontend](https://github.com/bigbinary/neeto-tags-frontend)
|
|
258
260
|
## 4.1.2 - 2022-11-09
|
|
259
|
-
|
|
260
261
|
- Added `Form` component to `neetoui/formik`.
|
|
261
262
|
- Added relevant tests for `Form` component.
|
|
262
263
|
- Removed the usage of `Formik` and `Form` from `formik` in stories and used `Form`.
|
|
263
264
|
- Fixed flaky tests.
|
|
264
|
-
|
|
265
265
|
## 4.1.1 - 2022-11-03
|
|
266
266
|
|
|
267
267
|
- Added: Eyedropper to *ColorPicker*
|