@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +71 -59
  2. package/package.json +1 -1
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,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
- - _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
26
31
 
27
- ## [3.4.4]
28
- - Fixed: import for molecule components.
29
- ## [3.4.3]
32
+ - Fixed: import for molecule components.
30
33
 
31
- - Added: `prefix` and `suffix` to _EmailInput_.
34
+ ## 3.4.3
32
35
 
33
- ## [3.4.2]
36
+ - Added: `prefix` and `suffix` to *EmailInput*.
34
37
 
35
- - Fixed: issue with search not working with `isCreatable` _Select_.
38
+ ## 3.4.2
36
39
 
37
- ## [3.4.1]
40
+ - Fixed: issue with search not working with `isCreatable` *Select*.
38
41
 
39
- - Fixed: issue with `autoFocus` not working on _Input_ when inside _Dropdown_.
42
+ ## 3.4.1
40
43
 
41
- ## [3.4.0]
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 _Tags_ molecule.
45
- - Changed: Added `neetoCal` into _AppSwitcher_ app list .
46
- - 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*.
47
52
 
48
- ## [3.3.13]
53
+ ## 3.3.13
49
54
 
50
55
  - Added: Tags in the molecule section.
51
56
 
52
- ## [3.3.12]
57
+ ## 3.3.12
53
58
 
54
- - Fixed: loading state in _ActionBlock_ component.
59
+ - Fixed: loading state in *ActionBlock* component.
55
60
 
56
- ## [3.3.11]
61
+ ## 3.3.11
57
62
 
58
- - Added: New input format for the _EmailInput_ component.
63
+ - Added: New input format for the *EmailInput* component.
59
64
 
60
- ## [3.3.10]
65
+ ## 3.3.10
61
66
 
62
- - Fixed: Removed unnecessary scrollbar in _Table_ component.
63
- - Added: `maxHeight` prop to the _EmailInput_ component.
67
+ - Fixed: Removed unnecessary scrollbar in *Table* component.
68
+ - Added: `maxHeight` prop to the *EmailInput* component.
64
69
 
65
- ## [3.3.9]
70
+ ## 3.3.9
66
71
 
67
- - Fixed: _ActionDropdown_ issues with common props for button and dropdown
72
+ - Fixed: *ActionDropdown* issues with common props for button and dropdown
68
73
 
69
- ## [3.3.7]
74
+ ## 3.3.7
70
75
 
71
76
  - Changed: Updated React version to 17.0.2.
72
77
 
73
- ## [3.3.6]
78
+ ## 3.3.6
74
79
 
75
- - Fixed: Reset Formik data on continue action in _BlockNavigation_ component.
80
+ - Fixed: Reset Formik data on continue action in *BlockNavigation* component.
76
81
 
77
- ## [3.3.5]
82
+ ## 3.3.5
78
83
 
79
- - Added: active state to `NavLink` in _Sidebar_ component.
84
+ - Added: active state to `NavLink` in *Sidebar* component.
80
85
 
81
- ## [3.3.4]
86
+ ## 3.3.4
82
87
 
83
- - Added: `hideOnTargetExit` prop to _Tooltip_ component
88
+ - Added: `hideOnTargetExit` prop to *Tooltip* component
84
89
 
85
- ## [3.3.3]
90
+ ## 3.3.3
86
91
 
87
- - Added: data-cy for in _Alert_ component elements
92
+ - Added: data-cy for in *Alert* component elements
88
93
 
89
- ## [3.3.2]
94
+ ## 3.3.2
90
95
 
91
- - Fixed: Added override for `onClick` prop in _Dropdown_ component
96
+ - Fixed: Added override for `onClick` prop in *Dropdown* component
92
97
 
93
- ## [3.3.1]
98
+ ## 3.3.1
94
99
 
95
- - Fixed: Typography of Header in _Alert_ component.
96
- - Fixed: Max width issue in _Dropdown_ component.
100
+ - Fixed: Typography of Header in *Alert* component.
101
+ - Fixed: Max width issue in *Dropdown* component.
97
102
 
98
- ## [3.3.0]
103
+ ## 3.3.0
99
104
 
100
- - Changed: **BREAKING** `isLoading` prop of _Table_ to `loading`.
101
- - Changed: Implemented _Dropdown_ component with Tippy.js and removed `react-popper`
102
- - Deprecated: **BREAKING** `loading` prop of _Pane_, _Modal_ and _Alert_ components.
103
- - 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).
104
109
 
105
110
  #### UI
106
111
 
107
- - Changed: colors of `$neeto-ui-warning` and `$neeto-ui-error` in _Color Palette_
108
- - Changed: the text color in _Table_ to `$neeto-ui-black`
109
- - Changed: UI of _Tag_ of component
110
- - Changed: look and feel of _Danger Button_
111
- - Changed: Contrast of _Avatar_, _Accordian_, _Toastr_ and _Callout_
112
- - Changed: Made _Modal_ Header text and Close icon aligned in a line
113
-
114
- - 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
+ -
115
126
  - Added: new accent colors
116
-
117
- ![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
+ -
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui",
3
- "version": "3.4.4",
3
+ "version": "3.4.5",
4
4
  "main": "./index.js",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",