@bigbinary/neetoui 4.1.43 → 4.1.44
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 +84 -71
- package/formik.js +4 -4
- package/index.css +1 -1
- package/index.js +4 -4
- package/layouts.js +3 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
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
|
-
|
|
12
11
|
# Changelog
|
|
13
12
|
|
|
14
13
|
All notable changes to this project will be documented in this file.
|
|
@@ -17,13 +16,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
17
16
|
|
|
18
17
|
Prefix the change with one of these keywords:
|
|
19
18
|
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
19
|
+
- *Added*: for new features.
|
|
20
|
+
- *Changed*: for changes in existing functionality.
|
|
21
|
+
- *Deprecated*: for soon-to-be removed features.
|
|
22
|
+
- *Removed*: for now removed features.
|
|
23
|
+
- *Fixed*: for any bug fixes.
|
|
24
|
+
- *Security*: in case of vulnerabilities.
|
|
25
|
+
|
|
26
|
+
## 4.1.44 - 2023-01-17
|
|
27
|
+
|
|
28
|
+
- Updated: Button keyboard focus styles
|
|
29
|
+
- Updated: Radio keyboard focus styles
|
|
30
|
+
- Updated: Checkbox keyboard focus styles
|
|
31
|
+
- Updated: `antd` Checkbox focus styles in Table
|
|
32
|
+
- Added: Switch focus styles
|
|
33
|
+
- Added: Tab focus styles
|
|
34
|
+
- Added: Accordion focus styles
|
|
35
|
+
- Added: Pagination focus styles
|
|
36
|
+
- Added: `antd` Pagination focus styles in Table
|
|
26
37
|
|
|
38
|
+
Screenshot
|
|
39
|
+
|
|
40
|
+
<img width="992" alt="Group 1 (1)" src="https://user-images.githubusercontent.com/48869249/212918441-d5c2c57c-16b1-4da7-a472-e64134b659ce.png">
|
|
27
41
|
## 4.1.43 - 2023-01-09
|
|
28
42
|
|
|
29
43
|
Added function in Toastr to check for notice_code in response and if it's not present then it will fall back to notice.
|
|
@@ -34,11 +48,11 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
34
48
|
|
|
35
49
|
## 4.1.41 - 2023-01-05
|
|
36
50
|
|
|
37
|
-
- Fixed: Focus trap for conditionally rendered elements in
|
|
51
|
+
- Fixed: Focus trap for conditionally rendered elements in *Overlay*
|
|
38
52
|
|
|
39
53
|
## 4.1.40 - 2022-12-30
|
|
40
54
|
|
|
41
|
-
- Added: word break for
|
|
55
|
+
- Added: word break for *Modal* body and *Tooltip* content
|
|
42
56
|
|
|
43
57
|
## 4.1.38 - 2022-12-29
|
|
44
58
|
|
|
@@ -47,12 +61,12 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
47
61
|
|
|
48
62
|
## 4.1.37 - 2022-12-28
|
|
49
63
|
|
|
50
|
-
- Fixed: issue with multiple links in
|
|
51
|
-
- Changed: logic in
|
|
64
|
+
- Fixed: issue with multiple links in *Sidebar* getting active at the same time.
|
|
65
|
+
- Changed: logic in *Select* component to respect `getOptionValue` prop.
|
|
52
66
|
|
|
53
67
|
## 4.1.35 - 2022-12-27
|
|
54
68
|
|
|
55
|
-
- Added: the ability to choose email from options in
|
|
69
|
+
- Added: the ability to choose email from options in *EmailInput*.
|
|
56
70
|
|
|
57
71
|
## 4.1.34 - 2022-12-26
|
|
58
72
|
|
|
@@ -60,23 +74,23 @@ Added function in Toastr to check for notice_code in response and if it's not pr
|
|
|
60
74
|
|
|
61
75
|
## 4.1.33 - 2022-12-25
|
|
62
76
|
|
|
63
|
-
- Fixed: Issues with `value` prop of
|
|
77
|
+
- Fixed: Issues with `value` prop of *Select* component.
|
|
64
78
|
|
|
65
79
|
## 4.1.32 - 2022-12-25
|
|
66
80
|
|
|
67
|
-
Added:
|
|
81
|
+
Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
|
|
68
82
|
|
|
69
83
|
## 4.1.31 - 2022-12-21
|
|
70
84
|
|
|
71
|
-
- Fixed: issue with continue in
|
|
85
|
+
- Fixed: issue with continue in *BlockNavigation*.
|
|
72
86
|
|
|
73
87
|
## 4.1.30 - 2022-12-21
|
|
74
88
|
|
|
75
|
-
- Added: functionality to scroll to the selected value in
|
|
89
|
+
- Added: functionality to scroll to the selected value in *Select* component
|
|
76
90
|
|
|
77
91
|
## 4.1.29 - 2022-12-21
|
|
78
92
|
|
|
79
|
-
- Fixed: pressing `enter` key in
|
|
93
|
+
- Fixed: pressing `enter` key in *Select* to select an option submitting the *Form*.
|
|
80
94
|
|
|
81
95
|
## 4.1.28 - 2022-12-20
|
|
82
96
|
|
|
@@ -84,7 +98,7 @@ Added: _Checkbox_ and _MultiEmailInput_ are wrapped with `forwardref`.
|
|
|
84
98
|
|
|
85
99
|
## 4.1.27 - 2022-12-19
|
|
86
100
|
|
|
87
|
-
- Updated:
|
|
101
|
+
- Updated: *Product switcher* component in neetoUI
|
|
88
102
|
- Updated: the icon Tooltip content from "App switcher" to "Product switcher"
|
|
89
103
|
|
|
90
104
|
## 4.1.26 - 2022-12-19
|
|
@@ -102,7 +116,7 @@ Changed: Made `shouldDynamicallyRenderRowSize` `false` by default.
|
|
|
102
116
|
|
|
103
117
|
## 4.1.22 - 2022-12-07
|
|
104
118
|
|
|
105
|
-
- Added:
|
|
119
|
+
- Added: *Popover* component
|
|
106
120
|
|
|
107
121
|
<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">
|
|
108
122
|
## 4.1.20 - 2022-12-06
|
|
@@ -122,14 +136,13 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
122
136
|
- Fixed: Wrong managers bundle entry point in rollup config
|
|
123
137
|
- 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.
|
|
124
138
|
- Removed: `ModalManager` and migrate the Modal component to use `OverlayManager`.
|
|
125
|
-
|
|
126
139
|
## 4.1.12 - 2022-11-24
|
|
127
140
|
|
|
128
141
|
- Fixed: UI issues in Subheader
|
|
129
142
|
|
|
130
143
|
## 4.1.11 - 2022-11-21
|
|
131
144
|
|
|
132
|
-
- Fixed: warnings in
|
|
145
|
+
- Fixed: warnings in *DatePicker* and *TimePicker* component
|
|
133
146
|
|
|
134
147
|
## 4.1.10 - 2022-11-17
|
|
135
148
|
|
|
@@ -137,7 +150,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
137
150
|
|
|
138
151
|
## 4.1.9 - 2022-11-16
|
|
139
152
|
|
|
140
|
-
- Fixed: `validateOnBlur` and `validateOnChange` getting triggered before the first submission of the
|
|
153
|
+
- Fixed: `validateOnBlur` and `validateOnChange` getting triggered before the first submission of the *Form*.
|
|
141
154
|
|
|
142
155
|
## 4.1.8 - 2022-11-16
|
|
143
156
|
|
|
@@ -150,7 +163,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
150
163
|
|
|
151
164
|
## 4.1.6 - 2022-11-13
|
|
152
165
|
|
|
153
|
-
- Fixed: issue with
|
|
166
|
+
- Fixed: issue with *Select* dropdown when scrolling the page.
|
|
154
167
|
|
|
155
168
|
## 4.1.5 - 2022-11-11
|
|
156
169
|
|
|
@@ -158,7 +171,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
158
171
|
|
|
159
172
|
## 4.1.4 - 2022-11-10
|
|
160
173
|
|
|
161
|
-
- Added: `className` as props to
|
|
174
|
+
- Added: `className` as props to *Form* component.
|
|
162
175
|
|
|
163
176
|
## 4.1.3 - 2022-11-10
|
|
164
177
|
|
|
@@ -173,15 +186,15 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
|
|
|
173
186
|
|
|
174
187
|
## 4.1.1 - 2022-11-03
|
|
175
188
|
|
|
176
|
-
- Added: Eyedropper to
|
|
189
|
+
- Added: Eyedropper to *ColorPicker*
|
|
177
190
|
|
|
178
191
|
## 4.1.0 - 2022-11-03
|
|
179
192
|
|
|
180
|
-
- Changed: **BREAKING** Name of the
|
|
193
|
+
- Changed: **BREAKING** Name of the *EmailInput* component to *MultiEmailInput* in both components and Formik components.
|
|
181
194
|
|
|
182
195
|
## 4.0.17 - 2022-10-28
|
|
183
196
|
|
|
184
|
-
- Fixed:`ValidateDOMNesting` warning in
|
|
197
|
+
- Fixed:`ValidateDOMNesting` warning in *DatePicker* component.
|
|
185
198
|
- Fixed: the issue with date items looking disabled in normal state
|
|
186
199
|
|
|
187
200
|
## 4.0.16 - 2022-10-28
|
|
@@ -203,7 +216,7 @@ Changes documentations to sentence case from title casing.
|
|
|
203
216
|
|
|
204
217
|
## 4.0.12 - 2022-10-17
|
|
205
218
|
|
|
206
|
-
- Added: tooltip to
|
|
219
|
+
- Added: tooltip to *Avatar* component
|
|
207
220
|
|
|
208
221
|
## 4.0.11 - 2022-10-10
|
|
209
222
|
|
|
@@ -220,7 +233,7 @@ Changes documentations to sentence case from title casing.
|
|
|
220
233
|
|
|
221
234
|
## 4.0.8 - 2022-09-28
|
|
222
235
|
|
|
223
|
-
- Added:
|
|
236
|
+
- Added: *Kbd* component to render keyboard keys.
|
|
224
237
|
|
|
225
238
|
## 4.0.7 - 2022-09-22
|
|
226
239
|
|
|
@@ -228,7 +241,7 @@ Changes documentations to sentence case from title casing.
|
|
|
228
241
|
|
|
229
242
|
## 4.0.6 - 2022-09-20
|
|
230
243
|
|
|
231
|
-
- Changed: default value of `defaultPageSize` prop of
|
|
244
|
+
- Changed: default value of `defaultPageSize` prop of *Table* component from 100 to 15.
|
|
232
245
|
|
|
233
246
|
## 4.0.5 - 2022-09-20
|
|
234
247
|
|
|
@@ -236,24 +249,24 @@ Changes documentations to sentence case from title casing.
|
|
|
236
249
|
|
|
237
250
|
## 4.0.4 - 2022-09-16
|
|
238
251
|
|
|
239
|
-
- Changed: Allowed `hideOnSinglePage` override in
|
|
252
|
+
- Changed: Allowed `hideOnSinglePage` override in *Table* `paginationProps`
|
|
240
253
|
|
|
241
254
|
## 4.0.3 - 2022-09-13
|
|
242
255
|
|
|
243
256
|
- Added: Storybook addon that lets users toggle between dark and light mode
|
|
244
257
|
- Fixed: date/time input color in darkmode
|
|
245
|
-
- Fixed: overlapping issue with
|
|
258
|
+
- Fixed: overlapping issue with *Dropdown* in *Table*
|
|
246
259
|
|
|
247
260
|
## 4.0.2 - 2022-09-12
|
|
248
261
|
|
|
249
|
-
- Fixed: navigation issue in
|
|
262
|
+
- Fixed: navigation issue in *BlockNavigation* component
|
|
250
263
|
|
|
251
264
|
## 4.0.1 - 2022-09-12
|
|
252
265
|
|
|
253
266
|
- Added: `secondary` style variant
|
|
254
267
|
- Added: `info` style variant
|
|
255
268
|
- Removed: `inactive` style variant
|
|
256
|
-
- Fixed issue with custom target in
|
|
269
|
+
- Fixed issue with custom target in *Dropdown*
|
|
257
270
|
- Fixed alignment issues in Dropdown `sizing` Story
|
|
258
271
|
- Updated select styles of antd table pagination
|
|
259
272
|
- Fixed Menuhorizontal button size in Table
|
|
@@ -512,8 +525,8 @@ Changes documentations to sentence case from title casing.
|
|
|
512
525
|
|
|
513
526
|
## 3.5.11 - 2022-07-06
|
|
514
527
|
|
|
515
|
-
- Added: a
|
|
516
|
-
- Changed:
|
|
528
|
+
- 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.
|
|
529
|
+
- Changed: *ActionBlock* will now use the above-mentioned logic internally. So its submit/cancel buttons will also be automatically enabled or disabled.
|
|
517
530
|
|
|
518
531
|
## 3.5.10 - 2022-07-05
|
|
519
532
|
|
|
@@ -521,7 +534,7 @@ Changes documentations to sentence case from title casing.
|
|
|
521
534
|
|
|
522
535
|
## 3.5.9 - 2022-07-05
|
|
523
536
|
|
|
524
|
-
- Fixed: Checkbox in
|
|
537
|
+
- Fixed: Checkbox in *Table* component cut off in lower screen resolutions.
|
|
525
538
|
|
|
526
539
|
## 3.5.8 - 2022-07-01
|
|
527
540
|
|
|
@@ -529,7 +542,7 @@ Changes documentations to sentence case from title casing.
|
|
|
529
542
|
|
|
530
543
|
## 3.5.7 - 2022-06-24
|
|
531
544
|
|
|
532
|
-
- Added: `startsFrom` to `counter` prop of
|
|
545
|
+
- Added: `startsFrom` to `counter` prop of *EmailInput* component.
|
|
533
546
|
|
|
534
547
|
## 3.5.6 - 2022-06-13
|
|
535
548
|
|
|
@@ -537,19 +550,19 @@ Changes documentations to sentence case from title casing.
|
|
|
537
550
|
|
|
538
551
|
## 3.5.5 - 2022-06-09
|
|
539
552
|
|
|
540
|
-
- Fixed: issue with `onClose` function reference when closing the
|
|
553
|
+
- Fixed: issue with `onClose` function reference when closing the *Modal* using `Esc`.
|
|
541
554
|
|
|
542
555
|
## 3.5.4 - 2022-06-08
|
|
543
556
|
|
|
544
|
-
Fixed: `TypeError` issue in
|
|
557
|
+
Fixed: `TypeError` issue in *Toastr* component.
|
|
545
558
|
|
|
546
559
|
## 3.5.3 - 2022-06-07
|
|
547
560
|
|
|
548
|
-
- Fixed: issue with `closeOnEsc` prop when the
|
|
561
|
+
- Fixed: issue with `closeOnEsc` prop when the *Dropdown* is controlled.
|
|
549
562
|
|
|
550
563
|
## 3.5.2 - 2022-06-07
|
|
551
564
|
|
|
552
|
-
- Fixed : placeholder content extending into multiple lines in
|
|
565
|
+
- Fixed : placeholder content extending into multiple lines in *Select* component.
|
|
553
566
|
|
|
554
567
|
## 3.5.1 - 2022-06-07
|
|
555
568
|
|
|
@@ -569,22 +582,22 @@ Fixed: `TypeError` issue in _Toastr_ component.
|
|
|
569
582
|
|
|
570
583
|
## 3.4.3
|
|
571
584
|
|
|
572
|
-
- Added: `prefix` and `suffix` to
|
|
585
|
+
- Added: `prefix` and `suffix` to *EmailInput*.
|
|
573
586
|
|
|
574
587
|
## 3.4.2
|
|
575
588
|
|
|
576
|
-
- Fixed: issue with search not working with `isCreatable`
|
|
589
|
+
- Fixed: issue with search not working with `isCreatable` *Select*.
|
|
577
590
|
|
|
578
591
|
## 3.4.1
|
|
579
592
|
|
|
580
|
-
- Fixed: issue with `autoFocus` not working on
|
|
593
|
+
- Fixed: issue with `autoFocus` not working on *Input* when inside *Dropdown*.
|
|
581
594
|
|
|
582
595
|
## 3.4.0
|
|
583
596
|
|
|
584
597
|
- Removed: all instances of TailwindCSS.
|
|
585
|
-
- Added: `label` prop in
|
|
586
|
-
- Changed: Added `neetoCal` into
|
|
587
|
-
- Removed: `count` limiting (to 99) logic from
|
|
598
|
+
- Added: `label` prop in *Tags* molecule.
|
|
599
|
+
- Changed: Added `neetoCal` into *AppSwitcher* app list .
|
|
600
|
+
- Removed: `count` limiting (to 99) logic from *MenuBar.Block*.
|
|
588
601
|
|
|
589
602
|
## 3.3.13
|
|
590
603
|
|
|
@@ -592,20 +605,20 @@ Fixed: `TypeError` issue in _Toastr_ component.
|
|
|
592
605
|
|
|
593
606
|
## 3.3.12
|
|
594
607
|
|
|
595
|
-
- Fixed: loading state in
|
|
608
|
+
- Fixed: loading state in *ActionBlock* component.
|
|
596
609
|
|
|
597
610
|
## 3.3.11
|
|
598
611
|
|
|
599
|
-
- Added: New input format for the
|
|
612
|
+
- Added: New input format for the *EmailInput* component.
|
|
600
613
|
|
|
601
614
|
## 3.3.10
|
|
602
615
|
|
|
603
|
-
- Fixed: Removed unnecessary scrollbar in
|
|
604
|
-
- Added: `maxHeight` prop to the
|
|
616
|
+
- Fixed: Removed unnecessary scrollbar in *Table* component.
|
|
617
|
+
- Added: `maxHeight` prop to the *EmailInput* component.
|
|
605
618
|
|
|
606
619
|
## 3.3.9
|
|
607
620
|
|
|
608
|
-
- Fixed:
|
|
621
|
+
- Fixed: *ActionDropdown* issues with common props for button and dropdown
|
|
609
622
|
|
|
610
623
|
## 3.3.7
|
|
611
624
|
|
|
@@ -613,44 +626,44 @@ Fixed: `TypeError` issue in _Toastr_ component.
|
|
|
613
626
|
|
|
614
627
|
## 3.3.6
|
|
615
628
|
|
|
616
|
-
- Fixed: Reset Formik data on continue action in
|
|
629
|
+
- Fixed: Reset Formik data on continue action in *BlockNavigation* component.
|
|
617
630
|
|
|
618
631
|
## 3.3.5
|
|
619
632
|
|
|
620
|
-
- Added: active state to `NavLink` in
|
|
633
|
+
- Added: active state to `NavLink` in *Sidebar* component.
|
|
621
634
|
|
|
622
635
|
## 3.3.4
|
|
623
636
|
|
|
624
|
-
- Added: `hideOnTargetExit` prop to
|
|
637
|
+
- Added: `hideOnTargetExit` prop to *Tooltip* component
|
|
625
638
|
|
|
626
639
|
## 3.3.3
|
|
627
640
|
|
|
628
|
-
- Added: data-cy for in
|
|
641
|
+
- Added: data-cy for in *Alert* component elements
|
|
629
642
|
|
|
630
643
|
## 3.3.2
|
|
631
644
|
|
|
632
|
-
- Fixed: Added override for `onClick` prop in
|
|
645
|
+
- Fixed: Added override for `onClick` prop in *Dropdown* component
|
|
633
646
|
|
|
634
647
|
## 3.3.1
|
|
635
648
|
|
|
636
|
-
- Fixed: Typography of Header in
|
|
637
|
-
- Fixed: Max width issue in
|
|
649
|
+
- Fixed: Typography of Header in *Alert* component.
|
|
650
|
+
- Fixed: Max width issue in *Dropdown* component.
|
|
638
651
|
|
|
639
652
|
## 3.3.0
|
|
640
653
|
|
|
641
|
-
- Changed: **BREAKING** `isLoading` prop of
|
|
642
|
-
- Changed: Implemented
|
|
643
|
-
- Deprecated: **BREAKING** `loading` prop of
|
|
644
|
-
- Removed: **BREAKING** `placement` prop from
|
|
654
|
+
- Changed: **BREAKING** `isLoading` prop of *Table* to `loading`.
|
|
655
|
+
- Changed: Implemented *Dropdown* component with Tippy.js and removed `react-popper`
|
|
656
|
+
- Deprecated: **BREAKING** `loading` prop of *Pane*, *Modal* and *Alert* components.
|
|
657
|
+
- Removed: **BREAKING** `placement` prop from *Tooltip* (Use position instead).
|
|
645
658
|
|
|
646
659
|
#### UI
|
|
647
660
|
|
|
648
|
-
- Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in
|
|
649
|
-
- Changed: the text color in
|
|
650
|
-
- Changed: UI of
|
|
651
|
-
- Changed: look and feel of
|
|
652
|
-
- Changed: Contrast of
|
|
653
|
-
- Changed: Made
|
|
654
|
-
- Added: new variant for
|
|
661
|
+
- Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in *Color Palette*
|
|
662
|
+
- Changed: the text color in *Table* to `$neeto-ui-black`
|
|
663
|
+
- Changed: UI of *Tag* of component
|
|
664
|
+
- Changed: look and feel of *Danger Button*
|
|
665
|
+
- Changed: Contrast of *Avatar*, *Accordian*, *Toastr* and *Callout*
|
|
666
|
+
- Changed: Made *Modal* Header text and Close icon aligned in a line
|
|
667
|
+
- Added: new variant for *Danger Button* -`danger-text`
|
|
655
668
|
- Added: new accent colors
|
|
656
669
|
- 
|