@bigbinary/neetoui 4.1.42 → 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,12 +17,16 @@ 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.
25
30
 
26
31
  ## 4.1.42 - 2023-01-05
27
32
 
@@ -29,11 +34,11 @@ Prefix the change with one of these keywords:
29
34
 
30
35
  ## 4.1.41 - 2023-01-05
31
36
 
32
- - Fixed: Focus trap for conditionally rendered elements in *Overlay*
37
+ - Fixed: Focus trap for conditionally rendered elements in _Overlay_
33
38
 
34
39
  ## 4.1.40 - 2022-12-30
35
40
 
36
- - Added: word break for *Modal* body and *Tooltip* content
41
+ - Added: word break for _Modal_ body and _Tooltip_ content
37
42
 
38
43
  ## 4.1.38 - 2022-12-29
39
44
 
@@ -42,12 +47,12 @@ Prefix the change with one of these keywords:
42
47
 
43
48
  ## 4.1.37 - 2022-12-28
44
49
 
45
- - Fixed: issue with multiple links in *Sidebar* getting active at the same time.
46
- - 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.
47
52
 
48
53
  ## 4.1.35 - 2022-12-27
49
54
 
50
- - Added: the ability to choose email from options in *EmailInput*.
55
+ - Added: the ability to choose email from options in _EmailInput_.
51
56
 
52
57
  ## 4.1.34 - 2022-12-26
53
58
 
@@ -55,23 +60,23 @@ Prefix the change with one of these keywords:
55
60
 
56
61
  ## 4.1.33 - 2022-12-25
57
62
 
58
- - Fixed: Issues with `value` prop of *Select* component.
63
+ - Fixed: Issues with `value` prop of _Select_ component.
59
64
 
60
65
  ## 4.1.32 - 2022-12-25
61
66
 
62
- Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
67
+ Added: _Checkbox_ and _MultiEmailInput_ are wrapped with `forwardref`.
63
68
 
64
69
  ## 4.1.31 - 2022-12-21
65
70
 
66
- - Fixed: issue with continue in *BlockNavigation*.
71
+ - Fixed: issue with continue in _BlockNavigation_.
67
72
 
68
73
  ## 4.1.30 - 2022-12-21
69
74
 
70
- - Added: functionality to scroll to the selected value in *Select* component
75
+ - Added: functionality to scroll to the selected value in _Select_ component
71
76
 
72
77
  ## 4.1.29 - 2022-12-21
73
78
 
74
- - 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_.
75
80
 
76
81
  ## 4.1.28 - 2022-12-20
77
82
 
@@ -79,8 +84,8 @@ Added: *Checkbox* and *MultiEmailInput* are wrapped with `forwardref`.
79
84
 
80
85
  ## 4.1.27 - 2022-12-19
81
86
 
82
- - Updated *Product switcher* component in neetoUI
83
- - 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"
84
89
 
85
90
  ## 4.1.26 - 2022-12-19
86
91
 
@@ -97,7 +102,7 @@ Changed: Made `shouldDynamicallyRenderRowSize` `false` by default.
97
102
 
98
103
  ## 4.1.22 - 2022-12-07
99
104
 
100
- - Added: *Popover* component
105
+ - Added: _Popover_ component
101
106
 
102
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">
103
108
  ## 4.1.20 - 2022-12-06
@@ -124,7 +129,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
124
129
 
125
130
  ## 4.1.11 - 2022-11-21
126
131
 
127
- - Fixed: warnings in *DatePicker* and *TimePicker* component
132
+ - Fixed: warnings in _DatePicker_ and _TimePicker_ component
128
133
 
129
134
  ## 4.1.10 - 2022-11-17
130
135
 
@@ -132,7 +137,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
132
137
 
133
138
  ## 4.1.9 - 2022-11-16
134
139
 
135
- - 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_.
136
141
 
137
142
  ## 4.1.8 - 2022-11-16
138
143
 
@@ -145,7 +150,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
145
150
 
146
151
  ## 4.1.6 - 2022-11-13
147
152
 
148
- - Fixed: issue with *Select* dropdown when scrolling the page.
153
+ - Fixed: issue with _Select_ dropdown when scrolling the page.
149
154
 
150
155
  ## 4.1.5 - 2022-11-11
151
156
 
@@ -153,7 +158,7 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
153
158
 
154
159
  ## 4.1.4 - 2022-11-10
155
160
 
156
- - Added: `className` as props to *Form* component.
161
+ - Added: `className` as props to _Form_ component.
157
162
 
158
163
  ## 4.1.3 - 2022-11-10
159
164
 
@@ -168,15 +173,15 @@ Fixed: Form validation triggered with incorrect values from MultiEmailInput.
168
173
 
169
174
  ## 4.1.1 - 2022-11-03
170
175
 
171
- - Added: Eyedropper to *ColorPicker*
176
+ - Added: Eyedropper to _ColorPicker_
172
177
 
173
178
  ## 4.1.0 - 2022-11-03
174
179
 
175
- - 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.
176
181
 
177
182
  ## 4.0.17 - 2022-10-28
178
183
 
179
- - Fixed:`ValidateDOMNesting` warning in *DatePicker* component.
184
+ - Fixed:`ValidateDOMNesting` warning in _DatePicker_ component.
180
185
  - Fixed: the issue with date items looking disabled in normal state
181
186
 
182
187
  ## 4.0.16 - 2022-10-28
@@ -198,7 +203,7 @@ Changes documentations to sentence case from title casing.
198
203
 
199
204
  ## 4.0.12 - 2022-10-17
200
205
 
201
- - Added: tooltip to *Avatar* component
206
+ - Added: tooltip to _Avatar_ component
202
207
 
203
208
  ## 4.0.11 - 2022-10-10
204
209
 
@@ -215,7 +220,7 @@ Changes documentations to sentence case from title casing.
215
220
 
216
221
  ## 4.0.8 - 2022-09-28
217
222
 
218
- - Added: *Kbd* component to render keyboard keys.
223
+ - Added: _Kbd_ component to render keyboard keys.
219
224
 
220
225
  ## 4.0.7 - 2022-09-22
221
226
 
@@ -223,7 +228,7 @@ Changes documentations to sentence case from title casing.
223
228
 
224
229
  ## 4.0.6 - 2022-09-20
225
230
 
226
- - 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.
227
232
 
228
233
  ## 4.0.5 - 2022-09-20
229
234
 
@@ -231,24 +236,24 @@ Changes documentations to sentence case from title casing.
231
236
 
232
237
  ## 4.0.4 - 2022-09-16
233
238
 
234
- - Changed: Allowed `hideOnSinglePage` override in *Table* `paginationProps`
239
+ - Changed: Allowed `hideOnSinglePage` override in _Table_ `paginationProps`
235
240
 
236
241
  ## 4.0.3 - 2022-09-13
237
242
 
238
243
  - Added: Storybook addon that lets users toggle between dark and light mode
239
244
  - Fixed: date/time input color in darkmode
240
- - Fixed: overlapping issue with *Dropdown* in *Table*
245
+ - Fixed: overlapping issue with _Dropdown_ in _Table_
241
246
 
242
247
  ## 4.0.2 - 2022-09-12
243
248
 
244
- - Fixed: navigation issue in *BlockNavigation* component
249
+ - Fixed: navigation issue in _BlockNavigation_ component
245
250
 
246
251
  ## 4.0.1 - 2022-09-12
247
252
 
248
253
  - Added: `secondary` style variant
249
254
  - Added: `info` style variant
250
255
  - Removed: `inactive` style variant
251
- - Fixed issue with custom target in *Dropdown*
256
+ - Fixed issue with custom target in _Dropdown_
252
257
  - Fixed alignment issues in Dropdown `sizing` Story
253
258
  - Updated select styles of antd table pagination
254
259
  - Fixed Menuhorizontal button size in Table
@@ -507,8 +512,8 @@ Changes documentations to sentence case from title casing.
507
512
 
508
513
  ## 3.5.11 - 2022-07-06
509
514
 
510
- - 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.
511
- - 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.
512
517
 
513
518
  ## 3.5.10 - 2022-07-05
514
519
 
@@ -516,7 +521,7 @@ Changes documentations to sentence case from title casing.
516
521
 
517
522
  ## 3.5.9 - 2022-07-05
518
523
 
519
- - Fixed: Checkbox in *Table* component cut off in lower screen resolutions.
524
+ - Fixed: Checkbox in _Table_ component cut off in lower screen resolutions.
520
525
 
521
526
  ## 3.5.8 - 2022-07-01
522
527
 
@@ -524,7 +529,7 @@ Changes documentations to sentence case from title casing.
524
529
 
525
530
  ## 3.5.7 - 2022-06-24
526
531
 
527
- - Added: `startsFrom` to `counter` prop of *EmailInput* component.
532
+ - Added: `startsFrom` to `counter` prop of _EmailInput_ component.
528
533
 
529
534
  ## 3.5.6 - 2022-06-13
530
535
 
@@ -532,19 +537,19 @@ Changes documentations to sentence case from title casing.
532
537
 
533
538
  ## 3.5.5 - 2022-06-09
534
539
 
535
- - 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`.
536
541
 
537
542
  ## 3.5.4 - 2022-06-08
538
543
 
539
- Fixed: `TypeError` issue in *Toastr* component.
544
+ Fixed: `TypeError` issue in _Toastr_ component.
540
545
 
541
546
  ## 3.5.3 - 2022-06-07
542
547
 
543
- - Fixed: issue with `closeOnEsc` prop when the *Dropdown* is controlled.
548
+ - Fixed: issue with `closeOnEsc` prop when the _Dropdown_ is controlled.
544
549
 
545
550
  ## 3.5.2 - 2022-06-07
546
551
 
547
- - Fixed : placeholder content extending into multiple lines in *Select* component.
552
+ - Fixed : placeholder content extending into multiple lines in _Select_ component.
548
553
 
549
554
  ## 3.5.1 - 2022-06-07
550
555
 
@@ -564,22 +569,22 @@ Fixed: `TypeError` issue in *Toastr* component.
564
569
 
565
570
  ## 3.4.3
566
571
 
567
- - Added: `prefix` and `suffix` to *EmailInput*.
572
+ - Added: `prefix` and `suffix` to _EmailInput_.
568
573
 
569
574
  ## 3.4.2
570
575
 
571
- - Fixed: issue with search not working with `isCreatable` *Select*.
576
+ - Fixed: issue with search not working with `isCreatable` _Select_.
572
577
 
573
578
  ## 3.4.1
574
579
 
575
- - Fixed: issue with `autoFocus` not working on *Input* when inside *Dropdown*.
580
+ - Fixed: issue with `autoFocus` not working on _Input_ when inside _Dropdown_.
576
581
 
577
582
  ## 3.4.0
578
583
 
579
584
  - Removed: all instances of TailwindCSS.
580
- - Added: `label` prop in *Tags* molecule.
581
- - Changed: Added `neetoCal` into *AppSwitcher* app list .
582
- - 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_.
583
588
 
584
589
  ## 3.3.13
585
590
 
@@ -587,20 +592,20 @@ Fixed: `TypeError` issue in *Toastr* component.
587
592
 
588
593
  ## 3.3.12
589
594
 
590
- - Fixed: loading state in *ActionBlock* component.
595
+ - Fixed: loading state in _ActionBlock_ component.
591
596
 
592
597
  ## 3.3.11
593
598
 
594
- - Added: New input format for the *EmailInput* component.
599
+ - Added: New input format for the _EmailInput_ component.
595
600
 
596
601
  ## 3.3.10
597
602
 
598
- - Fixed: Removed unnecessary scrollbar in *Table* component.
599
- - Added: `maxHeight` prop to the *EmailInput* component.
603
+ - Fixed: Removed unnecessary scrollbar in _Table_ component.
604
+ - Added: `maxHeight` prop to the _EmailInput_ component.
600
605
 
601
606
  ## 3.3.9
602
607
 
603
- - Fixed: *ActionDropdown* issues with common props for button and dropdown
608
+ - Fixed: _ActionDropdown_ issues with common props for button and dropdown
604
609
 
605
610
  ## 3.3.7
606
611
 
@@ -608,44 +613,44 @@ Fixed: `TypeError` issue in *Toastr* component.
608
613
 
609
614
  ## 3.3.6
610
615
 
611
- - Fixed: Reset Formik data on continue action in *BlockNavigation* component.
616
+ - Fixed: Reset Formik data on continue action in _BlockNavigation_ component.
612
617
 
613
618
  ## 3.3.5
614
619
 
615
- - Added: active state to `NavLink` in *Sidebar* component.
620
+ - Added: active state to `NavLink` in _Sidebar_ component.
616
621
 
617
622
  ## 3.3.4
618
623
 
619
- - Added: `hideOnTargetExit` prop to *Tooltip* component
624
+ - Added: `hideOnTargetExit` prop to _Tooltip_ component
620
625
 
621
626
  ## 3.3.3
622
627
 
623
- - Added: data-cy for in *Alert* component elements
628
+ - Added: data-cy for in _Alert_ component elements
624
629
 
625
630
  ## 3.3.2
626
631
 
627
- - Fixed: Added override for `onClick` prop in *Dropdown* component
632
+ - Fixed: Added override for `onClick` prop in _Dropdown_ component
628
633
 
629
634
  ## 3.3.1
630
635
 
631
- - Fixed: Typography of Header in *Alert* component.
632
- - Fixed: Max width issue in *Dropdown* component.
636
+ - Fixed: Typography of Header in _Alert_ component.
637
+ - Fixed: Max width issue in _Dropdown_ component.
633
638
 
634
639
  ## 3.3.0
635
640
 
636
- - Changed: **BREAKING** `isLoading` prop of *Table* to `loading`.
637
- - Changed: Implemented *Dropdown* component with Tippy.js and removed `react-popper`
638
- - Deprecated: **BREAKING** `loading` prop of *Pane*, *Modal* and *Alert* components.
639
- - 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).
640
645
 
641
646
  #### UI
642
647
 
643
- - Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in *Color Palette*
644
- - Changed: the text color in *Table* to `$neeto-ui-black`
645
- - Changed: UI of *Tag* of component
646
- - Changed: look and feel of *Danger Button*
647
- - Changed: Contrast of *Avatar*, *Accordian*, *Toastr* and *Callout*
648
- - Changed: Made *Modal* Header text and Close icon aligned in a line
649
- - 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`
650
655
  - Added: new accent colors
651
656
  - ![accent-colors](https://user-images.githubusercontent.com/48869249/160755429-d2830f42-3086-4cbe-b9f5-4f0bca4f1a32.png)