@bigbinary/neetoui 4.1.41 → 4.1.43
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 +79 -71
- package/formik.js +4 -4
- package/index.js +4 -4
- package/layouts.js +14 -4
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
** Represent a version as second level heading and write the version number inside a square bracket, eg: ## [3.3.2]
|
|
9
9
|
|
|
10
10
|
--->
|
|
11
|
+
|
|
11
12
|
# Changelog
|
|
12
13
|
|
|
13
14
|
All notable changes to this project will be documented in this file.
|
|
@@ -16,20 +17,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
16
17
|
|
|
17
18
|
Prefix the change with one of these keywords:
|
|
18
19
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
20
|
+
- _Added_: for new features.
|
|
21
|
+
- _Changed_: for changes in existing functionality.
|
|
22
|
+
- _Deprecated_: for soon-to-be removed features.
|
|
23
|
+
- _Removed_: for now removed features.
|
|
24
|
+
- _Fixed_: for any bug fixes.
|
|
25
|
+
- _Security_: in case of vulnerabilities.
|
|
26
|
+
|
|
27
|
+
## 4.1.43 - 2023-01-09
|
|
28
|
+
|
|
29
|
+
Added function in Toastr to check for notice_code in response and if it's not present then it will fall back to notice.
|
|
30
|
+
|
|
31
|
+
## 4.1.42 - 2023-01-05
|
|
32
|
+
|
|
33
|
+
- Updated: Sidebar neeto logo.
|
|
25
34
|
|
|
26
35
|
## 4.1.41 - 2023-01-05
|
|
27
36
|
|
|
28
|
-
- Fixed: Focus trap for conditionally rendered elements in
|
|
37
|
+
- Fixed: Focus trap for conditionally rendered elements in _Overlay_
|
|
29
38
|
|
|
30
39
|
## 4.1.40 - 2022-12-30
|
|
31
40
|
|
|
32
|
-
- Added: word break for
|
|
41
|
+
- Added: word break for _Modal_ body and _Tooltip_ content
|
|
33
42
|
|
|
34
43
|
## 4.1.38 - 2022-12-29
|
|
35
44
|
|
|
@@ -38,12 +47,12 @@ Prefix the change with one of these keywords:
|
|
|
38
47
|
|
|
39
48
|
## 4.1.37 - 2022-12-28
|
|
40
49
|
|
|
41
|
-
- Fixed: issue with multiple links in
|
|
42
|
-
- Changed: logic in
|
|
50
|
+
- Fixed: issue with multiple links in _Sidebar_ getting active at the same time.
|
|
51
|
+
- Changed: logic in _Select_ component to respect `getOptionValue` prop.
|
|
43
52
|
|
|
44
53
|
## 4.1.35 - 2022-12-27
|
|
45
54
|
|
|
46
|
-
- Added: the ability to choose email from options in
|
|
55
|
+
- Added: the ability to choose email from options in _EmailInput_.
|
|
47
56
|
|
|
48
57
|
## 4.1.34 - 2022-12-26
|
|
49
58
|
|
|
@@ -51,23 +60,23 @@ Prefix the change with one of these keywords:
|
|
|
51
60
|
|
|
52
61
|
## 4.1.33 - 2022-12-25
|
|
53
62
|
|
|
54
|
-
- Fixed: Issues with `value` prop of
|
|
63
|
+
- Fixed: Issues with `value` prop of _Select_ component.
|
|
55
64
|
|
|
56
65
|
## 4.1.32 - 2022-12-25
|
|
57
66
|
|
|
58
|
-
Added:
|
|
67
|
+
Added: _Checkbox_ and _MultiEmailInput_ are wrapped with `forwardref`.
|
|
59
68
|
|
|
60
69
|
## 4.1.31 - 2022-12-21
|
|
61
70
|
|
|
62
|
-
- Fixed: issue with continue in
|
|
71
|
+
- Fixed: issue with continue in _BlockNavigation_.
|
|
63
72
|
|
|
64
73
|
## 4.1.30 - 2022-12-21
|
|
65
74
|
|
|
66
|
-
- Added: functionality to scroll to the selected value in
|
|
75
|
+
- Added: functionality to scroll to the selected value in _Select_ component
|
|
67
76
|
|
|
68
77
|
## 4.1.29 - 2022-12-21
|
|
69
78
|
|
|
70
|
-
- Fixed: pressing `enter` key in
|
|
79
|
+
- Fixed: pressing `enter` key in _Select_ to select an option submitting the _Form_.
|
|
71
80
|
|
|
72
81
|
## 4.1.28 - 2022-12-20
|
|
73
82
|
|
|
@@ -75,8 +84,8 @@ Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
|
75
84
|
|
|
76
85
|
## 4.1.27 - 2022-12-19
|
|
77
86
|
|
|
78
|
-
- Updated
|
|
79
|
-
- Updated the icon Tooltip content from "App switcher" to "Product switcher"
|
|
87
|
+
- Updated: _Product switcher_ component in neetoUI
|
|
88
|
+
- Updated: the icon Tooltip content from "App switcher" to "Product switcher"
|
|
80
89
|
|
|
81
90
|
## 4.1.26 - 2022-12-19
|
|
82
91
|
|
|
@@ -93,7 +102,7 @@ Changed: Made `shouldDynamicallyRenderRowSize` `false` by default.
|
|
|
93
102
|
|
|
94
103
|
## 4.1.22 - 2022-12-07
|
|
95
104
|
|
|
96
|
-
- Added:
|
|
105
|
+
- Added: _Popover_ component
|
|
97
106
|
|
|
98
107
|
<img width="1100" alt="Screenshot 2022-12-05 at 5 42 51 PM" src="https://user-images.githubusercontent.com/24496302/205637383-afe596b8-c117-43ce-ad00-fee566fa0859.png">
|
|
99
108
|
## 4.1.20 - 2022-12-06
|
|
@@ -110,7 +119,6 @@ Fixed: Prevents form submission when the `enter` key is pressed.
|
|
|
110
119
|
## 4.1.15 - 2022-11-28
|
|
111
120
|
Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
112
121
|
## 4.1.13 - 2022-11-24
|
|
113
|
-
|
|
114
122
|
- Fixed: Wrong managers bundle entry point in rollup config
|
|
115
123
|
- Added: `OverlayManager` which is used by all overlay components in neetoUI internally. The host application can use the methods inside the class to determine whether an Overlay is open in the product or not.
|
|
116
124
|
- Removed: `ModalManager` and migrate the Modal component to use `OverlayManager`.
|
|
@@ -121,7 +129,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
121
129
|
|
|
122
130
|
## 4.1.11 - 2022-11-21
|
|
123
131
|
|
|
124
|
-
- Fixed: warnings in
|
|
132
|
+
- Fixed: warnings in _DatePicker_ and _TimePicker_ component
|
|
125
133
|
|
|
126
134
|
## 4.1.10 - 2022-11-17
|
|
127
135
|
|
|
@@ -129,7 +137,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
129
137
|
|
|
130
138
|
## 4.1.9 - 2022-11-16
|
|
131
139
|
|
|
132
|
-
- Fixed: `validateOnBlur` and `validateOnChange` getting triggered before the first submission of the
|
|
140
|
+
- Fixed: `validateOnBlur` and `validateOnChange` getting triggered before the first submission of the _Form_.
|
|
133
141
|
|
|
134
142
|
## 4.1.8 - 2022-11-16
|
|
135
143
|
|
|
@@ -142,7 +150,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
142
150
|
|
|
143
151
|
## 4.1.6 - 2022-11-13
|
|
144
152
|
|
|
145
|
-
- Fixed: issue with
|
|
153
|
+
- Fixed: issue with _Select_ dropdown when scrolling the page.
|
|
146
154
|
|
|
147
155
|
## 4.1.5 - 2022-11-11
|
|
148
156
|
|
|
@@ -150,7 +158,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
150
158
|
|
|
151
159
|
## 4.1.4 - 2022-11-10
|
|
152
160
|
|
|
153
|
-
- Added: `className` as props to
|
|
161
|
+
- Added: `className` as props to _Form_ component.
|
|
154
162
|
|
|
155
163
|
## 4.1.3 - 2022-11-10
|
|
156
164
|
|
|
@@ -165,15 +173,15 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
165
173
|
|
|
166
174
|
## 4.1.1 - 2022-11-03
|
|
167
175
|
|
|
168
|
-
- Added: Eyedropper to
|
|
176
|
+
- Added: Eyedropper to _ColorPicker_
|
|
169
177
|
|
|
170
178
|
## 4.1.0 - 2022-11-03
|
|
171
179
|
|
|
172
|
-
- Changed: **BREAKING** Name of the
|
|
180
|
+
- Changed: **BREAKING** Name of the _EmailInput_ component to _MultiEmailInput_ in both components and Formik components.
|
|
173
181
|
|
|
174
182
|
## 4.0.17 - 2022-10-28
|
|
175
183
|
|
|
176
|
-
- Fixed:`ValidateDOMNesting` warning in
|
|
184
|
+
- Fixed:`ValidateDOMNesting` warning in _DatePicker_ component.
|
|
177
185
|
- Fixed: the issue with date items looking disabled in normal state
|
|
178
186
|
|
|
179
187
|
## 4.0.16 - 2022-10-28
|
|
@@ -195,7 +203,7 @@ Changes documentations to sentence case from title casing.
|
|
|
195
203
|
|
|
196
204
|
## 4.0.12 - 2022-10-17
|
|
197
205
|
|
|
198
|
-
- Added: tooltip to
|
|
206
|
+
- Added: tooltip to _Avatar_ component
|
|
199
207
|
|
|
200
208
|
## 4.0.11 - 2022-10-10
|
|
201
209
|
|
|
@@ -212,7 +220,7 @@ Changes documentations to sentence case from title casing.
|
|
|
212
220
|
|
|
213
221
|
## 4.0.8 - 2022-09-28
|
|
214
222
|
|
|
215
|
-
- Added:
|
|
223
|
+
- Added: _Kbd_ component to render keyboard keys.
|
|
216
224
|
|
|
217
225
|
## 4.0.7 - 2022-09-22
|
|
218
226
|
|
|
@@ -220,7 +228,7 @@ Changes documentations to sentence case from title casing.
|
|
|
220
228
|
|
|
221
229
|
## 4.0.6 - 2022-09-20
|
|
222
230
|
|
|
223
|
-
- Changed: default value of `defaultPageSize` prop of
|
|
231
|
+
- Changed: default value of `defaultPageSize` prop of _Table_ component from 100 to 15.
|
|
224
232
|
|
|
225
233
|
## 4.0.5 - 2022-09-20
|
|
226
234
|
|
|
@@ -228,24 +236,24 @@ Changes documentations to sentence case from title casing.
|
|
|
228
236
|
|
|
229
237
|
## 4.0.4 - 2022-09-16
|
|
230
238
|
|
|
231
|
-
- Changed: Allowed `hideOnSinglePage` override in
|
|
239
|
+
- Changed: Allowed `hideOnSinglePage` override in _Table_ `paginationProps`
|
|
232
240
|
|
|
233
241
|
## 4.0.3 - 2022-09-13
|
|
234
242
|
|
|
235
243
|
- Added: Storybook addon that lets users toggle between dark and light mode
|
|
236
244
|
- Fixed: date/time input color in darkmode
|
|
237
|
-
- Fixed: overlapping issue with
|
|
245
|
+
- Fixed: overlapping issue with _Dropdown_ in _Table_
|
|
238
246
|
|
|
239
247
|
## 4.0.2 - 2022-09-12
|
|
240
248
|
|
|
241
|
-
- Fixed: navigation issue in
|
|
249
|
+
- Fixed: navigation issue in _BlockNavigation_ component
|
|
242
250
|
|
|
243
251
|
## 4.0.1 - 2022-09-12
|
|
244
252
|
|
|
245
253
|
- Added: `secondary` style variant
|
|
246
254
|
- Added: `info` style variant
|
|
247
255
|
- Removed: `inactive` style variant
|
|
248
|
-
- Fixed issue with custom target in
|
|
256
|
+
- Fixed issue with custom target in _Dropdown_
|
|
249
257
|
- Fixed alignment issues in Dropdown `sizing` Story
|
|
250
258
|
- Updated select styles of antd table pagination
|
|
251
259
|
- Fixed Menuhorizontal button size in Table
|
|
@@ -504,8 +512,8 @@ Changes documentations to sentence case from title casing.
|
|
|
504
512
|
|
|
505
513
|
## 3.5.11 - 2022-07-06
|
|
506
514
|
|
|
507
|
-
- Added: a
|
|
508
|
-
- Changed:
|
|
515
|
+
- Added: a _Button_ component in neetoui/formik that automatically disables itself if the form is not in a submittable state. Example: the form contains any invalid data, the form content has not been changed, or the form is already being submitted. To make this work, you need to import _Button_ from "neetoui/formik" as your submit button.
|
|
516
|
+
- Changed: _ActionBlock_ will now use the above-mentioned logic internally. So its submit/cancel buttons will also be automatically enabled or disabled.
|
|
509
517
|
|
|
510
518
|
## 3.5.10 - 2022-07-05
|
|
511
519
|
|
|
@@ -513,7 +521,7 @@ Changes documentations to sentence case from title casing.
|
|
|
513
521
|
|
|
514
522
|
## 3.5.9 - 2022-07-05
|
|
515
523
|
|
|
516
|
-
- Fixed: Checkbox in
|
|
524
|
+
- Fixed: Checkbox in _Table_ component cut off in lower screen resolutions.
|
|
517
525
|
|
|
518
526
|
## 3.5.8 - 2022-07-01
|
|
519
527
|
|
|
@@ -521,7 +529,7 @@ Changes documentations to sentence case from title casing.
|
|
|
521
529
|
|
|
522
530
|
## 3.5.7 - 2022-06-24
|
|
523
531
|
|
|
524
|
-
- Added: `startsFrom` to `counter` prop of
|
|
532
|
+
- Added: `startsFrom` to `counter` prop of _EmailInput_ component.
|
|
525
533
|
|
|
526
534
|
## 3.5.6 - 2022-06-13
|
|
527
535
|
|
|
@@ -529,19 +537,19 @@ Changes documentations to sentence case from title casing.
|
|
|
529
537
|
|
|
530
538
|
## 3.5.5 - 2022-06-09
|
|
531
539
|
|
|
532
|
-
- Fixed: issue with `onClose` function reference when closing the
|
|
540
|
+
- Fixed: issue with `onClose` function reference when closing the _Modal_ using `Esc`.
|
|
533
541
|
|
|
534
542
|
## 3.5.4 - 2022-06-08
|
|
535
543
|
|
|
536
|
-
Fixed: `TypeError` issue in
|
|
544
|
+
Fixed: `TypeError` issue in _Toastr_ component.
|
|
537
545
|
|
|
538
546
|
## 3.5.3 - 2022-06-07
|
|
539
547
|
|
|
540
|
-
- Fixed: issue with `closeOnEsc` prop when the
|
|
548
|
+
- Fixed: issue with `closeOnEsc` prop when the _Dropdown_ is controlled.
|
|
541
549
|
|
|
542
550
|
## 3.5.2 - 2022-06-07
|
|
543
551
|
|
|
544
|
-
- Fixed : placeholder content extending into multiple lines in
|
|
552
|
+
- Fixed : placeholder content extending into multiple lines in _Select_ component.
|
|
545
553
|
|
|
546
554
|
## 3.5.1 - 2022-06-07
|
|
547
555
|
|
|
@@ -561,22 +569,22 @@ Fixed: `TypeError` issue in *Toastr* component.
|
|
|
561
569
|
|
|
562
570
|
## 3.4.3
|
|
563
571
|
|
|
564
|
-
- Added: `prefix` and `suffix` to
|
|
572
|
+
- Added: `prefix` and `suffix` to _EmailInput_.
|
|
565
573
|
|
|
566
574
|
## 3.4.2
|
|
567
575
|
|
|
568
|
-
- Fixed: issue with search not working with `isCreatable`
|
|
576
|
+
- Fixed: issue with search not working with `isCreatable` _Select_.
|
|
569
577
|
|
|
570
578
|
## 3.4.1
|
|
571
579
|
|
|
572
|
-
- Fixed: issue with `autoFocus` not working on
|
|
580
|
+
- Fixed: issue with `autoFocus` not working on _Input_ when inside _Dropdown_.
|
|
573
581
|
|
|
574
582
|
## 3.4.0
|
|
575
583
|
|
|
576
584
|
- Removed: all instances of TailwindCSS.
|
|
577
|
-
- Added: `label` prop in
|
|
578
|
-
- Changed: Added `neetoCal` into
|
|
579
|
-
- Removed: `count` limiting (to 99) logic from
|
|
585
|
+
- Added: `label` prop in _Tags_ molecule.
|
|
586
|
+
- Changed: Added `neetoCal` into _AppSwitcher_ app list .
|
|
587
|
+
- Removed: `count` limiting (to 99) logic from _MenuBar.Block_.
|
|
580
588
|
|
|
581
589
|
## 3.3.13
|
|
582
590
|
|
|
@@ -584,20 +592,20 @@ Fixed: `TypeError` issue in *Toastr* component.
|
|
|
584
592
|
|
|
585
593
|
## 3.3.12
|
|
586
594
|
|
|
587
|
-
- Fixed: loading state in
|
|
595
|
+
- Fixed: loading state in _ActionBlock_ component.
|
|
588
596
|
|
|
589
597
|
## 3.3.11
|
|
590
598
|
|
|
591
|
-
- Added: New input format for the
|
|
599
|
+
- Added: New input format for the _EmailInput_ component.
|
|
592
600
|
|
|
593
601
|
## 3.3.10
|
|
594
602
|
|
|
595
|
-
- Fixed: Removed unnecessary scrollbar in
|
|
596
|
-
- Added: `maxHeight` prop to the
|
|
603
|
+
- Fixed: Removed unnecessary scrollbar in _Table_ component.
|
|
604
|
+
- Added: `maxHeight` prop to the _EmailInput_ component.
|
|
597
605
|
|
|
598
606
|
## 3.3.9
|
|
599
607
|
|
|
600
|
-
- Fixed:
|
|
608
|
+
- Fixed: _ActionDropdown_ issues with common props for button and dropdown
|
|
601
609
|
|
|
602
610
|
## 3.3.7
|
|
603
611
|
|
|
@@ -605,44 +613,44 @@ Fixed: `TypeError` issue in *Toastr* component.
|
|
|
605
613
|
|
|
606
614
|
## 3.3.6
|
|
607
615
|
|
|
608
|
-
- Fixed: Reset Formik data on continue action in
|
|
616
|
+
- Fixed: Reset Formik data on continue action in _BlockNavigation_ component.
|
|
609
617
|
|
|
610
618
|
## 3.3.5
|
|
611
619
|
|
|
612
|
-
- Added: active state to `NavLink` in
|
|
620
|
+
- Added: active state to `NavLink` in _Sidebar_ component.
|
|
613
621
|
|
|
614
622
|
## 3.3.4
|
|
615
623
|
|
|
616
|
-
- Added: `hideOnTargetExit` prop to
|
|
624
|
+
- Added: `hideOnTargetExit` prop to _Tooltip_ component
|
|
617
625
|
|
|
618
626
|
## 3.3.3
|
|
619
627
|
|
|
620
|
-
- Added: data-cy for in
|
|
628
|
+
- Added: data-cy for in _Alert_ component elements
|
|
621
629
|
|
|
622
630
|
## 3.3.2
|
|
623
631
|
|
|
624
|
-
- Fixed: Added override for `onClick` prop in
|
|
632
|
+
- Fixed: Added override for `onClick` prop in _Dropdown_ component
|
|
625
633
|
|
|
626
634
|
## 3.3.1
|
|
627
635
|
|
|
628
|
-
- Fixed: Typography of Header in
|
|
629
|
-
- Fixed: Max width issue in
|
|
636
|
+
- Fixed: Typography of Header in _Alert_ component.
|
|
637
|
+
- Fixed: Max width issue in _Dropdown_ component.
|
|
630
638
|
|
|
631
639
|
## 3.3.0
|
|
632
640
|
|
|
633
|
-
- Changed: **BREAKING** `isLoading` prop of
|
|
634
|
-
- Changed: Implemented
|
|
635
|
-
- Deprecated: **BREAKING** `loading` prop of
|
|
636
|
-
- Removed: **BREAKING** `placement` prop from
|
|
641
|
+
- Changed: **BREAKING** `isLoading` prop of _Table_ to `loading`.
|
|
642
|
+
- Changed: Implemented _Dropdown_ component with Tippy.js and removed `react-popper`
|
|
643
|
+
- Deprecated: **BREAKING** `loading` prop of _Pane_, _Modal_ and _Alert_ components.
|
|
644
|
+
- Removed: **BREAKING** `placement` prop from _Tooltip_ (Use position instead).
|
|
637
645
|
|
|
638
646
|
#### UI
|
|
639
647
|
|
|
640
|
-
- Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in
|
|
641
|
-
- Changed: the text color in
|
|
642
|
-
- Changed: UI of
|
|
643
|
-
- Changed: look and feel of
|
|
644
|
-
- Changed: Contrast of
|
|
645
|
-
- Changed: Made
|
|
646
|
-
- Added: new variant for
|
|
648
|
+
- Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in _Color Palette_
|
|
649
|
+
- Changed: the text color in _Table_ to `$neeto-ui-black`
|
|
650
|
+
- Changed: UI of _Tag_ of component
|
|
651
|
+
- Changed: look and feel of _Danger Button_
|
|
652
|
+
- Changed: Contrast of _Avatar_, _Accordian_, _Toastr_ and _Callout_
|
|
653
|
+
- Changed: Made _Modal_ Header text and Close icon aligned in a line
|
|
654
|
+
- Added: new variant for _Danger Button_ -`danger-text`
|
|
647
655
|
- Added: new accent colors
|
|
648
656
|
- 
|