@bigbinary/neetoui 4.4.9 → 4.4.11
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 +25 -8
- package/index.css +1 -1
- package/layouts.cjs.js +1 -1
- package/layouts.d.ts +2 -1
- package/layouts.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,31 @@ 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.11 - 2023-03-14
|
|
27
|
+
|
|
28
|
+
- Added: `liveChat` prop to *HelpSection* component.
|
|
29
|
+
- Added: data-cy to `helpLink` prop.
|
|
30
|
+
- Changed: label into an optional value in LinkType.
|
|
31
|
+
|
|
32
|
+
## 4.4.10 - 2023-03-14
|
|
33
|
+
|
|
34
|
+
- Updated: product title font weight in ProductSwitcher from `normal` to `medium`.
|
|
35
|
+
|
|
36
|
+
<img width="725" alt="Group 6" src="https://user-images.githubusercontent.com/48869249/224666135-be677e88-6e79-4d1d-8cd7-b89842e55c51.png">
|
|
37
|
+
- Updated: Accordion border color from `--neeto-ui-gray-400` to `--neeto-ui-gray-300`.
|
|
38
|
+
-
|
|
39
|
+
- Updated: Label color from `--neeto-ui-gray-700` to `--neeto-ui-black`.
|
|
40
|
+
-
|
|
41
|
+
- Updated: Label font weight from `normal` to `medium`.
|
|
42
|
+
-
|
|
43
|
+
- Updated: Help text color from `--neeto-ui-gray-600` to `--neeto-ui-gray-700`.
|
|
44
|
+
-
|
|
45
|
+
<img width="725" alt="Group 8" src="https://user-images.githubusercontent.com/48869249/224667904-67512253-f120-4cca-9ec3-a85e6c7e1499.png">
|
|
46
|
+
- Fixed: Modal spacing when there is no footer.
|
|
47
|
+
<img width="725" alt="Group 9" src="https://user-images.githubusercontent.com/48869249/224668860-20a74fb4-2f86-4159-9d49-c6ffa0c178d2.png">
|
|
48
|
+
- Added: Storybook example for using Tooltip in Table header
|
|
49
|
+
<img width="855" alt="Screenshot 2023-03-13 at 3 33 29 PM" src="https://user-images.githubusercontent.com/48869249/224669900-6ffd52b4-b9dd-4e2f-9c33-be5053548d63.png">
|
|
50
|
+
- Fixed: Horizontal scroll issue in Table header
|
|
26
51
|
## 4.4.8 - 2023-03-10
|
|
27
52
|
|
|
28
53
|
- Fixed: Issue with overriding components in *Select* component
|
|
@@ -101,9 +126,7 @@ Fixed empty toastr message when errors or errorCodes are given null values.
|
|
|
101
126
|
## 4.3.0 - 2023-02-13
|
|
102
127
|
- Fixed: overlay issues with Subheader Tippy dropdown
|
|
103
128
|
- Fixed: logo sizing in Sidebar
|
|
104
|
-
|
|
105
129
|
Before
|
|
106
|
-
|
|
107
130
|
<img width="965" alt="Screenshot 2023-02-09 at 8 26 47 AM" src="https://user-images.githubusercontent.com/48869249/217706767-1350dd62-2a23-4093-b989-a1d2ba98cb97.png">
|
|
108
131
|
After
|
|
109
132
|
<img width="968" alt="Screenshot 2023-02-09 at 8 27 04 AM" src="https://user-images.githubusercontent.com/48869249/217706816-2bc90bed-5a69-43dc-9cbd-ea4312ae73a6.png">
|
|
@@ -127,9 +150,7 @@ After
|
|
|
127
150
|
- Updated : Table sorting UI styles
|
|
128
151
|
## 4.2.4 - 2023-01-31
|
|
129
152
|
- Updated : `neeto-icons`
|
|
130
|
-
|
|
131
153
|
## 4.2.3 - 2023-01-30
|
|
132
|
-
|
|
133
154
|
- Added: transparency control option in *ColorPicker*, controlled via `showTransparencyControl`.
|
|
134
155
|
|
|
135
156
|
## 4.2.2 - 2023-01-29
|
|
@@ -185,9 +206,7 @@ Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
|
185
206
|
## 4.1.31 - 2022-12-21
|
|
186
207
|
- Fixed: issue with continue in *BlockNavigation*.
|
|
187
208
|
## 4.1.30 - 2022-12-21
|
|
188
|
-
|
|
189
209
|
- Added: functionality to scroll to the selected value in *Select* component
|
|
190
|
-
|
|
191
210
|
## 4.1.29 - 2022-12-21
|
|
192
211
|
|
|
193
212
|
- Fixed: pressing `enter` key in *Select* to select an option submitting the *Form*.
|
|
@@ -263,9 +282,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
263
282
|
- Removed the usage of `Formik` and `Form` from `formik` in stories and used `Form`.
|
|
264
283
|
- Fixed flaky tests.
|
|
265
284
|
## 4.1.1 - 2022-11-03
|
|
266
|
-
|
|
267
285
|
- Added: Eyedropper to *ColorPicker*
|
|
268
|
-
|
|
269
286
|
## 4.1.0 - 2022-11-03
|
|
270
287
|
|
|
271
288
|
- Changed: **BREAKING** Name of the *EmailInput* component to *MultiEmailInput* in both components and Formik components.
|