@bigbinary/neetoui 4.4.10 → 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 CHANGED
@@ -23,6 +23,12 @@ 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
+
26
32
  ## 4.4.10 - 2023-03-14
27
33
 
28
34
  - Updated: product title font weight in ProductSwitcher from `normal` to `medium`.
@@ -36,16 +42,12 @@ Prefix the change with one of these keywords:
36
42
  -
37
43
  - Updated: Help text color from `--neeto-ui-gray-600` to `--neeto-ui-gray-700`.
38
44
  -
39
-
40
45
  <img width="725" alt="Group 8" src="https://user-images.githubusercontent.com/48869249/224667904-67512253-f120-4cca-9ec3-a85e6c7e1499.png">
41
46
  - Fixed: Modal spacing when there is no footer.
42
-
43
47
  <img width="725" alt="Group 9" src="https://user-images.githubusercontent.com/48869249/224668860-20a74fb4-2f86-4159-9d49-c6ffa0c178d2.png">
44
48
  - Added: Storybook example for using Tooltip in Table header
45
-
46
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">
47
50
  - Fixed: Horizontal scroll issue in Table header
48
-
49
51
  ## 4.4.8 - 2023-03-10
50
52
 
51
53
  - Fixed: Issue with overriding components in *Select* component
@@ -125,7 +127,6 @@ Fixed empty toastr message when errors or errorCodes are given null values.
125
127
  - Fixed: overlay issues with Subheader Tippy dropdown
126
128
  - Fixed: logo sizing in Sidebar
127
129
  Before
128
-
129
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">
130
131
  After
131
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">
@@ -150,7 +151,6 @@ After
150
151
  ## 4.2.4 - 2023-01-31
151
152
  - Updated : `neeto-icons`
152
153
  ## 4.2.3 - 2023-01-30
153
-
154
154
  - Added: transparency control option in *ColorPicker*, controlled via `showTransparencyControl`.
155
155
 
156
156
  ## 4.2.2 - 2023-01-29
@@ -207,7 +207,6 @@ Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
207
207
  - Fixed: issue with continue in *BlockNavigation*.
208
208
  ## 4.1.30 - 2022-12-21
209
209
  - Added: functionality to scroll to the selected value in *Select* component
210
-
211
210
  ## 4.1.29 - 2022-12-21
212
211
 
213
212
  - Fixed: pressing `enter` key in *Select* to select an option submitting the *Form*.
@@ -284,7 +283,6 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
284
283
  - Fixed flaky tests.
285
284
  ## 4.1.1 - 2022-11-03
286
285
  - Added: Eyedropper to *ColorPicker*
287
-
288
286
  ## 4.1.0 - 2022-11-03
289
287
 
290
288
  - Changed: **BREAKING** Name of the *EmailInput* component to *MultiEmailInput* in both components and Formik components.