@bigbinary/neetoui 4.4.10 → 4.4.12
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 +12 -12
- package/README.md +2 -2
- package/formik.cjs.js +1 -1
- package/formik.js +1 -1
- package/index.cjs.js +1 -1
- package/index.css +1 -1
- package/index.js +1 -1
- package/layouts.cjs.js +1 -1
- package/layouts.d.ts +2 -1
- package/layouts.js +1 -1
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -23,6 +23,18 @@ 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.12 - 2023-03-15
|
|
27
|
+
|
|
28
|
+
This PR adds the following changes to the *Switch* component.
|
|
29
|
+
|
|
30
|
+
- Added `forwardRef` to the *Switch* component so that it supports adding *Tooltip* to it, as per this [guide](https://github.com/atomiks/tippyjs-react#component-children).
|
|
31
|
+
|
|
32
|
+
## 4.4.11 - 2023-03-14
|
|
33
|
+
|
|
34
|
+
- Added: `liveChat` prop to *HelpSection* component.
|
|
35
|
+
- Added: data-cy to `helpLink` prop.
|
|
36
|
+
- Changed: label into an optional value in LinkType.
|
|
37
|
+
|
|
26
38
|
## 4.4.10 - 2023-03-14
|
|
27
39
|
|
|
28
40
|
- Updated: product title font weight in ProductSwitcher from `normal` to `medium`.
|
|
@@ -36,18 +48,13 @@ Prefix the change with one of these keywords:
|
|
|
36
48
|
-
|
|
37
49
|
- Updated: Help text color from `--neeto-ui-gray-600` to `--neeto-ui-gray-700`.
|
|
38
50
|
-
|
|
39
|
-
|
|
40
51
|
<img width="725" alt="Group 8" src="https://user-images.githubusercontent.com/48869249/224667904-67512253-f120-4cca-9ec3-a85e6c7e1499.png">
|
|
41
52
|
- Fixed: Modal spacing when there is no footer.
|
|
42
|
-
|
|
43
53
|
<img width="725" alt="Group 9" src="https://user-images.githubusercontent.com/48869249/224668860-20a74fb4-2f86-4159-9d49-c6ffa0c178d2.png">
|
|
44
54
|
- Added: Storybook example for using Tooltip in Table header
|
|
45
|
-
|
|
46
55
|
<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
56
|
- Fixed: Horizontal scroll issue in Table header
|
|
48
|
-
|
|
49
57
|
## 4.4.8 - 2023-03-10
|
|
50
|
-
|
|
51
58
|
- Fixed: Issue with overriding components in *Select* component
|
|
52
59
|
|
|
53
60
|
## 4.4.7 - 2023-03-10
|
|
@@ -125,7 +132,6 @@ Fixed empty toastr message when errors or errorCodes are given null values.
|
|
|
125
132
|
- Fixed: overlay issues with Subheader Tippy dropdown
|
|
126
133
|
- Fixed: logo sizing in Sidebar
|
|
127
134
|
Before
|
|
128
|
-
|
|
129
135
|
<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
136
|
After
|
|
131
137
|
<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,9 +156,7 @@ After
|
|
|
150
156
|
## 4.2.4 - 2023-01-31
|
|
151
157
|
- Updated : `neeto-icons`
|
|
152
158
|
## 4.2.3 - 2023-01-30
|
|
153
|
-
|
|
154
159
|
- Added: transparency control option in *ColorPicker*, controlled via `showTransparencyControl`.
|
|
155
|
-
|
|
156
160
|
## 4.2.2 - 2023-01-29
|
|
157
161
|
|
|
158
162
|
- Fixed: respecting the prop `isCreatable` if `loadOptions` prop is provided in *Select* component
|
|
@@ -207,9 +211,7 @@ Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
|
207
211
|
- Fixed: issue with continue in *BlockNavigation*.
|
|
208
212
|
## 4.1.30 - 2022-12-21
|
|
209
213
|
- Added: functionality to scroll to the selected value in *Select* component
|
|
210
|
-
|
|
211
214
|
## 4.1.29 - 2022-12-21
|
|
212
|
-
|
|
213
215
|
- Fixed: pressing `enter` key in *Select* to select an option submitting the *Form*.
|
|
214
216
|
|
|
215
217
|
## 4.1.28 - 2022-12-20
|
|
@@ -284,9 +286,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
284
286
|
- Fixed flaky tests.
|
|
285
287
|
## 4.1.1 - 2022-11-03
|
|
286
288
|
- Added: Eyedropper to *ColorPicker*
|
|
287
|
-
|
|
288
289
|
## 4.1.0 - 2022-11-03
|
|
289
|
-
|
|
290
290
|
- Changed: **BREAKING** Name of the *EmailInput* component to *MultiEmailInput* in both components and Formik components.
|
|
291
291
|
|
|
292
292
|
## 4.0.17 - 2022-10-28
|
package/README.md
CHANGED
|
@@ -57,8 +57,8 @@ You can create new components in `lib/components` and export them from `lib/inde
|
|
|
57
57
|
Running the `yarn storybook` command starts a storybook app. Use this application to test out changes and see how your component behaves in the storybook for **neetoUI**
|
|
58
58
|
|
|
59
59
|
- To see if tests associated with your components pass run `yarn test`.
|
|
60
|
-
- To see if **neetoUI** gets built and bundled after changes run `yarn
|
|
61
|
-
- To see if the storybook gets built run `yarn build
|
|
60
|
+
- To see if **neetoUI** gets built and bundled after changes run `yarn bundle`.
|
|
61
|
+
- To see if the storybook gets built run `yarn build`.
|
|
62
62
|
|
|
63
63
|
Note that nothing in the `stories` folder will be bundled with **neetoUI**.
|
|
64
64
|
|