@bigbinary/neetoui 3.4.2 → 3.4.5

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
@@ -1,6 +1,6 @@
1
1
  <!---
2
2
 
3
- ------- FOLLOW THESE WHILE ADDING AN ENTRY ------
3
+ ------ FOLLOW THESE WHILE ADDING AN ENTRY ------
4
4
 
5
5
  ** Add BREAKING keyword in bold for changes which could potentially break the component, eg: **BREAKING**
6
6
  ** Represent a component name in italics, eg: _Modal_
@@ -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,95 +16,114 @@ 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
- - _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.
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
+ ## 3.4.5 - 2022-05-19
27
+
28
+ - Fixed: `TypeError` issue in *Toastr* component.
29
+
30
+ ## 3.4.4
31
+
32
+ - Fixed: import for molecule components.
26
33
 
27
- ## [3.4.2]
34
+ ## 3.4.3
28
35
 
29
- - Fixed: issue with search not working with `isCreatable` _Select_.
36
+ - Added: `prefix` and `suffix` to *EmailInput*.
30
37
 
31
- ## [3.4.1]
38
+ ## 3.4.2
32
39
 
33
- - Fixed: issue with `autoFocus` not working on _Input_ when inside _Dropdown_.
40
+ - Fixed: issue with search not working with `isCreatable` *Select*.
34
41
 
35
- ## [3.4.0]
42
+ ## 3.4.1
43
+
44
+ - Fixed: issue with `autoFocus` not working on *Input* when inside *Dropdown*.
45
+
46
+ ## 3.4.0
36
47
 
37
48
  - Removed: all instances of TailwindCSS.
38
- - Added: `label` prop in _Tags_ molecule.
39
- - Changed: Added `neetoCal` into _AppSwitcher_ app list .
40
- - Removed: `count` limiting (to 99) logic from _MenuBar.Block_.
49
+ - Added: `label` prop in *Tags* molecule.
50
+ - Changed: Added `neetoCal` into *AppSwitcher* app list .
51
+ - Removed: `count` limiting (to 99) logic from *MenuBar.Block*.
41
52
 
42
- ## [3.3.13]
53
+ ## 3.3.13
43
54
 
44
55
  - Added: Tags in the molecule section.
45
56
 
46
- ## [3.3.12]
57
+ ## 3.3.12
47
58
 
48
- - Fixed: loading state in _ActionBlock_ component.
59
+ - Fixed: loading state in *ActionBlock* component.
49
60
 
50
- ## [3.3.11]
61
+ ## 3.3.11
51
62
 
52
- - Added: New input format for the _EmailInput_ component.
63
+ - Added: New input format for the *EmailInput* component.
53
64
 
54
- ## [3.3.10]
65
+ ## 3.3.10
55
66
 
56
- - Fixed: Removed unnecessary scrollbar in _Table_ component.
57
- - Added: `maxHeight` prop to the _EmailInput_ component.
67
+ - Fixed: Removed unnecessary scrollbar in *Table* component.
68
+ - Added: `maxHeight` prop to the *EmailInput* component.
58
69
 
59
- ## [3.3.9]
70
+ ## 3.3.9
60
71
 
61
- - Fixed: _ActionDropdown_ issues with common props for button and dropdown
72
+ - Fixed: *ActionDropdown* issues with common props for button and dropdown
62
73
 
63
- ## [3.3.7]
74
+ ## 3.3.7
64
75
 
65
76
  - Changed: Updated React version to 17.0.2.
66
77
 
67
- ## [3.3.6]
78
+ ## 3.3.6
68
79
 
69
- - Fixed: Reset Formik data on continue action in _BlockNavigation_ component.
80
+ - Fixed: Reset Formik data on continue action in *BlockNavigation* component.
70
81
 
71
- ## [3.3.5]
82
+ ## 3.3.5
72
83
 
73
- - Added: active state to `NavLink` in _Sidebar_ component.
84
+ - Added: active state to `NavLink` in *Sidebar* component.
74
85
 
75
- ## [3.3.4]
86
+ ## 3.3.4
76
87
 
77
- - Added: `hideOnTargetExit` prop to _Tooltip_ component
88
+ - Added: `hideOnTargetExit` prop to *Tooltip* component
78
89
 
79
- ## [3.3.3]
90
+ ## 3.3.3
80
91
 
81
- - Added: data-cy for in _Alert_ component elements
92
+ - Added: data-cy for in *Alert* component elements
82
93
 
83
- ## [3.3.2]
94
+ ## 3.3.2
84
95
 
85
- - Fixed: Added override for `onClick` prop in _Dropdown_ component
96
+ - Fixed: Added override for `onClick` prop in *Dropdown* component
86
97
 
87
- ## [3.3.1]
98
+ ## 3.3.1
88
99
 
89
- - Fixed: Typography of Header in _Alert_ component.
90
- - Fixed: Max width issue in _Dropdown_ component.
100
+ - Fixed: Typography of Header in *Alert* component.
101
+ - Fixed: Max width issue in *Dropdown* component.
91
102
 
92
- ## [3.3.0]
103
+ ## 3.3.0
93
104
 
94
- - Changed: **BREAKING** `isLoading` prop of _Table_ to `loading`.
95
- - Changed: Implemented _Dropdown_ component with Tippy.js and removed `react-popper`
96
- - Deprecated: **BREAKING** `loading` prop of _Pane_, _Modal_ and _Alert_ components.
97
- - Removed: **BREAKING** `placement` prop from _Tooltip_ (Use position instead).
105
+ - Changed: **BREAKING** `isLoading` prop of *Table* to `loading`.
106
+ - Changed: Implemented *Dropdown* component with Tippy.js and removed `react-popper`
107
+ - Deprecated: **BREAKING** `loading` prop of *Pane*, *Modal* and *Alert* components.
108
+ - Removed: **BREAKING** `placement` prop from *Tooltip* (Use position instead).
98
109
 
99
110
  #### UI
100
111
 
101
- - Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in _Color Palette_
102
- - Changed: the text color in _Table_ to `$neeto-ui-black`
103
- - Changed: UI of _Tag_ of component
104
- - Changed: look and feel of _Danger Button_
105
- - Changed: Contrast of _Avatar_, _Accordian_, _Toastr_ and _Callout_
106
- - Changed: Made _Modal_ Header text and Close icon aligned in a line
107
-
108
- - Added: new variant for _Danger Button_ -`danger-text`
112
+ - Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in *Color Palette*
113
+ -
114
+ - Changed: the text color in *Table* to `$neeto-ui-black`
115
+ -
116
+ - Changed: UI of *Tag* of component
117
+ -
118
+ - Changed: look and feel of *Danger Button*
119
+ -
120
+ - Changed: Contrast of *Avatar*, *Accordian*, *Toastr* and *Callout*
121
+ -
122
+ - Changed: Made *Modal* Header text and Close icon aligned in a line
123
+ -
124
+ - Added: new variant for *Danger Button* -`danger-text`
125
+ -
109
126
  - Added: new accent colors
110
-
111
- ![accent-colors](https://user-images.githubusercontent.com/48869249/160755429-d2830f42-3086-4cbe-b9f5-4f0bca4f1a32.png)
127
+ -
128
+ - ![accent-colors](https://user-images.githubusercontent.com/48869249/160755429-d2830f42-3086-4cbe-b9f5-4f0bca4f1a32.png)
129
+ -