@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 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
- - *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.
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 *Overlay*
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 *Modal* body and *Tooltip* content
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 *Sidebar* getting active at the same time.
42
- - Changed: logic in *Select* component to respect `getOptionValue` prop.
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 *EmailInput*.
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 *Select* component.
63
+ - Fixed: Issues with `value` prop of _Select_ component.
55
64
 
56
65
  ## 4.1.32 - 2022-12-25
57
66
 
58
- Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
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 *BlockNavigation*.
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 *Select* component
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 *Select* to select an option submitting the *Form*.
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 *Product switcher* component in neetoUI
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: *Popover* component
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 *DatePicker* and *TimePicker* component
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 *Form*.
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 *Select* dropdown when scrolling the page.
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 *Form* component.
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 *ColorPicker*
176
+ - Added: Eyedropper to _ColorPicker_
169
177
 
170
178
  ## 4.1.0 - 2022-11-03
171
179
 
172
- - Changed: **BREAKING** Name of the *EmailInput* component to *MultiEmailInput* in both components and Formik components.
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 *DatePicker* component.
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 *Avatar* component
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: *Kbd* component to render keyboard keys.
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 *Table* component from 100 to 15.
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 *Table* `paginationProps`
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 *Dropdown* in *Table*
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 *BlockNavigation* component
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 *Dropdown*
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 *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.
508
- - Changed: *ActionBlock* will now use the above-mentioned logic internally. So its submit/cancel buttons will also be automatically enabled or disabled.
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 *Table* component cut off in lower screen resolutions.
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 *EmailInput* component.
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 *Modal* using `Esc`.
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 *Toastr* component.
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 *Dropdown* is controlled.
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 *Select* component.
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 *EmailInput*.
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` *Select*.
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 *Input* when inside *Dropdown*.
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 *Tags* molecule.
578
- - Changed: Added `neetoCal` into *AppSwitcher* app list .
579
- - Removed: `count` limiting (to 99) logic from *MenuBar.Block*.
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 *ActionBlock* component.
595
+ - Fixed: loading state in _ActionBlock_ component.
588
596
 
589
597
  ## 3.3.11
590
598
 
591
- - Added: New input format for the *EmailInput* component.
599
+ - Added: New input format for the _EmailInput_ component.
592
600
 
593
601
  ## 3.3.10
594
602
 
595
- - Fixed: Removed unnecessary scrollbar in *Table* component.
596
- - Added: `maxHeight` prop to the *EmailInput* component.
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: *ActionDropdown* issues with common props for button and dropdown
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 *BlockNavigation* component.
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 *Sidebar* component.
620
+ - Added: active state to `NavLink` in _Sidebar_ component.
613
621
 
614
622
  ## 3.3.4
615
623
 
616
- - Added: `hideOnTargetExit` prop to *Tooltip* component
624
+ - Added: `hideOnTargetExit` prop to _Tooltip_ component
617
625
 
618
626
  ## 3.3.3
619
627
 
620
- - Added: data-cy for in *Alert* component elements
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 *Dropdown* component
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 *Alert* component.
629
- - Fixed: Max width issue in *Dropdown* component.
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 *Table* to `loading`.
634
- - Changed: Implemented *Dropdown* component with Tippy.js and removed `react-popper`
635
- - Deprecated: **BREAKING** `loading` prop of *Pane*, *Modal* and *Alert* components.
636
- - Removed: **BREAKING** `placement` prop from *Tooltip* (Use position instead).
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 *Color Palette*
641
- - Changed: the text color in *Table* to `$neeto-ui-black`
642
- - Changed: UI of *Tag* of component
643
- - Changed: look and feel of *Danger Button*
644
- - Changed: Contrast of *Avatar*, *Accordian*, *Toastr* and *Callout*
645
- - Changed: Made *Modal* Header text and Close icon aligned in a line
646
- - Added: new variant for *Danger Button* -`danger-text`
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
  - ![accent-colors](https://user-images.githubusercontent.com/48869249/160755429-d2830f42-3086-4cbe-b9f5-4f0bca4f1a32.png)