@digital-ai/dot-components 2.2.1 → 2.3.0
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/CHANGE_LOG.md +222 -537
- package/index.esm.js +1069 -771
- package/index.umd.js +1173 -834
- package/lib/components/app-switcher/AppSwitcher.d.ts +17 -15
- package/lib/components/app-switcher/AppSwitcher.styles.d.ts +1 -1
- package/lib/components/app-switcher/utils/helpers.d.ts +16 -0
- package/lib/components/button/CopyButton.d.ts +7 -0
- package/lib/components/button/CopyButton.styles.d.ts +2 -0
- package/lib/components/button/index.d.ts +2 -0
- package/lib/components/core-api/CoreApiProvider.d.ts +6 -0
- package/lib/components/index.d.ts +2 -2
- package/package.json +3 -3
package/CHANGE_LOG.md
CHANGED
|
@@ -1,8 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [2.
|
|
3
|
+
## [2.3.0](https://www.npmjs.com/package/@digital-ai/dot-components) (02/09/2023)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.
|
|
5
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.2.1...2.3.0)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- S-89896: AppSwitcher empty state [\#1361](https://github.com/digital-ai/dot-components/pull/1361) ([fin7710](https://github.com/fin7710))
|
|
10
|
+
- S-89896: Modify AppSwitcher to use a RHS Drawer and updated layout [\#1356](https://github.com/digital-ai/dot-components/pull/1356) ([jmcnally](https://github.com/jmcnally))
|
|
11
|
+
|
|
12
|
+
**Misc:**
|
|
13
|
+
|
|
14
|
+
- CI: bumps version to 2.2.1 \[skip ci\] \(\#1371\) [\#1372](https://github.com/digital-ai/dot-components/pull/1372) ([CWSites](https://github.com/CWSites))
|
|
15
|
+
- resolving more warnings [\#1369](https://github.com/digital-ai/dot-components/pull/1369) ([CWSites](https://github.com/CWSites))
|
|
16
|
+
|
|
17
|
+
## [2.2.1](https://www.npmjs.com/package/@digital-ai/dot-components) (02/08/2023)
|
|
18
|
+
|
|
19
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.8...2.2.1)
|
|
6
20
|
|
|
7
21
|
**Features:**
|
|
8
22
|
|
|
@@ -16,91 +30,78 @@
|
|
|
16
30
|
- D-21193: adjust when truncated tooltip is displayed [\#1350](https://github.com/digital-ai/dot-components/pull/1350) ([CWSites](https://github.com/CWSites))
|
|
17
31
|
- D-21051: troubleshooting drawer onClose [\#1347](https://github.com/digital-ai/dot-components/pull/1347) ([CWSites](https://github.com/CWSites))
|
|
18
32
|
|
|
19
|
-
**
|
|
33
|
+
**Misc:**
|
|
20
34
|
|
|
21
35
|
- GitHub Action Troubleshooting [\#1368](https://github.com/digital-ai/dot-components/pull/1368) ([CWSites](https://github.com/CWSites))
|
|
22
36
|
- Upload drip echo icon [\#1366](https://github.com/digital-ai/dot-components/pull/1366) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
23
37
|
- S-90007 Add missing test [\#1362](https://github.com/digital-ai/dot-components/pull/1362) ([angel-git](https://github.com/angel-git))
|
|
24
38
|
- icons-pin-update-Jan-27th [\#1354](https://github.com/digital-ai/dot-components/pull/1354) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
39
|
+
- S-80702: adjust letter spacing of overline, add additional e2e tests [\#1345](https://github.com/digital-ai/dot-components/pull/1345) ([CWSites](https://github.com/CWSites))
|
|
25
40
|
|
|
26
|
-
## [1.21.8](https://
|
|
41
|
+
## [1.21.8](https://www.npmjs.com/package/@digital-ai/dot-components) (02/04/2023)
|
|
27
42
|
|
|
28
|
-
[Full Changelog](https://github.
|
|
43
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.2.0...1.21.8)
|
|
29
44
|
|
|
30
45
|
**Features:**
|
|
31
46
|
|
|
32
|
-
- `DotAutoComplete`: Expose ListboxComponent property [\#1351](https://github.com/digital-ai/dot-components/issues/1351)
|
|
33
47
|
- S-90007 Expose ListboxComponent for `DotAutocomplete` [\#1365](https://github.com/digital-ai/dot-components/pull/1365) ([angel-git](https://github.com/angel-git))
|
|
34
48
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
- `DotAutoComplete`: `readOnly` property is ignored [\#1355](https://github.com/digital-ai/dot-components/issues/1355)
|
|
38
|
-
- Icons are not shown in respective color as given in the zeroheight [\#1348](https://github.com/digital-ai/dot-components/issues/1348)
|
|
39
|
-
- \[SAFARI\] `DotInputText` when type is `date` you can't see if field has value or not [\#1228](https://github.com/digital-ai/dot-components/issues/1228)
|
|
40
|
-
- `DotTable` should truncate long rows when data is text [\#1200](https://github.com/digital-ai/dot-components/issues/1200)
|
|
41
|
-
- DotTruncateWithTooltip should only include a tooltip if it is truncating text [\#1160](https://github.com/digital-ai/dot-components/issues/1160)
|
|
42
|
-
- The DotDrawer component does not call the onClose component when it closes. [\#1149](https://github.com/digital-ai/dot-components/issues/1149)
|
|
49
|
+
## [2.2.0](https://www.npmjs.com/package/@digital-ai/dot-components) (12/28/2022)
|
|
43
50
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.1.1...2.2.0)
|
|
51
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.1.1...2.2.0)
|
|
47
52
|
|
|
48
53
|
**Features:**
|
|
49
54
|
|
|
50
|
-
- DotDialog should have the option to remove the Cancel button [\#1340](https://github.com/digital-ai/dot-components/issues/1340)
|
|
51
55
|
- S-89332 Add prop for disabling Cancel button from Dialog component [\#1341](https://github.com/digital-ai/dot-components/pull/1341) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
52
56
|
- S-89250: Add setToken method and export the context [\#1339](https://github.com/digital-ai/dot-components/pull/1339) ([jmcnally](https://github.com/jmcnally))
|
|
53
57
|
|
|
54
58
|
**Fixed bugs:**
|
|
55
59
|
|
|
56
|
-
- Button component with type "outlined" is not greyed out when disabled [\#1342](https://github.com/digital-ai/dot-components/issues/1342)
|
|
57
60
|
- D-23687 Button component with type "outlined" is not greyed out when disabled [\#1343](https://github.com/digital-ai/dot-components/pull/1343) ([angel-git](https://github.com/angel-git))
|
|
58
61
|
|
|
59
|
-
**
|
|
62
|
+
**Misc:**
|
|
60
63
|
|
|
61
|
-
- S-80702: adjust letter spacing of overline, add additional e2e tests [\#1345](https://github.com/digital-ai/dot-components/pull/1345) ([CWSites](https://github.com/CWSites))
|
|
62
64
|
- S-88495: update warning 900 color [\#1344](https://github.com/digital-ai/dot-components/pull/1344) ([CWSites](https://github.com/CWSites))
|
|
63
65
|
|
|
64
|
-
## [2.1.1](https://
|
|
66
|
+
## [2.1.1](https://www.npmjs.com/package/@digital-ai/dot-components) (12/15/2022)
|
|
65
67
|
|
|
66
|
-
[Full Changelog](https://github.
|
|
68
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.1.0...2.1.1)
|
|
67
69
|
|
|
68
|
-
**
|
|
70
|
+
**Misc:**
|
|
69
71
|
|
|
70
72
|
- Add icon `icon-open-in-own-modal` [\#1337](https://github.com/digital-ai/dot-components/pull/1337) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
71
73
|
|
|
72
|
-
## [2.1.0](https://
|
|
74
|
+
## [2.1.0](https://www.npmjs.com/package/@digital-ai/dot-components) (12/12/2022)
|
|
73
75
|
|
|
74
|
-
[Full Changelog](https://github.
|
|
76
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.7...2.1.0)
|
|
75
77
|
|
|
76
78
|
**Fixed bugs:**
|
|
77
79
|
|
|
78
|
-
- InputText not taking up fullWidth [\#1329](https://github.com/digital-ai/dot-components/issues/1329)
|
|
79
80
|
- D-23539: Add class for fullWidth text fields [\#1334](https://github.com/digital-ai/dot-components/pull/1334) ([jmcnally](https://github.com/jmcnally))
|
|
80
81
|
|
|
81
|
-
## [1.21.7](https://
|
|
82
|
+
## [1.21.7](https://www.npmjs.com/package/@digital-ai/dot-components) (12/12/2022)
|
|
82
83
|
|
|
83
|
-
[Full Changelog](https://github.
|
|
84
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.0.4...1.21.7)
|
|
84
85
|
|
|
85
86
|
**Fixed bugs:**
|
|
86
87
|
|
|
87
88
|
- S 88324 update digital ai logo dark mode 1.21.5 [\#1330](https://github.com/digital-ai/dot-components/pull/1330) ([csmathguy](https://github.com/csmathguy))
|
|
88
89
|
|
|
89
|
-
## [2.0.4](https://
|
|
90
|
+
## [2.0.4](https://www.npmjs.com/package/@digital-ai/dot-components) (12/10/2022)
|
|
90
91
|
|
|
91
|
-
[Full Changelog](https://github.
|
|
92
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.0.3...2.0.4)
|
|
92
93
|
|
|
93
|
-
## [2.0.3](https://
|
|
94
|
+
## [2.0.3](https://www.npmjs.com/package/@digital-ai/dot-components) (12/10/2022)
|
|
94
95
|
|
|
95
|
-
[Full Changelog](https://github.
|
|
96
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.0.2...2.0.3)
|
|
96
97
|
|
|
97
98
|
**Features:**
|
|
98
99
|
|
|
99
100
|
- S-88447: App switcher [\#1322](https://github.com/digital-ai/dot-components/pull/1322) ([jmcnally](https://github.com/jmcnally))
|
|
100
101
|
|
|
101
|
-
## [2.0.2](https://
|
|
102
|
+
## [2.0.2](https://www.npmjs.com/package/@digital-ai/dot-components) (12/06/2022)
|
|
102
103
|
|
|
103
|
-
[Full Changelog](https://github.
|
|
104
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.6...2.0.2)
|
|
104
105
|
|
|
105
106
|
**Features:**
|
|
106
107
|
|
|
@@ -109,7 +110,6 @@
|
|
|
109
110
|
|
|
110
111
|
**Fixed bugs:**
|
|
111
112
|
|
|
112
|
-
- `DotAvatar`: should be able to remove the background color when using images [\#1136](https://github.com/digital-ai/dot-components/issues/1136)
|
|
113
113
|
- S-84511: Allow avatar colors to be transparent [\#1324](https://github.com/digital-ai/dot-components/pull/1324) ([CWSites](https://github.com/CWSites))
|
|
114
114
|
- D-23494: Update TablePagination and AlertBanner [\#1323](https://github.com/digital-ai/dot-components/pull/1323) ([CWSites](https://github.com/CWSites))
|
|
115
115
|
- D-23465 Add wrapper div for InputText and InputSelect [\#1320](https://github.com/digital-ai/dot-components/pull/1320) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
@@ -118,44 +118,20 @@
|
|
|
118
118
|
- D-23353: `DotMenu` items inside the menu should have 14px font size [\#1314](https://github.com/digital-ai/dot-components/pull/1314) ([dmiletic85](https://github.com/dmiletic85))
|
|
119
119
|
- D-23298: `NavigationRail` Fix badges issue [\#1303](https://github.com/digital-ai/dot-components/pull/1303) ([dmiletic85](https://github.com/dmiletic85))
|
|
120
120
|
|
|
121
|
-
**
|
|
121
|
+
**Misc:**
|
|
122
122
|
|
|
123
123
|
- S-88919: Update react-router-dom [\#1325](https://github.com/digital-ai/dot-components/pull/1325) ([ryangamble](https://github.com/ryangamble))
|
|
124
124
|
|
|
125
|
-
## [1.21.6](https://
|
|
125
|
+
## [1.21.6](https://www.npmjs.com/package/@digital-ai/dot-components) (12/06/2022)
|
|
126
126
|
|
|
127
|
-
[Full Changelog](https://github.
|
|
127
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.0.1...1.21.6)
|
|
128
128
|
|
|
129
|
-
|
|
129
|
+
## [2.0.1](https://www.npmjs.com/package/@digital-ai/dot-components) (11/15/2022)
|
|
130
130
|
|
|
131
|
-
|
|
132
|
-
- `DotToggleButton` should allow to change selected color [\#1121](https://github.com/digital-ai/dot-components/issues/1121)
|
|
131
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.0.0...2.0.1)
|
|
133
132
|
|
|
134
133
|
**Fixed bugs:**
|
|
135
134
|
|
|
136
|
-
- `DotInputSelect`: doesn't have the same height as `DotInputText` [\#1319](https://github.com/digital-ai/dot-components/issues/1319)
|
|
137
|
-
- `DotInputText`: persistent label is hidden when using it inside a flex container [\#1318](https://github.com/digital-ai/dot-components/issues/1318)
|
|
138
|
-
- There is no spacing between the input field and its helper text [\#1316](https://github.com/digital-ai/dot-components/issues/1316)
|
|
139
|
-
- `Menu` items inside the menu should have 14px font size [\#1313](https://github.com/digital-ai/dot-components/issues/1313)
|
|
140
|
-
- \[DOT 2.0\] NavigationRail badge is broken [\#1301](https://github.com/digital-ai/dot-components/issues/1301)
|
|
141
|
-
- 2.0 Design differences II [\#1287](https://github.com/digital-ai/dot-components/issues/1287)
|
|
142
|
-
- `DotChip`: Image is moved when having tooltip [\#1137](https://github.com/digital-ai/dot-components/issues/1137)
|
|
143
|
-
|
|
144
|
-
## [2.0.1](https://github.com/digital-ai/dot-components/tree/2.0.1) (11/15/2022)
|
|
145
|
-
|
|
146
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0...2.0.1)
|
|
147
|
-
|
|
148
|
-
**Fixed bugs:**
|
|
149
|
-
|
|
150
|
-
- \[DOT 2.0.0\] `DotSidebar` collapsed story is using wrong property [\#1305](https://github.com/digital-ai/dot-components/issues/1305)
|
|
151
|
-
- \[DOT 2.0.0\] `DotInputText` double padding when the component is multiline [\#1304](https://github.com/digital-ai/dot-components/issues/1304)
|
|
152
|
-
- \[DOT 2.0\] Size of `DotAutocomplete` and `DotInputText` don't match anymore [\#1302](https://github.com/digital-ai/dot-components/issues/1302)
|
|
153
|
-
- \[DOT 2.0\] Icons in buttons are always white [\#1300](https://github.com/digital-ai/dot-components/issues/1300)
|
|
154
|
-
- \[dot 2.0.0\] `DotIcon` now requires theme provider [\#1298](https://github.com/digital-ai/dot-components/issues/1298)
|
|
155
|
-
- Icon colors are incorrect [\#1294](https://github.com/digital-ai/dot-components/issues/1294)
|
|
156
|
-
- `DotSidebar` when back button is enabled long text is not trimmed [\#1291](https://github.com/digital-ai/dot-components/issues/1291)
|
|
157
|
-
- \[release-2.0\] remove dependencies on react-router-dom [\#1286](https://github.com/digital-ai/dot-components/issues/1286)
|
|
158
|
-
- \[DOT 2.0\] Double checkbox on DotSwitch [\#1269](https://github.com/digital-ai/dot-components/issues/1269)
|
|
159
135
|
- D-23316: `DotSidebar`: Long text is not trimmed when back button is enabled [\#1309](https://github.com/digital-ai/dot-components/pull/1309) ([dmiletic85](https://github.com/dmiletic85))
|
|
160
136
|
- D-23312: `DotSidebar` - collapsed story is using wrong property [\#1308](https://github.com/digital-ai/dot-components/pull/1308) ([dmiletic85](https://github.com/dmiletic85))
|
|
161
137
|
- D-23308: `DotInputText` double padding when the component is multiline [\#1307](https://github.com/digital-ai/dot-components/pull/1307) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -165,65 +141,51 @@
|
|
|
165
141
|
- D-23229: update icon colors to inherit properly from various components [\#1295](https://github.com/digital-ai/dot-components/pull/1295) ([CWSites](https://github.com/CWSites))
|
|
166
142
|
- D-23069: add react-router-dom as a dependency for developing Storybook [\#1293](https://github.com/digital-ai/dot-components/pull/1293) ([CWSites](https://github.com/CWSites))
|
|
167
143
|
|
|
168
|
-
## [2.0.0](https://
|
|
169
|
-
|
|
170
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.5...2.0.0)
|
|
144
|
+
## [2.0.0](https://www.npmjs.com/package/@digital-ai/dot-components) (11/02/2022)
|
|
171
145
|
|
|
172
|
-
|
|
146
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.5...2.0.0)
|
|
173
147
|
|
|
174
|
-
[
|
|
175
|
-
|
|
176
|
-
**Fixed bugs:**
|
|
148
|
+
## [1.21.5](https://www.npmjs.com/package/@digital-ai/dot-components) (11/01/2022)
|
|
177
149
|
|
|
178
|
-
|
|
150
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.0.0-rc.3...1.21.5)
|
|
179
151
|
|
|
180
|
-
**
|
|
152
|
+
**Misc:**
|
|
181
153
|
|
|
182
154
|
- Changed Agility icons in dot font [\#1282](https://github.com/digital-ai/dot-components/pull/1282) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
183
155
|
- 18 tuesday oct 22 [\#1280](https://github.com/digital-ai/dot-components/pull/1280) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
184
156
|
|
|
185
|
-
## [2.0.0-rc.3](https://
|
|
157
|
+
## [2.0.0-rc.3](https://www.npmjs.com/package/@digital-ai/dot-components) (10/27/2022)
|
|
186
158
|
|
|
187
|
-
[Full Changelog](https://github.
|
|
159
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.4...2.0.0-rc.3)
|
|
188
160
|
|
|
189
161
|
**Fixed bugs:**
|
|
190
162
|
|
|
191
|
-
- \[DOT 2.0\] DotAutocomplete with `renderOption` doesn't trigger on change [\#1270](https://github.com/digital-ai/dot-components/issues/1270)
|
|
192
|
-
- \[DOT 2.0\] storybook is broken [\#1268](https://github.com/digital-ai/dot-components/issues/1268)
|
|
193
|
-
- \[DOT 2.0\] Missing changes on 2.0 documentation [\#1267](https://github.com/digital-ai/dot-components/issues/1267)
|
|
194
|
-
- \[DOT 2.0\] missing peer dependencies [\#1266](https://github.com/digital-ai/dot-components/issues/1266)
|
|
195
|
-
- Icons are not the correct color [\#1229](https://github.com/digital-ai/dot-components/issues/1229)
|
|
196
163
|
- D-22512: Design differences between 2.0 and 1.x [\#1285](https://github.com/digital-ai/dot-components/pull/1285) ([CWSites](https://github.com/CWSites))
|
|
197
164
|
- D-22154: icon color [\#1284](https://github.com/digital-ai/dot-components/pull/1284) ([CWSites](https://github.com/CWSites))
|
|
198
165
|
- D-22852: autocomplete render option [\#1283](https://github.com/digital-ai/dot-components/pull/1283) ([CWSites](https://github.com/CWSites))
|
|
199
166
|
|
|
200
|
-
**
|
|
167
|
+
**Misc:**
|
|
201
168
|
|
|
202
169
|
- D-22855 peer dependencies [\#1278](https://github.com/digital-ai/dot-components/pull/1278) ([CWSites](https://github.com/CWSites))
|
|
203
170
|
|
|
204
|
-
## [1.21.4](https://
|
|
171
|
+
## [1.21.4](https://www.npmjs.com/package/@digital-ai/dot-components) (10/04/2022)
|
|
205
172
|
|
|
206
|
-
[Full Changelog](https://github.
|
|
173
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.3...1.21.4)
|
|
207
174
|
|
|
208
175
|
**Features:**
|
|
209
176
|
|
|
210
|
-
- `DotSidebar` Expose a callback when sidebar is expanded or collapsed [\#1273](https://github.com/digital-ai/dot-components/issues/1273)
|
|
211
177
|
- S-87871 Expose callback when sidebar collapses/expands [\#1274](https://github.com/digital-ai/dot-components/pull/1274) ([angel-git](https://github.com/angel-git))
|
|
212
178
|
|
|
213
179
|
**Fixed bugs:**
|
|
214
180
|
|
|
215
|
-
- `DotInputText` multiline is broken since 1.21.3 [\#1275](https://github.com/digital-ai/dot-components/issues/1275)
|
|
216
181
|
- D-22889: `DotInputText` Fix multiline issues [\#1276](https://github.com/digital-ai/dot-components/pull/1276) ([dmiletic85](https://github.com/dmiletic85))
|
|
217
182
|
|
|
218
|
-
## [1.21.3](https://
|
|
183
|
+
## [1.21.3](https://www.npmjs.com/package/@digital-ai/dot-components) (09/28/2022)
|
|
219
184
|
|
|
220
|
-
[Full Changelog](https://github.
|
|
185
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.0.0-rc.2...1.21.3)
|
|
221
186
|
|
|
222
187
|
**Features:**
|
|
223
188
|
|
|
224
|
-
- Helper text for InputSelect and AutoComplete components should be aligned with their content [\#1264](https://github.com/digital-ai/dot-components/issues/1264)
|
|
225
|
-
- Toggle button should have the same height as the input field [\#1260](https://github.com/digital-ai/dot-components/issues/1260)
|
|
226
|
-
- Align helper text with the content of the input [\#1259](https://github.com/digital-ai/dot-components/issues/1259)
|
|
227
189
|
- S-87726 Align input content with helper text [\#1265](https://github.com/digital-ai/dot-components/pull/1265) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
228
190
|
- S-87620 Adjust height for inputs and for medium sized buttons [\#1263](https://github.com/digital-ai/dot-components/pull/1263) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
229
191
|
- S-87616 Adjust left margin for helper text [\#1262](https://github.com/digital-ai/dot-components/pull/1262) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
@@ -233,59 +195,52 @@
|
|
|
233
195
|
|
|
234
196
|
- S-85900: Optional behavior for app toolbar click away to close main menu [\#1256](https://github.com/digital-ai/dot-components/pull/1256) ([ray-jonathan](https://github.com/ray-jonathan))
|
|
235
197
|
|
|
236
|
-
## [2.0.0-rc.2](https://
|
|
198
|
+
## [2.0.0-rc.2](https://www.npmjs.com/package/@digital-ai/dot-components) (09/15/2022)
|
|
237
199
|
|
|
238
|
-
[Full Changelog](https://github.
|
|
200
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.2...2.0.0-rc.2)
|
|
239
201
|
|
|
240
|
-
## [1.21.2](https://
|
|
202
|
+
## [1.21.2](https://www.npmjs.com/package/@digital-ai/dot-components) (09/09/2022)
|
|
241
203
|
|
|
242
|
-
[Full Changelog](https://github.
|
|
204
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.0.0-rc.1...1.21.2)
|
|
243
205
|
|
|
244
206
|
**Features:**
|
|
245
207
|
|
|
246
|
-
- Add focus state for Inline Edit component [\#1253](https://github.com/digital-ai/dot-components/issues/1253)
|
|
247
|
-
- Support React 18 [\#1173](https://github.com/digital-ai/dot-components/issues/1173)
|
|
248
208
|
- S-87316 Add focus state for Inline Edit [\#1255](https://github.com/digital-ai/dot-components/pull/1255) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
249
209
|
|
|
250
210
|
**Fixed bugs:**
|
|
251
211
|
|
|
252
|
-
- Use of `release-2.0` branch causes `Typography` to use default styling [\#1151](https://github.com/digital-ai/dot-components/issues/1151)
|
|
253
212
|
- D-22241: `DotFileListItem`: fix focus states and expose `onKeyPress` [\#1254](https://github.com/digital-ai/dot-components/pull/1254) ([dmiletic85](https://github.com/dmiletic85))
|
|
254
213
|
|
|
255
|
-
## [2.0.0-rc.1](https://
|
|
214
|
+
## [2.0.0-rc.1](https://www.npmjs.com/package/@digital-ai/dot-components) (08/31/2022)
|
|
256
215
|
|
|
257
|
-
[Full Changelog](https://github.
|
|
216
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.1...2.0.0-rc.1)
|
|
258
217
|
|
|
259
218
|
**Fixed bugs:**
|
|
260
219
|
|
|
261
220
|
- S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
|
|
262
221
|
- S-84151: fix e2e tests for Release 2.0 [\#1146](https://github.com/digital-ai/dot-components/pull/1146) ([CWSites](https://github.com/CWSites))
|
|
263
222
|
|
|
264
|
-
**
|
|
223
|
+
**Misc:**
|
|
265
224
|
|
|
266
225
|
- Release Candidate Workflow [\#1251](https://github.com/digital-ai/dot-components/pull/1251) ([CWSites](https://github.com/CWSites))
|
|
267
226
|
- S-85001: add support for react 18 [\#1244](https://github.com/digital-ai/dot-components/pull/1244) ([CWSites](https://github.com/CWSites))
|
|
268
227
|
- S-86694: Extract agility theme [\#1242](https://github.com/digital-ai/dot-components/pull/1242) ([CWSites](https://github.com/CWSites))
|
|
269
228
|
|
|
270
|
-
## [1.21.1](https://
|
|
229
|
+
## [1.21.1](https://www.npmjs.com/package/@digital-ai/dot-components) (08/31/2022)
|
|
271
230
|
|
|
272
|
-
[Full Changelog](https://github.
|
|
231
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.0...1.21.1)
|
|
273
232
|
|
|
274
233
|
**Features:**
|
|
275
234
|
|
|
276
|
-
- Add focus state on Avatar With Tooltip component [\#1246](https://github.com/digital-ai/dot-components/issues/1246)
|
|
277
235
|
- D-22238 Add focus state for Avatar With Tooltip [\#1248](https://github.com/digital-ai/dot-components/pull/1248) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
278
236
|
- S-87031: Extended DotPill props to support account list changes [\#1247](https://github.com/digital-ai/dot-components/pull/1247) ([ryangamble](https://github.com/ryangamble))
|
|
279
237
|
|
|
280
|
-
## [1.21.0](https://
|
|
238
|
+
## [1.21.0](https://www.npmjs.com/package/@digital-ai/dot-components) (08/22/2022)
|
|
281
239
|
|
|
282
|
-
[Full Changelog](https://github.
|
|
240
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.20.0...1.21.0)
|
|
283
241
|
|
|
284
242
|
**Features:**
|
|
285
243
|
|
|
286
|
-
- Add option in the InlineEdit component to select all input on edit [\#1239](https://github.com/digital-ai/dot-components/issues/1239)
|
|
287
|
-
- `DotAutocomplete` should trigger onChange on blur [\#1234](https://github.com/digital-ai/dot-components/issues/1234)
|
|
288
|
-
- `DotAutocomplete` should allow to pass `readOnly` property into the inner textfield [\#1233](https://github.com/digital-ai/dot-components/issues/1233)
|
|
289
244
|
- S-86896 Add option in the InlineEdit component to select all input on edit [\#1240](https://github.com/digital-ai/dot-components/pull/1240) ([tonac](https://github.com/tonac))
|
|
290
245
|
- S-86128: `DotAutocomplete`: Support error/warning icons with the tooltip [\#1237](https://github.com/digital-ai/dot-components/pull/1237) ([dmiletic85](https://github.com/dmiletic85))
|
|
291
246
|
- S-86683: `DotAutocomplete`: expose `onBlur` [\#1236](https://github.com/digital-ai/dot-components/pull/1236) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -293,31 +248,20 @@
|
|
|
293
248
|
|
|
294
249
|
**Fixed bugs:**
|
|
295
250
|
|
|
296
|
-
- `DotRadioGroup` helper text doesn't follow the same styles as other helper texts [\#1224](https://github.com/digital-ai/dot-components/issues/1224)
|
|
297
|
-
- Accordion - expanded missing top border [\#1129](https://github.com/digital-ai/dot-components/issues/1129)
|
|
298
251
|
- D-20931: `DotAccordion` - display top border correctly when expanded [\#1232](https://github.com/digital-ai/dot-components/pull/1232) ([CWSites](https://github.com/CWSites))
|
|
299
252
|
- D-22087: `DotRadioGroup` / `DotCheckboxGroup` helper texts do not follow the same styles as other helper texts [\#1225](https://github.com/digital-ai/dot-components/pull/1225) ([dmiletic85](https://github.com/dmiletic85))
|
|
300
|
-
- D-20329: add href to application logo [\#1213](https://github.com/digital-ai/dot-components/pull/1213) ([CWSites](https://github.com/CWSites))
|
|
301
|
-
- D-20404: update table border color [\#1211](https://github.com/digital-ai/dot-components/pull/1211) ([CWSites](https://github.com/CWSites))
|
|
302
|
-
|
|
303
|
-
**Closed issues:**
|
|
304
|
-
|
|
305
|
-
- Update ES Lint config [\#1196](https://github.com/digital-ai/dot-components/issues/1196)
|
|
306
253
|
|
|
307
|
-
**
|
|
254
|
+
**Misc:**
|
|
308
255
|
|
|
309
256
|
- 28 jully 2022 icon update [\#1231](https://github.com/digital-ai/dot-components/pull/1231) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
310
257
|
- Issue \#1196: `eslint` and `tsconfig` changes [\#1221](https://github.com/digital-ai/dot-components/pull/1221) ([CWSites](https://github.com/CWSites))
|
|
311
258
|
|
|
312
|
-
## [1.20.0](https://
|
|
259
|
+
## [1.20.0](https://www.npmjs.com/package/@digital-ai/dot-components) (07/23/2022)
|
|
313
260
|
|
|
314
|
-
[Full Changelog](https://github.
|
|
261
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.19.1...1.20.0)
|
|
315
262
|
|
|
316
263
|
**Features:**
|
|
317
264
|
|
|
318
|
-
- Adjust margin of `DotTypography` [\#1210](https://github.com/digital-ai/dot-components/issues/1210)
|
|
319
|
-
- `DotInputText` allow to set `shrink` property [\#1124](https://github.com/digital-ai/dot-components/issues/1124)
|
|
320
|
-
- `DotInputText` Should show `\*` on `helperText` if field is required [\#1122](https://github.com/digital-ai/dot-components/issues/1122)
|
|
321
265
|
- S-86369: input field success [\#1226](https://github.com/digital-ai/dot-components/pull/1226) ([CWSites](https://github.com/CWSites))
|
|
322
266
|
- S-84069: expose shrink prop to input fields [\#1223](https://github.com/digital-ai/dot-components/pull/1223) ([CWSites](https://github.com/CWSites))
|
|
323
267
|
- Issue \#1210: add prop for noMargin to typography [\#1222](https://github.com/digital-ai/dot-components/pull/1222) ([CWSites](https://github.com/CWSites))
|
|
@@ -326,43 +270,38 @@
|
|
|
326
270
|
|
|
327
271
|
**Fixed bugs:**
|
|
328
272
|
|
|
329
|
-
- Incorrect spacing between inputs in DotForm [\#1071](https://github.com/digital-ai/dot-components/issues/1071)
|
|
330
273
|
- D-20378: update input margin to account for helper text [\#1212](https://github.com/digital-ai/dot-components/pull/1212) ([CWSites](https://github.com/CWSites))
|
|
331
274
|
- D-21918: Update `DotAlertBanner` to match Figma [\#1208](https://github.com/digital-ai/dot-components/pull/1208) ([CWSites](https://github.com/CWSites))
|
|
332
275
|
|
|
333
|
-
## [1.19.1](https://
|
|
276
|
+
## [1.19.1](https://www.npmjs.com/package/@digital-ai/dot-components) (07/18/2022)
|
|
334
277
|
|
|
335
|
-
[Full Changelog](https://github.
|
|
278
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.19.0...1.19.1)
|
|
336
279
|
|
|
337
280
|
**Fixed bugs:**
|
|
338
281
|
|
|
339
|
-
- `DotAutocomplete` the property `inputId` is ignored [\#1216](https://github.com/digital-ai/dot-components/issues/1216)
|
|
340
|
-
- D-21972: DotListItem should accept tooltipPlacement props for custom tooltip placement [\#1206](https://github.com/digital-ai/dot-components/issues/1206)
|
|
341
|
-
- For the Sidebar component the "subheader" style in the pattern library doesn't match with the implementation in dot-components [\#1108](https://github.com/digital-ai/dot-components/issues/1108)
|
|
342
|
-
- Clicking on App Logo in navbar should have the same behavior as clicking the Primary Logo [\#1059](https://github.com/digital-ai/dot-components/issues/1059)
|
|
343
282
|
- D-22029: `DotAutocomplete`: fix id attribute on input [\#1217](https://github.com/digital-ai/dot-components/pull/1217) ([angel-git](https://github.com/angel-git))
|
|
344
283
|
- D-20693: `DotSidebar` updates to match Figma [\#1214](https://github.com/digital-ai/dot-components/pull/1214) ([CWSites](https://github.com/CWSites))
|
|
284
|
+
- D-20329: add href to application logo [\#1213](https://github.com/digital-ai/dot-components/pull/1213) ([CWSites](https://github.com/CWSites))
|
|
285
|
+
- D-20404: update table border color [\#1211](https://github.com/digital-ai/dot-components/pull/1211) ([CWSites](https://github.com/CWSites))
|
|
345
286
|
- D-21972: Adds props for custom tooltip position in ListItemProps [\#1207](https://github.com/digital-ai/dot-components/pull/1207) ([s-zimm](https://github.com/s-zimm))
|
|
346
287
|
|
|
347
|
-
## [1.19.0](https://
|
|
288
|
+
## [1.19.0](https://www.npmjs.com/package/@digital-ai/dot-components) (07/11/2022)
|
|
348
289
|
|
|
349
|
-
[Full Changelog](https://github.
|
|
290
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.18.0...1.19.0)
|
|
350
291
|
|
|
351
292
|
**Features:**
|
|
352
293
|
|
|
353
|
-
- `SplitButton` Improvements [\#1180](https://github.com/digital-ai/dot-components/issues/1180)
|
|
354
294
|
- S-85293: `SplitButton` Improvements [\#1201](https://github.com/digital-ai/dot-components/pull/1201) ([dmiletic85](https://github.com/dmiletic85))
|
|
355
295
|
|
|
356
296
|
**Fixed bugs:**
|
|
357
297
|
|
|
358
|
-
- `DotAutocomplete` with action item, on enter key if no option is selected should trigger the action AND close it [\#1203](https://github.com/digital-ai/dot-components/issues/1203)
|
|
359
|
-
- `Typography` Lato 700 is not rendered correctly on Safari with dot-components [\#818](https://github.com/digital-ai/dot-components/issues/818)
|
|
360
298
|
- D-21935 `DotAutocomplete` with action item, on enter key if no option is selected should trigger the action AND close it [\#1204](https://github.com/digital-ai/dot-components/pull/1204) ([angel-git](https://github.com/angel-git))
|
|
299
|
+
- S-84140: `AvatarGroup` updates [\#1192](https://github.com/digital-ai/dot-components/pull/1192) ([CWSites](https://github.com/CWSites))
|
|
361
300
|
- D-19158: safari font weight [\#1175](https://github.com/digital-ai/dot-components/pull/1175) ([CWSites](https://github.com/CWSites))
|
|
362
301
|
|
|
363
|
-
## [1.18.0](https://
|
|
302
|
+
## [1.18.0](https://www.npmjs.com/package/@digital-ai/dot-components) (06/21/2022)
|
|
364
303
|
|
|
365
|
-
[Full Changelog](https://github.
|
|
304
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.17.2...1.18.0)
|
|
366
305
|
|
|
367
306
|
**Features:**
|
|
368
307
|
|
|
@@ -370,169 +309,129 @@
|
|
|
370
309
|
|
|
371
310
|
**Fixed bugs:**
|
|
372
311
|
|
|
373
|
-
- `DotAutcomplete` loading spinner is in wrong position when `freesolo` is not enabled [\#1188](https://github.com/digital-ai/dot-components/issues/1188)
|
|
374
|
-
- `DotDraggableList` 4 issues in 1 [\#1183](https://github.com/digital-ai/dot-components/issues/1183)
|
|
375
312
|
- D-21609: `DotAutocomplete` allow `null` as value [\#1195](https://github.com/digital-ai/dot-components/pull/1195) ([dmiletic85](https://github.com/dmiletic85))
|
|
376
313
|
- D-21606 `DotAutcomplete` loading spinner is in wrong position when `freesolo` is not enabled [\#1194](https://github.com/digital-ai/dot-components/pull/1194) ([angel-git](https://github.com/angel-git))
|
|
377
314
|
- D-21577: `DraggableList` improvements and bug fixes [\#1190](https://github.com/digital-ai/dot-components/pull/1190) ([dmiletic85](https://github.com/dmiletic85))
|
|
378
315
|
|
|
379
|
-
**
|
|
380
|
-
|
|
381
|
-
- `DotAutocomplete` allow `null` as value [\#1189](https://github.com/digital-ai/dot-components/issues/1189)
|
|
382
|
-
|
|
383
|
-
**Merged pull requests:**
|
|
316
|
+
**Misc:**
|
|
384
317
|
|
|
385
318
|
- `master` \> `develop` [\#1187](https://github.com/digital-ai/dot-components/pull/1187) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
386
319
|
|
|
387
|
-
## [1.17.2](https://
|
|
320
|
+
## [1.17.2](https://www.npmjs.com/package/@digital-ai/dot-components) (06/10/2022)
|
|
388
321
|
|
|
389
|
-
[Full Changelog](https://github.
|
|
322
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.17.1...1.17.2)
|
|
390
323
|
|
|
391
324
|
**Features:**
|
|
392
325
|
|
|
393
|
-
- `InlineEdit` component should provide a tooltip out the box [\#1179](https://github.com/digital-ai/dot-components/issues/1179)
|
|
394
326
|
- S-84117: As a customer admin, I want the IdP creation flow to be more intuitive, as I find the existing user flow a little overwhelming [\#1185](https://github.com/digital-ai/dot-components/pull/1185) ([ryangamble](https://github.com/ryangamble))
|
|
395
327
|
- S-85283: `InlineEdit` component should provide a tooltip out the box [\#1181](https://github.com/digital-ai/dot-components/pull/1181) ([dmiletic85](https://github.com/dmiletic85))
|
|
396
328
|
|
|
397
329
|
**Fixed bugs:**
|
|
398
330
|
|
|
399
|
-
- Sidebar drawer/expanded does not have a data-testid prop supplied [\#1162](https://github.com/digital-ai/dot-components/issues/1162)
|
|
400
331
|
- D-21245: make sure `data-testid` is passed to nested lists [\#1182](https://github.com/digital-ai/dot-components/pull/1182) ([CWSites](https://github.com/CWSites))
|
|
401
332
|
- D-21267: adjust color of helper text [\#1174](https://github.com/digital-ai/dot-components/pull/1174) ([CWSites](https://github.com/CWSites))
|
|
402
333
|
|
|
403
|
-
## [1.17.1](https://
|
|
334
|
+
## [1.17.1](https://www.npmjs.com/package/@digital-ai/dot-components) (05/19/2022)
|
|
404
335
|
|
|
405
|
-
[Full Changelog](https://github.
|
|
336
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.17.0...1.17.1)
|
|
406
337
|
|
|
407
338
|
**Fixed bugs:**
|
|
408
339
|
|
|
409
|
-
- `DotButtonToggle`: Button size is not respected after tooltip change [\#1170](https://github.com/digital-ai/dot-components/issues/1170)
|
|
410
340
|
- D-21287: `DotButtonToggle`: Button size is not respected after tooltip change [\#1171](https://github.com/digital-ai/dot-components/pull/1171) ([dmiletic85](https://github.com/dmiletic85))
|
|
411
341
|
|
|
412
|
-
## [1.17.0](https://
|
|
342
|
+
## [1.17.0](https://www.npmjs.com/package/@digital-ai/dot-components) (05/18/2022)
|
|
413
343
|
|
|
414
|
-
[Full Changelog](https://github.
|
|
344
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.16.1...1.17.0)
|
|
415
345
|
|
|
416
346
|
**Features:**
|
|
417
347
|
|
|
418
|
-
- `DotButtonToggle`: Add tooltip support [\#1164](https://github.com/digital-ai/dot-components/issues/1164)
|
|
419
348
|
- S-84947: `DotButtonToggle`: Add tooltip support [\#1166](https://github.com/digital-ai/dot-components/pull/1166) ([dmiletic85](https://github.com/dmiletic85))
|
|
420
349
|
|
|
421
350
|
**Fixed bugs:**
|
|
422
351
|
|
|
423
|
-
- `helperText` on input fields shouldn't be bold [\#1165](https://github.com/digital-ai/dot-components/issues/1165)
|
|
424
|
-
- `DotMenu` popup appears to be flickering on Safari [\#1123](https://github.com/digital-ai/dot-components/issues/1123)
|
|
425
352
|
- D-21265: `helperText` on input fields shouldn't be bold [\#1167](https://github.com/digital-ai/dot-components/pull/1167) ([dmiletic85](https://github.com/dmiletic85))
|
|
426
353
|
|
|
427
|
-
**
|
|
354
|
+
**Misc:**
|
|
428
355
|
|
|
429
356
|
- update release template with task for marking stories as done [\#1161](https://github.com/digital-ai/dot-components/pull/1161) ([CWSites](https://github.com/CWSites))
|
|
430
357
|
|
|
431
|
-
## [1.16.1](https://
|
|
358
|
+
## [1.16.1](https://www.npmjs.com/package/@digital-ai/dot-components) (05/12/2022)
|
|
432
359
|
|
|
433
|
-
[Full Changelog](https://github.
|
|
360
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.16.0...1.16.1)
|
|
434
361
|
|
|
435
362
|
**Fixed bugs:**
|
|
436
363
|
|
|
437
|
-
- `InlineEdit`: Disable `Save` button when value contains only spaces [\#1155](https://github.com/digital-ai/dot-components/issues/1155)
|
|
438
|
-
- Jittery animation on Safari with tooltip [\#1131](https://github.com/digital-ai/dot-components/issues/1131)
|
|
439
364
|
- S-84816: `InlineEdit`: Disable Save button when value contains only spaces [\#1156](https://github.com/digital-ai/dot-components/pull/1156) ([dmiletic85](https://github.com/dmiletic85))
|
|
440
365
|
- D-20958: Safari animation jitter [\#1154](https://github.com/digital-ai/dot-components/pull/1154) ([CWSites](https://github.com/CWSites))
|
|
441
366
|
|
|
442
|
-
**
|
|
367
|
+
**Misc:**
|
|
443
368
|
|
|
444
369
|
- May 25th 2022 icons update [\#1157](https://github.com/digital-ai/dot-components/pull/1157) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
445
370
|
|
|
446
|
-
## [1.16.0](https://
|
|
371
|
+
## [1.16.0](https://www.npmjs.com/package/@digital-ai/dot-components) (05/10/2022)
|
|
447
372
|
|
|
448
|
-
[Full Changelog](https://github.
|
|
373
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.15.0...1.16.0)
|
|
449
374
|
|
|
450
375
|
**Features:**
|
|
451
376
|
|
|
452
|
-
- Ability to add custom component to AppToolBar navItems [\#1135](https://github.com/digital-ai/dot-components/issues/1135)
|
|
453
377
|
- S-84453: add support for badge to AppToolbar navItems [\#1152](https://github.com/digital-ai/dot-components/pull/1152) ([CWSites](https://github.com/CWSites))
|
|
454
378
|
|
|
455
379
|
**Fixed bugs:**
|
|
456
380
|
|
|
457
|
-
- DotTable action menu does not work according to design [\#1133](https://github.com/digital-ai/dot-components/issues/1133)
|
|
458
|
-
- Accordion summary has badly styled tooltip when summary is not a string and noWrap is true [\#1069](https://github.com/digital-ai/dot-components/issues/1069)
|
|
459
381
|
- D-20970: DotTableActions component [\#1134](https://github.com/digital-ai/dot-components/pull/1134) ([selsemore](https://github.com/selsemore))
|
|
460
382
|
- D-20359: only display tooltip if string [\#1127](https://github.com/digital-ai/dot-components/pull/1127) ([CWSites](https://github.com/CWSites))
|
|
461
383
|
|
|
462
|
-
## [1.15.0](https://
|
|
384
|
+
## [1.15.0](https://www.npmjs.com/package/@digital-ai/dot-components) (04/21/2022)
|
|
463
385
|
|
|
464
|
-
[Full Changelog](https://github.
|
|
386
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.14.1...1.15.0)
|
|
465
387
|
|
|
466
388
|
**Features:**
|
|
467
389
|
|
|
468
|
-
- \[DRAFT\] `DotFileUpload` Allow to have initial uploaded files [\#1120](https://github.com/digital-ai/dot-components/issues/1120)
|
|
469
390
|
- S-84031: `DotFileUpload` Allow to have initial uploaded files [\#1128](https://github.com/digital-ai/dot-components/pull/1128) ([dmiletic85](https://github.com/dmiletic85))
|
|
470
391
|
|
|
471
|
-
## [1.14.1](https://
|
|
392
|
+
## [1.14.1](https://www.npmjs.com/package/@digital-ai/dot-components) (04/07/2022)
|
|
472
393
|
|
|
473
|
-
[Full Changelog](https://github.
|
|
474
|
-
|
|
475
|
-
**Features:**
|
|
476
|
-
|
|
477
|
-
- `DotSwitch`: Add more Storybook examples [\#1113](https://github.com/digital-ai/dot-components/issues/1113)
|
|
478
|
-
- `Button`: Add more Storybook examples [\#1109](https://github.com/digital-ai/dot-components/issues/1109)
|
|
394
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.14.0...1.14.1)
|
|
479
395
|
|
|
480
396
|
**Fixed bugs:**
|
|
481
397
|
|
|
482
|
-
- Corner radius is missing for bulk action bar [\#1117](https://github.com/digital-ai/dot-components/issues/1117)
|
|
483
|
-
- Text is not centered in avatar circle [\#1115](https://github.com/digital-ai/dot-components/issues/1115)
|
|
484
|
-
- Checkbox column takes up to much space in a multi-select table [\#1111](https://github.com/digital-ai/dot-components/issues/1111)
|
|
485
|
-
- `DotNavigationRail` Should be able to update the selected rail [\#1104](https://github.com/digital-ai/dot-components/issues/1104)
|
|
486
398
|
- D-20763: Fix bulk action toolbar upper corners [\#1118](https://github.com/digital-ai/dot-components/pull/1118) ([selsemore](https://github.com/selsemore))
|
|
487
399
|
- D-20736: Fix text alignment for small DotAvatar [\#1116](https://github.com/digital-ai/dot-components/pull/1116) ([selsemore](https://github.com/selsemore))
|
|
488
400
|
- D-20719: `DotTable`: Checkbox column takes up to much space in a multi-select table [\#1112](https://github.com/digital-ai/dot-components/pull/1112) ([dmiletic85](https://github.com/dmiletic85))
|
|
489
401
|
- D-20660: `DotNavigationRail`: Should be able to update the selected rail [\#1106](https://github.com/digital-ai/dot-components/pull/1106) ([dmiletic85](https://github.com/dmiletic85))
|
|
490
402
|
|
|
491
|
-
## [1.14.0](https://
|
|
403
|
+
## [1.14.0](https://www.npmjs.com/package/@digital-ai/dot-components) (04/01/2022)
|
|
492
404
|
|
|
493
|
-
[Full Changelog](https://github.
|
|
405
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.13.0...1.14.0)
|
|
494
406
|
|
|
495
407
|
**Features:**
|
|
496
408
|
|
|
497
|
-
- `InlineEdit` Support for different text in view/edit modes [\#1103](https://github.com/digital-ai/dot-components/issues/1103)
|
|
498
409
|
- S-83748: `InlineEdit`: Support for different text in view/edit modes [\#1105](https://github.com/digital-ai/dot-components/pull/1105) ([dmiletic85](https://github.com/dmiletic85))
|
|
499
410
|
|
|
500
411
|
**Fixed bugs:**
|
|
501
412
|
|
|
502
|
-
- DotFileUpload - Setting maxFile limit to 1 allows to upload more than 1 files [\#1096](https://github.com/digital-ai/dot-components/issues/1096)
|
|
503
|
-
- We lost scrollbar for sidenav nested drawers [\#1061](https://github.com/digital-ai/dot-components/issues/1061)
|
|
504
413
|
- D-20516: `DotFileUpload` - Setting maxFile limit to 1 allows to upload more than 1 files [\#1101](https://github.com/digital-ai/dot-components/pull/1101) ([dmiletic85](https://github.com/dmiletic85))
|
|
505
414
|
- D-20334: Add scroll to nested drawer [\#1062](https://github.com/digital-ai/dot-components/pull/1062) ([s-zimm](https://github.com/s-zimm))
|
|
506
415
|
|
|
507
|
-
## [1.13.0](https://
|
|
416
|
+
## [1.13.0](https://www.npmjs.com/package/@digital-ai/dot-components) (03/28/2022)
|
|
508
417
|
|
|
509
|
-
[Full Changelog](https://github.
|
|
418
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.12.0...1.13.0)
|
|
510
419
|
|
|
511
420
|
**Features:**
|
|
512
421
|
|
|
513
|
-
- `DotProgress`: Add more Storybook examples [\#1097](https://github.com/digital-ai/dot-components/issues/1097)
|
|
514
422
|
- S-82940: `DotProgress`: Add more Storybook examples [\#1098](https://github.com/digital-ai/dot-components/pull/1098) ([dmiletic85](https://github.com/dmiletic85))
|
|
515
423
|
|
|
516
424
|
**Fixed bugs:**
|
|
517
425
|
|
|
518
|
-
- `DotButtonToggle` wrong type for `value` and `onChange` props [\#1085](https://github.com/digital-ai/dot-components/issues/1085)
|
|
519
|
-
- react-grid-layout library should not be peer dependency [\#1083](https://github.com/digital-ai/dot-components/issues/1083)
|
|
520
|
-
- Check Box not Working with checked attribute property set--- Identified in Release Core [\#1076](https://github.com/digital-ai/dot-components/issues/1076)
|
|
521
426
|
- D-20483: `react-grid-layout` library should not be peer dependency [\#1088](https://github.com/digital-ai/dot-components/pull/1088) ([dmiletic85](https://github.com/dmiletic85))
|
|
522
427
|
- D-20465: `DotButtonToggle` wrong `type` for value and `onChange` [\#1087](https://github.com/digital-ai/dot-components/pull/1087) ([dmiletic85](https://github.com/dmiletic85))
|
|
523
428
|
|
|
524
|
-
## [1.12.0](https://
|
|
429
|
+
## [1.12.0](https://www.npmjs.com/package/@digital-ai/dot-components) (03/25/2022)
|
|
525
430
|
|
|
526
|
-
[Full Changelog](https://github.
|
|
431
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.11.3...1.12.0)
|
|
527
432
|
|
|
528
433
|
**Features:**
|
|
529
434
|
|
|
530
|
-
- `DotTypography`: Add more Storybook examples [\#1091](https://github.com/digital-ai/dot-components/issues/1091)
|
|
531
|
-
- `DotCheckbox`: Add more Storybook examples [\#1089](https://github.com/digital-ai/dot-components/issues/1089)
|
|
532
|
-
- Expose mouse up event on DotInputText input field [\#1057](https://github.com/digital-ai/dot-components/issues/1057)
|
|
533
|
-
- Allow positioning Snackbar [\#1050](https://github.com/digital-ai/dot-components/issues/1050)
|
|
534
|
-
- `TruncateWithTooltip`: Create new component [\#1047](https://github.com/digital-ai/dot-components/issues/1047)
|
|
535
|
-
- `DraggableList`: Create and export the component [\#1000](https://github.com/digital-ai/dot-components/issues/1000)
|
|
536
435
|
- S-82910: `DotTypography`: Add more Storybook examples [\#1092](https://github.com/digital-ai/dot-components/pull/1092) ([dmiletic85](https://github.com/dmiletic85))
|
|
537
436
|
- S-82899: `DotCheckbox`: Add more Storybook examples [\#1090](https://github.com/digital-ai/dot-components/pull/1090) ([dmiletic85](https://github.com/dmiletic85))
|
|
538
437
|
- S-82453: `TruncateWithTooltip`: Create new component [\#1072](https://github.com/digital-ai/dot-components/pull/1072) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -543,14 +442,6 @@
|
|
|
543
442
|
|
|
544
443
|
**Fixed bugs:**
|
|
545
444
|
|
|
546
|
-
- Double period causing "singleproject" icon to not render [\#1093](https://github.com/digital-ai/dot-components/issues/1093)
|
|
547
|
-
- Storybook - Clicking on Drawer component's Docs shows blank in doc view [\#1084](https://github.com/digital-ai/dot-components/issues/1084)
|
|
548
|
-
- `title` and `message` prop on DotConfirmation component is not applying correct font family [\#1078](https://github.com/digital-ai/dot-components/issues/1078)
|
|
549
|
-
- DotTable action menu should align with edge of table [\#1077](https://github.com/digital-ai/dot-components/issues/1077)
|
|
550
|
-
- Strange scrolling behavior with DotTable action menu [\#1075](https://github.com/digital-ai/dot-components/issues/1075)
|
|
551
|
-
- DotSnackbar breaks words in alert message [\#1073](https://github.com/digital-ai/dot-components/issues/1073)
|
|
552
|
-
- `DotDrawer`: Components inside the drawer are affected by `transition` property [\#1065](https://github.com/digital-ai/dot-components/issues/1065)
|
|
553
|
-
- `DotMenu` Clicking on sidebar doesn't close the modal [\#1052](https://github.com/digital-ai/dot-components/issues/1052)
|
|
554
445
|
- D-20511: remove extra period [\#1094](https://github.com/digital-ai/dot-components/pull/1094) ([CWSites](https://github.com/CWSites))
|
|
555
446
|
- D-20463: Change the DotDrawer stories to make drawers not open initially [\#1086](https://github.com/digital-ai/dot-components/pull/1086) ([selsemore](https://github.com/selsemore))
|
|
556
447
|
- D-20418: `DotTable`: Strange scrolling behavior with action menu [\#1082](https://github.com/digital-ai/dot-components/pull/1082) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -559,118 +450,97 @@
|
|
|
559
450
|
- D-20405: Remove break-all word-break styling from snackbar message [\#1074](https://github.com/digital-ai/dot-components/pull/1074) ([selsemore](https://github.com/selsemore))
|
|
560
451
|
- D-20285: `DotMenu` Clicking on sidebar doesn't close the modal [\#1056](https://github.com/digital-ai/dot-components/pull/1056) ([dmiletic85](https://github.com/dmiletic85))
|
|
561
452
|
|
|
562
|
-
## [1.11.3](https://
|
|
453
|
+
## [1.11.3](https://www.npmjs.com/package/@digital-ai/dot-components) (03/16/2022)
|
|
563
454
|
|
|
564
|
-
[Full Changelog](https://github.
|
|
455
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.11.2...1.11.3)
|
|
565
456
|
|
|
566
|
-
**
|
|
457
|
+
**Misc:**
|
|
567
458
|
|
|
568
459
|
- March 16 2022 Agility icons [\#1066](https://github.com/digital-ai/dot-components/pull/1066) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
569
460
|
|
|
570
|
-
## [1.11.2](https://
|
|
461
|
+
## [1.11.2](https://www.npmjs.com/package/@digital-ai/dot-components) (03/15/2022)
|
|
571
462
|
|
|
572
|
-
[Full Changelog](https://github.
|
|
463
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.11.1...1.11.2)
|
|
573
464
|
|
|
574
|
-
**
|
|
465
|
+
**Misc:**
|
|
575
466
|
|
|
576
467
|
- March14th2022 update [\#1058](https://github.com/digital-ai/dot-components/pull/1058) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
577
468
|
|
|
578
|
-
## [1.11.1](https://
|
|
579
|
-
|
|
580
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.0...1.11.1)
|
|
581
|
-
|
|
582
|
-
**Features:**
|
|
469
|
+
## [1.11.1](https://www.npmjs.com/package/@digital-ai/dot-components) (03/14/2022)
|
|
583
470
|
|
|
584
|
-
|
|
471
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.11.0...1.11.1)
|
|
585
472
|
|
|
586
473
|
**Fixed bugs:**
|
|
587
474
|
|
|
588
|
-
- `dot-components` requires `react-router-dom` as peer dependency [\#1001](https://github.com/digital-ai/dot-components/issues/1001)
|
|
589
475
|
- D-20092: `Chip`: Set the limit on chip component for number of characters [\#1036](https://github.com/digital-ai/dot-components/pull/1036) ([dmiletic85](https://github.com/dmiletic85))
|
|
590
476
|
|
|
591
|
-
**
|
|
477
|
+
**Misc:**
|
|
592
478
|
|
|
593
479
|
- D-19983: move react-router to dev dependency [\#1049](https://github.com/digital-ai/dot-components/pull/1049) ([CWSites](https://github.com/CWSites))
|
|
594
480
|
- S-81949: adjusting RC workflow [\#1038](https://github.com/digital-ai/dot-components/pull/1038) ([CWSites](https://github.com/CWSites))
|
|
595
481
|
|
|
596
|
-
## [1.11.0](https://
|
|
482
|
+
## [1.11.0](https://www.npmjs.com/package/@digital-ai/dot-components) (03/07/2022)
|
|
597
483
|
|
|
598
|
-
[Full Changelog](https://github.
|
|
484
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.10.1...1.11.0)
|
|
599
485
|
|
|
600
486
|
**Features:**
|
|
601
487
|
|
|
602
|
-
- Custom Icon support for DotList component items [\#1032](https://github.com/digital-ai/dot-components/issues/1032)
|
|
603
488
|
- S-81800: `Badge`: Add ability to render the number [\#1037](https://github.com/digital-ai/dot-components/pull/1037) ([dmiletic85](https://github.com/dmiletic85))
|
|
604
489
|
- S-82311: deprecate startIconId, endIconId ListItem props in favor of startIcon, endIcon [\#1035](https://github.com/digital-ai/dot-components/pull/1035) ([selsemore](https://github.com/selsemore))
|
|
605
490
|
|
|
606
491
|
**Fixed bugs:**
|
|
607
492
|
|
|
608
|
-
- `Menu`: Console error on the `Table Menu` story in `Storybook` [\#1042](https://github.com/digital-ai/dot-components/issues/1042)
|
|
609
|
-
- Sidenav drawer padding is off [\#1020](https://github.com/digital-ai/dot-components/issues/1020)
|
|
610
493
|
- D 20097 sidebar drawer padding off [\#1044](https://github.com/digital-ai/dot-components/pull/1044) ([s-zimm](https://github.com/s-zimm))
|
|
611
494
|
- D-20210: `Menu`: Console error on the `Table Menu` story in `Storybook` [\#1043](https://github.com/digital-ai/dot-components/pull/1043) ([dmiletic85](https://github.com/dmiletic85))
|
|
612
495
|
|
|
613
|
-
**
|
|
496
|
+
**Misc:**
|
|
614
497
|
|
|
615
498
|
- 07 03 2022 check icon [\#1045](https://github.com/digital-ai/dot-components/pull/1045) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
616
499
|
|
|
617
|
-
## [1.10.1](https://
|
|
500
|
+
## [1.10.1](https://www.npmjs.com/package/@digital-ai/dot-components) (03/02/2022)
|
|
618
501
|
|
|
619
|
-
[Full Changelog](https://github.
|
|
502
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.10.0...1.10.1)
|
|
620
503
|
|
|
621
|
-
## [1.10.0](https://
|
|
504
|
+
## [1.10.0](https://www.npmjs.com/package/@digital-ai/dot-components) (03/01/2022)
|
|
622
505
|
|
|
623
|
-
[Full Changelog](https://github.
|
|
506
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.9.1...1.10.0)
|
|
624
507
|
|
|
625
508
|
**Features:**
|
|
626
509
|
|
|
627
|
-
- `Autocomplete` hide/customize chips [\#1023](https://github.com/digital-ai/dot-components/issues/1023)
|
|
628
|
-
- Missing disable props on DotMenu component [\#1021](https://github.com/digital-ai/dot-components/issues/1021)
|
|
629
|
-
- `Autocomplete`: allow custom `renderOption` [\#1002](https://github.com/digital-ai/dot-components/issues/1002)
|
|
630
510
|
- S-82231: `Autocomplete` hide/customize chips [\#1031](https://github.com/digital-ai/dot-components/pull/1031) ([dmiletic85](https://github.com/dmiletic85))
|
|
631
511
|
- S-82227: `DotMenu`: Missing disable prop [\#1022](https://github.com/digital-ai/dot-components/pull/1022) ([dmiletic85](https://github.com/dmiletic85))
|
|
632
512
|
- S-82076: `Autocomplete`: allow custom `renderOption` [\#1013](https://github.com/digital-ai/dot-components/pull/1013) ([dmiletic85](https://github.com/dmiletic85))
|
|
633
513
|
|
|
634
514
|
**Fixed bugs:**
|
|
635
515
|
|
|
636
|
-
- `Autocomplete` popper shouldn't take full height of screen [\#1024](https://github.com/digital-ai/dot-components/issues/1024)
|
|
637
|
-
- No default icon for DotList items [\#1009](https://github.com/digital-ai/dot-components/issues/1009)
|
|
638
516
|
- D-20111: `Autocomplete` popper shouldn't take full height of screen [\#1029](https://github.com/digital-ai/dot-components/pull/1029) ([dmiletic85](https://github.com/dmiletic85))
|
|
639
517
|
- D-20010: `DotList `: No default icon for DotList items [\#1014](https://github.com/digital-ai/dot-components/pull/1014) ([dmiletic85](https://github.com/dmiletic85))
|
|
640
518
|
|
|
641
|
-
**
|
|
519
|
+
**Misc:**
|
|
642
520
|
|
|
643
521
|
- S-81949: migrate test into rc workflow to simplify process [\#1030](https://github.com/digital-ai/dot-components/pull/1030) ([CWSites](https://github.com/CWSites))
|
|
644
522
|
- S-81949: attempting branch name instead of sha [\#1028](https://github.com/digital-ai/dot-components/pull/1028) ([CWSites](https://github.com/CWSites))
|
|
645
523
|
- S-81949: simplfying wait step, extend interval to 30s [\#1027](https://github.com/digital-ai/dot-components/pull/1027) ([CWSites](https://github.com/CWSites))
|
|
646
524
|
- S-81949: add release candidate workflow [\#1026](https://github.com/digital-ai/dot-components/pull/1026) ([CWSites](https://github.com/CWSites))
|
|
647
525
|
|
|
648
|
-
## [1.9.1](https://
|
|
649
|
-
|
|
650
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.9.0...1.9.1)
|
|
526
|
+
## [1.9.1](https://www.npmjs.com/package/@digital-ai/dot-components) (02/17/2022)
|
|
651
527
|
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
- Remove obsolete `React` imports from Storybook files [\#998](https://github.com/digital-ai/dot-components/issues/998)
|
|
528
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.9.0...1.9.1)
|
|
655
529
|
|
|
656
530
|
**Fixed bugs:**
|
|
657
531
|
|
|
658
|
-
- DotTable multiSelect does not work correctly across pages with dynamically paged tables [\#1004](https://github.com/digital-ai/dot-components/issues/1004)
|
|
659
532
|
- D-20004: Fix multiSelect for tables that use onUpdateData callback [\#1005](https://github.com/digital-ai/dot-components/pull/1005) ([selsemore](https://github.com/selsemore))
|
|
660
533
|
|
|
661
|
-
**
|
|
534
|
+
**Misc:**
|
|
662
535
|
|
|
663
536
|
- S-82055: Remove obsolete `React` imports from Storybook files [\#999](https://github.com/digital-ai/dot-components/pull/999) ([dmiletic85](https://github.com/dmiletic85))
|
|
664
537
|
|
|
665
|
-
## [1.9.0](https://
|
|
538
|
+
## [1.9.0](https://www.npmjs.com/package/@digital-ai/dot-components) (02/15/2022)
|
|
666
539
|
|
|
667
|
-
[Full Changelog](https://github.
|
|
540
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.8.1...1.9.0)
|
|
668
541
|
|
|
669
542
|
**Features:**
|
|
670
543
|
|
|
671
|
-
- Add class prop into `ButtonToggleProps` [\#990](https://github.com/digital-ai/dot-components/issues/990)
|
|
672
|
-
- Expose `Divider` [\#989](https://github.com/digital-ai/dot-components/issues/989)
|
|
673
|
-
- Expose `Popper` [\#975](https://github.com/digital-ai/dot-components/issues/975)
|
|
674
544
|
- S-81968: `ButtonToggle`: Add class prop into `ButtonToggleProps` and export relevant types and interfaces [\#993](https://github.com/digital-ai/dot-components/pull/993) ([dmiletic85](https://github.com/dmiletic85))
|
|
675
545
|
- S-81966: `Divider`: Create and expose `Divider` component [\#992](https://github.com/digital-ai/dot-components/pull/992) ([dmiletic85](https://github.com/dmiletic85))
|
|
676
546
|
- S-81656: `Popper`: Create and expose `Popper` component [\#988](https://github.com/digital-ai/dot-components/pull/988) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -679,35 +549,29 @@
|
|
|
679
549
|
|
|
680
550
|
**Fixed bugs:**
|
|
681
551
|
|
|
682
|
-
- `Drawer` close icon doesn't have enough padding [\#994](https://github.com/digital-ai/dot-components/issues/994)
|
|
683
|
-
- `Avatar` tooltip appears in wrong position [\#991](https://github.com/digital-ai/dot-components/issues/991)
|
|
684
|
-
- `data-testid` is assigned to multiple elements on SplitButton [\#982](https://github.com/digital-ai/dot-components/issues/982)
|
|
685
552
|
- D-19944: `Drawer` close icon doesn't have enough padding [\#996](https://github.com/digital-ai/dot-components/pull/996) ([dmiletic85](https://github.com/dmiletic85))
|
|
686
553
|
- D-19932: `Avatar` tooltip appears in wrong position [\#995](https://github.com/digital-ai/dot-components/pull/995) ([dmiletic85](https://github.com/dmiletic85))
|
|
687
554
|
- D-19816: `SplitButton`: `data-testid` is assigned to multiple elements [\#986](https://github.com/digital-ai/dot-components/pull/986) ([dmiletic85](https://github.com/dmiletic85))
|
|
688
555
|
- D-19820: Failing `Table` unit tests on NX major upgrade branch [\#983](https://github.com/digital-ai/dot-components/pull/983) ([dmiletic85](https://github.com/dmiletic85))
|
|
689
556
|
|
|
690
|
-
## [1.8.1](https://
|
|
557
|
+
## [1.8.1](https://www.npmjs.com/package/@digital-ai/dot-components) (02/07/2022)
|
|
691
558
|
|
|
692
|
-
[Full Changelog](https://github.
|
|
559
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.8.0...1.8.1)
|
|
693
560
|
|
|
694
561
|
**Fixed bugs:**
|
|
695
562
|
|
|
696
|
-
- 1.8.0 reintroduces DotDrawer layout problem originally fixed by D-19474 [\#979](https://github.com/digital-ai/dot-components/issues/979)
|
|
697
|
-
- DotAlertBanner shows close icon when no onClose callback is provided [\#972](https://github.com/digital-ai/dot-components/issues/972)
|
|
698
563
|
- D-19803: Fix DotDrawer regression [\#980](https://github.com/digital-ai/dot-components/pull/980) ([selsemore](https://github.com/selsemore))
|
|
699
564
|
|
|
700
|
-
**
|
|
565
|
+
**Misc:**
|
|
701
566
|
|
|
702
567
|
- S-76846: NX major upgrade to `13.7.3` [\#952](https://github.com/digital-ai/dot-components/pull/952) ([CWSites](https://github.com/CWSites))
|
|
703
568
|
|
|
704
|
-
## [1.8.0](https://
|
|
569
|
+
## [1.8.0](https://www.npmjs.com/package/@digital-ai/dot-components) (02/02/2022)
|
|
705
570
|
|
|
706
|
-
[Full Changelog](https://github.
|
|
571
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.7.0...1.8.0)
|
|
707
572
|
|
|
708
573
|
**Features:**
|
|
709
574
|
|
|
710
|
-
- Add option for autocomplete component [\#956](https://github.com/digital-ai/dot-components/issues/956)
|
|
711
575
|
- S-76952: `AutoComplete`: Add dense prop [\#976](https://github.com/digital-ai/dot-components/pull/976) ([dmiletic85](https://github.com/dmiletic85))
|
|
712
576
|
- S-81503: `Autocomplete` Improve functionality for adding new item [\#957](https://github.com/digital-ai/dot-components/pull/957) ([dmiletic85](https://github.com/dmiletic85))
|
|
713
577
|
|
|
@@ -716,21 +580,16 @@
|
|
|
716
580
|
- D-19722: `Table`: Fix Storybook issues by refactoring Table's story. [\#974](https://github.com/digital-ai/dot-components/pull/974) ([dmiletic85](https://github.com/dmiletic85))
|
|
717
581
|
- D-19713: Do not show alert banner close button if onClose not provided [\#973](https://github.com/digital-ai/dot-components/pull/973) ([selsemore](https://github.com/selsemore))
|
|
718
582
|
|
|
719
|
-
**
|
|
583
|
+
**Misc:**
|
|
720
584
|
|
|
721
585
|
- S-76846: update to webpack 5 [\#940](https://github.com/digital-ai/dot-components/pull/940) ([CWSites](https://github.com/CWSites))
|
|
722
586
|
|
|
723
|
-
## [1.7.0](https://
|
|
587
|
+
## [1.7.0](https://www.npmjs.com/package/@digital-ai/dot-components) (01/28/2022)
|
|
724
588
|
|
|
725
|
-
[Full Changelog](https://github.
|
|
589
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.6.2...1.7.0)
|
|
726
590
|
|
|
727
591
|
**Features:**
|
|
728
592
|
|
|
729
|
-
- Allow option/value pairs as DotInputSelect options in addition to strings [\#958](https://github.com/digital-ai/dot-components/issues/958)
|
|
730
|
-
- `Autocomplete` expose internal `onInputChange` [\#948](https://github.com/digital-ai/dot-components/issues/948)
|
|
731
|
-
- `Autocomplete` async options [\#946](https://github.com/digital-ai/dot-components/issues/946)
|
|
732
|
-
- `InputText` Component, Ability to add htmlElement\(hyperlink\) inside helperText property [\#831](https://github.com/digital-ai/dot-components/issues/831)
|
|
733
|
-
- `Menu` Improve support for custom open/close of `mainMenu` [\#773](https://github.com/digital-ai/dot-components/issues/773)
|
|
734
593
|
- S-81597: Allow for option/value pairs as DotInputSelect options [\#960](https://github.com/digital-ai/dot-components/pull/960) ([selsemore](https://github.com/selsemore))
|
|
735
594
|
- S-81394: `AppToolbar`: Improve support for custom open/close of `mainMenu` [\#953](https://github.com/digital-ai/dot-components/pull/953) ([dmiletic85](https://github.com/dmiletic85))
|
|
736
595
|
- S-81346: `Autocomplete` expose internal `onInputChange` [\#949](https://github.com/digital-ai/dot-components/pull/949) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -739,13 +598,6 @@
|
|
|
739
598
|
|
|
740
599
|
**Fixed bugs:**
|
|
741
600
|
|
|
742
|
-
- `Accordion`: `startIcon` is not aligned with the rest of the text [\#967](https://github.com/digital-ai/dot-components/issues/967)
|
|
743
|
-
- `IconButton`: `titleTooltip` deprecation console warning is displaying in the Storybook [\#965](https://github.com/digital-ai/dot-components/issues/965)
|
|
744
|
-
- `AppToolbar`: `fontSize` deprecation console warning is displaying [\#962](https://github.com/digital-ai/dot-components/issues/962)
|
|
745
|
-
- `Accordion`: Overflowing text when `noWrap` is set to `true` [\#959](https://github.com/digital-ai/dot-components/issues/959)
|
|
746
|
-
- Hamburger menu back button color is wrong [\#943](https://github.com/digital-ai/dot-components/issues/943)
|
|
747
|
-
- DotIconButton disableRipple prop is ignored [\#851](https://github.com/digital-ai/dot-components/issues/851)
|
|
748
|
-
- `Table` action menu items should be left aligned [\#794](https://github.com/digital-ai/dot-components/issues/794)
|
|
749
601
|
- D-19705: `Accordion`: `startIcon` is not aligned with the rest of the text [\#968](https://github.com/digital-ai/dot-components/pull/968) ([dmiletic85](https://github.com/dmiletic85))
|
|
750
602
|
- D-19700: `IconButton`: `titleTooltip` deprecation console warning is displaying in the Storybook [\#966](https://github.com/digital-ai/dot-components/pull/966) ([dmiletic85](https://github.com/dmiletic85))
|
|
751
603
|
- D-19697: `AppToolbar`: `fontSize` deprecation console warning is displaying [\#963](https://github.com/digital-ai/dot-components/pull/963) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -753,41 +605,33 @@
|
|
|
753
605
|
- D-19558: `AppToolbar`: Hamburger menu back button color is wrong [\#955](https://github.com/digital-ai/dot-components/pull/955) ([dmiletic85](https://github.com/dmiletic85))
|
|
754
606
|
- D-19633: `Table` action menu items should be left aligned [\#954](https://github.com/digital-ai/dot-components/pull/954) ([dmiletic85](https://github.com/dmiletic85))
|
|
755
607
|
|
|
756
|
-
**
|
|
757
|
-
|
|
758
|
-
- Deprecate `minWidth` prop on `Breadcrumbs` [\#777](https://github.com/digital-ai/dot-components/issues/777)
|
|
759
|
-
|
|
760
|
-
**Merged pull requests:**
|
|
608
|
+
**Misc:**
|
|
761
609
|
|
|
762
610
|
- S-76846: upgrade to NX & storybook to latest `minor` release [\#951](https://github.com/digital-ai/dot-components/pull/951) ([CWSites](https://github.com/CWSites))
|
|
763
611
|
- S-76846: upgrade NX to latest [\#950](https://github.com/digital-ai/dot-components/pull/950) ([CWSites](https://github.com/CWSites))
|
|
764
612
|
- D-19517: Deprecate `minWidth` prop on Breadcrumbs [\#944](https://github.com/digital-ai/dot-components/pull/944) ([dmiletic85](https://github.com/dmiletic85))
|
|
765
613
|
- S-76846: Storybook updates [\#936](https://github.com/digital-ai/dot-components/pull/936) ([CWSites](https://github.com/CWSites))
|
|
766
614
|
|
|
767
|
-
## [1.6.2](https://
|
|
615
|
+
## [1.6.2](https://www.npmjs.com/package/@digital-ai/dot-components) (01/14/2022)
|
|
768
616
|
|
|
769
|
-
[Full Changelog](https://github.
|
|
617
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.6.1...1.6.2)
|
|
770
618
|
|
|
771
619
|
**Features:**
|
|
772
620
|
|
|
773
|
-
- `Table` Need to have the ability add a checkbox to the table header for bulk actions [\#828](https://github.com/digital-ai/dot-components/issues/828)
|
|
774
|
-
- `DotTable` MultiSelect [\#817](https://github.com/digital-ai/dot-components/issues/817)
|
|
775
621
|
- S-80342: `DotTable` MultiSelect support [\#928](https://github.com/digital-ai/dot-components/pull/928) ([dmiletic85](https://github.com/dmiletic85))
|
|
776
622
|
|
|
777
623
|
**Fixed bugs:**
|
|
778
624
|
|
|
779
|
-
- `AppToolbar`: Unnecessary scrollbar on the menu [\#937](https://github.com/digital-ai/dot-components/issues/937)
|
|
780
|
-
- DotDrawer changes break existing component consumer [\#932](https://github.com/digital-ai/dot-components/issues/932)
|
|
781
625
|
- D-19520: `AppToolbar`: Unnecessary scrollbar on the menu [\#941](https://github.com/digital-ai/dot-components/pull/941) ([dmiletic85](https://github.com/dmiletic85))
|
|
782
626
|
- D-19474: DotDrawer fixes [\#939](https://github.com/digital-ai/dot-components/pull/939) ([selsemore](https://github.com/selsemore))
|
|
783
627
|
|
|
784
|
-
**
|
|
628
|
+
**Misc:**
|
|
785
629
|
|
|
786
630
|
- S-76846: storybook updates `develop` [\#935](https://github.com/digital-ai/dot-components/pull/935) ([CWSites](https://github.com/CWSites))
|
|
787
631
|
|
|
788
|
-
## [1.6.1](https://
|
|
632
|
+
## [1.6.1](https://www.npmjs.com/package/@digital-ai/dot-components) (01/10/2022)
|
|
789
633
|
|
|
790
|
-
[Full Changelog](https://github.
|
|
634
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.6.0...1.6.1)
|
|
791
635
|
|
|
792
636
|
**Features:**
|
|
793
637
|
|
|
@@ -795,14 +639,11 @@
|
|
|
795
639
|
|
|
796
640
|
**Fixed bugs:**
|
|
797
641
|
|
|
798
|
-
- `1.6.0` - Sidebar links broken, import was moved [\#925](https://github.com/digital-ai/dot-components/issues/925)
|
|
799
|
-
- `Autocomplete` doesn't have `dot-input` class [\#923](https://github.com/digital-ai/dot-components/issues/923)
|
|
800
|
-
- D-19415: `1.6.0` - Sidebar links broken, import was moved [\#926](https://github.com/digital-ai/dot-components/pull/926) ([dmiletic85](https://github.com/dmiletic85))
|
|
801
642
|
- D-19390: `Autocomplete` doesn't have `dot-input` class [\#924](https://github.com/digital-ai/dot-components/pull/924) ([dmiletic85](https://github.com/dmiletic85))
|
|
802
643
|
|
|
803
|
-
## [1.6.0](https://
|
|
644
|
+
## [1.6.0](https://www.npmjs.com/package/@digital-ai/dot-components) (01/03/2022)
|
|
804
645
|
|
|
805
|
-
[Full Changelog](https://github.
|
|
646
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.5.4...1.6.0)
|
|
806
647
|
|
|
807
648
|
**Features:**
|
|
808
649
|
|
|
@@ -810,16 +651,7 @@
|
|
|
810
651
|
|
|
811
652
|
**Fixed bugs:**
|
|
812
653
|
|
|
813
|
-
-
|
|
814
|
-
- `storybook`: issue while clicking on docs page of `menu` component [\#916](https://github.com/digital-ai/dot-components/issues/916)
|
|
815
|
-
- `DynamicForm` doesn't export all types [\#913](https://github.com/digital-ai/dot-components/issues/913)
|
|
816
|
-
- `AutoComplete` doesn't have `required` property [\#912](https://github.com/digital-ai/dot-components/issues/912)
|
|
817
|
-
- `Menu`: `maxVisibleItems` prop does not control visible items anymore [\#910](https://github.com/digital-ai/dot-components/issues/910)
|
|
818
|
-
- `Menu`: Circular dependency [\#908](https://github.com/digital-ai/dot-components/issues/908)
|
|
819
|
-
- `Breadcrumbs`: invalid combination of props [\#903](https://github.com/digital-ai/dot-components/issues/903)
|
|
820
|
-
- Styled component shouldn't need typeof [\#892](https://github.com/digital-ai/dot-components/issues/892)
|
|
821
|
-
- `Table` Cells in the Table component should be wrapped by DotTypography [\#805](https://github.com/digital-ai/dot-components/issues/805)
|
|
822
|
-
- `DotTable` Allow custom alignment on the last column of the table header [\#747](https://github.com/digital-ai/dot-components/issues/747)
|
|
654
|
+
- D-19415: `1.6.0` - Sidebar links broken, import was moved [\#926](https://github.com/digital-ai/dot-components/pull/926) ([dmiletic85](https://github.com/dmiletic85))
|
|
823
655
|
- D-19382: `DynamicForm`: `isRequired` with value of `false` is not respected [\#919](https://github.com/digital-ai/dot-components/pull/919) ([dmiletic85](https://github.com/dmiletic85))
|
|
824
656
|
- D-19381: `Storybook`: issue while clicking on `Docs` page of `Menu` component [\#917](https://github.com/digital-ai/dot-components/pull/917) ([dmiletic85](https://github.com/dmiletic85))
|
|
825
657
|
- D-19379: `DynamicForm` doesn't export all types [\#915](https://github.com/digital-ai/dot-components/pull/915) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -829,124 +661,101 @@
|
|
|
829
661
|
- D-19355: `Breadcrumbs`: invalid combination of props [\#907](https://github.com/digital-ai/dot-components/pull/907) ([dmiletic85](https://github.com/dmiletic85))
|
|
830
662
|
- D-19129: `Table`: Cells in the Table component should be wrapped by `DotTypography` [\#900](https://github.com/digital-ai/dot-components/pull/900) ([dmiletic85](https://github.com/dmiletic85))
|
|
831
663
|
|
|
832
|
-
## [1.5.4](https://
|
|
664
|
+
## [1.5.4](https://www.npmjs.com/package/@digital-ai/dot-components) (12/28/2021)
|
|
833
665
|
|
|
834
|
-
[Full Changelog](https://github.
|
|
666
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.5.3...1.5.4)
|
|
835
667
|
|
|
836
668
|
**Features:**
|
|
837
669
|
|
|
838
|
-
- `sidebar` Changes on back arrow [\#890](https://github.com/digital-ai/dot-components/issues/890)
|
|
839
|
-
- `Breadcrumbs` Display tooltip on last item \(on hover\) when it is clipped with ellipsis [\#878](https://github.com/digital-ai/dot-components/issues/878)
|
|
840
670
|
- S-80939: `Menu`: Add option to customize item's height [\#902](https://github.com/digital-ai/dot-components/pull/902) ([dmiletic85](https://github.com/dmiletic85))
|
|
841
671
|
- S-80871: `Sidebar` Changes on back arrow [\#896](https://github.com/digital-ai/dot-components/pull/896) ([dmiletic85](https://github.com/dmiletic85))
|
|
842
672
|
- S-80855: Display tooltip on last breadcrumb item \(on hover\) when it is clipped with ellipsis [\#883](https://github.com/digital-ai/dot-components/pull/883) ([dmiletic85](https://github.com/dmiletic85))
|
|
843
673
|
|
|
844
674
|
**Fixed bugs:**
|
|
845
675
|
|
|
846
|
-
- Circular dependency [\#895](https://github.com/digital-ai/dot-components/issues/895)
|
|
847
|
-
- `AppToolbar` shouldn't have grey dividers [\#889](https://github.com/digital-ai/dot-components/issues/889)
|
|
848
|
-
- `List` Nested list drawer is not rendering correctly. [\#835](https://github.com/digital-ai/dot-components/issues/835)
|
|
849
676
|
- D-19337: `List`: Circular dependency [\#897](https://github.com/digital-ai/dot-components/pull/897) ([dmiletic85](https://github.com/dmiletic85))
|
|
850
677
|
- D-19330: `AppToolbar` shouldn't have grey dividers [\#891](https://github.com/digital-ai/dot-components/pull/891) ([dmiletic85](https://github.com/dmiletic85))
|
|
851
678
|
- D-19200: `List` Nested list drawer is not rendering correctly [\#869](https://github.com/digital-ai/dot-components/pull/869) ([dmiletic85](https://github.com/dmiletic85))
|
|
852
679
|
|
|
853
|
-
## [1.5.3](https://
|
|
680
|
+
## [1.5.3](https://www.npmjs.com/package/@digital-ai/dot-components) (12/17/2021)
|
|
854
681
|
|
|
855
|
-
[Full Changelog](https://github.
|
|
856
|
-
|
|
857
|
-
**Features:**
|
|
858
|
-
|
|
859
|
-
- `Sidebar` Ability to view the sub nav items without expanding the DotSidebar [\#787](https://github.com/digital-ai/dot-components/issues/787)
|
|
682
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.5.2...1.5.3)
|
|
860
683
|
|
|
861
684
|
**Fixed bugs:**
|
|
862
685
|
|
|
863
|
-
- Circular dependency on `useBreadcrumbsObserver` [\#881](https://github.com/digital-ai/dot-components/issues/881)
|
|
864
|
-
- `Sidebar` Collapsed sidebar with long divider titles [\#801](https://github.com/digital-ai/dot-components/issues/801)
|
|
865
|
-
- `List` Extended sidenav should open if custom onClick handler is supplied [\#767](https://github.com/digital-ai/dot-components/issues/767)
|
|
866
686
|
- D-19321: `Breadcrumbs` - Circular dependency on `useBreadcrumbsObserver` [\#882](https://github.com/digital-ai/dot-components/pull/882) ([dmiletic85](https://github.com/dmiletic85))
|
|
867
687
|
- S-79458: `Sidebar` & `List` updates [\#872](https://github.com/digital-ai/dot-components/pull/872) ([CWSites](https://github.com/CWSites))
|
|
868
688
|
|
|
869
|
-
**
|
|
689
|
+
**Misc:**
|
|
870
690
|
|
|
871
691
|
- S-80787: include changelog generation with release [\#877](https://github.com/digital-ai/dot-components/pull/877) ([CWSites](https://github.com/CWSites))
|
|
872
692
|
|
|
873
|
-
## [1.5.2](https://
|
|
693
|
+
## [1.5.2](https://www.npmjs.com/package/@digital-ai/dot-components) (12/17/2021)
|
|
874
694
|
|
|
875
|
-
[Full Changelog](https://github.
|
|
695
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.5.1...1.5.2)
|
|
876
696
|
|
|
877
697
|
**Fixed bugs:**
|
|
878
698
|
|
|
879
|
-
- `Apptoolbar`: primary logo link is hardcoded to `/` [\#879](https://github.com/digital-ai/dot-components/issues/879)
|
|
880
|
-
- `AlertBanner` [\#834](https://github.com/digital-ai/dot-components/issues/834)
|
|
881
699
|
- D-19319: `Apptoolbar`: primary logo link is hardcoded to `/` [\#880](https://github.com/digital-ai/dot-components/pull/880) ([dmiletic85](https://github.com/dmiletic85))
|
|
882
700
|
- D-19197: Warning in console when using html elements as `AlertBanner` children. [\#874](https://github.com/digital-ai/dot-components/pull/874) ([dmiletic85](https://github.com/dmiletic85))
|
|
883
701
|
|
|
884
|
-
## [1.5.1](https://
|
|
702
|
+
## [1.5.1](https://www.npmjs.com/package/@digital-ai/dot-components) (12/17/2021)
|
|
885
703
|
|
|
886
|
-
[Full Changelog](https://github.
|
|
704
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.5.0...1.5.1)
|
|
887
705
|
|
|
888
706
|
**Fixed bugs:**
|
|
889
707
|
|
|
890
|
-
- Breaking prop type change in DotAccordion [\#850](https://github.com/digital-ai/dot-components/issues/850)
|
|
891
708
|
- D-19247: summary prop [\#873](https://github.com/digital-ai/dot-components/pull/873) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
892
709
|
|
|
893
|
-
## [1.5.0](https://
|
|
710
|
+
## [1.5.0](https://www.npmjs.com/package/@digital-ai/dot-components) (12/15/2021)
|
|
894
711
|
|
|
895
|
-
[Full Changelog](https://github.
|
|
712
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.4.0...1.5.0)
|
|
896
713
|
|
|
897
714
|
**Features:**
|
|
898
715
|
|
|
899
|
-
- `Breadcrumbs` enhancement \(collapse and expand automatically\) [\#836](https://github.com/digital-ai/dot-components/issues/836)
|
|
900
716
|
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
901
717
|
|
|
902
718
|
**Fixed bugs:**
|
|
903
719
|
|
|
904
|
-
- Expand/collapse broken for uncontrolled DotAccordion [\#865](https://github.com/digital-ai/dot-components/issues/865)
|
|
905
|
-
- `Breadcrumbs` meuItems is null when changing the amount of breadcrumb items [\#839](https://github.com/digital-ai/dot-components/issues/839)
|
|
906
|
-
- `Breadcrumbs` Setting `expansionMenu={true}` does not work always [\#838](https://github.com/digital-ai/dot-components/issues/838)
|
|
907
|
-
- `Breadcrumbs` item with href should be full width clickable when using `expansionMenu={true}` [\#837](https://github.com/digital-ai/dot-components/issues/837)
|
|
908
720
|
- D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
|
|
909
721
|
|
|
910
|
-
**
|
|
722
|
+
**Misc:**
|
|
911
723
|
|
|
912
724
|
- S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
|
|
913
725
|
- S-80783: add ESLint rule for alpha order [\#867](https://github.com/digital-ai/dot-components/pull/867) ([CWSites](https://github.com/CWSites))
|
|
914
726
|
|
|
915
|
-
## [1.4.0](https://
|
|
727
|
+
## [1.4.0](https://www.npmjs.com/package/@digital-ai/dot-components) (12/13/2021)
|
|
916
728
|
|
|
917
|
-
[Full Changelog](https://github.
|
|
729
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.3.7...1.4.0)
|
|
918
730
|
|
|
919
731
|
**Features:**
|
|
920
732
|
|
|
921
|
-
- Expose 'expanded' and 'onChange' DotAccordion props [\#857](https://github.com/digital-ai/dot-components/issues/857)
|
|
922
733
|
- S-80740: Expose DotAccordion 'expanded' and 'onChange' props [\#860](https://github.com/digital-ai/dot-components/pull/860) ([selsemore](https://github.com/selsemore))
|
|
923
734
|
|
|
924
735
|
**Fixed bugs:**
|
|
925
736
|
|
|
926
|
-
- Accordion expanded and collapsed icons are not aligned [\#858](https://github.com/digital-ai/dot-components/issues/858)
|
|
927
737
|
- D-19250: Fix alignment of DotAccordion collapsed/expanded icons [\#859](https://github.com/digital-ai/dot-components/pull/859) ([selsemore](https://github.com/selsemore))
|
|
928
738
|
|
|
929
|
-
**
|
|
739
|
+
**Misc:**
|
|
930
740
|
|
|
931
741
|
- S-76843: Use digital.ai bot PAT for merging master \> develop [\#862](https://github.com/digital-ai/dot-components/pull/862) ([CWSites](https://github.com/CWSites))
|
|
932
742
|
- S-76843: move changelog pre v`1.0.0` to `HISTORY.md` [\#856](https://github.com/digital-ai/dot-components/pull/856) ([CWSites](https://github.com/CWSites))
|
|
933
743
|
|
|
934
|
-
## [1.3.7](https://
|
|
744
|
+
## [1.3.7](https://www.npmjs.com/package/@digital-ai/dot-components) (12/11/2021)
|
|
935
745
|
|
|
936
|
-
[Full Changelog](https://github.
|
|
746
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.3.6...1.3.7)
|
|
937
747
|
|
|
938
|
-
**
|
|
748
|
+
**Misc:**
|
|
939
749
|
|
|
940
750
|
- S-76843: setup PR release template [\#853](https://github.com/digital-ai/dot-components/pull/853) ([CWSites](https://github.com/CWSites))
|
|
941
751
|
- S-76843 automation improvements III [\#852](https://github.com/digital-ai/dot-components/pull/852) ([CWSites](https://github.com/CWSites))
|
|
942
752
|
|
|
943
|
-
## [1.3.6](https://
|
|
753
|
+
## [1.3.6](https://www.npmjs.com/package/@digital-ai/dot-components) (12/10/2021)
|
|
944
754
|
|
|
945
|
-
[Full Changelog](https://github.
|
|
755
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.3.5...1.3.6)
|
|
946
756
|
|
|
947
757
|
**Features:**
|
|
948
758
|
|
|
949
|
-
- Expose onKeyDown for input [\#714](https://github.com/digital-ai/dot-components/issues/714)
|
|
950
759
|
- S-79571: DotInput - expose onKeyDown [\#846](https://github.com/digital-ai/dot-components/pull/846) ([monapatel91](https://github.com/monapatel91))
|
|
951
760
|
- S-79357: evaluate codebase and remove old references to core Tooltip [\#844](https://github.com/digital-ai/dot-components/pull/844) ([CWSites](https://github.com/CWSites))
|
|
952
761
|
- S-80621: file upload [\#840](https://github.com/digital-ai/dot-components/pull/840) ([CWSites](https://github.com/CWSites))
|
|
@@ -954,43 +763,34 @@
|
|
|
954
763
|
|
|
955
764
|
**Fixed bugs:**
|
|
956
765
|
|
|
957
|
-
- DotDynamicForm does not properly initialize form state for boolean attribute with initialValue false [\#841](https://github.com/digital-ai/dot-components/issues/841)
|
|
958
|
-
- Extended sidenav drawer should collapse when another drawer option is clicked [\#739](https://github.com/digital-ai/dot-components/issues/739)
|
|
959
766
|
- \#841 Fix DotDynamicForm initial form state for controls with initialValue false [\#842](https://github.com/digital-ai/dot-components/pull/842) ([selsemore](https://github.com/selsemore))
|
|
960
767
|
- D-19189: Extended sidenav drawer should collapse when another drawer option is clicked [\#830](https://github.com/digital-ai/dot-components/pull/830) ([dmiletic85](https://github.com/dmiletic85))
|
|
961
768
|
|
|
962
|
-
**
|
|
769
|
+
**Misc:**
|
|
963
770
|
|
|
964
771
|
- S-76843: only merge master back to develop AFTER the release is done [\#848](https://github.com/digital-ai/dot-components/pull/848) ([CWSites](https://github.com/CWSites))
|
|
965
772
|
- S-76843: testing out yarn install commands for CI [\#847](https://github.com/digital-ai/dot-components/pull/847) ([CWSites](https://github.com/CWSites))
|
|
966
773
|
|
|
967
|
-
## [1.3.5](https://
|
|
774
|
+
## [1.3.5](https://www.npmjs.com/package/@digital-ai/dot-components) (12/03/2021)
|
|
968
775
|
|
|
969
|
-
[Full Changelog](https://github.
|
|
776
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.3.4...1.3.5)
|
|
970
777
|
|
|
971
778
|
**Features:**
|
|
972
779
|
|
|
973
|
-
- Expose onFocus and onBlur callbacks in DotInputText and other input components [\#829](https://github.com/digital-ai/dot-components/issues/829)
|
|
974
|
-
- Pass 'disabled' prop to DotDynamicForm controls [\#806](https://github.com/digital-ai/dot-components/issues/806)
|
|
975
780
|
- S-80473: Expose onFocus and onBlur callbacks for DotInputText and DotInputSelect components [\#832](https://github.com/digital-ai/dot-components/pull/832) ([selsemore](https://github.com/selsemore))
|
|
976
781
|
- S-80268: `DotDynamicForm` improvements [\#821](https://github.com/digital-ai/dot-components/pull/821) ([dmiletic85](https://github.com/dmiletic85))
|
|
977
782
|
|
|
978
783
|
**Fixed bugs:**
|
|
979
784
|
|
|
980
|
-
- Go back item in `Sidebar` is not aligned with rest of items [\#824](https://github.com/digital-ai/dot-components/issues/824)
|
|
981
|
-
- DotBadge generates console warnings [\#816](https://github.com/digital-ai/dot-components/issues/816)
|
|
982
|
-
- Sidebar scrollbar should be positioned on the very right of the sidebar [\#746](https://github.com/digital-ai/dot-components/issues/746)
|
|
983
785
|
- D-19151: `DotBadge` generates console warnings [\#827](https://github.com/digital-ai/dot-components/pull/827) ([dmiletic85](https://github.com/dmiletic85))
|
|
984
786
|
- D-19177: `Go back` item in `DotSidebar` is not aligned with rest of items [\#826](https://github.com/digital-ai/dot-components/pull/826) ([dmiletic85](https://github.com/dmiletic85))
|
|
985
787
|
|
|
986
|
-
## [1.3.4](https://
|
|
788
|
+
## [1.3.4](https://www.npmjs.com/package/@digital-ai/dot-components) (11/30/2021)
|
|
987
789
|
|
|
988
|
-
[Full Changelog](https://github.
|
|
790
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.3.3...1.3.4)
|
|
989
791
|
|
|
990
792
|
**Features:**
|
|
991
793
|
|
|
992
|
-
- Add to `DotList` right arrow in some cases [\#720](https://github.com/digital-ai/dot-components/issues/720)
|
|
993
|
-
- `DotTable` Provide a way to apply custom classes to table rows and cells [\#643](https://github.com/digital-ai/dot-components/issues/643)
|
|
994
794
|
- S-80369: Create `ProgressButton` component [\#822](https://github.com/digital-ai/dot-components/pull/822) ([dmiletic85](https://github.com/dmiletic85))
|
|
995
795
|
- S-79696: change size of collapse icon button, add tooltip [\#819](https://github.com/digital-ai/dot-components/pull/819) ([CWSites](https://github.com/CWSites))
|
|
996
796
|
- S-80264: Agility wrapper sandbox documentation [\#810](https://github.com/digital-ai/dot-components/pull/810) ([CWSites](https://github.com/CWSites))
|
|
@@ -998,43 +798,28 @@
|
|
|
998
798
|
|
|
999
799
|
**Fixed bugs:**
|
|
1000
800
|
|
|
1001
|
-
- Input elements not displaying correctly when `border-box` is used in consumer components [\#811](https://github.com/digital-ai/dot-components/issues/811)
|
|
1002
|
-
- Breadcrumbs are not vertically aligned [\#809](https://github.com/digital-ai/dot-components/issues/809)
|
|
1003
|
-
- Batman wasn't here :\( [\#807](https://github.com/digital-ai/dot-components/issues/807)
|
|
1004
|
-
- TEST - GitHub + Agility Integration [\#800](https://github.com/digital-ai/dot-components/issues/800)
|
|
1005
|
-
- Batman wasn't here [\#798](https://github.com/digital-ai/dot-components/issues/798)
|
|
1006
|
-
- Alert component style issues [\#795](https://github.com/digital-ai/dot-components/issues/795)
|
|
1007
801
|
- \#795 Address AlertBanner style issues [\#815](https://github.com/digital-ai/dot-components/pull/815) ([angel-git](https://github.com/angel-git))
|
|
1008
802
|
- D-19138: Remove margin-bottom from breadcrumbs [\#813](https://github.com/digital-ai/dot-components/pull/813) ([angel-git](https://github.com/angel-git))
|
|
1009
803
|
- D-19148: Input elements not displaying correctly when `border-box` is used in consumer components [\#812](https://github.com/digital-ai/dot-components/pull/812) ([dmiletic85](https://github.com/dmiletic85))
|
|
1010
804
|
- \[D-18631\]\[D-18632\]\[D-18802\]:Focus state of avatar button and sidebar list item and inaccurate count of nav item [\#804](https://github.com/digital-ai/dot-components/pull/804) ([monapatel91](https://github.com/monapatel91))
|
|
1011
805
|
|
|
1012
|
-
**
|
|
806
|
+
**Misc:**
|
|
1013
807
|
|
|
1014
808
|
- S-79569: Do not set custom class for table cell if none was provided [\#808](https://github.com/digital-ai/dot-components/pull/808) ([selsemore](https://github.com/selsemore))
|
|
1015
809
|
- 17 nov2021 update icon [\#803](https://github.com/digital-ai/dot-components/pull/803) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
1016
810
|
|
|
1017
|
-
## [1.3.3](https://
|
|
811
|
+
## [1.3.3](https://www.npmjs.com/package/@digital-ai/dot-components) (11/16/2021)
|
|
1018
812
|
|
|
1019
|
-
[Full Changelog](https://github.
|
|
1020
|
-
|
|
1021
|
-
**Features:**
|
|
1022
|
-
|
|
1023
|
-
- Add 'target' prop to ListItemProps [\#784](https://github.com/digital-ai/dot-components/issues/784)
|
|
1024
|
-
- Expose built-in `leaveDelay`, `onClose`, `open` props on `DotTooltip` component [\#778](https://github.com/digital-ai/dot-components/issues/778)
|
|
813
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.3.2...1.3.3)
|
|
1025
814
|
|
|
1026
815
|
**Fixed bugs:**
|
|
1027
816
|
|
|
1028
|
-
- `DotProgress` Displaying deprecation warning even when `title` prop is NOT set from the consumer component [\#783](https://github.com/digital-ai/dot-components/issues/783)
|
|
1029
|
-
- Wrong z-index for autocomplete [\#779](https://github.com/digital-ai/dot-components/issues/779)
|
|
1030
|
-
- DotInputText startIcon and endIcon are not aligned with text [\#764](https://github.com/digital-ai/dot-components/issues/764)
|
|
1031
|
-
- Allow normal text formatting inside DotAlertBanner [\#738](https://github.com/digital-ai/dot-components/issues/738)
|
|
1032
817
|
- D-19069: `AutoComplete` z-index not behaving as expected [\#793](https://github.com/digital-ai/dot-components/pull/793) ([CWSites](https://github.com/CWSites))
|
|
1033
818
|
- D-19067: slight vertical alignment of icon inside of input fields [\#792](https://github.com/digital-ai/dot-components/pull/792) ([CWSites](https://github.com/CWSites))
|
|
1034
819
|
- D-19066: `AlertBanner` add `textVariant` prop for different font formatting [\#791](https://github.com/digital-ai/dot-components/pull/791) ([CWSites](https://github.com/CWSites))
|
|
1035
820
|
- D-19065: `DotProgress` remove default `title` value [\#790](https://github.com/digital-ai/dot-components/pull/790) ([CWSites](https://github.com/CWSites))
|
|
1036
821
|
|
|
1037
|
-
**
|
|
822
|
+
**Misc:**
|
|
1038
823
|
|
|
1039
824
|
- Next minor release [\#796](https://github.com/digital-ai/dot-components/pull/796) ([CWSites](https://github.com/CWSites))
|
|
1040
825
|
- S-80103: add `yarn format:check` to PR verification and release testing [\#789](https://github.com/digital-ai/dot-components/pull/789) ([CWSites](https://github.com/CWSites))
|
|
@@ -1043,21 +828,16 @@
|
|
|
1043
828
|
- S-76907: update ButtonToggle styles, update unit tests and add e2e tests [\#785](https://github.com/digital-ai/dot-components/pull/785) ([CWSites](https://github.com/CWSites))
|
|
1044
829
|
- S-80048: product wrapper demo [\#782](https://github.com/digital-ai/dot-components/pull/782) ([CWSites](https://github.com/CWSites))
|
|
1045
830
|
|
|
1046
|
-
## [1.3.2](https://
|
|
831
|
+
## [1.3.2](https://www.npmjs.com/package/@digital-ai/dot-components) (11/05/2021)
|
|
1047
832
|
|
|
1048
|
-
[Full Changelog](https://github.
|
|
1049
|
-
|
|
1050
|
-
**Features:**
|
|
1051
|
-
|
|
1052
|
-
- Add submitButtonProps prop to DotJsonSchemaForm component [\#774](https://github.com/digital-ai/dot-components/issues/774)
|
|
1053
|
-
- Export all neutral colors [\#770](https://github.com/digital-ai/dot-components/issues/770)
|
|
833
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.3.1...1.3.2)
|
|
1054
834
|
|
|
1055
835
|
**Fixed bugs:**
|
|
1056
836
|
|
|
1057
837
|
- \#770 Add Neutral colors missing [\#771](https://github.com/digital-ai/dot-components/pull/771) ([angel-git](https://github.com/angel-git))
|
|
1058
838
|
- D-19042: remove duplicate tooltips [\#769](https://github.com/digital-ai/dot-components/pull/769) ([CWSites](https://github.com/CWSites))
|
|
1059
839
|
|
|
1060
|
-
**
|
|
840
|
+
**Misc:**
|
|
1061
841
|
|
|
1062
842
|
- Patch release [\#780](https://github.com/digital-ai/dot-components/pull/780) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
1063
843
|
- S-79985: temporarily remove react-jsonschema-form from library [\#776](https://github.com/digital-ai/dot-components/pull/776) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
@@ -1065,9 +845,9 @@
|
|
|
1065
845
|
- S-76893: Webpack 4 - update peer dependencies [\#768](https://github.com/digital-ai/dot-components/pull/768) ([CWSites](https://github.com/CWSites))
|
|
1066
846
|
- S-79957: improve husky [\#765](https://github.com/digital-ai/dot-components/pull/765) ([CWSites](https://github.com/CWSites))
|
|
1067
847
|
|
|
1068
|
-
## [1.3.1](https://
|
|
848
|
+
## [1.3.1](https://www.npmjs.com/package/@digital-ai/dot-components) (10/30/2021)
|
|
1069
849
|
|
|
1070
|
-
[Full Changelog](https://github.
|
|
850
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.3.0...1.3.1)
|
|
1071
851
|
|
|
1072
852
|
**Features:**
|
|
1073
853
|
|
|
@@ -1075,30 +855,25 @@
|
|
|
1075
855
|
|
|
1076
856
|
**Fixed bugs:**
|
|
1077
857
|
|
|
1078
|
-
- Lato 700 is not rendered correctly on Digital.ai Release with dot-components [\#758](https://github.com/digital-ai/dot-components/issues/758)
|
|
1079
|
-
- Circular Dependency - Dynamic Form [\#757](https://github.com/digital-ai/dot-components/issues/757)
|
|
1080
858
|
- D-19026: Missing required prop for icon button when importing it to table cell [\#761](https://github.com/digital-ai/dot-components/pull/761) ([monapatel91](https://github.com/monapatel91))
|
|
1081
859
|
- D-18543: proper export of type and interface [\#760](https://github.com/digital-ai/dot-components/pull/760) ([CWSites](https://github.com/CWSites))
|
|
1082
860
|
- D-19023: Circular Dependency in `DynamicForm` component [\#759](https://github.com/digital-ai/dot-components/pull/759) ([dmiletic85](https://github.com/dmiletic85))
|
|
1083
861
|
|
|
1084
|
-
**
|
|
862
|
+
**Misc:**
|
|
1085
863
|
|
|
1086
864
|
- Next \[PATCH\] Release [\#762](https://github.com/digital-ai/dot-components/pull/762) ([CWSites](https://github.com/CWSites))
|
|
1087
865
|
- S-79458: `Sidebar` apply agility specific updates to theme only [\#755](https://github.com/digital-ai/dot-components/pull/755) ([CWSites](https://github.com/CWSites))
|
|
1088
866
|
|
|
1089
|
-
## [1.3.0](https://
|
|
867
|
+
## [1.3.0](https://www.npmjs.com/package/@digital-ai/dot-components) (10/28/2021)
|
|
1090
868
|
|
|
1091
|
-
[Full Changelog](https://github.
|
|
869
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.2.1...1.3.0)
|
|
1092
870
|
|
|
1093
871
|
**Features:**
|
|
1094
872
|
|
|
1095
|
-
- Forms [\#594](https://github.com/digital-ai/dot-components/issues/594)
|
|
1096
873
|
- S-77126: Dynamic Form [\#717](https://github.com/digital-ai/dot-components/pull/717) ([dmiletic85](https://github.com/dmiletic85))
|
|
1097
874
|
|
|
1098
875
|
**Fixed bugs:**
|
|
1099
876
|
|
|
1100
|
-
- AppToolbar height change breaks layout for consumer [\#733](https://github.com/digital-ai/dot-components/issues/733)
|
|
1101
|
-
- `DotMenu` max height calculation doesn't take paddings into the consideration [\#707](https://github.com/digital-ai/dot-components/issues/707)
|
|
1102
877
|
- D-19011: remove default MUI min width of end icon on list item [\#754](https://github.com/digital-ai/dot-components/pull/754) ([CWSites](https://github.com/CWSites))
|
|
1103
878
|
- D-19004: update readme link to be accurate [\#750](https://github.com/digital-ai/dot-components/pull/750) ([CWSites](https://github.com/CWSites))
|
|
1104
879
|
- D-18990: allow consumers to pass custom menu item height [\#749](https://github.com/digital-ai/dot-components/pull/749) ([CWSites](https://github.com/CWSites))
|
|
@@ -1107,7 +882,7 @@
|
|
|
1107
882
|
- D-18986: update app toolbar to be dense by default [\#735](https://github.com/digital-ai/dot-components/pull/735) ([CWSites](https://github.com/CWSites))
|
|
1108
883
|
- D-18985: update menu list to be content-box sizing [\#734](https://github.com/digital-ai/dot-components/pull/734) ([CWSites](https://github.com/CWSites))
|
|
1109
884
|
|
|
1110
|
-
**
|
|
885
|
+
**Misc:**
|
|
1111
886
|
|
|
1112
887
|
- Next \[MINOR\] release [\#753](https://github.com/digital-ai/dot-components/pull/753) ([monapatel91](https://github.com/monapatel91))
|
|
1113
888
|
- 27 oct2021 update name of progression icon [\#751](https://github.com/digital-ai/dot-components/pull/751) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
@@ -1117,43 +892,34 @@
|
|
|
1117
892
|
- S-79594: Add optional debounce prop to `DotInputText` [\#742](https://github.com/digital-ai/dot-components/pull/742) ([dmiletic85](https://github.com/dmiletic85))
|
|
1118
893
|
- S-76892: create generator for new components [\#736](https://github.com/digital-ai/dot-components/pull/736) ([CWSites](https://github.com/CWSites))
|
|
1119
894
|
|
|
1120
|
-
## [1.2.1](https://
|
|
895
|
+
## [1.2.1](https://www.npmjs.com/package/@digital-ai/dot-components) (10/15/2021)
|
|
1121
896
|
|
|
1122
|
-
[Full Changelog](https://github.
|
|
897
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.2.0...1.2.1)
|
|
1123
898
|
|
|
1124
899
|
**Fixed bugs:**
|
|
1125
900
|
|
|
1126
|
-
- Alpha .25 doesn't work well within agility dark theme [\#710](https://github.com/digital-ai/dot-components/issues/710)
|
|
1127
901
|
- D-18963: add ariaLabel to sidebar collapse button [\#731](https://github.com/digital-ai/dot-components/pull/731) ([CWSites](https://github.com/CWSites))
|
|
1128
902
|
- D-18979: export `Tooltip` component [\#729](https://github.com/digital-ai/dot-components/pull/729) ([CWSites](https://github.com/CWSites))
|
|
1129
903
|
|
|
1130
|
-
**
|
|
1131
|
-
|
|
1132
|
-
- Add `ariaLabel` prop on `DotIconButton` instance within `Sidebar` component [\#703](https://github.com/digital-ai/dot-components/issues/703)
|
|
1133
|
-
|
|
1134
|
-
**Merged pull requests:**
|
|
904
|
+
**Misc:**
|
|
1135
905
|
|
|
1136
906
|
- next release [\#732](https://github.com/digital-ai/dot-components/pull/732) ([CWSites](https://github.com/CWSites))
|
|
1137
907
|
- S-76840: update contributing guidelines and PR template [\#730](https://github.com/digital-ai/dot-components/pull/730) ([CWSites](https://github.com/CWSites))
|
|
1138
908
|
- Merge pull request \#719 from digital-ai/develop [\#727](https://github.com/digital-ai/dot-components/pull/727) ([CWSites](https://github.com/CWSites))
|
|
1139
909
|
|
|
1140
|
-
## [1.2.0](https://
|
|
910
|
+
## [1.2.0](https://www.npmjs.com/package/@digital-ai/dot-components) (10/14/2021)
|
|
1141
911
|
|
|
1142
|
-
[Full Changelog](https://github.
|
|
912
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.1.1...1.2.0)
|
|
1143
913
|
|
|
1144
914
|
**Fixed bugs:**
|
|
1145
915
|
|
|
1146
|
-
- Missing return on `List` [\#721](https://github.com/digital-ai/dot-components/issues/721)
|
|
1147
|
-
- Menu className doesn't apply to relevant attribute or theming not correct [\#711](https://github.com/digital-ai/dot-components/issues/711)
|
|
1148
|
-
- `Avatar` component is using `default` value for icon font size and is generating console warning [\#708](https://github.com/digital-ai/dot-components/issues/708)
|
|
1149
|
-
- Wrong background colour on `DotAlertBanner` on top of a `DotDialog` [\#702](https://github.com/digital-ai/dot-components/issues/702)
|
|
1150
916
|
- D-18961: update dialog styles to be more explicit [\#726](https://github.com/digital-ai/dot-components/pull/726) ([CWSites](https://github.com/CWSites))
|
|
1151
917
|
- D-18964: update icon fontSize to use `medium` instead of `default` [\#725](https://github.com/digital-ai/dot-components/pull/725) ([CWSites](https://github.com/CWSites))
|
|
1152
918
|
- D-18973: `DotList` missing return statement [\#724](https://github.com/digital-ai/dot-components/pull/724) ([CWSites](https://github.com/CWSites))
|
|
1153
919
|
- D-18972: custom logo height constraints [\#723](https://github.com/digital-ai/dot-components/pull/723) ([CWSites](https://github.com/CWSites))
|
|
1154
920
|
- D-18970: remove color prop from Badge storybook config [\#722](https://github.com/digital-ai/dot-components/pull/722) ([CWSites](https://github.com/CWSites))
|
|
1155
921
|
|
|
1156
|
-
**
|
|
922
|
+
**Misc:**
|
|
1157
923
|
|
|
1158
924
|
- MINOR release [\#719](https://github.com/digital-ai/dot-components/pull/719) ([CWSites](https://github.com/CWSites))
|
|
1159
925
|
- Icons oct 13 2021 [\#718](https://github.com/digital-ai/dot-components/pull/718) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
@@ -1164,19 +930,15 @@
|
|
|
1164
930
|
- Icons update oct 7th 2021 [\#709](https://github.com/digital-ai/dot-components/pull/709) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
1165
931
|
- S-78833 agility sidebar [\#701](https://github.com/digital-ai/dot-components/pull/701) ([CWSites](https://github.com/CWSites))
|
|
1166
932
|
|
|
1167
|
-
## [1.1.1](https://
|
|
933
|
+
## [1.1.1](https://www.npmjs.com/package/@digital-ai/dot-components) (10/06/2021)
|
|
1168
934
|
|
|
1169
|
-
[Full Changelog](https://github.
|
|
935
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.1.0...1.1.1)
|
|
1170
936
|
|
|
1171
937
|
**Features:**
|
|
1172
938
|
|
|
1173
939
|
- S-78164: Sticky menu item on DotMenu component [\#687](https://github.com/digital-ai/dot-components/pull/687) ([dmiletic85](https://github.com/dmiletic85))
|
|
1174
940
|
|
|
1175
|
-
**
|
|
1176
|
-
|
|
1177
|
-
- Security Updates [\#699](https://github.com/digital-ai/dot-components/issues/699)
|
|
1178
|
-
|
|
1179
|
-
**Merged pull requests:**
|
|
941
|
+
**Misc:**
|
|
1180
942
|
|
|
1181
943
|
- MINOR RELEASE [\#704](https://github.com/digital-ai/dot-components/pull/704) ([CWSites](https://github.com/CWSites))
|
|
1182
944
|
- S-79291: update nested dependencies [\#700](https://github.com/digital-ai/dot-components/pull/700) ([CWSites](https://github.com/CWSites))
|
|
@@ -1184,23 +946,19 @@
|
|
|
1184
946
|
- S-79251: add workflow for sonarqube scan when code merged to develop [\#697](https://github.com/digital-ai/dot-components/pull/697) ([CWSites](https://github.com/CWSites))
|
|
1185
947
|
- S-76906: table action column [\#692](https://github.com/digital-ai/dot-components/pull/692) ([monapatel91](https://github.com/monapatel91))
|
|
1186
948
|
|
|
1187
|
-
## [1.1.0](https://
|
|
1188
|
-
|
|
1189
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.12...1.1.0)
|
|
949
|
+
## [1.1.0](https://www.npmjs.com/package/@digital-ai/dot-components) (09/29/2021)
|
|
1190
950
|
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
- value prop isn't being passed to tab [\#693](https://github.com/digital-ai/dot-components/issues/693)
|
|
951
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.12...1.1.0)
|
|
1194
952
|
|
|
1195
|
-
**
|
|
953
|
+
**Misc:**
|
|
1196
954
|
|
|
1197
955
|
- MINOR release [\#695](https://github.com/digital-ai/dot-components/pull/695) ([CWSites](https://github.com/CWSites))
|
|
1198
956
|
- pass value to tab [\#694](https://github.com/digital-ai/dot-components/pull/694) ([kmmarsh](https://github.com/kmmarsh))
|
|
1199
957
|
- S-78831: update AppToolbar component for Agility [\#691](https://github.com/digital-ai/dot-components/pull/691) ([CWSites](https://github.com/CWSites))
|
|
1200
958
|
|
|
1201
|
-
## [1.0.12](https://
|
|
959
|
+
## [1.0.12](https://www.npmjs.com/package/@digital-ai/dot-components) (09/23/2021)
|
|
1202
960
|
|
|
1203
|
-
[Full Changelog](https://github.
|
|
961
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.11...1.0.12)
|
|
1204
962
|
|
|
1205
963
|
**Features:**
|
|
1206
964
|
|
|
@@ -1208,64 +966,54 @@
|
|
|
1208
966
|
|
|
1209
967
|
**Fixed bugs:**
|
|
1210
968
|
|
|
1211
|
-
- `DotAppToobar` has z-index higher than autocomplete [\#669](https://github.com/digital-ai/dot-components/issues/669)
|
|
1212
|
-
- `Link` component is not triggered on `Enter` key [\#630](https://github.com/digital-ai/dot-components/issues/630)
|
|
1213
|
-
- `AutoComplete` component has incorrectly typed `AutoCompleteValue` in `onChange` signature [\#627](https://github.com/digital-ai/dot-components/issues/627)
|
|
1214
969
|
- D-18817: set mainMenuItems to `null` by default [\#688](https://github.com/digital-ai/dot-components/pull/688) ([CWSites](https://github.com/CWSites))
|
|
1215
970
|
- D-18664: update link to allow for keypress [\#686](https://github.com/digital-ai/dot-components/pull/686) ([CWSites](https://github.com/CWSites))
|
|
1216
971
|
- D-18665: AppToolbar z-index update [\#685](https://github.com/digital-ai/dot-components/pull/685) ([CWSites](https://github.com/CWSites))
|
|
1217
972
|
- D-18663: Update AutoComplete value typing [\#684](https://github.com/digital-ai/dot-components/pull/684) ([CWSites](https://github.com/CWSites))
|
|
1218
973
|
|
|
1219
|
-
**
|
|
974
|
+
**Misc:**
|
|
1220
975
|
|
|
1221
976
|
- Next Release [\#689](https://github.com/digital-ai/dot-components/pull/689) ([CWSites](https://github.com/CWSites))
|
|
1222
977
|
|
|
1223
|
-
## [1.0.11](https://
|
|
978
|
+
## [1.0.11](https://www.npmjs.com/package/@digital-ai/dot-components) (09/16/2021)
|
|
1224
979
|
|
|
1225
|
-
[Full Changelog](https://github.
|
|
980
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.10...1.0.11)
|
|
1226
981
|
|
|
1227
982
|
**Fixed bugs:**
|
|
1228
983
|
|
|
1229
|
-
- DotListItem [\#611](https://github.com/digital-ai/dot-components/issues/611)
|
|
1230
984
|
- D-18421: close hamburger on navigate [\#679](https://github.com/digital-ai/dot-components/pull/679) ([CWSites](https://github.com/CWSites))
|
|
1231
985
|
|
|
1232
|
-
**
|
|
986
|
+
**Misc:**
|
|
1233
987
|
|
|
1234
988
|
- S-78594: Update avatar component to randomly assign a color of the avatar background to the signed in user [\#680](https://github.com/digital-ai/dot-components/pull/680) ([dmiletic85](https://github.com/dmiletic85))
|
|
1235
989
|
|
|
1236
|
-
## [1.0.10](https://
|
|
990
|
+
## [1.0.10](https://www.npmjs.com/package/@digital-ai/dot-components) (09/09/2021)
|
|
1237
991
|
|
|
1238
|
-
[Full Changelog](https://github.
|
|
992
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.9...1.0.10)
|
|
1239
993
|
|
|
1240
994
|
**Fixed bugs:**
|
|
1241
995
|
|
|
1242
|
-
- Console warnings while running unit tests for codebase that is consuming dot-components library [\#629](https://github.com/digital-ai/dot-components/issues/629)
|
|
1243
996
|
- D-18424: include breadcrumb wrapper with breadcrumb component [\#675](https://github.com/digital-ai/dot-components/pull/675) ([CWSites](https://github.com/CWSites))
|
|
1244
997
|
- D-18536: material 4.12.3 upgrade [\#667](https://github.com/digital-ai/dot-components/pull/667) ([CWSites](https://github.com/CWSites))
|
|
1245
998
|
|
|
1246
|
-
**
|
|
999
|
+
**Misc:**
|
|
1247
1000
|
|
|
1248
1001
|
- New patch release [\#677](https://github.com/digital-ai/dot-components/pull/677) ([CWSites](https://github.com/CWSites))
|
|
1249
1002
|
|
|
1250
|
-
## [1.0.9](https://
|
|
1003
|
+
## [1.0.9](https://www.npmjs.com/package/@digital-ai/dot-components) (09/02/2021)
|
|
1251
1004
|
|
|
1252
|
-
[Full Changelog](https://github.
|
|
1005
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.8...1.0.9)
|
|
1253
1006
|
|
|
1254
1007
|
**Features:**
|
|
1255
1008
|
|
|
1256
|
-
- \[DotTable\] Ability to make table body cell centered [\#609](https://github.com/digital-ai/dot-components/issues/609)
|
|
1257
|
-
- \[DotTable\] Additional prop for making table cell field truncated and displayed in one line [\#602](https://github.com/digital-ai/dot-components/issues/602)
|
|
1258
1009
|
- S-78487: Add agility colors for Accordion, Pill and Tabs [\#661](https://github.com/digital-ai/dot-components/pull/661) ([angel-git](https://github.com/angel-git))
|
|
1259
1010
|
|
|
1260
1011
|
**Fixed bugs:**
|
|
1261
1012
|
|
|
1262
|
-
- untouched modified files [\#660](https://github.com/digital-ai/dot-components/issues/660)
|
|
1263
|
-
- Update Agility colors [\#656](https://github.com/digital-ai/dot-components/issues/656)
|
|
1264
|
-
- Add aria-label property [\#632](https://github.com/digital-ai/dot-components/issues/632)
|
|
1265
1013
|
- D-18730: action toolbar support [\#671](https://github.com/digital-ai/dot-components/pull/671) ([CWSites](https://github.com/CWSites))
|
|
1266
1014
|
- D-18607: Fix rowsPerPage parsing and do not pad table with empty rows [\#655](https://github.com/digital-ai/dot-components/pull/655) ([selsemore](https://github.com/selsemore))
|
|
1267
1015
|
|
|
1268
|
-
**
|
|
1016
|
+
**Misc:**
|
|
1269
1017
|
|
|
1270
1018
|
- Release `1.0.8` [\#673](https://github.com/digital-ai/dot-components/pull/673) ([CWSites](https://github.com/CWSites))
|
|
1271
1019
|
- S-78572: Make entire sidebar backitem clickable [\#670](https://github.com/digital-ai/dot-components/pull/670) ([selsemore](https://github.com/selsemore))
|
|
@@ -1278,37 +1026,24 @@
|
|
|
1278
1026
|
- S-78388: Export interfaces and types needed for table pagination and sorting [\#654](https://github.com/digital-ai/dot-components/pull/654) ([selsemore](https://github.com/selsemore))
|
|
1279
1027
|
- S-77872: gather test coverage in sonarcloud [\#653](https://github.com/digital-ai/dot-components/pull/653) ([CWSites](https://github.com/CWSites))
|
|
1280
1028
|
|
|
1281
|
-
## [1.0.8](https://
|
|
1029
|
+
## [1.0.8](https://www.npmjs.com/package/@digital-ai/dot-components) (08/23/2021)
|
|
1282
1030
|
|
|
1283
|
-
[Full Changelog](https://github.
|
|
1284
|
-
|
|
1285
|
-
**Fixed bugs:**
|
|
1031
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.7...1.0.8)
|
|
1286
1032
|
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
**Merged pull requests:**
|
|
1033
|
+
**Misc:**
|
|
1290
1034
|
|
|
1291
1035
|
- add export back to component library [\#652](https://github.com/digital-ai/dot-components/pull/652) ([CWSites](https://github.com/CWSites))
|
|
1292
1036
|
- add back missing items from export [\#651](https://github.com/digital-ai/dot-components/pull/651) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
1293
1037
|
|
|
1294
|
-
## [1.0.7](https://
|
|
1038
|
+
## [1.0.7](https://www.npmjs.com/package/@digital-ai/dot-components) (08/23/2021)
|
|
1295
1039
|
|
|
1296
|
-
[Full Changelog](https://github.
|
|
1040
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.6...1.0.7)
|
|
1297
1041
|
|
|
1298
1042
|
**Features:**
|
|
1299
1043
|
|
|
1300
1044
|
- Custom main logo in the AppToolbar [\#637](https://github.com/digital-ai/dot-components/pull/637) ([monapatel91](https://github.com/monapatel91))
|
|
1301
1045
|
|
|
1302
|
-
**
|
|
1303
|
-
|
|
1304
|
-
- Link color is hardcoded for agility product [\#641](https://github.com/digital-ai/dot-components/issues/641)
|
|
1305
|
-
- Error when installing dot-components in a project that is on version 17 of React [\#591](https://github.com/digital-ai/dot-components/issues/591)
|
|
1306
|
-
|
|
1307
|
-
**Closed issues:**
|
|
1308
|
-
|
|
1309
|
-
- Dialog Accessibility enhancement [\#648](https://github.com/digital-ai/dot-components/issues/648)
|
|
1310
|
-
|
|
1311
|
-
**Merged pull requests:**
|
|
1046
|
+
**Misc:**
|
|
1312
1047
|
|
|
1313
1048
|
- Add autofocus property to Button [\#647](https://github.com/digital-ai/dot-components/pull/647) ([angel-git](https://github.com/angel-git))
|
|
1314
1049
|
- remove customer logo and use imaginary test logo instead [\#646](https://github.com/digital-ai/dot-components/pull/646) ([CWSites](https://github.com/CWSites))
|
|
@@ -1316,9 +1051,9 @@
|
|
|
1316
1051
|
- S-78162: adjust link color [\#642](https://github.com/digital-ai/dot-components/pull/642) ([CWSites](https://github.com/CWSites))
|
|
1317
1052
|
- update all API unit tests to not have duplicate data [\#639](https://github.com/digital-ai/dot-components/pull/639) ([CWSites](https://github.com/CWSites))
|
|
1318
1053
|
|
|
1319
|
-
## [1.0.6](https://
|
|
1054
|
+
## [1.0.6](https://www.npmjs.com/package/@digital-ai/dot-components) (08/18/2021)
|
|
1320
1055
|
|
|
1321
|
-
[Full Changelog](https://github.
|
|
1056
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.5...1.0.6)
|
|
1322
1057
|
|
|
1323
1058
|
**Features:**
|
|
1324
1059
|
|
|
@@ -1326,11 +1061,9 @@
|
|
|
1326
1061
|
|
|
1327
1062
|
**Fixed bugs:**
|
|
1328
1063
|
|
|
1329
|
-
- Dialog and autocomplete dont follow agility dark theme [\#631](https://github.com/digital-ai/dot-components/issues/631)
|
|
1330
|
-
- Fix agility theme colors [\#623](https://github.com/digital-ai/dot-components/issues/623)
|
|
1331
1064
|
- D-18346: fix sidebar menu item height [\#624](https://github.com/digital-ai/dot-components/pull/624) ([selsemore](https://github.com/selsemore))
|
|
1332
1065
|
|
|
1333
|
-
**
|
|
1066
|
+
**Misc:**
|
|
1334
1067
|
|
|
1335
1068
|
- Next patch release with agility theme colors [\#638](https://github.com/digital-ai/dot-components/pull/638) ([CWSites](https://github.com/CWSites))
|
|
1336
1069
|
- S 78162: agility theme [\#636](https://github.com/digital-ai/dot-components/pull/636) ([CWSites](https://github.com/CWSites))
|
|
@@ -1338,17 +1071,17 @@
|
|
|
1338
1071
|
- Feedback of snackbar [\#628](https://github.com/digital-ai/dot-components/pull/628) ([monapatel91](https://github.com/monapatel91))
|
|
1339
1072
|
- S-77873: Support agility themes in certain components [\#626](https://github.com/digital-ai/dot-components/pull/626) ([CWSites](https://github.com/CWSites))
|
|
1340
1073
|
|
|
1341
|
-
## [1.0.5](https://
|
|
1074
|
+
## [1.0.5](https://www.npmjs.com/package/@digital-ai/dot-components) (07/28/2021)
|
|
1342
1075
|
|
|
1343
|
-
[Full Changelog](https://github.
|
|
1076
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.4...1.0.5)
|
|
1344
1077
|
|
|
1345
|
-
**
|
|
1078
|
+
**Misc:**
|
|
1346
1079
|
|
|
1347
1080
|
- pin material-ui lab version [\#620](https://github.com/digital-ai/dot-components/pull/620) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
1348
1081
|
|
|
1349
|
-
## [1.0.4](https://
|
|
1082
|
+
## [1.0.4](https://www.npmjs.com/package/@digital-ai/dot-components) (07/28/2021)
|
|
1350
1083
|
|
|
1351
|
-
[Full Changelog](https://github.
|
|
1084
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.3...1.0.4)
|
|
1352
1085
|
|
|
1353
1086
|
**Features:**
|
|
1354
1087
|
|
|
@@ -1359,7 +1092,7 @@
|
|
|
1359
1092
|
|
|
1360
1093
|
- D-18306: lock material UI to `4.11.x` [\#604](https://github.com/digital-ai/dot-components/pull/604) ([CWSites](https://github.com/CWSites))
|
|
1361
1094
|
|
|
1362
|
-
**
|
|
1095
|
+
**Misc:**
|
|
1363
1096
|
|
|
1364
1097
|
- Resolve issue from MUI console errors due to unlocked version of @material-ui/lab [\#619](https://github.com/digital-ai/dot-components/pull/619) ([CWSites](https://github.com/CWSites))
|
|
1365
1098
|
- S-77134: lock @material-ui/lab to 4.0.0-alpha.56 [\#617](https://github.com/digital-ai/dot-components/pull/617) ([CWSites](https://github.com/CWSites))
|
|
@@ -1372,28 +1105,19 @@
|
|
|
1372
1105
|
- Update GitHub prerelease [\#599](https://github.com/digital-ai/dot-components/pull/599) ([CWSites](https://github.com/CWSites))
|
|
1373
1106
|
- S-76917: remove progressionBoard styles from theme provider [\#597](https://github.com/digital-ai/dot-components/pull/597) ([CWSites](https://github.com/CWSites))
|
|
1374
1107
|
|
|
1375
|
-
## [1.0.3](https://
|
|
1108
|
+
## [1.0.3](https://www.npmjs.com/package/@digital-ai/dot-components) (07/27/2021)
|
|
1376
1109
|
|
|
1377
|
-
[Full Changelog](https://github.
|
|
1110
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.2...1.0.3)
|
|
1378
1111
|
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
- Add height property to DotDrawer component [\#600](https://github.com/digital-ai/dot-components/issues/600)
|
|
1382
|
-
- Address theme overrides in consuming applications. [\#578](https://github.com/digital-ai/dot-components/issues/578)
|
|
1383
|
-
|
|
1384
|
-
**Fixed bugs:**
|
|
1112
|
+
## [1.0.2](https://www.npmjs.com/package/@digital-ai/dot-components) (07/08/2021)
|
|
1385
1113
|
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
## [1.0.2](https://github.com/digital-ai/dot-components/tree/1.0.2) (07/08/2021)
|
|
1389
|
-
|
|
1390
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.1...1.0.2)
|
|
1114
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.1...1.0.2)
|
|
1391
1115
|
|
|
1392
1116
|
**Features:**
|
|
1393
1117
|
|
|
1394
1118
|
- S-76914: optional prop for truncating accordion summary to one line [\#590](https://github.com/digital-ai/dot-components/pull/590) ([CWSites](https://github.com/CWSites))
|
|
1395
1119
|
|
|
1396
|
-
**
|
|
1120
|
+
**Misc:**
|
|
1397
1121
|
|
|
1398
1122
|
- S-76905: add disablePortal prop to SplitButton and set z-index for SplitButton menu [\#596](https://github.com/digital-ai/dot-components/pull/596) ([selsemore](https://github.com/selsemore))
|
|
1399
1123
|
- S-76905: fix error upon selection of split button option with non-numeric key [\#595](https://github.com/digital-ai/dot-components/pull/595) ([selsemore](https://github.com/selsemore))
|
|
@@ -1415,48 +1139,9 @@
|
|
|
1415
1139
|
- S-75998: \[PB Tech Debt\] Avoid unnecessary form re-renders when typing application name [\#556](https://github.com/digital-ai/dot-components/pull/556) ([dmiletic85](https://github.com/dmiletic85))
|
|
1416
1140
|
- S-75991: \[PB Tech Debt\] Refactor and improve wrapper component in demo app [\#546](https://github.com/digital-ai/dot-components/pull/546) ([dmiletic85](https://github.com/dmiletic85))
|
|
1417
1141
|
|
|
1418
|
-
## [1.0.1](https://
|
|
1419
|
-
|
|
1420
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.0...1.0.1)
|
|
1421
|
-
|
|
1422
|
-
**Features:**
|
|
1423
|
-
|
|
1424
|
-
- Improvements to `Table` Component [\#577](https://github.com/digital-ai/dot-components/issues/577)
|
|
1425
|
-
- Expose `title` prop on input fields [\#576](https://github.com/digital-ai/dot-components/issues/576)
|
|
1426
|
-
- Additional Accordion prop for making summary field truncated and displayed in one line [\#574](https://github.com/digital-ai/dot-components/issues/574)
|
|
1427
|
-
- Breakpoint updates [\#573](https://github.com/digital-ai/dot-components/issues/573)
|
|
1428
|
-
- Drag and Drop Layout Engine POC [\#526](https://github.com/digital-ai/dot-components/issues/526)
|
|
1429
|
-
- Component: POC Custom Flyout Side Panel [\#473](https://github.com/digital-ai/dot-components/issues/473)
|
|
1430
|
-
- Storybook improvements for components with subcomponents [\#242](https://github.com/digital-ai/dot-components/issues/242)
|
|
1431
|
-
- App Switcher [\#69](https://github.com/digital-ai/dot-components/issues/69)
|
|
1432
|
-
|
|
1433
|
-
**Fixed bugs:**
|
|
1434
|
-
|
|
1435
|
-
- The package.json that is published with the component includes @react-theming/storybook-addon as a peerDependency [\#572](https://github.com/digital-ai/dot-components/issues/572)
|
|
1436
|
-
- DotCheckboxGroup value prop is of the wrong data type [\#561](https://github.com/digital-ai/dot-components/issues/561)
|
|
1437
|
-
- Workitem hover/selection causes unnecessary progression board re-renders with DOM updates [\#531](https://github.com/digital-ai/dot-components/issues/531)
|
|
1438
|
-
- ProgressionBoard phases shouldn't take full width of the board [\#504](https://github.com/digital-ai/dot-components/issues/504)
|
|
1439
|
-
- Some components do not look good using dark themes [\#478](https://github.com/digital-ai/dot-components/issues/478)
|
|
1440
|
-
- `ProgressionBoard` using deprecated `findDOMNode` on `demo` [\#430](https://github.com/digital-ai/dot-components/issues/430)
|
|
1441
|
-
|
|
1442
|
-
**Closed issues:**
|
|
1142
|
+
## [1.0.1](https://www.npmjs.com/package/@digital-ai/dot-components) (07/02/2021)
|
|
1443
1143
|
|
|
1444
|
-
|
|
1445
|
-
- Automation Improvements [\#585](https://github.com/digital-ai/dot-components/issues/585)
|
|
1446
|
-
- Component: `InlineEdit` [\#583](https://github.com/digital-ai/dot-components/issues/583)
|
|
1447
|
-
- Component: `SplitButton` [\#579](https://github.com/digital-ai/dot-components/issues/579)
|
|
1448
|
-
- ButtonToggle [\#563](https://github.com/digital-ai/dot-components/issues/563)
|
|
1449
|
-
- Outstanding build warnings [\#555](https://github.com/digital-ai/dot-components/issues/555)
|
|
1450
|
-
- Cross browser testing [\#441](https://github.com/digital-ai/dot-components/issues/441)
|
|
1451
|
-
- Review `vsm-hub` Codebase [\#391](https://github.com/digital-ai/dot-components/issues/391)
|
|
1452
|
-
- SPIKE: snapshot testing [\#264](https://github.com/digital-ai/dot-components/issues/264)
|
|
1453
|
-
- Custom schematic for generating code for the library [\#259](https://github.com/digital-ai/dot-components/issues/259)
|
|
1454
|
-
- Upgrade Material-UI to v5 [\#220](https://github.com/digital-ai/dot-components/issues/220)
|
|
1455
|
-
- Setup Experitest [\#216](https://github.com/digital-ai/dot-components/issues/216)
|
|
1456
|
-
- Better storybook controls [\#197](https://github.com/digital-ai/dot-components/issues/197)
|
|
1457
|
-
- S-74178: Publish demo site to a hosted environment [\#97](https://github.com/digital-ai/dot-components/issues/97)
|
|
1458
|
-
- S-73859: Configure Sonar Cloud [\#95](https://github.com/digital-ai/dot-components/issues/95)
|
|
1459
|
-
- Future roadmap [\#90](https://github.com/digital-ai/dot-components/issues/90)
|
|
1144
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.0...1.0.1)
|
|
1460
1145
|
|
|
1461
1146
|
## [v0.0.1-alpha.0](https://github.com/digital-ai/dot-components/tree/v0.0.1-alpha.0) (05/19/2021)
|
|
1462
1147
|
|