@bigbinary/neetoui 3.4.4 → 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 +71 -59
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!---
|
|
2
2
|
|
|
3
|
-
|
|
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,101 +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
|
-
-
|
|
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
|
+
## 3.4.5 - 2022-05-19
|
|
27
|
+
|
|
28
|
+
- Fixed: `TypeError` issue in *Toastr* component.
|
|
29
|
+
|
|
30
|
+
## 3.4.4
|
|
26
31
|
|
|
27
|
-
|
|
28
|
-
- Fixed: import for molecule components.
|
|
29
|
-
## [3.4.3]
|
|
32
|
+
- Fixed: import for molecule components.
|
|
30
33
|
|
|
31
|
-
|
|
34
|
+
## 3.4.3
|
|
32
35
|
|
|
33
|
-
|
|
36
|
+
- Added: `prefix` and `suffix` to *EmailInput*.
|
|
34
37
|
|
|
35
|
-
|
|
38
|
+
## 3.4.2
|
|
36
39
|
|
|
37
|
-
|
|
40
|
+
- Fixed: issue with search not working with `isCreatable` *Select*.
|
|
38
41
|
|
|
39
|
-
|
|
42
|
+
## 3.4.1
|
|
40
43
|
|
|
41
|
-
|
|
44
|
+
- Fixed: issue with `autoFocus` not working on *Input* when inside *Dropdown*.
|
|
45
|
+
|
|
46
|
+
## 3.4.0
|
|
42
47
|
|
|
43
48
|
- Removed: all instances of TailwindCSS.
|
|
44
|
-
- Added: `label` prop in
|
|
45
|
-
- Changed: Added `neetoCal` into
|
|
46
|
-
- Removed: `count` limiting (to 99) logic from
|
|
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*.
|
|
47
52
|
|
|
48
|
-
##
|
|
53
|
+
## 3.3.13
|
|
49
54
|
|
|
50
55
|
- Added: Tags in the molecule section.
|
|
51
56
|
|
|
52
|
-
##
|
|
57
|
+
## 3.3.12
|
|
53
58
|
|
|
54
|
-
- Fixed: loading state in
|
|
59
|
+
- Fixed: loading state in *ActionBlock* component.
|
|
55
60
|
|
|
56
|
-
##
|
|
61
|
+
## 3.3.11
|
|
57
62
|
|
|
58
|
-
- Added: New input format for the
|
|
63
|
+
- Added: New input format for the *EmailInput* component.
|
|
59
64
|
|
|
60
|
-
##
|
|
65
|
+
## 3.3.10
|
|
61
66
|
|
|
62
|
-
- Fixed: Removed unnecessary scrollbar in
|
|
63
|
-
- Added: `maxHeight` prop to the
|
|
67
|
+
- Fixed: Removed unnecessary scrollbar in *Table* component.
|
|
68
|
+
- Added: `maxHeight` prop to the *EmailInput* component.
|
|
64
69
|
|
|
65
|
-
##
|
|
70
|
+
## 3.3.9
|
|
66
71
|
|
|
67
|
-
- Fixed:
|
|
72
|
+
- Fixed: *ActionDropdown* issues with common props for button and dropdown
|
|
68
73
|
|
|
69
|
-
##
|
|
74
|
+
## 3.3.7
|
|
70
75
|
|
|
71
76
|
- Changed: Updated React version to 17.0.2.
|
|
72
77
|
|
|
73
|
-
##
|
|
78
|
+
## 3.3.6
|
|
74
79
|
|
|
75
|
-
- Fixed: Reset Formik data on continue action in
|
|
80
|
+
- Fixed: Reset Formik data on continue action in *BlockNavigation* component.
|
|
76
81
|
|
|
77
|
-
##
|
|
82
|
+
## 3.3.5
|
|
78
83
|
|
|
79
|
-
- Added: active state to `NavLink` in
|
|
84
|
+
- Added: active state to `NavLink` in *Sidebar* component.
|
|
80
85
|
|
|
81
|
-
##
|
|
86
|
+
## 3.3.4
|
|
82
87
|
|
|
83
|
-
- Added: `hideOnTargetExit` prop to
|
|
88
|
+
- Added: `hideOnTargetExit` prop to *Tooltip* component
|
|
84
89
|
|
|
85
|
-
##
|
|
90
|
+
## 3.3.3
|
|
86
91
|
|
|
87
|
-
- Added: data-cy for in
|
|
92
|
+
- Added: data-cy for in *Alert* component elements
|
|
88
93
|
|
|
89
|
-
##
|
|
94
|
+
## 3.3.2
|
|
90
95
|
|
|
91
|
-
- Fixed: Added override for `onClick` prop in
|
|
96
|
+
- Fixed: Added override for `onClick` prop in *Dropdown* component
|
|
92
97
|
|
|
93
|
-
##
|
|
98
|
+
## 3.3.1
|
|
94
99
|
|
|
95
|
-
- Fixed: Typography of Header in
|
|
96
|
-
- Fixed: Max width issue in
|
|
100
|
+
- Fixed: Typography of Header in *Alert* component.
|
|
101
|
+
- Fixed: Max width issue in *Dropdown* component.
|
|
97
102
|
|
|
98
|
-
##
|
|
103
|
+
## 3.3.0
|
|
99
104
|
|
|
100
|
-
- Changed: **BREAKING** `isLoading` prop of
|
|
101
|
-
- Changed: Implemented
|
|
102
|
-
- Deprecated: **BREAKING** `loading` prop of
|
|
103
|
-
- Removed: **BREAKING** `placement` prop from
|
|
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).
|
|
104
109
|
|
|
105
110
|
#### UI
|
|
106
111
|
|
|
107
|
-
- Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in
|
|
108
|
-
-
|
|
109
|
-
- Changed:
|
|
110
|
-
-
|
|
111
|
-
- Changed:
|
|
112
|
-
-
|
|
113
|
-
|
|
114
|
-
-
|
|
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
|
+
-
|
|
115
126
|
- Added: new accent colors
|
|
116
|
-
|
|
117
|
-
|
|
127
|
+
-
|
|
128
|
+
- 
|
|
129
|
+
-
|