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