@digital-ai/dot-components 2.2.1 → 2.3.1
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 +227 -539
- package/index.esm.js +1073 -771
- package/index.umd.js +1177 -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,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [2.
|
|
3
|
+
## [2.3.1](https://www.npmjs.com/package/@digital-ai/dot-components) (02/15/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.3.0...2.3.1)
|
|
6
|
+
|
|
7
|
+
**Fixed bugs:**
|
|
8
|
+
|
|
9
|
+
- S-89896: Remove 'identity.' from host when constructing platform url [\#1379](https://github.com/digital-ai/dot-components/pull/1379) ([jmcnally](https://github.com/jmcnally))
|
|
10
|
+
|
|
11
|
+
## [2.3.0](https://www.npmjs.com/package/@digital-ai/dot-components) (02/09/2023)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.2.1...2.3.0)
|
|
14
|
+
|
|
15
|
+
**Features:**
|
|
16
|
+
|
|
17
|
+
- S-89896: AppSwitcher empty state [\#1361](https://github.com/digital-ai/dot-components/pull/1361) ([fin7710](https://github.com/fin7710))
|
|
18
|
+
- 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))
|
|
19
|
+
|
|
20
|
+
**Misc:**
|
|
21
|
+
|
|
22
|
+
- 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))
|
|
23
|
+
- resolving more warnings [\#1369](https://github.com/digital-ai/dot-components/pull/1369) ([CWSites](https://github.com/CWSites))
|
|
24
|
+
|
|
25
|
+
## [2.2.1](https://www.npmjs.com/package/@digital-ai/dot-components) (02/08/2023)
|
|
26
|
+
|
|
27
|
+
[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
28
|
|
|
7
29
|
**Features:**
|
|
8
30
|
|
|
@@ -16,91 +38,78 @@
|
|
|
16
38
|
- D-21193: adjust when truncated tooltip is displayed [\#1350](https://github.com/digital-ai/dot-components/pull/1350) ([CWSites](https://github.com/CWSites))
|
|
17
39
|
- D-21051: troubleshooting drawer onClose [\#1347](https://github.com/digital-ai/dot-components/pull/1347) ([CWSites](https://github.com/CWSites))
|
|
18
40
|
|
|
19
|
-
**
|
|
41
|
+
**Misc:**
|
|
20
42
|
|
|
21
43
|
- GitHub Action Troubleshooting [\#1368](https://github.com/digital-ai/dot-components/pull/1368) ([CWSites](https://github.com/CWSites))
|
|
22
44
|
- Upload drip echo icon [\#1366](https://github.com/digital-ai/dot-components/pull/1366) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
23
45
|
- S-90007 Add missing test [\#1362](https://github.com/digital-ai/dot-components/pull/1362) ([angel-git](https://github.com/angel-git))
|
|
24
46
|
- icons-pin-update-Jan-27th [\#1354](https://github.com/digital-ai/dot-components/pull/1354) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
25
47
|
|
|
26
|
-
## [1.21.8](https://
|
|
48
|
+
## [1.21.8](https://www.npmjs.com/package/@digital-ai/dot-components) (02/04/2023)
|
|
27
49
|
|
|
28
|
-
[Full Changelog](https://github.
|
|
50
|
+
[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
51
|
|
|
30
52
|
**Features:**
|
|
31
53
|
|
|
32
|
-
- `DotAutoComplete`: Expose ListboxComponent property [\#1351](https://github.com/digital-ai/dot-components/issues/1351)
|
|
33
54
|
- S-90007 Expose ListboxComponent for `DotAutocomplete` [\#1365](https://github.com/digital-ai/dot-components/pull/1365) ([angel-git](https://github.com/angel-git))
|
|
34
55
|
|
|
35
|
-
|
|
56
|
+
## [2.2.0](https://www.npmjs.com/package/@digital-ai/dot-components) (12/28/2022)
|
|
36
57
|
|
|
37
|
-
|
|
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)
|
|
43
|
-
|
|
44
|
-
## [2.2.0](https://github.com/digital-ai/dot-components/tree/2.2.0) (12/28/2022)
|
|
45
|
-
|
|
46
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.1.1...2.2.0)
|
|
58
|
+
[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
59
|
|
|
48
60
|
**Features:**
|
|
49
61
|
|
|
50
|
-
- DotDialog should have the option to remove the Cancel button [\#1340](https://github.com/digital-ai/dot-components/issues/1340)
|
|
51
62
|
- 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
63
|
- 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
64
|
|
|
54
65
|
**Fixed bugs:**
|
|
55
66
|
|
|
56
|
-
- Button component with type "outlined" is not greyed out when disabled [\#1342](https://github.com/digital-ai/dot-components/issues/1342)
|
|
57
67
|
- 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
68
|
|
|
59
|
-
**
|
|
69
|
+
**Misc:**
|
|
60
70
|
|
|
61
71
|
- 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
72
|
- S-88495: update warning 900 color [\#1344](https://github.com/digital-ai/dot-components/pull/1344) ([CWSites](https://github.com/CWSites))
|
|
63
73
|
|
|
64
|
-
## [2.1.1](https://
|
|
74
|
+
## [2.1.1](https://www.npmjs.com/package/@digital-ai/dot-components) (12/15/2022)
|
|
65
75
|
|
|
66
|
-
[Full Changelog](https://github.
|
|
76
|
+
[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
77
|
|
|
68
|
-
**
|
|
78
|
+
**Misc:**
|
|
69
79
|
|
|
70
80
|
- Add icon `icon-open-in-own-modal` [\#1337](https://github.com/digital-ai/dot-components/pull/1337) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
71
81
|
|
|
72
|
-
## [2.1.0](https://
|
|
82
|
+
## [2.1.0](https://www.npmjs.com/package/@digital-ai/dot-components) (12/12/2022)
|
|
73
83
|
|
|
74
|
-
[Full Changelog](https://github.
|
|
84
|
+
[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
85
|
|
|
76
86
|
**Fixed bugs:**
|
|
77
87
|
|
|
78
|
-
- InputText not taking up fullWidth [\#1329](https://github.com/digital-ai/dot-components/issues/1329)
|
|
79
88
|
- D-23539: Add class for fullWidth text fields [\#1334](https://github.com/digital-ai/dot-components/pull/1334) ([jmcnally](https://github.com/jmcnally))
|
|
80
89
|
|
|
81
|
-
## [1.21.7](https://
|
|
90
|
+
## [1.21.7](https://www.npmjs.com/package/@digital-ai/dot-components) (12/12/2022)
|
|
82
91
|
|
|
83
|
-
[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.4...1.21.7)
|
|
84
93
|
|
|
85
94
|
**Fixed bugs:**
|
|
86
95
|
|
|
87
96
|
- 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
97
|
|
|
89
|
-
## [2.0.4](https://
|
|
98
|
+
## [2.0.4](https://www.npmjs.com/package/@digital-ai/dot-components) (12/10/2022)
|
|
90
99
|
|
|
91
|
-
[Full Changelog](https://github.
|
|
100
|
+
[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
101
|
|
|
93
|
-
## [2.0.3](https://
|
|
102
|
+
## [2.0.3](https://www.npmjs.com/package/@digital-ai/dot-components) (12/10/2022)
|
|
94
103
|
|
|
95
|
-
[Full Changelog](https://github.
|
|
104
|
+
[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
105
|
|
|
97
106
|
**Features:**
|
|
98
107
|
|
|
99
108
|
- S-88447: App switcher [\#1322](https://github.com/digital-ai/dot-components/pull/1322) ([jmcnally](https://github.com/jmcnally))
|
|
100
109
|
|
|
101
|
-
## [2.0.2](https://
|
|
110
|
+
## [2.0.2](https://www.npmjs.com/package/@digital-ai/dot-components) (12/06/2022)
|
|
102
111
|
|
|
103
|
-
[Full Changelog](https://github.
|
|
112
|
+
[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
113
|
|
|
105
114
|
**Features:**
|
|
106
115
|
|
|
@@ -109,7 +118,6 @@
|
|
|
109
118
|
|
|
110
119
|
**Fixed bugs:**
|
|
111
120
|
|
|
112
|
-
- `DotAvatar`: should be able to remove the background color when using images [\#1136](https://github.com/digital-ai/dot-components/issues/1136)
|
|
113
121
|
- S-84511: Allow avatar colors to be transparent [\#1324](https://github.com/digital-ai/dot-components/pull/1324) ([CWSites](https://github.com/CWSites))
|
|
114
122
|
- D-23494: Update TablePagination and AlertBanner [\#1323](https://github.com/digital-ai/dot-components/pull/1323) ([CWSites](https://github.com/CWSites))
|
|
115
123
|
- 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 +126,20 @@
|
|
|
118
126
|
- 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
127
|
- D-23298: `NavigationRail` Fix badges issue [\#1303](https://github.com/digital-ai/dot-components/pull/1303) ([dmiletic85](https://github.com/dmiletic85))
|
|
120
128
|
|
|
121
|
-
**
|
|
129
|
+
**Misc:**
|
|
122
130
|
|
|
123
131
|
- S-88919: Update react-router-dom [\#1325](https://github.com/digital-ai/dot-components/pull/1325) ([ryangamble](https://github.com/ryangamble))
|
|
124
132
|
|
|
125
|
-
## [1.21.6](https://
|
|
133
|
+
## [1.21.6](https://www.npmjs.com/package/@digital-ai/dot-components) (12/06/2022)
|
|
126
134
|
|
|
127
|
-
[Full Changelog](https://github.
|
|
135
|
+
[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
136
|
|
|
129
|
-
|
|
137
|
+
## [2.0.1](https://www.npmjs.com/package/@digital-ai/dot-components) (11/15/2022)
|
|
130
138
|
|
|
131
|
-
|
|
132
|
-
- `DotToggleButton` should allow to change selected color [\#1121](https://github.com/digital-ai/dot-components/issues/1121)
|
|
139
|
+
[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
140
|
|
|
134
141
|
**Fixed bugs:**
|
|
135
142
|
|
|
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
143
|
- 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
144
|
- 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
145
|
- 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 +149,51 @@
|
|
|
165
149
|
- 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
150
|
- 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
151
|
|
|
168
|
-
## [2.0.0](https://
|
|
152
|
+
## [2.0.0](https://www.npmjs.com/package/@digital-ai/dot-components) (11/02/2022)
|
|
169
153
|
|
|
170
|
-
[Full Changelog](https://github.
|
|
154
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.5...2.0.0)
|
|
171
155
|
|
|
172
|
-
## [1.21.5](https://
|
|
156
|
+
## [1.21.5](https://www.npmjs.com/package/@digital-ai/dot-components) (11/01/2022)
|
|
173
157
|
|
|
174
|
-
[Full Changelog](https://github.
|
|
175
|
-
|
|
176
|
-
**Fixed bugs:**
|
|
158
|
+
[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)
|
|
177
159
|
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
**Merged pull requests:**
|
|
160
|
+
**Misc:**
|
|
181
161
|
|
|
182
162
|
- Changed Agility icons in dot font [\#1282](https://github.com/digital-ai/dot-components/pull/1282) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
183
163
|
- 18 tuesday oct 22 [\#1280](https://github.com/digital-ai/dot-components/pull/1280) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
184
164
|
|
|
185
|
-
## [2.0.0-rc.3](https://
|
|
165
|
+
## [2.0.0-rc.3](https://www.npmjs.com/package/@digital-ai/dot-components) (10/27/2022)
|
|
186
166
|
|
|
187
|
-
[Full Changelog](https://github.
|
|
167
|
+
[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
168
|
|
|
189
169
|
**Fixed bugs:**
|
|
190
170
|
|
|
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
171
|
- 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
172
|
- D-22154: icon color [\#1284](https://github.com/digital-ai/dot-components/pull/1284) ([CWSites](https://github.com/CWSites))
|
|
198
173
|
- D-22852: autocomplete render option [\#1283](https://github.com/digital-ai/dot-components/pull/1283) ([CWSites](https://github.com/CWSites))
|
|
199
174
|
|
|
200
|
-
**
|
|
175
|
+
**Misc:**
|
|
201
176
|
|
|
202
177
|
- D-22855 peer dependencies [\#1278](https://github.com/digital-ai/dot-components/pull/1278) ([CWSites](https://github.com/CWSites))
|
|
203
178
|
|
|
204
|
-
## [1.21.4](https://
|
|
179
|
+
## [1.21.4](https://www.npmjs.com/package/@digital-ai/dot-components) (10/04/2022)
|
|
205
180
|
|
|
206
|
-
[Full Changelog](https://github.
|
|
181
|
+
[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
182
|
|
|
208
183
|
**Features:**
|
|
209
184
|
|
|
210
|
-
- `DotSidebar` Expose a callback when sidebar is expanded or collapsed [\#1273](https://github.com/digital-ai/dot-components/issues/1273)
|
|
211
185
|
- 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
186
|
|
|
213
187
|
**Fixed bugs:**
|
|
214
188
|
|
|
215
|
-
- `DotInputText` multiline is broken since 1.21.3 [\#1275](https://github.com/digital-ai/dot-components/issues/1275)
|
|
216
189
|
- D-22889: `DotInputText` Fix multiline issues [\#1276](https://github.com/digital-ai/dot-components/pull/1276) ([dmiletic85](https://github.com/dmiletic85))
|
|
217
190
|
|
|
218
|
-
## [1.21.3](https://
|
|
191
|
+
## [1.21.3](https://www.npmjs.com/package/@digital-ai/dot-components) (09/28/2022)
|
|
219
192
|
|
|
220
|
-
[Full Changelog](https://github.
|
|
193
|
+
[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
194
|
|
|
222
195
|
**Features:**
|
|
223
196
|
|
|
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
197
|
- S-87726 Align input content with helper text [\#1265](https://github.com/digital-ai/dot-components/pull/1265) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
228
198
|
- 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
199
|
- 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 +203,51 @@
|
|
|
233
203
|
|
|
234
204
|
- 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
205
|
|
|
236
|
-
## [2.0.0-rc.2](https://
|
|
206
|
+
## [2.0.0-rc.2](https://www.npmjs.com/package/@digital-ai/dot-components) (09/15/2022)
|
|
237
207
|
|
|
238
|
-
[Full Changelog](https://github.
|
|
208
|
+
[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
209
|
|
|
240
|
-
## [1.21.2](https://
|
|
210
|
+
## [1.21.2](https://www.npmjs.com/package/@digital-ai/dot-components) (09/09/2022)
|
|
241
211
|
|
|
242
|
-
[Full Changelog](https://github.
|
|
212
|
+
[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
213
|
|
|
244
214
|
**Features:**
|
|
245
215
|
|
|
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
216
|
- S-87316 Add focus state for Inline Edit [\#1255](https://github.com/digital-ai/dot-components/pull/1255) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
249
217
|
|
|
250
218
|
**Fixed bugs:**
|
|
251
219
|
|
|
252
|
-
- Use of `release-2.0` branch causes `Typography` to use default styling [\#1151](https://github.com/digital-ai/dot-components/issues/1151)
|
|
253
220
|
- 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
221
|
|
|
255
|
-
## [2.0.0-rc.1](https://
|
|
222
|
+
## [2.0.0-rc.1](https://www.npmjs.com/package/@digital-ai/dot-components) (08/31/2022)
|
|
256
223
|
|
|
257
|
-
[Full Changelog](https://github.
|
|
224
|
+
[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
225
|
|
|
259
226
|
**Fixed bugs:**
|
|
260
227
|
|
|
261
228
|
- S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
|
|
262
|
-
- 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
229
|
|
|
264
|
-
**
|
|
230
|
+
**Misc:**
|
|
265
231
|
|
|
266
232
|
- Release Candidate Workflow [\#1251](https://github.com/digital-ai/dot-components/pull/1251) ([CWSites](https://github.com/CWSites))
|
|
267
233
|
- S-85001: add support for react 18 [\#1244](https://github.com/digital-ai/dot-components/pull/1244) ([CWSites](https://github.com/CWSites))
|
|
268
234
|
- S-86694: Extract agility theme [\#1242](https://github.com/digital-ai/dot-components/pull/1242) ([CWSites](https://github.com/CWSites))
|
|
269
235
|
|
|
270
|
-
## [1.21.1](https://
|
|
236
|
+
## [1.21.1](https://www.npmjs.com/package/@digital-ai/dot-components) (08/31/2022)
|
|
271
237
|
|
|
272
|
-
[Full Changelog](https://github.
|
|
238
|
+
[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
239
|
|
|
274
240
|
**Features:**
|
|
275
241
|
|
|
276
|
-
- Add focus state on Avatar With Tooltip component [\#1246](https://github.com/digital-ai/dot-components/issues/1246)
|
|
277
242
|
- 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
243
|
- 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
244
|
|
|
280
|
-
## [1.21.0](https://
|
|
245
|
+
## [1.21.0](https://www.npmjs.com/package/@digital-ai/dot-components) (08/22/2022)
|
|
281
246
|
|
|
282
|
-
[Full Changelog](https://github.
|
|
247
|
+
[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
248
|
|
|
284
249
|
**Features:**
|
|
285
250
|
|
|
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
251
|
- 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
252
|
- 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
253
|
- S-86683: `DotAutocomplete`: expose `onBlur` [\#1236](https://github.com/digital-ai/dot-components/pull/1236) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -293,31 +255,20 @@
|
|
|
293
255
|
|
|
294
256
|
**Fixed bugs:**
|
|
295
257
|
|
|
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
258
|
- 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
259
|
- 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
260
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
**Merged pull requests:**
|
|
261
|
+
**Misc:**
|
|
308
262
|
|
|
309
263
|
- 28 jully 2022 icon update [\#1231](https://github.com/digital-ai/dot-components/pull/1231) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
310
264
|
- Issue \#1196: `eslint` and `tsconfig` changes [\#1221](https://github.com/digital-ai/dot-components/pull/1221) ([CWSites](https://github.com/CWSites))
|
|
311
265
|
|
|
312
|
-
## [1.20.0](https://
|
|
266
|
+
## [1.20.0](https://www.npmjs.com/package/@digital-ai/dot-components) (07/23/2022)
|
|
313
267
|
|
|
314
|
-
[Full Changelog](https://github.
|
|
268
|
+
[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
269
|
|
|
316
270
|
**Features:**
|
|
317
271
|
|
|
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
272
|
- S-86369: input field success [\#1226](https://github.com/digital-ai/dot-components/pull/1226) ([CWSites](https://github.com/CWSites))
|
|
322
273
|
- S-84069: expose shrink prop to input fields [\#1223](https://github.com/digital-ai/dot-components/pull/1223) ([CWSites](https://github.com/CWSites))
|
|
323
274
|
- 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 +277,37 @@
|
|
|
326
277
|
|
|
327
278
|
**Fixed bugs:**
|
|
328
279
|
|
|
329
|
-
- Incorrect spacing between inputs in DotForm [\#1071](https://github.com/digital-ai/dot-components/issues/1071)
|
|
330
280
|
- 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
281
|
- D-21918: Update `DotAlertBanner` to match Figma [\#1208](https://github.com/digital-ai/dot-components/pull/1208) ([CWSites](https://github.com/CWSites))
|
|
332
282
|
|
|
333
|
-
## [1.19.1](https://
|
|
283
|
+
## [1.19.1](https://www.npmjs.com/package/@digital-ai/dot-components) (07/18/2022)
|
|
334
284
|
|
|
335
|
-
[Full Changelog](https://github.
|
|
285
|
+
[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
286
|
|
|
337
287
|
**Fixed bugs:**
|
|
338
288
|
|
|
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
289
|
- 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
290
|
- D-20693: `DotSidebar` updates to match Figma [\#1214](https://github.com/digital-ai/dot-components/pull/1214) ([CWSites](https://github.com/CWSites))
|
|
291
|
+
- D-20329: add href to application logo [\#1213](https://github.com/digital-ai/dot-components/pull/1213) ([CWSites](https://github.com/CWSites))
|
|
292
|
+
- D-20404: update table border color [\#1211](https://github.com/digital-ai/dot-components/pull/1211) ([CWSites](https://github.com/CWSites))
|
|
345
293
|
- 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
294
|
|
|
347
|
-
## [1.19.0](https://
|
|
295
|
+
## [1.19.0](https://www.npmjs.com/package/@digital-ai/dot-components) (07/11/2022)
|
|
348
296
|
|
|
349
|
-
[Full Changelog](https://github.
|
|
297
|
+
[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
298
|
|
|
351
299
|
**Features:**
|
|
352
300
|
|
|
353
|
-
- `SplitButton` Improvements [\#1180](https://github.com/digital-ai/dot-components/issues/1180)
|
|
354
301
|
- S-85293: `SplitButton` Improvements [\#1201](https://github.com/digital-ai/dot-components/pull/1201) ([dmiletic85](https://github.com/dmiletic85))
|
|
355
302
|
|
|
356
303
|
**Fixed bugs:**
|
|
357
304
|
|
|
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
305
|
- 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))
|
|
361
306
|
- D-19158: safari font weight [\#1175](https://github.com/digital-ai/dot-components/pull/1175) ([CWSites](https://github.com/CWSites))
|
|
362
307
|
|
|
363
|
-
## [1.18.0](https://
|
|
308
|
+
## [1.18.0](https://www.npmjs.com/package/@digital-ai/dot-components) (06/21/2022)
|
|
364
309
|
|
|
365
|
-
[Full Changelog](https://github.
|
|
310
|
+
[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
311
|
|
|
367
312
|
**Features:**
|
|
368
313
|
|
|
@@ -370,169 +315,129 @@
|
|
|
370
315
|
|
|
371
316
|
**Fixed bugs:**
|
|
372
317
|
|
|
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
318
|
- D-21609: `DotAutocomplete` allow `null` as value [\#1195](https://github.com/digital-ai/dot-components/pull/1195) ([dmiletic85](https://github.com/dmiletic85))
|
|
376
319
|
- 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
320
|
- D-21577: `DraggableList` improvements and bug fixes [\#1190](https://github.com/digital-ai/dot-components/pull/1190) ([dmiletic85](https://github.com/dmiletic85))
|
|
378
321
|
|
|
379
|
-
**
|
|
380
|
-
|
|
381
|
-
- `DotAutocomplete` allow `null` as value [\#1189](https://github.com/digital-ai/dot-components/issues/1189)
|
|
382
|
-
|
|
383
|
-
**Merged pull requests:**
|
|
322
|
+
**Misc:**
|
|
384
323
|
|
|
385
324
|
- `master` \> `develop` [\#1187](https://github.com/digital-ai/dot-components/pull/1187) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
386
325
|
|
|
387
|
-
## [1.17.2](https://
|
|
326
|
+
## [1.17.2](https://www.npmjs.com/package/@digital-ai/dot-components) (06/10/2022)
|
|
388
327
|
|
|
389
|
-
[Full Changelog](https://github.
|
|
328
|
+
[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
329
|
|
|
391
330
|
**Features:**
|
|
392
331
|
|
|
393
|
-
- `InlineEdit` component should provide a tooltip out the box [\#1179](https://github.com/digital-ai/dot-components/issues/1179)
|
|
394
332
|
- 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
333
|
- 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
334
|
|
|
397
335
|
**Fixed bugs:**
|
|
398
336
|
|
|
399
|
-
- Sidebar drawer/expanded does not have a data-testid prop supplied [\#1162](https://github.com/digital-ai/dot-components/issues/1162)
|
|
400
337
|
- 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
338
|
- D-21267: adjust color of helper text [\#1174](https://github.com/digital-ai/dot-components/pull/1174) ([CWSites](https://github.com/CWSites))
|
|
402
339
|
|
|
403
|
-
## [1.17.1](https://
|
|
340
|
+
## [1.17.1](https://www.npmjs.com/package/@digital-ai/dot-components) (05/19/2022)
|
|
404
341
|
|
|
405
|
-
[Full Changelog](https://github.
|
|
342
|
+
[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
343
|
|
|
407
344
|
**Fixed bugs:**
|
|
408
345
|
|
|
409
|
-
- `DotButtonToggle`: Button size is not respected after tooltip change [\#1170](https://github.com/digital-ai/dot-components/issues/1170)
|
|
410
346
|
- 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
347
|
|
|
412
|
-
## [1.17.0](https://
|
|
348
|
+
## [1.17.0](https://www.npmjs.com/package/@digital-ai/dot-components) (05/18/2022)
|
|
413
349
|
|
|
414
|
-
[Full Changelog](https://github.
|
|
350
|
+
[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
351
|
|
|
416
352
|
**Features:**
|
|
417
353
|
|
|
418
|
-
- `DotButtonToggle`: Add tooltip support [\#1164](https://github.com/digital-ai/dot-components/issues/1164)
|
|
419
354
|
- S-84947: `DotButtonToggle`: Add tooltip support [\#1166](https://github.com/digital-ai/dot-components/pull/1166) ([dmiletic85](https://github.com/dmiletic85))
|
|
420
355
|
|
|
421
356
|
**Fixed bugs:**
|
|
422
357
|
|
|
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
358
|
- 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
359
|
|
|
427
|
-
**
|
|
360
|
+
**Misc:**
|
|
428
361
|
|
|
429
362
|
- 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
363
|
|
|
431
|
-
## [1.16.1](https://
|
|
364
|
+
## [1.16.1](https://www.npmjs.com/package/@digital-ai/dot-components) (05/12/2022)
|
|
432
365
|
|
|
433
|
-
[Full Changelog](https://github.
|
|
366
|
+
[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
367
|
|
|
435
368
|
**Fixed bugs:**
|
|
436
369
|
|
|
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
370
|
- 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
371
|
- D-20958: Safari animation jitter [\#1154](https://github.com/digital-ai/dot-components/pull/1154) ([CWSites](https://github.com/CWSites))
|
|
441
372
|
|
|
442
|
-
**
|
|
373
|
+
**Misc:**
|
|
443
374
|
|
|
444
375
|
- May 25th 2022 icons update [\#1157](https://github.com/digital-ai/dot-components/pull/1157) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
445
376
|
|
|
446
|
-
## [1.16.0](https://
|
|
377
|
+
## [1.16.0](https://www.npmjs.com/package/@digital-ai/dot-components) (05/10/2022)
|
|
447
378
|
|
|
448
|
-
[Full Changelog](https://github.
|
|
379
|
+
[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
380
|
|
|
450
381
|
**Features:**
|
|
451
382
|
|
|
452
|
-
- Ability to add custom component to AppToolBar navItems [\#1135](https://github.com/digital-ai/dot-components/issues/1135)
|
|
453
383
|
- 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
384
|
|
|
455
385
|
**Fixed bugs:**
|
|
456
386
|
|
|
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
387
|
- D-20970: DotTableActions component [\#1134](https://github.com/digital-ai/dot-components/pull/1134) ([selsemore](https://github.com/selsemore))
|
|
460
388
|
- D-20359: only display tooltip if string [\#1127](https://github.com/digital-ai/dot-components/pull/1127) ([CWSites](https://github.com/CWSites))
|
|
461
389
|
|
|
462
|
-
## [1.15.0](https://
|
|
390
|
+
## [1.15.0](https://www.npmjs.com/package/@digital-ai/dot-components) (04/21/2022)
|
|
463
391
|
|
|
464
|
-
[Full Changelog](https://github.
|
|
392
|
+
[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
393
|
|
|
466
394
|
**Features:**
|
|
467
395
|
|
|
468
|
-
- \[DRAFT\] `DotFileUpload` Allow to have initial uploaded files [\#1120](https://github.com/digital-ai/dot-components/issues/1120)
|
|
469
396
|
- 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
397
|
|
|
471
|
-
## [1.14.1](https://
|
|
472
|
-
|
|
473
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.14.0...1.14.1)
|
|
474
|
-
|
|
475
|
-
**Features:**
|
|
398
|
+
## [1.14.1](https://www.npmjs.com/package/@digital-ai/dot-components) (04/07/2022)
|
|
476
399
|
|
|
477
|
-
|
|
478
|
-
- `Button`: Add more Storybook examples [\#1109](https://github.com/digital-ai/dot-components/issues/1109)
|
|
400
|
+
[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
401
|
|
|
480
402
|
**Fixed bugs:**
|
|
481
403
|
|
|
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
404
|
- D-20763: Fix bulk action toolbar upper corners [\#1118](https://github.com/digital-ai/dot-components/pull/1118) ([selsemore](https://github.com/selsemore))
|
|
487
405
|
- D-20736: Fix text alignment for small DotAvatar [\#1116](https://github.com/digital-ai/dot-components/pull/1116) ([selsemore](https://github.com/selsemore))
|
|
488
406
|
- 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
407
|
- 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
408
|
|
|
491
|
-
## [1.14.0](https://
|
|
409
|
+
## [1.14.0](https://www.npmjs.com/package/@digital-ai/dot-components) (04/01/2022)
|
|
492
410
|
|
|
493
|
-
[Full Changelog](https://github.
|
|
411
|
+
[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
412
|
|
|
495
413
|
**Features:**
|
|
496
414
|
|
|
497
|
-
- `InlineEdit` Support for different text in view/edit modes [\#1103](https://github.com/digital-ai/dot-components/issues/1103)
|
|
498
415
|
- 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
416
|
|
|
500
417
|
**Fixed bugs:**
|
|
501
418
|
|
|
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
419
|
- 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
420
|
- 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
421
|
|
|
507
|
-
## [1.13.0](https://
|
|
422
|
+
## [1.13.0](https://www.npmjs.com/package/@digital-ai/dot-components) (03/28/2022)
|
|
508
423
|
|
|
509
|
-
[Full Changelog](https://github.
|
|
424
|
+
[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
425
|
|
|
511
426
|
**Features:**
|
|
512
427
|
|
|
513
|
-
- `DotProgress`: Add more Storybook examples [\#1097](https://github.com/digital-ai/dot-components/issues/1097)
|
|
514
428
|
- S-82940: `DotProgress`: Add more Storybook examples [\#1098](https://github.com/digital-ai/dot-components/pull/1098) ([dmiletic85](https://github.com/dmiletic85))
|
|
515
429
|
|
|
516
430
|
**Fixed bugs:**
|
|
517
431
|
|
|
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
432
|
- 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
433
|
- 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
434
|
|
|
524
|
-
## [1.12.0](https://
|
|
435
|
+
## [1.12.0](https://www.npmjs.com/package/@digital-ai/dot-components) (03/25/2022)
|
|
525
436
|
|
|
526
|
-
[Full Changelog](https://github.
|
|
437
|
+
[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
438
|
|
|
528
439
|
**Features:**
|
|
529
440
|
|
|
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
441
|
- S-82910: `DotTypography`: Add more Storybook examples [\#1092](https://github.com/digital-ai/dot-components/pull/1092) ([dmiletic85](https://github.com/dmiletic85))
|
|
537
442
|
- S-82899: `DotCheckbox`: Add more Storybook examples [\#1090](https://github.com/digital-ai/dot-components/pull/1090) ([dmiletic85](https://github.com/dmiletic85))
|
|
538
443
|
- S-82453: `TruncateWithTooltip`: Create new component [\#1072](https://github.com/digital-ai/dot-components/pull/1072) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -543,14 +448,6 @@
|
|
|
543
448
|
|
|
544
449
|
**Fixed bugs:**
|
|
545
450
|
|
|
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
451
|
- D-20511: remove extra period [\#1094](https://github.com/digital-ai/dot-components/pull/1094) ([CWSites](https://github.com/CWSites))
|
|
555
452
|
- 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
453
|
- 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 +456,97 @@
|
|
|
559
456
|
- 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
457
|
- 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
458
|
|
|
562
|
-
## [1.11.3](https://
|
|
459
|
+
## [1.11.3](https://www.npmjs.com/package/@digital-ai/dot-components) (03/16/2022)
|
|
563
460
|
|
|
564
|
-
[Full Changelog](https://github.
|
|
461
|
+
[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
462
|
|
|
566
|
-
**
|
|
463
|
+
**Misc:**
|
|
567
464
|
|
|
568
465
|
- March 16 2022 Agility icons [\#1066](https://github.com/digital-ai/dot-components/pull/1066) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
569
466
|
|
|
570
|
-
## [1.11.2](https://
|
|
467
|
+
## [1.11.2](https://www.npmjs.com/package/@digital-ai/dot-components) (03/15/2022)
|
|
571
468
|
|
|
572
|
-
[Full Changelog](https://github.
|
|
469
|
+
[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
470
|
|
|
574
|
-
**
|
|
471
|
+
**Misc:**
|
|
575
472
|
|
|
576
473
|
- March14th2022 update [\#1058](https://github.com/digital-ai/dot-components/pull/1058) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
577
474
|
|
|
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:**
|
|
475
|
+
## [1.11.1](https://www.npmjs.com/package/@digital-ai/dot-components) (03/14/2022)
|
|
583
476
|
|
|
584
|
-
|
|
477
|
+
[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
478
|
|
|
586
479
|
**Fixed bugs:**
|
|
587
480
|
|
|
588
|
-
- `dot-components` requires `react-router-dom` as peer dependency [\#1001](https://github.com/digital-ai/dot-components/issues/1001)
|
|
589
481
|
- 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
482
|
|
|
591
|
-
**
|
|
483
|
+
**Misc:**
|
|
592
484
|
|
|
593
485
|
- D-19983: move react-router to dev dependency [\#1049](https://github.com/digital-ai/dot-components/pull/1049) ([CWSites](https://github.com/CWSites))
|
|
594
486
|
- S-81949: adjusting RC workflow [\#1038](https://github.com/digital-ai/dot-components/pull/1038) ([CWSites](https://github.com/CWSites))
|
|
595
487
|
|
|
596
|
-
## [1.11.0](https://
|
|
488
|
+
## [1.11.0](https://www.npmjs.com/package/@digital-ai/dot-components) (03/07/2022)
|
|
597
489
|
|
|
598
|
-
[Full Changelog](https://github.
|
|
490
|
+
[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
491
|
|
|
600
492
|
**Features:**
|
|
601
493
|
|
|
602
|
-
- Custom Icon support for DotList component items [\#1032](https://github.com/digital-ai/dot-components/issues/1032)
|
|
603
494
|
- 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
495
|
- 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
496
|
|
|
606
497
|
**Fixed bugs:**
|
|
607
498
|
|
|
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
499
|
- D 20097 sidebar drawer padding off [\#1044](https://github.com/digital-ai/dot-components/pull/1044) ([s-zimm](https://github.com/s-zimm))
|
|
611
500
|
- 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
501
|
|
|
613
|
-
**
|
|
502
|
+
**Misc:**
|
|
614
503
|
|
|
615
504
|
- 07 03 2022 check icon [\#1045](https://github.com/digital-ai/dot-components/pull/1045) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
616
505
|
|
|
617
|
-
## [1.10.1](https://
|
|
506
|
+
## [1.10.1](https://www.npmjs.com/package/@digital-ai/dot-components) (03/02/2022)
|
|
618
507
|
|
|
619
|
-
[Full Changelog](https://github.
|
|
508
|
+
[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
509
|
|
|
621
|
-
## [1.10.0](https://
|
|
510
|
+
## [1.10.0](https://www.npmjs.com/package/@digital-ai/dot-components) (03/01/2022)
|
|
622
511
|
|
|
623
|
-
[Full Changelog](https://github.
|
|
512
|
+
[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
513
|
|
|
625
514
|
**Features:**
|
|
626
515
|
|
|
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
516
|
- S-82231: `Autocomplete` hide/customize chips [\#1031](https://github.com/digital-ai/dot-components/pull/1031) ([dmiletic85](https://github.com/dmiletic85))
|
|
631
517
|
- S-82227: `DotMenu`: Missing disable prop [\#1022](https://github.com/digital-ai/dot-components/pull/1022) ([dmiletic85](https://github.com/dmiletic85))
|
|
632
518
|
- S-82076: `Autocomplete`: allow custom `renderOption` [\#1013](https://github.com/digital-ai/dot-components/pull/1013) ([dmiletic85](https://github.com/dmiletic85))
|
|
633
519
|
|
|
634
520
|
**Fixed bugs:**
|
|
635
521
|
|
|
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
522
|
- 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
523
|
- 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
524
|
|
|
641
|
-
**
|
|
525
|
+
**Misc:**
|
|
642
526
|
|
|
643
527
|
- 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
528
|
- S-81949: attempting branch name instead of sha [\#1028](https://github.com/digital-ai/dot-components/pull/1028) ([CWSites](https://github.com/CWSites))
|
|
645
529
|
- 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
530
|
- S-81949: add release candidate workflow [\#1026](https://github.com/digital-ai/dot-components/pull/1026) ([CWSites](https://github.com/CWSites))
|
|
647
531
|
|
|
648
|
-
## [1.9.1](https://
|
|
532
|
+
## [1.9.1](https://www.npmjs.com/package/@digital-ai/dot-components) (02/17/2022)
|
|
649
533
|
|
|
650
|
-
[Full Changelog](https://github.
|
|
651
|
-
|
|
652
|
-
**Features:**
|
|
653
|
-
|
|
654
|
-
- Remove obsolete `React` imports from Storybook files [\#998](https://github.com/digital-ai/dot-components/issues/998)
|
|
534
|
+
[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
535
|
|
|
656
536
|
**Fixed bugs:**
|
|
657
537
|
|
|
658
|
-
- DotTable multiSelect does not work correctly across pages with dynamically paged tables [\#1004](https://github.com/digital-ai/dot-components/issues/1004)
|
|
659
538
|
- 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
539
|
|
|
661
|
-
**
|
|
540
|
+
**Misc:**
|
|
662
541
|
|
|
663
542
|
- 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
543
|
|
|
665
|
-
## [1.9.0](https://
|
|
544
|
+
## [1.9.0](https://www.npmjs.com/package/@digital-ai/dot-components) (02/15/2022)
|
|
666
545
|
|
|
667
|
-
[Full Changelog](https://github.
|
|
546
|
+
[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
547
|
|
|
669
548
|
**Features:**
|
|
670
549
|
|
|
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
550
|
- 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
551
|
- S-81966: `Divider`: Create and expose `Divider` component [\#992](https://github.com/digital-ai/dot-components/pull/992) ([dmiletic85](https://github.com/dmiletic85))
|
|
676
552
|
- 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 +555,29 @@
|
|
|
679
555
|
|
|
680
556
|
**Fixed bugs:**
|
|
681
557
|
|
|
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
558
|
- 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
559
|
- D-19932: `Avatar` tooltip appears in wrong position [\#995](https://github.com/digital-ai/dot-components/pull/995) ([dmiletic85](https://github.com/dmiletic85))
|
|
687
560
|
- 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
561
|
- 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
562
|
|
|
690
|
-
## [1.8.1](https://
|
|
563
|
+
## [1.8.1](https://www.npmjs.com/package/@digital-ai/dot-components) (02/07/2022)
|
|
691
564
|
|
|
692
|
-
[Full Changelog](https://github.
|
|
565
|
+
[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
566
|
|
|
694
567
|
**Fixed bugs:**
|
|
695
568
|
|
|
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
569
|
- D-19803: Fix DotDrawer regression [\#980](https://github.com/digital-ai/dot-components/pull/980) ([selsemore](https://github.com/selsemore))
|
|
699
570
|
|
|
700
|
-
**
|
|
571
|
+
**Misc:**
|
|
701
572
|
|
|
702
573
|
- 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
574
|
|
|
704
|
-
## [1.8.0](https://
|
|
575
|
+
## [1.8.0](https://www.npmjs.com/package/@digital-ai/dot-components) (02/02/2022)
|
|
705
576
|
|
|
706
|
-
[Full Changelog](https://github.
|
|
577
|
+
[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
578
|
|
|
708
579
|
**Features:**
|
|
709
580
|
|
|
710
|
-
- Add option for autocomplete component [\#956](https://github.com/digital-ai/dot-components/issues/956)
|
|
711
581
|
- S-76952: `AutoComplete`: Add dense prop [\#976](https://github.com/digital-ai/dot-components/pull/976) ([dmiletic85](https://github.com/dmiletic85))
|
|
712
582
|
- 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
583
|
|
|
@@ -716,21 +586,12 @@
|
|
|
716
586
|
- 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
587
|
- 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
588
|
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
- S-76846: update to webpack 5 [\#940](https://github.com/digital-ai/dot-components/pull/940) ([CWSites](https://github.com/CWSites))
|
|
722
|
-
|
|
723
|
-
## [1.7.0](https://github.com/digital-ai/dot-components/tree/1.7.0) (01/28/2022)
|
|
589
|
+
## [1.7.0](https://www.npmjs.com/package/@digital-ai/dot-components) (01/28/2022)
|
|
724
590
|
|
|
725
|
-
[Full Changelog](https://github.
|
|
591
|
+
[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
592
|
|
|
727
593
|
**Features:**
|
|
728
594
|
|
|
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
595
|
- 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
596
|
- 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
597
|
- S-81346: `Autocomplete` expose internal `onInputChange` [\#949](https://github.com/digital-ai/dot-components/pull/949) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -739,13 +600,6 @@
|
|
|
739
600
|
|
|
740
601
|
**Fixed bugs:**
|
|
741
602
|
|
|
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
603
|
- 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
604
|
- 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
605
|
- 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 +607,34 @@
|
|
|
753
607
|
- 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
608
|
- 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
609
|
|
|
756
|
-
**
|
|
757
|
-
|
|
758
|
-
- Deprecate `minWidth` prop on `Breadcrumbs` [\#777](https://github.com/digital-ai/dot-components/issues/777)
|
|
759
|
-
|
|
760
|
-
**Merged pull requests:**
|
|
610
|
+
**Misc:**
|
|
761
611
|
|
|
762
612
|
- 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
613
|
- S-76846: upgrade NX to latest [\#950](https://github.com/digital-ai/dot-components/pull/950) ([CWSites](https://github.com/CWSites))
|
|
764
614
|
- D-19517: Deprecate `minWidth` prop on Breadcrumbs [\#944](https://github.com/digital-ai/dot-components/pull/944) ([dmiletic85](https://github.com/dmiletic85))
|
|
765
615
|
- S-76846: Storybook updates [\#936](https://github.com/digital-ai/dot-components/pull/936) ([CWSites](https://github.com/CWSites))
|
|
766
616
|
|
|
767
|
-
## [1.6.2](https://
|
|
617
|
+
## [1.6.2](https://www.npmjs.com/package/@digital-ai/dot-components) (01/14/2022)
|
|
768
618
|
|
|
769
|
-
[Full Changelog](https://github.
|
|
619
|
+
[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
620
|
|
|
771
621
|
**Features:**
|
|
772
622
|
|
|
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
623
|
- S-80342: `DotTable` MultiSelect support [\#928](https://github.com/digital-ai/dot-components/pull/928) ([dmiletic85](https://github.com/dmiletic85))
|
|
776
624
|
|
|
777
625
|
**Fixed bugs:**
|
|
778
626
|
|
|
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
627
|
- D-19520: `AppToolbar`: Unnecessary scrollbar on the menu [\#941](https://github.com/digital-ai/dot-components/pull/941) ([dmiletic85](https://github.com/dmiletic85))
|
|
782
628
|
- D-19474: DotDrawer fixes [\#939](https://github.com/digital-ai/dot-components/pull/939) ([selsemore](https://github.com/selsemore))
|
|
783
629
|
|
|
784
|
-
**
|
|
630
|
+
**Misc:**
|
|
785
631
|
|
|
632
|
+
- S-76846: update to webpack 5 [\#940](https://github.com/digital-ai/dot-components/pull/940) ([CWSites](https://github.com/CWSites))
|
|
786
633
|
- S-76846: storybook updates `develop` [\#935](https://github.com/digital-ai/dot-components/pull/935) ([CWSites](https://github.com/CWSites))
|
|
787
634
|
|
|
788
|
-
## [1.6.1](https://
|
|
635
|
+
## [1.6.1](https://www.npmjs.com/package/@digital-ai/dot-components) (01/10/2022)
|
|
789
636
|
|
|
790
|
-
[Full Changelog](https://github.
|
|
637
|
+
[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
638
|
|
|
792
639
|
**Features:**
|
|
793
640
|
|
|
@@ -795,14 +642,12 @@
|
|
|
795
642
|
|
|
796
643
|
**Fixed bugs:**
|
|
797
644
|
|
|
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
645
|
- 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
646
|
- 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
647
|
|
|
803
|
-
## [1.6.0](https://
|
|
648
|
+
## [1.6.0](https://www.npmjs.com/package/@digital-ai/dot-components) (01/03/2022)
|
|
804
649
|
|
|
805
|
-
[Full Changelog](https://github.
|
|
650
|
+
[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
651
|
|
|
807
652
|
**Features:**
|
|
808
653
|
|
|
@@ -810,16 +655,6 @@
|
|
|
810
655
|
|
|
811
656
|
**Fixed bugs:**
|
|
812
657
|
|
|
813
|
-
- `DynamicForm`: `isRequired` with value of `false` is not respected [\#918](https://github.com/digital-ai/dot-components/issues/918)
|
|
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)
|
|
823
658
|
- 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
659
|
- 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
660
|
- 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 +664,101 @@
|
|
|
829
664
|
- D-19355: `Breadcrumbs`: invalid combination of props [\#907](https://github.com/digital-ai/dot-components/pull/907) ([dmiletic85](https://github.com/dmiletic85))
|
|
830
665
|
- 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
666
|
|
|
832
|
-
## [1.5.4](https://
|
|
667
|
+
## [1.5.4](https://www.npmjs.com/package/@digital-ai/dot-components) (12/28/2021)
|
|
833
668
|
|
|
834
|
-
[Full Changelog](https://github.
|
|
669
|
+
[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
670
|
|
|
836
671
|
**Features:**
|
|
837
672
|
|
|
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
673
|
- 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
674
|
- S-80871: `Sidebar` Changes on back arrow [\#896](https://github.com/digital-ai/dot-components/pull/896) ([dmiletic85](https://github.com/dmiletic85))
|
|
842
675
|
- 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
676
|
|
|
844
677
|
**Fixed bugs:**
|
|
845
678
|
|
|
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
679
|
- D-19337: `List`: Circular dependency [\#897](https://github.com/digital-ai/dot-components/pull/897) ([dmiletic85](https://github.com/dmiletic85))
|
|
850
680
|
- D-19330: `AppToolbar` shouldn't have grey dividers [\#891](https://github.com/digital-ai/dot-components/pull/891) ([dmiletic85](https://github.com/dmiletic85))
|
|
851
681
|
- 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
682
|
|
|
853
|
-
## [1.5.3](https://
|
|
854
|
-
|
|
855
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.5.2...1.5.3)
|
|
856
|
-
|
|
857
|
-
**Features:**
|
|
683
|
+
## [1.5.3](https://www.npmjs.com/package/@digital-ai/dot-components) (12/17/2021)
|
|
858
684
|
|
|
859
|
-
|
|
685
|
+
[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
686
|
|
|
861
687
|
**Fixed bugs:**
|
|
862
688
|
|
|
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
689
|
- D-19321: `Breadcrumbs` - Circular dependency on `useBreadcrumbsObserver` [\#882](https://github.com/digital-ai/dot-components/pull/882) ([dmiletic85](https://github.com/dmiletic85))
|
|
867
690
|
- S-79458: `Sidebar` & `List` updates [\#872](https://github.com/digital-ai/dot-components/pull/872) ([CWSites](https://github.com/CWSites))
|
|
868
691
|
|
|
869
|
-
**
|
|
692
|
+
**Misc:**
|
|
870
693
|
|
|
871
694
|
- S-80787: include changelog generation with release [\#877](https://github.com/digital-ai/dot-components/pull/877) ([CWSites](https://github.com/CWSites))
|
|
872
695
|
|
|
873
|
-
## [1.5.2](https://
|
|
696
|
+
## [1.5.2](https://www.npmjs.com/package/@digital-ai/dot-components) (12/17/2021)
|
|
874
697
|
|
|
875
|
-
[Full Changelog](https://github.
|
|
698
|
+
[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
699
|
|
|
877
700
|
**Fixed bugs:**
|
|
878
701
|
|
|
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
702
|
- 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
703
|
- 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
704
|
|
|
884
|
-
## [1.5.1](https://
|
|
705
|
+
## [1.5.1](https://www.npmjs.com/package/@digital-ai/dot-components) (12/17/2021)
|
|
885
706
|
|
|
886
|
-
[Full Changelog](https://github.
|
|
707
|
+
[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
708
|
|
|
888
709
|
**Fixed bugs:**
|
|
889
710
|
|
|
890
|
-
- Breaking prop type change in DotAccordion [\#850](https://github.com/digital-ai/dot-components/issues/850)
|
|
891
711
|
- D-19247: summary prop [\#873](https://github.com/digital-ai/dot-components/pull/873) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
892
712
|
|
|
893
|
-
## [1.5.0](https://
|
|
713
|
+
## [1.5.0](https://www.npmjs.com/package/@digital-ai/dot-components) (12/15/2021)
|
|
894
714
|
|
|
895
|
-
[Full Changelog](https://github.
|
|
715
|
+
[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
716
|
|
|
897
717
|
**Features:**
|
|
898
718
|
|
|
899
|
-
- `Breadcrumbs` enhancement \(collapse and expand automatically\) [\#836](https://github.com/digital-ai/dot-components/issues/836)
|
|
900
719
|
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
901
720
|
|
|
902
721
|
**Fixed bugs:**
|
|
903
722
|
|
|
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
723
|
- 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
724
|
|
|
910
|
-
**
|
|
725
|
+
**Misc:**
|
|
911
726
|
|
|
912
727
|
- S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
|
|
913
728
|
- S-80783: add ESLint rule for alpha order [\#867](https://github.com/digital-ai/dot-components/pull/867) ([CWSites](https://github.com/CWSites))
|
|
914
729
|
|
|
915
|
-
## [1.4.0](https://
|
|
730
|
+
## [1.4.0](https://www.npmjs.com/package/@digital-ai/dot-components) (12/13/2021)
|
|
916
731
|
|
|
917
|
-
[Full Changelog](https://github.
|
|
732
|
+
[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
733
|
|
|
919
734
|
**Features:**
|
|
920
735
|
|
|
921
|
-
- Expose 'expanded' and 'onChange' DotAccordion props [\#857](https://github.com/digital-ai/dot-components/issues/857)
|
|
922
736
|
- S-80740: Expose DotAccordion 'expanded' and 'onChange' props [\#860](https://github.com/digital-ai/dot-components/pull/860) ([selsemore](https://github.com/selsemore))
|
|
923
737
|
|
|
924
738
|
**Fixed bugs:**
|
|
925
739
|
|
|
926
|
-
- Accordion expanded and collapsed icons are not aligned [\#858](https://github.com/digital-ai/dot-components/issues/858)
|
|
927
740
|
- 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
741
|
|
|
929
|
-
**
|
|
742
|
+
**Misc:**
|
|
930
743
|
|
|
931
744
|
- 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
745
|
- 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
746
|
|
|
934
|
-
## [1.3.7](https://
|
|
747
|
+
## [1.3.7](https://www.npmjs.com/package/@digital-ai/dot-components) (12/11/2021)
|
|
935
748
|
|
|
936
|
-
[Full Changelog](https://github.
|
|
749
|
+
[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
750
|
|
|
938
|
-
**
|
|
751
|
+
**Misc:**
|
|
939
752
|
|
|
940
753
|
- S-76843: setup PR release template [\#853](https://github.com/digital-ai/dot-components/pull/853) ([CWSites](https://github.com/CWSites))
|
|
941
754
|
- S-76843 automation improvements III [\#852](https://github.com/digital-ai/dot-components/pull/852) ([CWSites](https://github.com/CWSites))
|
|
942
755
|
|
|
943
|
-
## [1.3.6](https://
|
|
756
|
+
## [1.3.6](https://www.npmjs.com/package/@digital-ai/dot-components) (12/10/2021)
|
|
944
757
|
|
|
945
|
-
[Full Changelog](https://github.
|
|
758
|
+
[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
759
|
|
|
947
760
|
**Features:**
|
|
948
761
|
|
|
949
|
-
- Expose onKeyDown for input [\#714](https://github.com/digital-ai/dot-components/issues/714)
|
|
950
762
|
- S-79571: DotInput - expose onKeyDown [\#846](https://github.com/digital-ai/dot-components/pull/846) ([monapatel91](https://github.com/monapatel91))
|
|
951
763
|
- 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
764
|
- S-80621: file upload [\#840](https://github.com/digital-ai/dot-components/pull/840) ([CWSites](https://github.com/CWSites))
|
|
@@ -954,43 +766,34 @@
|
|
|
954
766
|
|
|
955
767
|
**Fixed bugs:**
|
|
956
768
|
|
|
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
769
|
- \#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
770
|
- 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
771
|
|
|
962
|
-
**
|
|
772
|
+
**Misc:**
|
|
963
773
|
|
|
964
774
|
- 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
775
|
- 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
776
|
|
|
967
|
-
## [1.3.5](https://
|
|
777
|
+
## [1.3.5](https://www.npmjs.com/package/@digital-ai/dot-components) (12/03/2021)
|
|
968
778
|
|
|
969
|
-
[Full Changelog](https://github.
|
|
779
|
+
[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
780
|
|
|
971
781
|
**Features:**
|
|
972
782
|
|
|
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
783
|
- 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
784
|
- S-80268: `DotDynamicForm` improvements [\#821](https://github.com/digital-ai/dot-components/pull/821) ([dmiletic85](https://github.com/dmiletic85))
|
|
977
785
|
|
|
978
786
|
**Fixed bugs:**
|
|
979
787
|
|
|
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
788
|
- D-19151: `DotBadge` generates console warnings [\#827](https://github.com/digital-ai/dot-components/pull/827) ([dmiletic85](https://github.com/dmiletic85))
|
|
984
789
|
- 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
790
|
|
|
986
|
-
## [1.3.4](https://
|
|
791
|
+
## [1.3.4](https://www.npmjs.com/package/@digital-ai/dot-components) (11/30/2021)
|
|
987
792
|
|
|
988
|
-
[Full Changelog](https://github.
|
|
793
|
+
[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
794
|
|
|
990
795
|
**Features:**
|
|
991
796
|
|
|
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
797
|
- S-80369: Create `ProgressButton` component [\#822](https://github.com/digital-ai/dot-components/pull/822) ([dmiletic85](https://github.com/dmiletic85))
|
|
995
798
|
- 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
799
|
- S-80264: Agility wrapper sandbox documentation [\#810](https://github.com/digital-ai/dot-components/pull/810) ([CWSites](https://github.com/CWSites))
|
|
@@ -998,43 +801,28 @@
|
|
|
998
801
|
|
|
999
802
|
**Fixed bugs:**
|
|
1000
803
|
|
|
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
804
|
- \#795 Address AlertBanner style issues [\#815](https://github.com/digital-ai/dot-components/pull/815) ([angel-git](https://github.com/angel-git))
|
|
1008
805
|
- 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
806
|
- 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
807
|
- \[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
808
|
|
|
1012
|
-
**
|
|
809
|
+
**Misc:**
|
|
1013
810
|
|
|
1014
811
|
- 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
812
|
- 17 nov2021 update icon [\#803](https://github.com/digital-ai/dot-components/pull/803) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
1016
813
|
|
|
1017
|
-
## [1.3.3](https://
|
|
1018
|
-
|
|
1019
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.2...1.3.3)
|
|
1020
|
-
|
|
1021
|
-
**Features:**
|
|
814
|
+
## [1.3.3](https://www.npmjs.com/package/@digital-ai/dot-components) (11/16/2021)
|
|
1022
815
|
|
|
1023
|
-
|
|
1024
|
-
- Expose built-in `leaveDelay`, `onClose`, `open` props on `DotTooltip` component [\#778](https://github.com/digital-ai/dot-components/issues/778)
|
|
816
|
+
[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
817
|
|
|
1026
818
|
**Fixed bugs:**
|
|
1027
819
|
|
|
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
820
|
- 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
821
|
- 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
822
|
- 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
823
|
- D-19065: `DotProgress` remove default `title` value [\#790](https://github.com/digital-ai/dot-components/pull/790) ([CWSites](https://github.com/CWSites))
|
|
1036
824
|
|
|
1037
|
-
**
|
|
825
|
+
**Misc:**
|
|
1038
826
|
|
|
1039
827
|
- Next minor release [\#796](https://github.com/digital-ai/dot-components/pull/796) ([CWSites](https://github.com/CWSites))
|
|
1040
828
|
- 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 +831,16 @@
|
|
|
1043
831
|
- 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
832
|
- S-80048: product wrapper demo [\#782](https://github.com/digital-ai/dot-components/pull/782) ([CWSites](https://github.com/CWSites))
|
|
1045
833
|
|
|
1046
|
-
## [1.3.2](https://
|
|
1047
|
-
|
|
1048
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.1...1.3.2)
|
|
1049
|
-
|
|
1050
|
-
**Features:**
|
|
834
|
+
## [1.3.2](https://www.npmjs.com/package/@digital-ai/dot-components) (11/05/2021)
|
|
1051
835
|
|
|
1052
|
-
|
|
1053
|
-
- Export all neutral colors [\#770](https://github.com/digital-ai/dot-components/issues/770)
|
|
836
|
+
[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
837
|
|
|
1055
838
|
**Fixed bugs:**
|
|
1056
839
|
|
|
1057
840
|
- \#770 Add Neutral colors missing [\#771](https://github.com/digital-ai/dot-components/pull/771) ([angel-git](https://github.com/angel-git))
|
|
1058
841
|
- D-19042: remove duplicate tooltips [\#769](https://github.com/digital-ai/dot-components/pull/769) ([CWSites](https://github.com/CWSites))
|
|
1059
842
|
|
|
1060
|
-
**
|
|
843
|
+
**Misc:**
|
|
1061
844
|
|
|
1062
845
|
- Patch release [\#780](https://github.com/digital-ai/dot-components/pull/780) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
1063
846
|
- 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 +848,9 @@
|
|
|
1065
848
|
- S-76893: Webpack 4 - update peer dependencies [\#768](https://github.com/digital-ai/dot-components/pull/768) ([CWSites](https://github.com/CWSites))
|
|
1066
849
|
- S-79957: improve husky [\#765](https://github.com/digital-ai/dot-components/pull/765) ([CWSites](https://github.com/CWSites))
|
|
1067
850
|
|
|
1068
|
-
## [1.3.1](https://
|
|
851
|
+
## [1.3.1](https://www.npmjs.com/package/@digital-ai/dot-components) (10/30/2021)
|
|
1069
852
|
|
|
1070
|
-
[Full Changelog](https://github.
|
|
853
|
+
[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
854
|
|
|
1072
855
|
**Features:**
|
|
1073
856
|
|
|
@@ -1075,30 +858,25 @@
|
|
|
1075
858
|
|
|
1076
859
|
**Fixed bugs:**
|
|
1077
860
|
|
|
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
861
|
- 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
862
|
- D-18543: proper export of type and interface [\#760](https://github.com/digital-ai/dot-components/pull/760) ([CWSites](https://github.com/CWSites))
|
|
1082
863
|
- D-19023: Circular Dependency in `DynamicForm` component [\#759](https://github.com/digital-ai/dot-components/pull/759) ([dmiletic85](https://github.com/dmiletic85))
|
|
1083
864
|
|
|
1084
|
-
**
|
|
865
|
+
**Misc:**
|
|
1085
866
|
|
|
1086
867
|
- Next \[PATCH\] Release [\#762](https://github.com/digital-ai/dot-components/pull/762) ([CWSites](https://github.com/CWSites))
|
|
1087
868
|
- 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
869
|
|
|
1089
|
-
## [1.3.0](https://
|
|
870
|
+
## [1.3.0](https://www.npmjs.com/package/@digital-ai/dot-components) (10/28/2021)
|
|
1090
871
|
|
|
1091
|
-
[Full Changelog](https://github.
|
|
872
|
+
[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
873
|
|
|
1093
874
|
**Features:**
|
|
1094
875
|
|
|
1095
|
-
- Forms [\#594](https://github.com/digital-ai/dot-components/issues/594)
|
|
1096
876
|
- S-77126: Dynamic Form [\#717](https://github.com/digital-ai/dot-components/pull/717) ([dmiletic85](https://github.com/dmiletic85))
|
|
1097
877
|
|
|
1098
878
|
**Fixed bugs:**
|
|
1099
879
|
|
|
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
880
|
- 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
881
|
- D-19004: update readme link to be accurate [\#750](https://github.com/digital-ai/dot-components/pull/750) ([CWSites](https://github.com/CWSites))
|
|
1104
882
|
- 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 +885,7 @@
|
|
|
1107
885
|
- 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
886
|
- 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
887
|
|
|
1110
|
-
**
|
|
888
|
+
**Misc:**
|
|
1111
889
|
|
|
1112
890
|
- Next \[MINOR\] release [\#753](https://github.com/digital-ai/dot-components/pull/753) ([monapatel91](https://github.com/monapatel91))
|
|
1113
891
|
- 27 oct2021 update name of progression icon [\#751](https://github.com/digital-ai/dot-components/pull/751) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
@@ -1117,43 +895,34 @@
|
|
|
1117
895
|
- S-79594: Add optional debounce prop to `DotInputText` [\#742](https://github.com/digital-ai/dot-components/pull/742) ([dmiletic85](https://github.com/dmiletic85))
|
|
1118
896
|
- S-76892: create generator for new components [\#736](https://github.com/digital-ai/dot-components/pull/736) ([CWSites](https://github.com/CWSites))
|
|
1119
897
|
|
|
1120
|
-
## [1.2.1](https://
|
|
898
|
+
## [1.2.1](https://www.npmjs.com/package/@digital-ai/dot-components) (10/15/2021)
|
|
1121
899
|
|
|
1122
|
-
[Full Changelog](https://github.
|
|
900
|
+
[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
901
|
|
|
1124
902
|
**Fixed bugs:**
|
|
1125
903
|
|
|
1126
|
-
- Alpha .25 doesn't work well within agility dark theme [\#710](https://github.com/digital-ai/dot-components/issues/710)
|
|
1127
904
|
- D-18963: add ariaLabel to sidebar collapse button [\#731](https://github.com/digital-ai/dot-components/pull/731) ([CWSites](https://github.com/CWSites))
|
|
1128
905
|
- D-18979: export `Tooltip` component [\#729](https://github.com/digital-ai/dot-components/pull/729) ([CWSites](https://github.com/CWSites))
|
|
1129
906
|
|
|
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:**
|
|
907
|
+
**Misc:**
|
|
1135
908
|
|
|
1136
909
|
- next release [\#732](https://github.com/digital-ai/dot-components/pull/732) ([CWSites](https://github.com/CWSites))
|
|
1137
910
|
- S-76840: update contributing guidelines and PR template [\#730](https://github.com/digital-ai/dot-components/pull/730) ([CWSites](https://github.com/CWSites))
|
|
1138
911
|
- Merge pull request \#719 from digital-ai/develop [\#727](https://github.com/digital-ai/dot-components/pull/727) ([CWSites](https://github.com/CWSites))
|
|
1139
912
|
|
|
1140
|
-
## [1.2.0](https://
|
|
913
|
+
## [1.2.0](https://www.npmjs.com/package/@digital-ai/dot-components) (10/14/2021)
|
|
1141
914
|
|
|
1142
|
-
[Full Changelog](https://github.
|
|
915
|
+
[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
916
|
|
|
1144
917
|
**Fixed bugs:**
|
|
1145
918
|
|
|
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
919
|
- 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
920
|
- 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
921
|
- D-18973: `DotList` missing return statement [\#724](https://github.com/digital-ai/dot-components/pull/724) ([CWSites](https://github.com/CWSites))
|
|
1153
922
|
- D-18972: custom logo height constraints [\#723](https://github.com/digital-ai/dot-components/pull/723) ([CWSites](https://github.com/CWSites))
|
|
1154
923
|
- 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
924
|
|
|
1156
|
-
**
|
|
925
|
+
**Misc:**
|
|
1157
926
|
|
|
1158
927
|
- MINOR release [\#719](https://github.com/digital-ai/dot-components/pull/719) ([CWSites](https://github.com/CWSites))
|
|
1159
928
|
- Icons oct 13 2021 [\#718](https://github.com/digital-ai/dot-components/pull/718) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
@@ -1164,19 +933,15 @@
|
|
|
1164
933
|
- Icons update oct 7th 2021 [\#709](https://github.com/digital-ai/dot-components/pull/709) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
1165
934
|
- S-78833 agility sidebar [\#701](https://github.com/digital-ai/dot-components/pull/701) ([CWSites](https://github.com/CWSites))
|
|
1166
935
|
|
|
1167
|
-
## [1.1.1](https://
|
|
936
|
+
## [1.1.1](https://www.npmjs.com/package/@digital-ai/dot-components) (10/06/2021)
|
|
1168
937
|
|
|
1169
|
-
[Full Changelog](https://github.
|
|
938
|
+
[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
939
|
|
|
1171
940
|
**Features:**
|
|
1172
941
|
|
|
1173
942
|
- S-78164: Sticky menu item on DotMenu component [\#687](https://github.com/digital-ai/dot-components/pull/687) ([dmiletic85](https://github.com/dmiletic85))
|
|
1174
943
|
|
|
1175
|
-
**
|
|
1176
|
-
|
|
1177
|
-
- Security Updates [\#699](https://github.com/digital-ai/dot-components/issues/699)
|
|
1178
|
-
|
|
1179
|
-
**Merged pull requests:**
|
|
944
|
+
**Misc:**
|
|
1180
945
|
|
|
1181
946
|
- MINOR RELEASE [\#704](https://github.com/digital-ai/dot-components/pull/704) ([CWSites](https://github.com/CWSites))
|
|
1182
947
|
- S-79291: update nested dependencies [\#700](https://github.com/digital-ai/dot-components/pull/700) ([CWSites](https://github.com/CWSites))
|
|
@@ -1184,23 +949,19 @@
|
|
|
1184
949
|
- 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
950
|
- S-76906: table action column [\#692](https://github.com/digital-ai/dot-components/pull/692) ([monapatel91](https://github.com/monapatel91))
|
|
1186
951
|
|
|
1187
|
-
## [1.1.0](https://
|
|
952
|
+
## [1.1.0](https://www.npmjs.com/package/@digital-ai/dot-components) (09/29/2021)
|
|
1188
953
|
|
|
1189
|
-
[Full Changelog](https://github.
|
|
954
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.12...1.1.0)
|
|
1190
955
|
|
|
1191
|
-
**
|
|
1192
|
-
|
|
1193
|
-
- value prop isn't being passed to tab [\#693](https://github.com/digital-ai/dot-components/issues/693)
|
|
1194
|
-
|
|
1195
|
-
**Merged pull requests:**
|
|
956
|
+
**Misc:**
|
|
1196
957
|
|
|
1197
958
|
- MINOR release [\#695](https://github.com/digital-ai/dot-components/pull/695) ([CWSites](https://github.com/CWSites))
|
|
1198
959
|
- pass value to tab [\#694](https://github.com/digital-ai/dot-components/pull/694) ([kmmarsh](https://github.com/kmmarsh))
|
|
1199
960
|
- S-78831: update AppToolbar component for Agility [\#691](https://github.com/digital-ai/dot-components/pull/691) ([CWSites](https://github.com/CWSites))
|
|
1200
961
|
|
|
1201
|
-
## [1.0.12](https://
|
|
962
|
+
## [1.0.12](https://www.npmjs.com/package/@digital-ai/dot-components) (09/23/2021)
|
|
1202
963
|
|
|
1203
|
-
[Full Changelog](https://github.
|
|
964
|
+
[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
965
|
|
|
1205
966
|
**Features:**
|
|
1206
967
|
|
|
@@ -1208,64 +969,54 @@
|
|
|
1208
969
|
|
|
1209
970
|
**Fixed bugs:**
|
|
1210
971
|
|
|
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
972
|
- D-18817: set mainMenuItems to `null` by default [\#688](https://github.com/digital-ai/dot-components/pull/688) ([CWSites](https://github.com/CWSites))
|
|
1215
973
|
- D-18664: update link to allow for keypress [\#686](https://github.com/digital-ai/dot-components/pull/686) ([CWSites](https://github.com/CWSites))
|
|
1216
974
|
- D-18665: AppToolbar z-index update [\#685](https://github.com/digital-ai/dot-components/pull/685) ([CWSites](https://github.com/CWSites))
|
|
1217
975
|
- D-18663: Update AutoComplete value typing [\#684](https://github.com/digital-ai/dot-components/pull/684) ([CWSites](https://github.com/CWSites))
|
|
1218
976
|
|
|
1219
|
-
**
|
|
977
|
+
**Misc:**
|
|
1220
978
|
|
|
1221
979
|
- Next Release [\#689](https://github.com/digital-ai/dot-components/pull/689) ([CWSites](https://github.com/CWSites))
|
|
1222
980
|
|
|
1223
|
-
## [1.0.11](https://
|
|
981
|
+
## [1.0.11](https://www.npmjs.com/package/@digital-ai/dot-components) (09/16/2021)
|
|
1224
982
|
|
|
1225
|
-
[Full Changelog](https://github.
|
|
983
|
+
[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
984
|
|
|
1227
985
|
**Fixed bugs:**
|
|
1228
986
|
|
|
1229
|
-
- DotListItem [\#611](https://github.com/digital-ai/dot-components/issues/611)
|
|
1230
987
|
- D-18421: close hamburger on navigate [\#679](https://github.com/digital-ai/dot-components/pull/679) ([CWSites](https://github.com/CWSites))
|
|
1231
988
|
|
|
1232
|
-
**
|
|
989
|
+
**Misc:**
|
|
1233
990
|
|
|
1234
991
|
- 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
992
|
|
|
1236
|
-
## [1.0.10](https://
|
|
993
|
+
## [1.0.10](https://www.npmjs.com/package/@digital-ai/dot-components) (09/09/2021)
|
|
1237
994
|
|
|
1238
|
-
[Full Changelog](https://github.
|
|
995
|
+
[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
996
|
|
|
1240
997
|
**Fixed bugs:**
|
|
1241
998
|
|
|
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
999
|
- D-18424: include breadcrumb wrapper with breadcrumb component [\#675](https://github.com/digital-ai/dot-components/pull/675) ([CWSites](https://github.com/CWSites))
|
|
1244
1000
|
- D-18536: material 4.12.3 upgrade [\#667](https://github.com/digital-ai/dot-components/pull/667) ([CWSites](https://github.com/CWSites))
|
|
1245
1001
|
|
|
1246
|
-
**
|
|
1002
|
+
**Misc:**
|
|
1247
1003
|
|
|
1248
1004
|
- New patch release [\#677](https://github.com/digital-ai/dot-components/pull/677) ([CWSites](https://github.com/CWSites))
|
|
1249
1005
|
|
|
1250
|
-
## [1.0.9](https://
|
|
1006
|
+
## [1.0.9](https://www.npmjs.com/package/@digital-ai/dot-components) (09/02/2021)
|
|
1251
1007
|
|
|
1252
|
-
[Full Changelog](https://github.
|
|
1008
|
+
[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
1009
|
|
|
1254
1010
|
**Features:**
|
|
1255
1011
|
|
|
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
1012
|
- 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
1013
|
|
|
1260
1014
|
**Fixed bugs:**
|
|
1261
1015
|
|
|
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
1016
|
- D-18730: action toolbar support [\#671](https://github.com/digital-ai/dot-components/pull/671) ([CWSites](https://github.com/CWSites))
|
|
1266
1017
|
- 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
1018
|
|
|
1268
|
-
**
|
|
1019
|
+
**Misc:**
|
|
1269
1020
|
|
|
1270
1021
|
- Release `1.0.8` [\#673](https://github.com/digital-ai/dot-components/pull/673) ([CWSites](https://github.com/CWSites))
|
|
1271
1022
|
- S-78572: Make entire sidebar backitem clickable [\#670](https://github.com/digital-ai/dot-components/pull/670) ([selsemore](https://github.com/selsemore))
|
|
@@ -1278,37 +1029,24 @@
|
|
|
1278
1029
|
- 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
1030
|
- S-77872: gather test coverage in sonarcloud [\#653](https://github.com/digital-ai/dot-components/pull/653) ([CWSites](https://github.com/CWSites))
|
|
1280
1031
|
|
|
1281
|
-
## [1.0.8](https://
|
|
1032
|
+
## [1.0.8](https://www.npmjs.com/package/@digital-ai/dot-components) (08/23/2021)
|
|
1282
1033
|
|
|
1283
|
-
[Full Changelog](https://github.
|
|
1034
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.7...1.0.8)
|
|
1284
1035
|
|
|
1285
|
-
**
|
|
1286
|
-
|
|
1287
|
-
- Some things that were being used by consumers were removed from the exports of the library [\#650](https://github.com/digital-ai/dot-components/issues/650)
|
|
1288
|
-
|
|
1289
|
-
**Merged pull requests:**
|
|
1036
|
+
**Misc:**
|
|
1290
1037
|
|
|
1291
1038
|
- add export back to component library [\#652](https://github.com/digital-ai/dot-components/pull/652) ([CWSites](https://github.com/CWSites))
|
|
1292
1039
|
- add back missing items from export [\#651](https://github.com/digital-ai/dot-components/pull/651) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
1293
1040
|
|
|
1294
|
-
## [1.0.7](https://
|
|
1041
|
+
## [1.0.7](https://www.npmjs.com/package/@digital-ai/dot-components) (08/23/2021)
|
|
1295
1042
|
|
|
1296
|
-
[Full Changelog](https://github.
|
|
1043
|
+
[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
1044
|
|
|
1298
1045
|
**Features:**
|
|
1299
1046
|
|
|
1300
1047
|
- Custom main logo in the AppToolbar [\#637](https://github.com/digital-ai/dot-components/pull/637) ([monapatel91](https://github.com/monapatel91))
|
|
1301
1048
|
|
|
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:**
|
|
1049
|
+
**Misc:**
|
|
1312
1050
|
|
|
1313
1051
|
- Add autofocus property to Button [\#647](https://github.com/digital-ai/dot-components/pull/647) ([angel-git](https://github.com/angel-git))
|
|
1314
1052
|
- 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 +1054,9 @@
|
|
|
1316
1054
|
- S-78162: adjust link color [\#642](https://github.com/digital-ai/dot-components/pull/642) ([CWSites](https://github.com/CWSites))
|
|
1317
1055
|
- 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
1056
|
|
|
1319
|
-
## [1.0.6](https://
|
|
1057
|
+
## [1.0.6](https://www.npmjs.com/package/@digital-ai/dot-components) (08/18/2021)
|
|
1320
1058
|
|
|
1321
|
-
[Full Changelog](https://github.
|
|
1059
|
+
[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
1060
|
|
|
1323
1061
|
**Features:**
|
|
1324
1062
|
|
|
@@ -1326,11 +1064,9 @@
|
|
|
1326
1064
|
|
|
1327
1065
|
**Fixed bugs:**
|
|
1328
1066
|
|
|
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
1067
|
- D-18346: fix sidebar menu item height [\#624](https://github.com/digital-ai/dot-components/pull/624) ([selsemore](https://github.com/selsemore))
|
|
1332
1068
|
|
|
1333
|
-
**
|
|
1069
|
+
**Misc:**
|
|
1334
1070
|
|
|
1335
1071
|
- Next patch release with agility theme colors [\#638](https://github.com/digital-ai/dot-components/pull/638) ([CWSites](https://github.com/CWSites))
|
|
1336
1072
|
- S 78162: agility theme [\#636](https://github.com/digital-ai/dot-components/pull/636) ([CWSites](https://github.com/CWSites))
|
|
@@ -1338,17 +1074,17 @@
|
|
|
1338
1074
|
- Feedback of snackbar [\#628](https://github.com/digital-ai/dot-components/pull/628) ([monapatel91](https://github.com/monapatel91))
|
|
1339
1075
|
- S-77873: Support agility themes in certain components [\#626](https://github.com/digital-ai/dot-components/pull/626) ([CWSites](https://github.com/CWSites))
|
|
1340
1076
|
|
|
1341
|
-
## [1.0.5](https://
|
|
1077
|
+
## [1.0.5](https://www.npmjs.com/package/@digital-ai/dot-components) (07/28/2021)
|
|
1342
1078
|
|
|
1343
|
-
[Full Changelog](https://github.
|
|
1079
|
+
[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
1080
|
|
|
1345
|
-
**
|
|
1081
|
+
**Misc:**
|
|
1346
1082
|
|
|
1347
1083
|
- pin material-ui lab version [\#620](https://github.com/digital-ai/dot-components/pull/620) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
1348
1084
|
|
|
1349
|
-
## [1.0.4](https://
|
|
1085
|
+
## [1.0.4](https://www.npmjs.com/package/@digital-ai/dot-components) (07/28/2021)
|
|
1350
1086
|
|
|
1351
|
-
[Full Changelog](https://github.
|
|
1087
|
+
[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
1088
|
|
|
1353
1089
|
**Features:**
|
|
1354
1090
|
|
|
@@ -1359,7 +1095,7 @@
|
|
|
1359
1095
|
|
|
1360
1096
|
- 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
1097
|
|
|
1362
|
-
**
|
|
1098
|
+
**Misc:**
|
|
1363
1099
|
|
|
1364
1100
|
- 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
1101
|
- 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 +1108,19 @@
|
|
|
1372
1108
|
- Update GitHub prerelease [\#599](https://github.com/digital-ai/dot-components/pull/599) ([CWSites](https://github.com/CWSites))
|
|
1373
1109
|
- S-76917: remove progressionBoard styles from theme provider [\#597](https://github.com/digital-ai/dot-components/pull/597) ([CWSites](https://github.com/CWSites))
|
|
1374
1110
|
|
|
1375
|
-
## [1.0.3](https://
|
|
1376
|
-
|
|
1377
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.2...1.0.3)
|
|
1111
|
+
## [1.0.3](https://www.npmjs.com/package/@digital-ai/dot-components) (07/27/2021)
|
|
1378
1112
|
|
|
1379
|
-
|
|
1113
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.0.2...1.0.3)
|
|
1380
1114
|
|
|
1381
|
-
|
|
1382
|
-
- Address theme overrides in consuming applications. [\#578](https://github.com/digital-ai/dot-components/issues/578)
|
|
1383
|
-
|
|
1384
|
-
**Fixed bugs:**
|
|
1115
|
+
## [1.0.2](https://www.npmjs.com/package/@digital-ai/dot-components) (07/08/2021)
|
|
1385
1116
|
|
|
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)
|
|
1117
|
+
[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
1118
|
|
|
1392
1119
|
**Features:**
|
|
1393
1120
|
|
|
1394
1121
|
- 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
1122
|
|
|
1396
|
-
**
|
|
1123
|
+
**Misc:**
|
|
1397
1124
|
|
|
1398
1125
|
- 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
1126
|
- 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 +1142,9 @@
|
|
|
1415
1142
|
- 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
1143
|
- 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
1144
|
|
|
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:**
|
|
1145
|
+
## [1.0.1](https://www.npmjs.com/package/@digital-ai/dot-components) (07/02/2021)
|
|
1443
1146
|
|
|
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)
|
|
1147
|
+
[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
1148
|
|
|
1461
1149
|
## [v0.0.1-alpha.0](https://github.com/digital-ai/dot-components/tree/v0.0.1-alpha.0) (05/19/2021)
|
|
1462
1150
|
|