@digital-ai/dot-components 1.3.3 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/CHANGE_LOG.md +1130 -0
  2. package/README.md +2 -1
  3. package/dot-components.esm.js +951 -475
  4. package/dot-components.umd.js +886 -409
  5. package/fonts/dot.woff +0 -0
  6. package/fonts/selection.json +33 -23
  7. package/lib/components/accordion/Accordion.d.ts +2 -2
  8. package/lib/components/avatar/Avatar.d.ts +3 -1
  9. package/lib/components/badge/Badge.d.ts +1 -1
  10. package/lib/components/badge/Badge.styles.d.ts +5 -2
  11. package/lib/components/dynamic-form/DynamicForm.d.ts +1 -1
  12. package/lib/components/dynamic-form/DynamicForm.stories.data.d.ts +2 -0
  13. package/lib/components/dynamic-form/DynamicForm.stories.styles.d.ts +1 -0
  14. package/lib/components/dynamic-form/DynamicForm.styles.d.ts +2 -1
  15. package/lib/components/dynamic-form/models.d.ts +22 -8
  16. package/lib/components/dynamic-form/sample.d.ts +1 -3
  17. package/lib/components/dynamic-form/utils/formHelpers.d.ts +7 -3
  18. package/lib/components/dynamic-form/utils/helpers.d.ts +3 -2
  19. package/lib/components/file-upload/FileListItem.d.ts +10 -0
  20. package/lib/components/file-upload/FileUpload.d.ts +20 -0
  21. package/lib/components/file-upload/FileUpload.styles.d.ts +6 -0
  22. package/lib/components/file-upload/uploadHelpers.d.ts +13 -0
  23. package/lib/components/index.d.ts +4 -1
  24. package/lib/components/input-form-fields/InputFormFields.propTypes.d.ts +7 -1
  25. package/lib/components/input-form-fields/InputSelect.d.ts +1 -1
  26. package/lib/components/input-form-fields/InputText.d.ts +1 -1
  27. package/lib/components/list/List.d.ts +9 -2
  28. package/lib/components/progress-button/ProgressButton.d.ts +9 -0
  29. package/lib/components/progress-button/ProgressButton.styles.d.ts +3 -0
  30. package/lib/components/table/Table.stories.data.d.ts +4 -0
  31. package/lib/components/table/TableRow.d.ts +1 -1
  32. package/package.json +2 -1
package/CHANGE_LOG.md CHANGED
@@ -1,3 +1,1130 @@
1
+ # Changelog
2
+
3
+ ## [1.3.7](https://github.com/digital-ai/dot-components/tree/1.3.7) (12/11/2021)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.6...1.3.7)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - S-76843: setup PR release template [\#853](https://github.com/digital-ai/dot-components/pull/853) ([CWSites](https://github.com/CWSites))
10
+ - S-76843 automation improvements III [\#852](https://github.com/digital-ai/dot-components/pull/852) ([CWSites](https://github.com/CWSites))
11
+ - Merge `master` back to `develop` [\#849](https://github.com/digital-ai/dot-components/pull/849) ([CWSites](https://github.com/CWSites))
12
+
13
+ ## [1.3.6](https://github.com/digital-ai/dot-components/tree/1.3.6) (12/10/2021)
14
+
15
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.5...1.3.6)
16
+
17
+ **Features:**
18
+
19
+ - Expose onKeyDown for input [\#714](https://github.com/digital-ai/dot-components/issues/714)
20
+ - S-79571: DotInput - expose onKeyDown [\#846](https://github.com/digital-ai/dot-components/pull/846) ([monapatel91](https://github.com/monapatel91))
21
+ - 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))
22
+ - S-80621: file upload [\#840](https://github.com/digital-ai/dot-components/pull/840) ([CWSites](https://github.com/CWSites))
23
+ - S-76922: file upload [\#820](https://github.com/digital-ai/dot-components/pull/820) ([CWSites](https://github.com/CWSites))
24
+
25
+ **Fixed bugs:**
26
+
27
+ - DotDynamicForm does not properly initialize form state for boolean attribute with initialValue false [\#841](https://github.com/digital-ai/dot-components/issues/841)
28
+ - Extended sidenav drawer should collapse when another drawer option is clicked [\#739](https://github.com/digital-ai/dot-components/issues/739)
29
+ - \#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))
30
+ - 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))
31
+
32
+ **Merged pull requests:**
33
+
34
+ - 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))
35
+ - S-76843: testing out yarn install commands for CI [\#847](https://github.com/digital-ai/dot-components/pull/847) ([CWSites](https://github.com/CWSites))
36
+
37
+ ## [1.3.5](https://github.com/digital-ai/dot-components/tree/1.3.5) (12/03/2021)
38
+
39
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.4...1.3.5)
40
+
41
+ **Features:**
42
+
43
+ - Expose onFocus and onBlur callbacks in DotInputText and other input components [\#829](https://github.com/digital-ai/dot-components/issues/829)
44
+ - Pass 'disabled' prop to DotDynamicForm controls [\#806](https://github.com/digital-ai/dot-components/issues/806)
45
+ - 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))
46
+ - S-80268: `DotDynamicForm` improvements [\#821](https://github.com/digital-ai/dot-components/pull/821) ([dmiletic85](https://github.com/dmiletic85))
47
+
48
+ **Fixed bugs:**
49
+
50
+ - Go back item in `Sidebar` is not aligned with rest of items [\#824](https://github.com/digital-ai/dot-components/issues/824)
51
+ - DotBadge generates console warnings [\#816](https://github.com/digital-ai/dot-components/issues/816)
52
+ - Sidebar scrollbar should be positioned on the very right of the sidebar [\#746](https://github.com/digital-ai/dot-components/issues/746)
53
+ - D-19151: `DotBadge` generates console warnings [\#827](https://github.com/digital-ai/dot-components/pull/827) ([dmiletic85](https://github.com/dmiletic85))
54
+ - 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))
55
+
56
+ **Merged pull requests:**
57
+
58
+ - merge `master` \> `develop` [\#825](https://github.com/digital-ai/dot-components/pull/825) ([CWSites](https://github.com/CWSites))
59
+
60
+ ## [1.3.4](https://github.com/digital-ai/dot-components/tree/1.3.4) (11/30/2021)
61
+
62
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.3...1.3.4)
63
+
64
+ **Features:**
65
+
66
+ - Add to `DotList` right arrow in some cases [\#720](https://github.com/digital-ai/dot-components/issues/720)
67
+ - `DotTable` Provide a way to apply custom classes to table rows and cells [\#643](https://github.com/digital-ai/dot-components/issues/643)
68
+ - S-80369: Create `ProgressButton` component [\#822](https://github.com/digital-ai/dot-components/pull/822) ([dmiletic85](https://github.com/dmiletic85))
69
+ - 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))
70
+ - S-80264: Agility wrapper sandbox documentation [\#810](https://github.com/digital-ai/dot-components/pull/810) ([CWSites](https://github.com/CWSites))
71
+
72
+ **Fixed bugs:**
73
+
74
+ - Input elements not displaying correctly when `border-box` is used in consumer components [\#811](https://github.com/digital-ai/dot-components/issues/811)
75
+ - Breadcrumbs are not vertically aligned [\#809](https://github.com/digital-ai/dot-components/issues/809)
76
+ - Batman wasn't here :\( [\#807](https://github.com/digital-ai/dot-components/issues/807)
77
+ - TEST - GitHub + Agility Integration [\#800](https://github.com/digital-ai/dot-components/issues/800)
78
+ - Batman wasn't here [\#798](https://github.com/digital-ai/dot-components/issues/798)
79
+ - Alert component style issues [\#795](https://github.com/digital-ai/dot-components/issues/795)
80
+ - \#795 Address AlertBanner style issues [\#815](https://github.com/digital-ai/dot-components/pull/815) ([angel-git](https://github.com/angel-git))
81
+ - D-19138: Remove margin-bottom from breadcrumbs [\#813](https://github.com/digital-ai/dot-components/pull/813) ([angel-git](https://github.com/angel-git))
82
+ - 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))
83
+
84
+ **Merged pull requests:**
85
+
86
+ - 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))
87
+ - \[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))
88
+ - 17 nov2021 update icon [\#803](https://github.com/digital-ai/dot-components/pull/803) ([BojanKocijan](https://github.com/BojanKocijan))
89
+ - S-79569: `DotTable` - ability to add classes to rows & cells [\#799](https://github.com/digital-ai/dot-components/pull/799) ([monapatel91](https://github.com/monapatel91))
90
+ - Bringing `master` back into `develop` [\#797](https://github.com/digital-ai/dot-components/pull/797) ([CWSites](https://github.com/CWSites))
91
+
92
+ ## [1.3.3](https://github.com/digital-ai/dot-components/tree/1.3.3) (11/16/2021)
93
+
94
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.2...1.3.3)
95
+
96
+ **Features:**
97
+
98
+ - Add 'target' prop to ListItemProps [\#784](https://github.com/digital-ai/dot-components/issues/784)
99
+ - Expose built-in `leaveDelay`, `onClose`, `open` props on `DotTooltip` component [\#778](https://github.com/digital-ai/dot-components/issues/778)
100
+
101
+ **Fixed bugs:**
102
+
103
+ - `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)
104
+ - Wrong z-index for autocomplete [\#779](https://github.com/digital-ai/dot-components/issues/779)
105
+ - DotInputText startIcon and endIcon are not aligned with text [\#764](https://github.com/digital-ai/dot-components/issues/764)
106
+ - Allow normal text formatting inside DotAlertBanner [\#738](https://github.com/digital-ai/dot-components/issues/738)
107
+
108
+ **Merged pull requests:**
109
+
110
+ - Next minor release [\#796](https://github.com/digital-ai/dot-components/pull/796) ([CWSites](https://github.com/CWSites))
111
+ - D-19069: `AutoComplete` z-index not behaving as expected [\#793](https://github.com/digital-ai/dot-components/pull/793) ([CWSites](https://github.com/CWSites))
112
+ - 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))
113
+ - 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))
114
+ - D-19065: `DotProgress` remove default `title` value [\#790](https://github.com/digital-ai/dot-components/pull/790) ([CWSites](https://github.com/CWSites))
115
+ - 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))
116
+ - S-79880: Add 'target' prop to ListItemProps [\#788](https://github.com/digital-ai/dot-components/pull/788) ([selsemore](https://github.com/selsemore))
117
+ - S-80109: Expose built-in `leaveDelay`, `onClose`, `open` props on `DotTooltip` component [\#786](https://github.com/digital-ai/dot-components/pull/786) ([dmiletic85](https://github.com/dmiletic85))
118
+ - 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))
119
+ - S-80048: product wrapper demo [\#782](https://github.com/digital-ai/dot-components/pull/782) ([CWSites](https://github.com/CWSites))
120
+ - bring `master` back into `develop` [\#781](https://github.com/digital-ai/dot-components/pull/781) ([CWSites](https://github.com/CWSites))
121
+
122
+ ## [1.3.2](https://github.com/digital-ai/dot-components/tree/1.3.2) (11/05/2021)
123
+
124
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.1...1.3.2)
125
+
126
+ **Features:**
127
+
128
+ - Add submitButtonProps prop to DotJsonSchemaForm component [\#774](https://github.com/digital-ai/dot-components/issues/774)
129
+ - Export all neutral colors [\#770](https://github.com/digital-ai/dot-components/issues/770)
130
+
131
+ **Merged pull requests:**
132
+
133
+ - Patch release [\#780](https://github.com/digital-ai/dot-components/pull/780) ([TheKeithStewart](https://github.com/TheKeithStewart))
134
+ - S-79985: temporarily remove react-jsonschema-form from library [\#776](https://github.com/digital-ai/dot-components/pull/776) ([TheKeithStewart](https://github.com/TheKeithStewart))
135
+ - \#770 Add Neutral colors missing [\#771](https://github.com/digital-ai/dot-components/pull/771) ([angel-git](https://github.com/angel-git))
136
+ - D-19042: remove duplicate tooltips [\#769](https://github.com/digital-ai/dot-components/pull/769) ([CWSites](https://github.com/CWSites))
137
+ - S-76893: Webpack 4 - update peer dependencies [\#768](https://github.com/digital-ai/dot-components/pull/768) ([CWSites](https://github.com/CWSites))
138
+ - S-79957: improve husky [\#765](https://github.com/digital-ai/dot-components/pull/765) ([CWSites](https://github.com/CWSites))
139
+ - merge `master` \> `develop` [\#763](https://github.com/digital-ai/dot-components/pull/763) ([CWSites](https://github.com/CWSites))
140
+
141
+ ## [1.3.1](https://github.com/digital-ai/dot-components/tree/1.3.1) (10/30/2021)
142
+
143
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.0...1.3.1)
144
+
145
+ **Fixed bugs:**
146
+
147
+ - Lato 700 is not rendered correctly on Digital.ai Release with dot-components [\#758](https://github.com/digital-ai/dot-components/issues/758)
148
+ - Circular Dependency - Dynamic Form [\#757](https://github.com/digital-ai/dot-components/issues/757)
149
+
150
+ **Merged pull requests:**
151
+
152
+ - Add submitButtonProps prop to DotJsonSchemaForm component [\#775](https://github.com/digital-ai/dot-components/pull/775) ([selsemore](https://github.com/selsemore))
153
+ - Next \[PATCH\] Release [\#762](https://github.com/digital-ai/dot-components/pull/762) ([CWSites](https://github.com/CWSites))
154
+ - 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))
155
+ - D-18543: proper export of type and interface [\#760](https://github.com/digital-ai/dot-components/pull/760) ([CWSites](https://github.com/CWSites))
156
+ - D-19023: Circular Dependency in `DynamicForm` component [\#759](https://github.com/digital-ai/dot-components/pull/759) ([dmiletic85](https://github.com/dmiletic85))
157
+ - Bring `master` back into `develop` [\#756](https://github.com/digital-ai/dot-components/pull/756) ([CWSites](https://github.com/CWSites))
158
+ - 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))
159
+ - S-77126: react jsonschema form wrapper [\#728](https://github.com/digital-ai/dot-components/pull/728) ([TheKeithStewart](https://github.com/TheKeithStewart))
160
+
161
+ ## [1.3.0](https://github.com/digital-ai/dot-components/tree/1.3.0) (10/28/2021)
162
+
163
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.2.1...1.3.0)
164
+
165
+ **Features:**
166
+
167
+ - Forms [\#594](https://github.com/digital-ai/dot-components/issues/594)
168
+
169
+ **Fixed bugs:**
170
+
171
+ - AppToolbar height change breaks layout for consumer [\#733](https://github.com/digital-ai/dot-components/issues/733)
172
+ - `DotMenu` max height calculation doesn't take paddings into the consideration [\#707](https://github.com/digital-ai/dot-components/issues/707)
173
+
174
+ **Merged pull requests:**
175
+
176
+ - 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))
177
+ - Next \[MINOR\] release [\#753](https://github.com/digital-ai/dot-components/pull/753) ([monapatel91](https://github.com/monapatel91))
178
+ - 27 oct2021 update name of progression icon [\#751](https://github.com/digital-ai/dot-components/pull/751) ([BojanKocijan](https://github.com/BojanKocijan))
179
+ - D-19004: update readme link to be accurate [\#750](https://github.com/digital-ai/dot-components/pull/750) ([CWSites](https://github.com/CWSites))
180
+ - 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))
181
+ - Updated icons 26 oct 2021 [\#748](https://github.com/digital-ai/dot-components/pull/748) ([BojanKocijan](https://github.com/BojanKocijan))
182
+ - D-18992: Missing disabled prop of icon button when importing it to tablecell [\#745](https://github.com/digital-ai/dot-components/pull/745) ([monapatel91](https://github.com/monapatel91))
183
+ - Icons: integrations, plugins [\#744](https://github.com/digital-ai/dot-components/pull/744) ([BojanKocijan](https://github.com/BojanKocijan))
184
+ - Icons update oct 25 2021 [\#743](https://github.com/digital-ai/dot-components/pull/743) ([BojanKocijan](https://github.com/BojanKocijan))
185
+ - S-79594: Add optional debounce prop to `DotInputText` [\#742](https://github.com/digital-ai/dot-components/pull/742) ([dmiletic85](https://github.com/dmiletic85))
186
+ - D-18997: when specified width of sidebar, it should be applied properly [\#737](https://github.com/digital-ai/dot-components/pull/737) ([CWSites](https://github.com/CWSites))
187
+ - S-76892: create generator for new components [\#736](https://github.com/digital-ai/dot-components/pull/736) ([CWSites](https://github.com/CWSites))
188
+ - 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))
189
+ - 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))
190
+ - S-77126: Dynamic Form [\#717](https://github.com/digital-ai/dot-components/pull/717) ([dmiletic85](https://github.com/dmiletic85))
191
+
192
+ ## [1.2.1](https://github.com/digital-ai/dot-components/tree/1.2.1) (10/15/2021)
193
+
194
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.2.0...1.2.1)
195
+
196
+ **Fixed bugs:**
197
+
198
+ - Alpha .25 doesn't work well within agility dark theme [\#710](https://github.com/digital-ai/dot-components/issues/710)
199
+
200
+ **Closed issues:**
201
+
202
+ - Add `ariaLabel` prop on `DotIconButton` instance within `Sidebar` component [\#703](https://github.com/digital-ai/dot-components/issues/703)
203
+
204
+ **Merged pull requests:**
205
+
206
+ - next release [\#732](https://github.com/digital-ai/dot-components/pull/732) ([CWSites](https://github.com/CWSites))
207
+ - D-18963: add ariaLabel to sidebar collapse button [\#731](https://github.com/digital-ai/dot-components/pull/731) ([CWSites](https://github.com/CWSites))
208
+ - S-76840: update contributing guidelines and PR template [\#730](https://github.com/digital-ai/dot-components/pull/730) ([CWSites](https://github.com/CWSites))
209
+ - D-18979: export `Tooltip` component [\#729](https://github.com/digital-ai/dot-components/pull/729) ([CWSites](https://github.com/CWSites))
210
+ - Merge pull request \#719 from digital-ai/develop [\#727](https://github.com/digital-ai/dot-components/pull/727) ([CWSites](https://github.com/CWSites))
211
+
212
+ ## [1.2.0](https://github.com/digital-ai/dot-components/tree/1.2.0) (10/14/2021)
213
+
214
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.1.1...1.2.0)
215
+
216
+ **Fixed bugs:**
217
+
218
+ - Missing return on `List` [\#721](https://github.com/digital-ai/dot-components/issues/721)
219
+ - Menu className doesn't apply to relevant attribute or theming not correct [\#711](https://github.com/digital-ai/dot-components/issues/711)
220
+ - `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)
221
+ - Wrong background colour on `DotAlertBanner` on top of a `DotDialog` [\#702](https://github.com/digital-ai/dot-components/issues/702)
222
+
223
+ **Merged pull requests:**
224
+
225
+ - D-18961: update dialog styles to be more explicit [\#726](https://github.com/digital-ai/dot-components/pull/726) ([CWSites](https://github.com/CWSites))
226
+ - 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))
227
+ - D-18973: `DotList` missing return statement [\#724](https://github.com/digital-ai/dot-components/pull/724) ([CWSites](https://github.com/CWSites))
228
+ - D-18972: custom logo height constraints [\#723](https://github.com/digital-ai/dot-components/pull/723) ([CWSites](https://github.com/CWSites))
229
+ - D-18970: remove color prop from Badge storybook config [\#722](https://github.com/digital-ai/dot-components/pull/722) ([CWSites](https://github.com/CWSites))
230
+ - MINOR release [\#719](https://github.com/digital-ai/dot-components/pull/719) ([CWSites](https://github.com/CWSites))
231
+ - Icons oct 13 2021 [\#718](https://github.com/digital-ai/dot-components/pull/718) ([BojanKocijan](https://github.com/BojanKocijan))
232
+ - S-78918: add loading indicator to menu [\#716](https://github.com/digital-ai/dot-components/pull/716) ([CWSites](https://github.com/CWSites))
233
+ - S-78834: update icon buttons to follow agility theme more closely [\#715](https://github.com/digital-ai/dot-components/pull/715) ([CWSites](https://github.com/CWSites))
234
+ - S-77041: New component tooltip [\#713](https://github.com/digital-ai/dot-components/pull/713) ([monapatel91](https://github.com/monapatel91))
235
+ - S-76773: product badges in app toolbar and sidebar [\#712](https://github.com/digital-ai/dot-components/pull/712) ([CWSites](https://github.com/CWSites))
236
+ - Icons update oct 7th 2021 [\#709](https://github.com/digital-ai/dot-components/pull/709) ([BojanKocijan](https://github.com/BojanKocijan))
237
+ - Bring `master` back into `develop` [\#705](https://github.com/digital-ai/dot-components/pull/705) ([CWSites](https://github.com/CWSites))
238
+ - S-78833 agility sidebar [\#701](https://github.com/digital-ai/dot-components/pull/701) ([CWSites](https://github.com/CWSites))
239
+
240
+ ## [1.1.1](https://github.com/digital-ai/dot-components/tree/1.1.1) (10/06/2021)
241
+
242
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.1.0...1.1.1)
243
+
244
+ **Closed issues:**
245
+
246
+ - Security Updates [\#699](https://github.com/digital-ai/dot-components/issues/699)
247
+
248
+ **Merged pull requests:**
249
+
250
+ - MINOR RELEASE [\#704](https://github.com/digital-ai/dot-components/pull/704) ([CWSites](https://github.com/CWSites))
251
+ - S-79291: update nested dependencies [\#700](https://github.com/digital-ai/dot-components/pull/700) ([CWSites](https://github.com/CWSites))
252
+ - S-78832: Agility icon & badge updates [\#698](https://github.com/digital-ai/dot-components/pull/698) ([CWSites](https://github.com/CWSites))
253
+ - 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))
254
+ - Bring `master` back into `develop` [\#696](https://github.com/digital-ai/dot-components/pull/696) ([CWSites](https://github.com/CWSites))
255
+ - S-76906: table action column [\#692](https://github.com/digital-ai/dot-components/pull/692) ([monapatel91](https://github.com/monapatel91))
256
+ - S-78164: Sticky menu item on DotMenu component [\#687](https://github.com/digital-ai/dot-components/pull/687) ([dmiletic85](https://github.com/dmiletic85))
257
+
258
+ ## [1.1.0](https://github.com/digital-ai/dot-components/tree/1.1.0) (09/29/2021)
259
+
260
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.12...1.1.0)
261
+
262
+ **Fixed bugs:**
263
+
264
+ - value prop isn't being passed to tab [\#693](https://github.com/digital-ai/dot-components/issues/693)
265
+
266
+ **Merged pull requests:**
267
+
268
+ - MINOR release [\#695](https://github.com/digital-ai/dot-components/pull/695) ([CWSites](https://github.com/CWSites))
269
+ - pass value to tab [\#694](https://github.com/digital-ai/dot-components/pull/694) ([kmmarsh](https://github.com/kmmarsh))
270
+ - S-78831: update AppToolbar component for Agility [\#691](https://github.com/digital-ai/dot-components/pull/691) ([CWSites](https://github.com/CWSites))
271
+ - Bring `master` back into `develop` [\#690](https://github.com/digital-ai/dot-components/pull/690) ([CWSites](https://github.com/CWSites))
272
+
273
+ ## [1.0.12](https://github.com/digital-ai/dot-components/tree/1.0.12) (09/23/2021)
274
+
275
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.11...1.0.12)
276
+
277
+ **Fixed bugs:**
278
+
279
+ - `DotAppToobar` has z-index higher than autocomplete [\#669](https://github.com/digital-ai/dot-components/issues/669)
280
+ - `Link` component is not triggered on `Enter` key [\#630](https://github.com/digital-ai/dot-components/issues/630)
281
+ - `AutoComplete` component has incorrectly typed `AutoCompleteValue` in `onChange` signature [\#627](https://github.com/digital-ai/dot-components/issues/627)
282
+
283
+ **Merged pull requests:**
284
+
285
+ - Next Release [\#689](https://github.com/digital-ai/dot-components/pull/689) ([CWSites](https://github.com/CWSites))
286
+ - D-18817: set mainMenuItems to `null` by default [\#688](https://github.com/digital-ai/dot-components/pull/688) ([CWSites](https://github.com/CWSites))
287
+ - D-18664: update link to allow for keypress [\#686](https://github.com/digital-ai/dot-components/pull/686) ([CWSites](https://github.com/CWSites))
288
+ - D-18665: AppToolbar z-index update [\#685](https://github.com/digital-ai/dot-components/pull/685) ([CWSites](https://github.com/CWSites))
289
+ - D-18663: Update AutoComplete value typing [\#684](https://github.com/digital-ai/dot-components/pull/684) ([CWSites](https://github.com/CWSites))
290
+ - Bring `master` back into `develop` [\#683](https://github.com/digital-ai/dot-components/pull/683) ([CWSites](https://github.com/CWSites))
291
+ - S-78051: Feedback on Navigation Rail component [\#681](https://github.com/digital-ai/dot-components/pull/681) ([dmiletic85](https://github.com/dmiletic85))
292
+
293
+ ## [1.0.11](https://github.com/digital-ai/dot-components/tree/1.0.11) (09/16/2021)
294
+
295
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.10...1.0.11)
296
+
297
+ **Fixed bugs:**
298
+
299
+ - DotListItem [\#611](https://github.com/digital-ai/dot-components/issues/611)
300
+
301
+ **Merged pull requests:**
302
+
303
+ - Next Release [\#682](https://github.com/digital-ai/dot-components/pull/682) ([CWSites](https://github.com/CWSites))
304
+ - 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))
305
+ - D-18421: close hamburger on navigate [\#679](https://github.com/digital-ai/dot-components/pull/679) ([CWSites](https://github.com/CWSites))
306
+ - Bring `master` back into `develop` after release. [\#678](https://github.com/digital-ai/dot-components/pull/678) ([CWSites](https://github.com/CWSites))
307
+
308
+ ## [1.0.10](https://github.com/digital-ai/dot-components/tree/1.0.10) (09/09/2021)
309
+
310
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.9...1.0.10)
311
+
312
+ **Fixed bugs:**
313
+
314
+ - Console warnings while running unit tests for codebase that is consuming dot-components library [\#629](https://github.com/digital-ai/dot-components/issues/629)
315
+
316
+ **Merged pull requests:**
317
+
318
+ - New patch release [\#677](https://github.com/digital-ai/dot-components/pull/677) ([CWSites](https://github.com/CWSites))
319
+ - D-18424: include breadcrumb wrapper with breadcrumb component [\#675](https://github.com/digital-ai/dot-components/pull/675) ([CWSites](https://github.com/CWSites))
320
+ - Merge `master` back to `develop` [\#674](https://github.com/digital-ai/dot-components/pull/674) ([CWSites](https://github.com/CWSites))
321
+ - D-18536: material 4.12.3 upgrade [\#667](https://github.com/digital-ai/dot-components/pull/667) ([CWSites](https://github.com/CWSites))
322
+
323
+ ## [1.0.9](https://github.com/digital-ai/dot-components/tree/1.0.9) (09/02/2021)
324
+
325
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.8...1.0.9)
326
+
327
+ **Features:**
328
+
329
+ - \[DotTable\] Ability to make table body cell centered [\#609](https://github.com/digital-ai/dot-components/issues/609)
330
+ - \[DotTable\] Additional prop for making table cell field truncated and displayed in one line [\#602](https://github.com/digital-ai/dot-components/issues/602)
331
+
332
+ **Fixed bugs:**
333
+
334
+ - untouched modified files [\#660](https://github.com/digital-ai/dot-components/issues/660)
335
+ - Update Agility colors [\#656](https://github.com/digital-ai/dot-components/issues/656)
336
+ - Add aria-label property [\#632](https://github.com/digital-ai/dot-components/issues/632)
337
+
338
+ **Merged pull requests:**
339
+
340
+ - Release `1.0.8` [\#673](https://github.com/digital-ai/dot-components/pull/673) ([CWSites](https://github.com/CWSites))
341
+ - D-18730: action toolbar support [\#671](https://github.com/digital-ai/dot-components/pull/671) ([CWSites](https://github.com/CWSites))
342
+ - S-78572: Make entire sidebar backitem clickable [\#670](https://github.com/digital-ai/dot-components/pull/670) ([selsemore](https://github.com/selsemore))
343
+ - improving table component by fixing issues reported on github [\#668](https://github.com/digital-ai/dot-components/pull/668) ([monapatel91](https://github.com/monapatel91))
344
+ - S-78516 extra files being formatted [\#665](https://github.com/digital-ai/dot-components/pull/665) ([TheKeithStewart](https://github.com/TheKeithStewart))
345
+ - S-78464: add main branch name [\#664](https://github.com/digital-ai/dot-components/pull/664) ([CWSites](https://github.com/CWSites))
346
+ - S-78497: Add 'page' prop to DotTable [\#662](https://github.com/digital-ai/dot-components/pull/662) ([selsemore](https://github.com/selsemore))
347
+ - 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))
348
+ - Issue \#632: Add aria-label property [\#659](https://github.com/digital-ai/dot-components/pull/659) ([dmiletic85](https://github.com/dmiletic85))
349
+ - S-78464: SonarQube [\#657](https://github.com/digital-ai/dot-components/pull/657) ([CWSites](https://github.com/CWSites))
350
+ - 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))
351
+ - 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))
352
+ - S-77872: gather test coverage in sonarcloud [\#653](https://github.com/digital-ai/dot-components/pull/653) ([CWSites](https://github.com/CWSites))
353
+
354
+ ## [1.0.8](https://github.com/digital-ai/dot-components/tree/1.0.8) (08/23/2021)
355
+
356
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.7...1.0.8)
357
+
358
+ **Fixed bugs:**
359
+
360
+ - 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)
361
+
362
+ **Merged pull requests:**
363
+
364
+ - add export back to component library [\#652](https://github.com/digital-ai/dot-components/pull/652) ([CWSites](https://github.com/CWSites))
365
+ - add back missing items from export [\#651](https://github.com/digital-ai/dot-components/pull/651) ([TheKeithStewart](https://github.com/TheKeithStewart))
366
+ - Master back into develop [\#649](https://github.com/digital-ai/dot-components/pull/649) ([CWSites](https://github.com/CWSites))
367
+
368
+ ## [1.0.7](https://github.com/digital-ai/dot-components/tree/1.0.7) (08/23/2021)
369
+
370
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.6...1.0.7)
371
+
372
+ **Fixed bugs:**
373
+
374
+ - Link color is hardcoded for agility product [\#641](https://github.com/digital-ai/dot-components/issues/641)
375
+ - 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)
376
+
377
+ **Closed issues:**
378
+
379
+ - Dialog Accessibility enhancement [\#648](https://github.com/digital-ai/dot-components/issues/648)
380
+
381
+ **Merged pull requests:**
382
+
383
+ - Add autofocus property to Button [\#647](https://github.com/digital-ai/dot-components/pull/647) ([angel-git](https://github.com/angel-git))
384
+ - remove customer logo and use imaginary test logo instead [\#646](https://github.com/digital-ai/dot-components/pull/646) ([CWSites](https://github.com/CWSites))
385
+ - Patch release [\#645](https://github.com/digital-ai/dot-components/pull/645) ([CWSites](https://github.com/CWSites))
386
+ - S-78162: adjust link color [\#642](https://github.com/digital-ai/dot-components/pull/642) ([CWSites](https://github.com/CWSites))
387
+ - 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))
388
+ - Custom main logo in the AppToolbar [\#637](https://github.com/digital-ai/dot-components/pull/637) ([monapatel91](https://github.com/monapatel91))
389
+
390
+ ## [1.0.6](https://github.com/digital-ai/dot-components/tree/1.0.6) (08/18/2021)
391
+
392
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.5...1.0.6)
393
+
394
+ **Features:**
395
+
396
+ - New component alert banner [\#625](https://github.com/digital-ai/dot-components/pull/625) ([monapatel91](https://github.com/monapatel91))
397
+
398
+ **Fixed bugs:**
399
+
400
+ - Dialog and autocomplete dont follow agility dark theme [\#631](https://github.com/digital-ai/dot-components/issues/631)
401
+ - Fix agility theme colors [\#623](https://github.com/digital-ai/dot-components/issues/623)
402
+
403
+ **Merged pull requests:**
404
+
405
+ - Next patch release with agility theme colors [\#638](https://github.com/digital-ai/dot-components/pull/638) ([CWSites](https://github.com/CWSites))
406
+ - S 78162: agility theme [\#636](https://github.com/digital-ai/dot-components/pull/636) ([CWSites](https://github.com/CWSites))
407
+ - update the peerDependencies to support all appropriate versions of React [\#634](https://github.com/digital-ai/dot-components/pull/634) ([monapatel91](https://github.com/monapatel91))
408
+ - Feedback of snackbar [\#628](https://github.com/digital-ai/dot-components/pull/628) ([monapatel91](https://github.com/monapatel91))
409
+ - S-77873: Support agility themes in certain components [\#626](https://github.com/digital-ai/dot-components/pull/626) ([CWSites](https://github.com/CWSites))
410
+ - D-18346: fix sidebar menu item height [\#624](https://github.com/digital-ai/dot-components/pull/624) ([selsemore](https://github.com/selsemore))
411
+ - Merging master back into develop [\#622](https://github.com/digital-ai/dot-components/pull/622) ([CWSites](https://github.com/CWSites))
412
+
413
+ ## [1.0.5](https://github.com/digital-ai/dot-components/tree/1.0.5) (07/28/2021)
414
+
415
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.4...1.0.5)
416
+
417
+ **Merged pull requests:**
418
+
419
+ - Merging develop onto master [\#621](https://github.com/digital-ai/dot-components/pull/621) ([TheKeithStewart](https://github.com/TheKeithStewart))
420
+ - pin material-ui lab version [\#620](https://github.com/digital-ai/dot-components/pull/620) ([TheKeithStewart](https://github.com/TheKeithStewart))
421
+
422
+ ## [1.0.4](https://github.com/digital-ai/dot-components/tree/1.0.4) (07/28/2021)
423
+
424
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.3...1.0.4)
425
+
426
+ **Features:**
427
+
428
+ - S-76930: New Component: DotSnackbar [\#607](https://github.com/digital-ai/dot-components/pull/607) ([coryell1287](https://github.com/coryell1287))
429
+
430
+ **Merged pull requests:**
431
+
432
+ - 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))
433
+ - Merging master back into develop [\#618](https://github.com/digital-ai/dot-components/pull/618) ([CWSites](https://github.com/CWSites))
434
+ - 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))
435
+ - S-76627: new snackbar provider [\#616](https://github.com/digital-ai/dot-components/pull/616) ([TheKeithStewart](https://github.com/TheKeithStewart))
436
+ - S-76905 split button component back to experimental [\#614](https://github.com/digital-ai/dot-components/pull/614) ([CWSites](https://github.com/CWSites))
437
+ - S-76905: update SplitButton design and functionality [\#613](https://github.com/digital-ai/dot-components/pull/613) ([CWSites](https://github.com/CWSites))
438
+ - S-77681: setup test-coverage for reporting on dot-components [\#610](https://github.com/digital-ai/dot-components/pull/610) ([CWSites](https://github.com/CWSites))
439
+ - S-76838: address Sonarcloud code issues [\#608](https://github.com/digital-ai/dot-components/pull/608) ([CWSites](https://github.com/CWSites))
440
+ - S-76918: DialogButtonProps updated with more available BaseButtonProps [\#605](https://github.com/digital-ai/dot-components/pull/605) ([CWSites](https://github.com/CWSites))
441
+ - D-18306: lock material UI to `4.11.x` [\#604](https://github.com/digital-ai/dot-components/pull/604) ([CWSites](https://github.com/CWSites))
442
+ - S-77317: Add 'height' prop to DotDrawer component [\#603](https://github.com/digital-ai/dot-components/pull/603) ([selsemore](https://github.com/selsemore))
443
+ - Update GitHub prerelease [\#599](https://github.com/digital-ai/dot-components/pull/599) ([CWSites](https://github.com/CWSites))
444
+ - S-76917: remove progressionBoard styles from theme provider [\#597](https://github.com/digital-ai/dot-components/pull/597) ([CWSites](https://github.com/CWSites))
445
+
446
+ ## [1.0.3](https://github.com/digital-ai/dot-components/tree/1.0.3) (07/27/2021)
447
+
448
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.2...1.0.3)
449
+
450
+ **Features:**
451
+
452
+ - Add height property to DotDrawer component [\#600](https://github.com/digital-ai/dot-components/issues/600)
453
+ - Address theme overrides in consuming applications. [\#578](https://github.com/digital-ai/dot-components/issues/578)
454
+
455
+ **Fixed bugs:**
456
+
457
+ - Not all button props are passed to the buttons in a Dialog [\#571](https://github.com/digital-ai/dot-components/issues/571)
458
+
459
+ **Merged pull requests:**
460
+
461
+ - Deploying latest to master [\#615](https://github.com/digital-ai/dot-components/pull/615) ([CWSites](https://github.com/CWSites))
462
+
463
+ ## [1.0.2](https://github.com/digital-ai/dot-components/tree/1.0.2) (07/08/2021)
464
+
465
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.1...1.0.2)
466
+
467
+ **Merged pull requests:**
468
+
469
+ - 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))
470
+ - 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))
471
+ - updating github workflow to default to patch release [\#593](https://github.com/digital-ai/dot-components/pull/593) ([CWSites](https://github.com/CWSites))
472
+ - 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))
473
+ - Update icons [\#589](https://github.com/digital-ai/dot-components/pull/589) ([BojanKocijan](https://github.com/BojanKocijan))
474
+ - Issue \#555: build warnings [\#588](https://github.com/digital-ai/dot-components/pull/588) ([CWSites](https://github.com/CWSites))
475
+ - Issue \#181: Create Security Policy [\#584](https://github.com/digital-ai/dot-components/pull/584) ([CWSites](https://github.com/CWSites))
476
+ - Issue \#572: move storybook dependency [\#582](https://github.com/digital-ai/dot-components/pull/582) ([CWSites](https://github.com/CWSites))
477
+ - resolve high severity security vulnerabilities [\#581](https://github.com/digital-ai/dot-components/pull/581) ([CWSites](https://github.com/CWSites))
478
+ - Update issue templates [\#580](https://github.com/digital-ai/dot-components/pull/580) ([CWSites](https://github.com/CWSites))
479
+ - Upload of commit icon [\#575](https://github.com/digital-ai/dot-components/pull/575) ([BojanKocijan](https://github.com/BojanKocijan))
480
+ - S-76321: Remove PB-related code from dot-components repo [\#570](https://github.com/digital-ai/dot-components/pull/570) ([dmiletic85](https://github.com/dmiletic85))
481
+ - Issue \#562: Fix EmptyState behavior when no imageSrc prop is passed [\#568](https://github.com/digital-ai/dot-components/pull/568) ([selsemore](https://github.com/selsemore))
482
+ - Issue \#566: Fix DotPill console warning message [\#567](https://github.com/digital-ai/dot-components/pull/567) ([selsemore](https://github.com/selsemore))
483
+ - Navigation rail improvements [\#565](https://github.com/digital-ai/dot-components/pull/565) ([dmiletic85](https://github.com/dmiletic85))
484
+ - New icons 27 5 2021 [\#564](https://github.com/digital-ai/dot-components/pull/564) ([BojanKocijan](https://github.com/BojanKocijan))
485
+ - Add isUnderToolbar property to Sidebar for use beneath AppToolbar [\#560](https://github.com/digital-ai/dot-components/pull/560) ([selsemore](https://github.com/selsemore))
486
+ - Move approved components to "Stable" [\#559](https://github.com/digital-ai/dot-components/pull/559) ([CWSites](https://github.com/CWSites))
487
+ - merging master \> develop [\#557](https://github.com/digital-ai/dot-components/pull/557) ([CWSites](https://github.com/CWSites))
488
+ - 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))
489
+ - 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))
490
+
491
+ ## [1.0.1](https://github.com/digital-ai/dot-components/tree/1.0.1) (07/02/2021)
492
+
493
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.0...1.0.1)
494
+
495
+ **Features:**
496
+
497
+ - Improvements to `Table` Component [\#577](https://github.com/digital-ai/dot-components/issues/577)
498
+ - Expose `title` prop on input fields [\#576](https://github.com/digital-ai/dot-components/issues/576)
499
+ - Additional Accordion prop for making summary field truncated and displayed in one line [\#574](https://github.com/digital-ai/dot-components/issues/574)
500
+ - Breakpoint updates [\#573](https://github.com/digital-ai/dot-components/issues/573)
501
+ - Drag and Drop Layout Engine POC [\#526](https://github.com/digital-ai/dot-components/issues/526)
502
+ - Component: POC Custom Flyout Side Panel [\#473](https://github.com/digital-ai/dot-components/issues/473)
503
+ - Storybook improvements for components with subcomponents [\#242](https://github.com/digital-ai/dot-components/issues/242)
504
+ - App Switcher [\#69](https://github.com/digital-ai/dot-components/issues/69)
505
+
506
+ **Fixed bugs:**
507
+
508
+ - 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)
509
+ - DotCheckboxGroup value prop is of the wrong data type [\#561](https://github.com/digital-ai/dot-components/issues/561)
510
+ - Workitem hover/selection causes unnecessary progression board re-renders with DOM updates [\#531](https://github.com/digital-ai/dot-components/issues/531)
511
+ - ProgressionBoard phases shouldn't take full width of the board [\#504](https://github.com/digital-ai/dot-components/issues/504)
512
+ - Some components do not look good using dark themes [\#478](https://github.com/digital-ai/dot-components/issues/478)
513
+ - `ProgressionBoard` using deprecated `findDOMNode` on `demo` [\#430](https://github.com/digital-ai/dot-components/issues/430)
514
+
515
+ **Closed issues:**
516
+
517
+ - Export Helpers [\#587](https://github.com/digital-ai/dot-components/issues/587)
518
+ - Automation Improvements [\#585](https://github.com/digital-ai/dot-components/issues/585)
519
+ - Component: `InlineEdit` [\#583](https://github.com/digital-ai/dot-components/issues/583)
520
+ - Component: `SplitButton` [\#579](https://github.com/digital-ai/dot-components/issues/579)
521
+ - ButtonToggle [\#563](https://github.com/digital-ai/dot-components/issues/563)
522
+ - Outstanding build warnings [\#555](https://github.com/digital-ai/dot-components/issues/555)
523
+ - Cross browser testing [\#441](https://github.com/digital-ai/dot-components/issues/441)
524
+ - Review `vsm-hub` Codebase [\#391](https://github.com/digital-ai/dot-components/issues/391)
525
+ - SPIKE: snapshot testing [\#264](https://github.com/digital-ai/dot-components/issues/264)
526
+ - Custom schematic for generating code for the library [\#259](https://github.com/digital-ai/dot-components/issues/259)
527
+ - Upgrade Material-UI to v5 [\#220](https://github.com/digital-ai/dot-components/issues/220)
528
+ - Setup Experitest [\#216](https://github.com/digital-ai/dot-components/issues/216)
529
+ - Better storybook controls [\#197](https://github.com/digital-ai/dot-components/issues/197)
530
+ - S-74178: Publish demo site to a hosted environment [\#97](https://github.com/digital-ai/dot-components/issues/97)
531
+ - S-73859: Configure Sonar Cloud [\#95](https://github.com/digital-ai/dot-components/issues/95)
532
+ - Future roadmap [\#90](https://github.com/digital-ai/dot-components/issues/90)
533
+
534
+ **Merged pull requests:**
535
+
536
+ - Deploying latest to master [\#592](https://github.com/digital-ai/dot-components/pull/592) ([CWSites](https://github.com/CWSites))
537
+
538
+ ## [1.0.0](https://github.com/digital-ai/dot-components/tree/1.0.0) (06/15/2021)
539
+
540
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.1-alpha.0...1.0.0)
541
+
542
+ **Features:**
543
+
544
+ - Add example to README.md Theme Provider section for using theme colors and spacing [\#553](https://github.com/digital-ai/dot-components/issues/553)
545
+
546
+ **Fixed bugs:**
547
+
548
+ - Footer truncated from Sidebar [\#569](https://github.com/digital-ai/dot-components/issues/569)
549
+ - DotPill component causes error message in console [\#566](https://github.com/digital-ai/dot-components/issues/566)
550
+ - DotEmptyState is not handling image correctly [\#562](https://github.com/digital-ai/dot-components/issues/562)
551
+ - Build Issues [\#527](https://github.com/digital-ai/dot-components/issues/527)
552
+ - Column Header not respecting configured width [\#534](https://github.com/digital-ai/dot-components/issues/534)
553
+
554
+ **Closed issues:**
555
+
556
+ - Component Review: Phase Header [\#206](https://github.com/digital-ai/dot-components/issues/206)
557
+ - Component Review: Row [\#204](https://github.com/digital-ai/dot-components/issues/204)
558
+ - Component Review: Stage Card [\#202](https://github.com/digital-ai/dot-components/issues/202)
559
+ - Component Review: Step Card [\#201](https://github.com/digital-ai/dot-components/issues/201)
560
+
561
+ **Merged pull requests:**
562
+
563
+ - Deploy Latest `master` [\#558](https://github.com/digital-ai/dot-components/pull/558) ([CWSites](https://github.com/CWSites))
564
+ - Issue \#553: Add README.md example for using theme colors and spacing [\#554](https://github.com/digital-ai/dot-components/pull/554) ([selsemore](https://github.com/selsemore))
565
+ - Issue \#527: resolve various issues [\#529](https://github.com/digital-ai/dot-components/pull/529) ([CWSites](https://github.com/CWSites))
566
+
567
+ ## [v0.0.1-alpha.0](https://github.com/digital-ai/dot-components/tree/v0.0.1-alpha.0) (05/19/2021)
568
+
569
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.45...v0.0.1-alpha.0)
570
+
571
+ **Fixed bugs:**
572
+
573
+ - ZeroHeight CORS issue [\#549](https://github.com/digital-ai/dot-components/issues/549)
574
+
575
+ **Merged pull requests:**
576
+
577
+ - Updating master to `0.0.1-alpha` [\#552](https://github.com/digital-ai/dot-components/pull/552) ([CWSites](https://github.com/CWSites))
578
+ - Updating to `0.0.1` [\#551](https://github.com/digital-ai/dot-components/pull/551) ([CWSites](https://github.com/CWSites))
579
+ - 5/10/21 update icon [\#545](https://github.com/digital-ai/dot-components/pull/545) ([BojanKocijan](https://github.com/BojanKocijan))
580
+ - D-17921 Remove the unused icons from the legend. [\#544](https://github.com/digital-ai/dot-components/pull/544) ([HakujouRyu](https://github.com/HakujouRyu))
581
+ - bump material-ui to v4.11.2 [\#543](https://github.com/digital-ai/dot-components/pull/543) ([CWSites](https://github.com/CWSites))
582
+ - Bring build changes into `develop` [\#541](https://github.com/digital-ai/dot-components/pull/541) ([CWSites](https://github.com/CWSites))
583
+
584
+ ## [v0.0.0-alpha.45](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.45) (05/18/2021)
585
+
586
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.44...v0.0.0-alpha.45)
587
+
588
+ ## [v0.0.0-alpha.44](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.44) (05/18/2021)
589
+
590
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.43...v0.0.0-alpha.44)
591
+
592
+ ## [v0.0.0-alpha.43](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.43) (05/18/2021)
593
+
594
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.42...v0.0.0-alpha.43)
595
+
596
+ ## [v0.0.0-alpha.42](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.42) (05/17/2021)
597
+
598
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.40...v0.0.0-alpha.42)
599
+
600
+ ## [v0.0.0-alpha.40](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.40) (05/17/2021)
601
+
602
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.39...v0.0.0-alpha.40)
603
+
604
+ ## [v0.0.0-alpha.39](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.39) (05/17/2021)
605
+
606
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.38...v0.0.0-alpha.39)
607
+
608
+ ## [v0.0.0-alpha.38](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.38) (05/17/2021)
609
+
610
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.37...v0.0.0-alpha.38)
611
+
612
+ ## [v0.0.0-alpha.37](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.37) (05/17/2021)
613
+
614
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.36...v0.0.0-alpha.37)
615
+
616
+ ## [v0.0.0-alpha.36](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.36) (05/17/2021)
617
+
618
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.35...v0.0.0-alpha.36)
619
+
620
+ **Fixed bugs:**
621
+
622
+ - running `npm install` on fresh install fails [\#542](https://github.com/digital-ai/dot-components/issues/542)
623
+
624
+ ## [v0.0.0-alpha.35](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.35) (05/14/2021)
625
+
626
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.34...v0.0.0-alpha.35)
627
+
628
+ **Fixed bugs:**
629
+
630
+ - Table cells have useless tooltips [\#539](https://github.com/digital-ai/dot-components/issues/539)
631
+ - \[Progression\] Application name validation is not trimming whitespaces when doing duplicate name check [\#536](https://github.com/digital-ai/dot-components/issues/536)
632
+ - Error when displaying the Skeleton loader while a table is loading [\#535](https://github.com/digital-ai/dot-components/issues/535)
633
+ - List and Sidebar show multiple flyout menus at the same time [\#523](https://github.com/digital-ai/dot-components/issues/523)
634
+
635
+ **Merged pull requests:**
636
+
637
+ - Issue \#539: Do not add tooltips to table cells [\#540](https://github.com/digital-ai/dot-components/pull/540) ([selsemore](https://github.com/selsemore))
638
+ - Issue \#535: Do not nest \<td\> in \<span\> in table skeleton data [\#538](https://github.com/digital-ai/dot-components/pull/538) ([selsemore](https://github.com/selsemore))
639
+ - Issue \#536: \[Progression\] Application name validation is not trimming whitespaces when doing duplicate name check [\#537](https://github.com/digital-ai/dot-components/pull/537) ([dmiletic85](https://github.com/dmiletic85))
640
+ - Issue \#523: Fix List/Sidebar to not show multiple flyout menus at once [\#525](https://github.com/digital-ai/dot-components/pull/525) ([selsemore](https://github.com/selsemore))
641
+
642
+ ## [v0.0.0-alpha.34](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.34) (05/13/2021)
643
+
644
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.33...v0.0.0-alpha.34)
645
+
646
+ **Fixed bugs:**
647
+
648
+ - TypeScript Error:`applicationName` missing when required [\#528](https://github.com/digital-ai/dot-components/issues/528)
649
+ - build errors running demo [\#457](https://github.com/digital-ai/dot-components/issues/457)
650
+
651
+ **Closed issues:**
652
+
653
+ - deprecation warning with `@storybook/addon-postcss` [\#455](https://github.com/digital-ai/dot-components/issues/455)
654
+
655
+ **Merged pull requests:**
656
+
657
+ - Issue \#528: TypeScript Error:applicationName missing when required \(case issue\) [\#533](https://github.com/digital-ai/dot-components/pull/533) ([dmiletic85](https://github.com/dmiletic85))
658
+ - Issue \#528: TypeScript Error:applicationName missing when required [\#532](https://github.com/digital-ai/dot-components/pull/532) ([dmiletic85](https://github.com/dmiletic85))
659
+ - D-17908: Hover on progression board causes rerender of board [\#524](https://github.com/digital-ai/dot-components/pull/524) ([dmiletic85](https://github.com/dmiletic85))
660
+ - Automation improvements [\#521](https://github.com/digital-ai/dot-components/pull/521) ([CWSites](https://github.com/CWSites))
661
+ - Layout poc [\#510](https://github.com/digital-ai/dot-components/pull/510) ([j-schoen](https://github.com/j-schoen))
662
+
663
+ ## [v0.0.0-alpha.33](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.33) (05/11/2021)
664
+
665
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.32...v0.0.0-alpha.33)
666
+
667
+ **Features:**
668
+
669
+ - Add `backgroundColor` prop for `DotAvatar` when `type` is `text` or `icon` [\#494](https://github.com/digital-ai/dot-components/issues/494)
670
+
671
+ **Fixed bugs:**
672
+
673
+ - Icons not shown for nested List/Sidebar items in menu mode [\#518](https://github.com/digital-ai/dot-components/issues/518)
674
+
675
+ **Merged pull requests:**
676
+
677
+ - Issue \#518 fix nested item icons [\#519](https://github.com/digital-ai/dot-components/pull/519) ([selsemore](https://github.com/selsemore))
678
+ - Issue \#494: add 'backgroundColor' and 'color' props to DotAvatar [\#516](https://github.com/digital-ai/dot-components/pull/516) ([selsemore](https://github.com/selsemore))
679
+
680
+ ## [v0.0.0-alpha.32](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.32) (05/11/2021)
681
+
682
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.31...v0.0.0-alpha.32)
683
+
684
+ **Features:**
685
+
686
+ - Checkbox enhancement [\#271](https://github.com/digital-ai/dot-components/issues/271)
687
+
688
+ **Closed issues:**
689
+
690
+ - S-73861: Automate process for versioning and releasing [\#84](https://github.com/digital-ai/dot-components/issues/84)
691
+
692
+ **Merged pull requests:**
693
+
694
+ - Issue \#271: Add ariaLabel, ariaLabelledby and disableRipple props [\#522](https://github.com/digital-ai/dot-components/pull/522) ([selsemore](https://github.com/selsemore))
695
+ - S-75925: Sticky action buttons on application drawer when content becomes scrollable [\#520](https://github.com/digital-ai/dot-components/pull/520) ([dmiletic85](https://github.com/dmiletic85))
696
+ - S-73861: CI/CD Automation [\#515](https://github.com/digital-ai/dot-components/pull/515) ([CWSites](https://github.com/CWSites))
697
+ - S-75915: Client side validation for application name [\#513](https://github.com/digital-ai/dot-components/pull/513) ([dmiletic85](https://github.com/dmiletic85))
698
+
699
+ ## [v0.0.0-alpha.31](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.31) (05/10/2021)
700
+
701
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.30...v0.0.0-alpha.31)
702
+
703
+ **Merged pull requests:**
704
+
705
+ - 10/5/2021-Update icons [\#517](https://github.com/digital-ai/dot-components/pull/517) ([BojanKocijan](https://github.com/BojanKocijan))
706
+
707
+ ## [v0.0.0-alpha.30](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.30) (05/07/2021)
708
+
709
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.29...v0.0.0-alpha.30)
710
+
711
+ **Features:**
712
+
713
+ - Add `color` prop to pill component [\#493](https://github.com/digital-ai/dot-components/issues/493)
714
+ - Navigation rail + labels [\#464](https://github.com/digital-ai/dot-components/issues/464)
715
+ - Issue \#464: Navigation rail + labels [\#505](https://github.com/digital-ai/dot-components/pull/505) ([dmiletic85](https://github.com/dmiletic85))
716
+
717
+ **Merged pull requests:**
718
+
719
+ - Fix some lint issues [\#511](https://github.com/digital-ai/dot-components/pull/511) ([CWSites](https://github.com/CWSites))
720
+ - Issue 493: Pill colors [\#506](https://github.com/digital-ai/dot-components/pull/506) ([selsemore](https://github.com/selsemore))
721
+
722
+ ## [v0.0.0-alpha.29](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.29) (05/05/2021)
723
+
724
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.28...v0.0.0-alpha.29)
725
+
726
+ ## [v0.0.0-alpha.28](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.28) (05/05/2021)
727
+
728
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.27...v0.0.0-alpha.28)
729
+
730
+ **Features:**
731
+
732
+ - Component: Split Button [\#448](https://github.com/digital-ai/dot-components/issues/448)
733
+
734
+ **Fixed bugs:**
735
+
736
+ - Links in Demo app sidebar are not working [\#502](https://github.com/digital-ai/dot-components/issues/502)
737
+ - Clicking to left of icon in Sidebar shows ripple animation but does not trigger onClick [\#496](https://github.com/digital-ai/dot-components/issues/496)
738
+
739
+ **Closed issues:**
740
+
741
+ - S-73863: Add dark/light theme toggle to Storybook [\#96](https://github.com/digital-ai/dot-components/issues/96)
742
+
743
+ **Merged pull requests:**
744
+
745
+ - S-75774: \[ProgressionBoard\] Show different messages on empty applications [\#509](https://github.com/digital-ai/dot-components/pull/509) ([dmiletic85](https://github.com/dmiletic85))
746
+ - Issue \#502: Fix broken List/Sidebar links when custom component used [\#503](https://github.com/digital-ai/dot-components/pull/503) ([selsemore](https://github.com/selsemore))
747
+ - Issue \#496: Fix List onClick and href handling [\#501](https://github.com/digital-ai/dot-components/pull/501) ([selsemore](https://github.com/selsemore))
748
+ - D-17864: Fix Payload URL's documentation link [\#500](https://github.com/digital-ai/dot-components/pull/500) ([dmiletic85](https://github.com/dmiletic85))
749
+ - D-17861: Webhook help icon missing on new application drawer [\#499](https://github.com/digital-ai/dot-components/pull/499) ([dmiletic85](https://github.com/dmiletic85))
750
+ - S-75356: Update VCS icons for progression board drawers [\#497](https://github.com/digital-ai/dot-components/pull/497) ([dmiletic85](https://github.com/dmiletic85))
751
+ - Issue \#96 storybook themes [\#472](https://github.com/digital-ai/dot-components/pull/472) ([selsemore](https://github.com/selsemore))
752
+ - Introduce SplitButton Component [\#465](https://github.com/digital-ai/dot-components/pull/465) ([syedsabbas360](https://github.com/syedsabbas360))
753
+
754
+ ## [v0.0.0-alpha.27](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.27) (05/03/2021)
755
+
756
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.26...v0.0.0-alpha.27)
757
+
758
+ **Features:**
759
+
760
+ - Add prop to Breadcrumbs component to show collapsed breadcrumbs as dropdown menu [\#491](https://github.com/digital-ai/dot-components/issues/491)
761
+
762
+ **Fixed bugs:**
763
+
764
+ - CORS issue with standalone iframes for storybook in zeroHeight [\#148](https://github.com/digital-ai/dot-components/issues/148)
765
+
766
+ **Merged pull requests:**
767
+
768
+ - 5/3/2021-report-icon-upload [\#498](https://github.com/digital-ai/dot-components/pull/498) ([BojanKocijan](https://github.com/BojanKocijan))
769
+ - Issue \#491: breadcrumbs expand menu [\#495](https://github.com/digital-ai/dot-components/pull/495) ([selsemore](https://github.com/selsemore))
770
+
771
+ ## [v0.0.0-alpha.26](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.26) (04/30/2021)
772
+
773
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.25...v0.0.0-alpha.26)
774
+
775
+ **Features:**
776
+
777
+ - Component: Toggle Button [\#449](https://github.com/digital-ai/dot-components/issues/449)
778
+
779
+ **Fixed bugs:**
780
+
781
+ - Disabled Icon & Text styling issue [\#489](https://github.com/digital-ai/dot-components/issues/489)
782
+ - Sidebar nav items are persisting the selected state when they shouldn't be [\#474](https://github.com/digital-ai/dot-components/issues/474)
783
+
784
+ **Closed issues:**
785
+
786
+ - Update or remove skipped tests [\#323](https://github.com/digital-ai/dot-components/issues/323)
787
+
788
+ **Merged pull requests:**
789
+
790
+ - Add `hasActions` optional prop to `DotDialog` component [\#492](https://github.com/digital-ai/dot-components/pull/492) ([dmiletic85](https://github.com/dmiletic85))
791
+ - Resolve disabled icon in Button Toggle Component [\#490](https://github.com/digital-ai/dot-components/pull/490) ([syedsabbas360](https://github.com/syedsabbas360))
792
+ - Issue \#323: Fix skipped tests [\#487](https://github.com/digital-ai/dot-components/pull/487) ([selsemore](https://github.com/selsemore))
793
+ - Issue \#474: Fix DotSidebar selection [\#486](https://github.com/digital-ai/dot-components/pull/486) ([selsemore](https://github.com/selsemore))
794
+ - S-75429: Include Empty State Splash Screen on Progression Board [\#485](https://github.com/digital-ai/dot-components/pull/485) ([dmiletic85](https://github.com/dmiletic85))
795
+ - S-75657: Ability to get a webhook url after creation [\#477](https://github.com/digital-ai/dot-components/pull/477) ([dmiletic85](https://github.com/dmiletic85))
796
+ - Introduce Toggle Button to Component Library [\#458](https://github.com/digital-ai/dot-components/pull/458) ([syedsabbas360](https://github.com/syedsabbas360))
797
+
798
+ ## [v0.0.0-alpha.25](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.25) (04/27/2021)
799
+
800
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.24...v0.0.0-alpha.25)
801
+
802
+ ## [v0.0.0-alpha.24](https://github.com/digital-ai/dot-components/tree/v0.0.0-alpha.24) (04/27/2021)
803
+
804
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/0.0.0-alpha.21...v0.0.0-alpha.24)
805
+
806
+ **Fixed bugs:**
807
+
808
+ - DotList does not show all tooltips [\#483](https://github.com/digital-ai/dot-components/issues/483)
809
+ - `items` listed on props for AppToolbar [\#480](https://github.com/digital-ai/dot-components/issues/480)
810
+ - Progression board split workitems aren't showing as such [\#475](https://github.com/digital-ai/dot-components/issues/475)
811
+ - DotIcon takes up a row by default [\#460](https://github.com/digital-ai/dot-components/issues/460)
812
+
813
+ **Closed issues:**
814
+
815
+ - Component UX Review: Accordion [\#425](https://github.com/digital-ai/dot-components/issues/425)
816
+
817
+ **Merged pull requests:**
818
+
819
+ - Issue \#483: Fix DotList tooltips [\#484](https://github.com/digital-ai/dot-components/pull/484) ([selsemore](https://github.com/selsemore))
820
+ - Issue \#480: remove `items` prop from `AppToolbar` storybook config [\#482](https://github.com/digital-ai/dot-components/pull/482) ([CWSites](https://github.com/CWSites))
821
+ - Issue \#460: allow flex items to display inline [\#481](https://github.com/digital-ai/dot-components/pull/481) ([CWSites](https://github.com/CWSites))
822
+ - \#432: tsconfig issues [\#479](https://github.com/digital-ai/dot-components/pull/479) ([TheKeithStewart](https://github.com/TheKeithStewart))
823
+ - Issue \#475: Show split workitems as such on the progression board [\#476](https://github.com/digital-ai/dot-components/pull/476) ([cmpilato](https://github.com/cmpilato))
824
+ - Fix test type error [\#462](https://github.com/digital-ai/dot-components/pull/462) ([dmiletic85](https://github.com/dmiletic85))
825
+ - S-73861: Automate semver with GitHub Action [\#461](https://github.com/digital-ai/dot-components/pull/461) ([CWSites](https://github.com/CWSites))
826
+ - Accordion Migration [\#452](https://github.com/digital-ai/dot-components/pull/452) ([syedsabbas360](https://github.com/syedsabbas360))
827
+
828
+ ## [0.0.0-alpha.21](https://github.com/digital-ai/dot-components/tree/0.0.0-alpha.21) (04/22/2021)
829
+
830
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/0.0.0-alpha.4...0.0.0-alpha.21)
831
+
832
+ **Features:**
833
+
834
+ - Move Tabs component to Components list [\#463](https://github.com/digital-ai/dot-components/issues/463)
835
+ - Component: Tabs [\#450](https://github.com/digital-ai/dot-components/issues/450)
836
+ - Should be able to control whether the sidebar is collapsed via prop [\#416](https://github.com/digital-ai/dot-components/issues/416)
837
+ - Expose inputRef prop for form input components [\#409](https://github.com/digital-ai/dot-components/issues/409)
838
+ - Add avatar group component [\#364](https://github.com/digital-ai/dot-components/issues/364)
839
+ - Style updates to form control components [\#359](https://github.com/digital-ai/dot-components/issues/359)
840
+ - Uncontrolled form example [\#340](https://github.com/digital-ai/dot-components/issues/340)
841
+ - Update back item and list links in Sidebar [\#336](https://github.com/digital-ai/dot-components/issues/336)
842
+ - Move styled-components from a peerDependency to a dependency [\#315](https://github.com/digital-ai/dot-components/issues/315)
843
+ - Component: List [\#312](https://github.com/digital-ai/dot-components/issues/312)
844
+ - Migrate Accordion component into the dot-components library [\#307](https://github.com/digital-ai/dot-components/issues/307)
845
+ - Single onSelect \(onClick\) on the Menu Component [\#306](https://github.com/digital-ai/dot-components/issues/306)
846
+ - Theming Roshambo [\#292](https://github.com/digital-ai/dot-components/issues/292)
847
+ - Breakpoints and responsive Grid [\#253](https://github.com/digital-ai/dot-components/issues/253)
848
+ - S-74152: Progression Board Theme for Agility and Release [\#250](https://github.com/digital-ai/dot-components/issues/250)
849
+ - New DotPill Component [\#241](https://github.com/digital-ai/dot-components/issues/241)
850
+ - New Component: Form Group [\#211](https://github.com/digital-ai/dot-components/issues/211)
851
+ - Component Review - Switch [\#189](https://github.com/digital-ai/dot-components/issues/189)
852
+ - Link Component [\#158](https://github.com/digital-ai/dot-components/issues/158)
853
+ - Inline link component [\#147](https://github.com/digital-ai/dot-components/issues/147)
854
+ - Component Review - Radio [\#109](https://github.com/digital-ai/dot-components/issues/109)
855
+ - Component Review - Checkbox [\#105](https://github.com/digital-ai/dot-components/issues/105)
856
+ - Hamburger \> Close Animation [\#67](https://github.com/digital-ai/dot-components/issues/67)
857
+ - S-74208: Breakpoints [\#55](https://github.com/digital-ai/dot-components/issues/55)
858
+ - DotPill Component Setup [\#324](https://github.com/digital-ai/dot-components/pull/324) ([syedsabbas360](https://github.com/syedsabbas360))
859
+
860
+ **Fixed bugs:**
861
+
862
+ - DotSidebar nestedListType should be optional [\#469](https://github.com/digital-ai/dot-components/issues/469)
863
+ - Circular dependency in build process [\#468](https://github.com/digital-ai/dot-components/issues/468)
864
+ - Storybook Typography should use `DotTypography` [\#445](https://github.com/digital-ai/dot-components/issues/445)
865
+ - With Firefox asterisk not on same line as label for required CheckboxGroup or RadioGroup [\#439](https://github.com/digital-ai/dot-components/issues/439)
866
+ - Layout inconsistencies using DotRadioGroup vs. DotCheckboxGroup [\#435](https://github.com/digital-ai/dot-components/issues/435)
867
+ - IDE doesn't recognize jest matchers [\#432](https://github.com/digital-ai/dot-components/issues/432)
868
+ - Incorrect Avatar placement in AppToolbar if navItems not present [\#431](https://github.com/digital-ai/dot-components/issues/431)
869
+ - There is space for a vertical scrollbar in the hamburger menu when it isn't needed [\#428](https://github.com/digital-ai/dot-components/issues/428)
870
+ - Demo app is not actually using React Router for navigation [\#426](https://github.com/digital-ai/dot-components/issues/426)
871
+ - Type errors in AutoComplete unit tests and stories [\#414](https://github.com/digital-ai/dot-components/issues/414)
872
+ - InputSelect `value` prop should be optional [\#408](https://github.com/digital-ai/dot-components/issues/408)
873
+ - Exception on selection in RadioGroup/CheckboxGroup when no onChange callback provided [\#407](https://github.com/digital-ai/dot-components/issues/407)
874
+ - Lots of circular dependency warnings [\#404](https://github.com/digital-ai/dot-components/issues/404)
875
+ - NPM error when installing in project using React 17 [\#397](https://github.com/digital-ai/dot-components/issues/397)
876
+ - Error when using a `circle` avatar [\#393](https://github.com/digital-ai/dot-components/issues/393)
877
+ - `layer` colors missing from `agility-light` and `agility-dark` [\#385](https://github.com/digital-ai/dot-components/issues/385)
878
+ - The Pill component needs to be exported from the library [\#381](https://github.com/digital-ai/dot-components/issues/381)
879
+ - Update table border in table component [\#378](https://github.com/digital-ai/dot-components/issues/378)
880
+ - Sidebar list not fully clickable [\#377](https://github.com/digital-ai/dot-components/issues/377)
881
+ - Strange behavior on button with icon [\#373](https://github.com/digital-ai/dot-components/issues/373)
882
+ - Main content is not scrollable in demo app [\#371](https://github.com/digital-ai/dot-components/issues/371)
883
+ - Sidebar navigation items are not navigating when clicked on [\#358](https://github.com/digital-ai/dot-components/issues/358)
884
+ - DotMenu no longer using disablePortal [\#353](https://github.com/digital-ai/dot-components/issues/353)
885
+ - Dependabot security vulnerabilities [\#344](https://github.com/digital-ai/dot-components/issues/344)
886
+ - 'Theme' is defined but never used [\#341](https://github.com/digital-ai/dot-components/issues/341)
887
+ - Circular dependency warnings regarding the List components [\#338](https://github.com/digital-ai/dot-components/issues/338)
888
+ - Errors when running the "sandbox" app [\#337](https://github.com/digital-ai/dot-components/issues/337)
889
+ - Sidebar - Back button text is not hidden [\#335](https://github.com/digital-ai/dot-components/issues/335)
890
+ - List - subheaders are sticky when scrolling [\#334](https://github.com/digital-ai/dot-components/issues/334)
891
+ - DotListItem missing selected prop [\#333](https://github.com/digital-ai/dot-components/issues/333)
892
+ - Unable to dictate if DotInputSelect is a controlled or uncontrolled component [\#329](https://github.com/digital-ai/dot-components/issues/329)
893
+ - Uncontrolled value state of RadioGroup error in console [\#328](https://github.com/digital-ai/dot-components/issues/328)
894
+ - Terminal errors about extended theme when running demo app [\#325](https://github.com/digital-ai/dot-components/issues/325)
895
+ - Breadcrumbs and Link not working probably when using the prop href [\#321](https://github.com/digital-ai/dot-components/issues/321)
896
+ - Several problems with AppToolbar in storybook [\#316](https://github.com/digital-ai/dot-components/issues/316)
897
+ - Bad links in README.md [\#310](https://github.com/digital-ai/dot-components/issues/310)
898
+ - Mixed use of HTMLElement and Element [\#303](https://github.com/digital-ai/dot-components/issues/303)
899
+ - Menu storybook docs need help [\#302](https://github.com/digital-ai/dot-components/issues/302)
900
+ - Switch missing onChange prop [\#299](https://github.com/digital-ai/dot-components/issues/299)
901
+ - InputSelect and InputText - onChange should match the signature for Material-UI component [\#298](https://github.com/digital-ai/dot-components/issues/298)
902
+ - CssBaselineStyles negatively impacting global. [\#295](https://github.com/digital-ai/dot-components/issues/295)
903
+ - Sidebar nav doesn't have a a ripple onClick [\#293](https://github.com/digital-ai/dot-components/issues/293)
904
+ - There is no default value on the width prop for DotDrawer [\#286](https://github.com/digital-ai/dot-components/issues/286)
905
+ - input props - need to evaluate what we should be passing [\#281](https://github.com/digital-ai/dot-components/issues/281)
906
+ - Destructive disabled button [\#280](https://github.com/digital-ai/dot-components/issues/280)
907
+ - e2e tests failing for Card, StageCard and StepCard components [\#276](https://github.com/digital-ai/dot-components/issues/276)
908
+ - DotInputSelect default props need update for defaultValue to value [\#274](https://github.com/digital-ai/dot-components/issues/274)
909
+ - Avatar variant needs to be updated [\#272](https://github.com/digital-ai/dot-components/issues/272)
910
+ - CheckboxGroup select all hard coded to 4 [\#269](https://github.com/digital-ai/dot-components/issues/269)
911
+ - InputText not able to update value [\#268](https://github.com/digital-ai/dot-components/issues/268)
912
+ - DotActionToolbar not exported in index.ts [\#266](https://github.com/digital-ai/dot-components/issues/266)
913
+ - Button styles overwritten when using Accordion [\#265](https://github.com/digital-ai/dot-components/issues/265)
914
+ - Circular dependency warnings around Progression Board components [\#255](https://github.com/digital-ai/dot-components/issues/255)
915
+ - ProgressionBoard: Refactor work item circles to use icon instead [\#254](https://github.com/digital-ai/dot-components/issues/254)
916
+ - InputSelect component is not exported from library [\#234](https://github.com/digital-ai/dot-components/issues/234)
917
+ - Sidebar company name/header height changes [\#227](https://github.com/digital-ai/dot-components/issues/227)
918
+ - Demo App not able to load .woff files [\#226](https://github.com/digital-ai/dot-components/issues/226)
919
+ - @font-family not pulled into styled components [\#224](https://github.com/digital-ai/dot-components/issues/224)
920
+ - Icons missing from `ProgressionBoardLegend` [\#219](https://github.com/digital-ai/dot-components/issues/219)
921
+ - Release Demo Issues [\#218](https://github.com/digital-ai/dot-components/issues/218)
922
+ - Left padding is incorrect when using endAdornment [\#214](https://github.com/digital-ai/dot-components/issues/214)
923
+ - Width the text button and other are not the same [\#142](https://github.com/digital-ai/dot-components/issues/142)
924
+ - renderWithTheme helper needs to be shared demo-app [\#102](https://github.com/digital-ai/dot-components/issues/102)
925
+ - Update Contributing link and Change log link \#310 [\#313](https://github.com/digital-ai/dot-components/pull/313) ([syedsabbas360](https://github.com/syedsabbas360))
926
+ - Issue \#286: add prop default value of width for DotDrawer component [\#289](https://github.com/digital-ai/dot-components/pull/289) ([syedsabbas360](https://github.com/syedsabbas360))
927
+
928
+ **Closed issues:**
929
+
930
+ - `renderWithTheme` should be default `render` used [\#433](https://github.com/digital-ai/dot-components/issues/433)
931
+ - Cannot find name 'describe' in IDE in spec files [\#420](https://github.com/digital-ai/dot-components/issues/420)
932
+ - Change variant type in DotSkeleton to accept `circular` rather than `circle` [\#405](https://github.com/digital-ai/dot-components/issues/405)
933
+ - UX: Table Footer lacking border looks weird [\#401](https://github.com/digital-ai/dot-components/issues/401)
934
+ - Review all explicit any types and attempt to type them more specifically [\#396](https://github.com/digital-ai/dot-components/issues/396)
935
+ - Use React.ReactNode rather than JSX.Element for types referring to a React component [\#395](https://github.com/digital-ai/dot-components/issues/395)
936
+ - Additional adjustments to the Table component [\#382](https://github.com/digital-ai/dot-components/issues/382)
937
+ - Simplify local pagination implementation for DotTable component [\#363](https://github.com/digital-ai/dot-components/issues/363)
938
+ - Component: DotTypography [\#360](https://github.com/digital-ai/dot-components/issues/360)
939
+ - Add "dot-components" class to the native input element for input elements [\#351](https://github.com/digital-ai/dot-components/issues/351)
940
+ - Investigate if there is a way to remove the browser required field popup [\#339](https://github.com/digital-ai/dot-components/issues/339)
941
+ - Add menu to Sidebar component [\#332](https://github.com/digital-ai/dot-components/issues/332)
942
+ - Add a precommit hook to run the code formatter [\#319](https://github.com/digital-ai/dot-components/issues/319)
943
+ - Remove default exports [\#260](https://github.com/digital-ai/dot-components/issues/260)
944
+ - Remove default assignees from the "Component Review" issue template [\#258](https://github.com/digital-ai/dot-components/issues/258)
945
+ - Remove unnecessary default null values from component props [\#257](https://github.com/digital-ai/dot-components/issues/257)
946
+ - Improve performance of e2e tests [\#248](https://github.com/digital-ai/dot-components/issues/248)
947
+ - Draft PRs shouldn't deploy test enivronments [\#247](https://github.com/digital-ai/dot-components/issues/247)
948
+ - Unit tests to verify the existing API for components [\#245](https://github.com/digital-ai/dot-components/issues/245)
949
+ - Integrate with Experitest [\#231](https://github.com/digital-ai/dot-components/issues/231)
950
+ - Component Review: Inputs + Multiline Text [\#212](https://github.com/digital-ai/dot-components/issues/212)
951
+ - Move all components to Styled Component [\#210](https://github.com/digital-ai/dot-components/issues/210)
952
+ - Component Review: Confirmation Dialog [\#209](https://github.com/digital-ai/dot-components/issues/209)
953
+ - Component Review: Dialog [\#208](https://github.com/digital-ai/dot-components/issues/208)
954
+ - Component Review: Menu [\#207](https://github.com/digital-ai/dot-components/issues/207)
955
+ - Component Review: Progress [\#205](https://github.com/digital-ai/dot-components/issues/205)
956
+ - Component Review: Skeleton [\#203](https://github.com/digital-ai/dot-components/issues/203)
957
+ - Component Review: Paginated Table [\#200](https://github.com/digital-ai/dot-components/issues/200)
958
+ - Component Review: ProgressionBoardLegend [\#199](https://github.com/digital-ai/dot-components/issues/199)
959
+ - Component Review: Progression Board [\#198](https://github.com/digital-ai/dot-components/issues/198)
960
+ - Icon size is wrong [\#191](https://github.com/digital-ai/dot-components/issues/191)
961
+ - Alpha 5 release [\#187](https://github.com/digital-ai/dot-components/issues/187)
962
+ - Separate DOM segments into separate styled components [\#182](https://github.com/digital-ai/dot-components/issues/182)
963
+ - Investigate `\<Image\>` use in `\<DotEmptyState\>` component [\#161](https://github.com/digital-ai/dot-components/issues/161)
964
+ - Migrate ProgressionBoard data to a separate file [\#119](https://github.com/digital-ai/dot-components/issues/119)
965
+ - Component Review - Switch [\#110](https://github.com/digital-ai/dot-components/issues/110)
966
+ - Component Review - Input Text [\#108](https://github.com/digital-ai/dot-components/issues/108)
967
+ - Component Review - Input Select [\#107](https://github.com/digital-ai/dot-components/issues/107)
968
+ - Component Review - Chip [\#106](https://github.com/digital-ai/dot-components/issues/106)
969
+ - Component Review - Auto Complete [\#104](https://github.com/digital-ai/dot-components/issues/104)
970
+ - Component Review - Card [\#103](https://github.com/digital-ai/dot-components/issues/103)
971
+ - Expand end-to-end tests [\#43](https://github.com/digital-ai/dot-components/issues/43)
972
+
973
+ **Merged pull requests:**
974
+
975
+ - Issue \#468: Fix DotIcon import in Accordion to avoid circular dependency [\#471](https://github.com/digital-ai/dot-components/pull/471) ([selsemore](https://github.com/selsemore))
976
+ - Issue \#469: Make nestedListType prop optional for DotSidebar [\#470](https://github.com/digital-ai/dot-components/pull/470) ([selsemore](https://github.com/selsemore))
977
+ - Issue 463 Tabs UX fixes and move to Components [\#467](https://github.com/digital-ai/dot-components/pull/467) ([selsemore](https://github.com/selsemore))
978
+ - Issue \#450: Tabs component [\#459](https://github.com/digital-ai/dot-components/pull/459) ([selsemore](https://github.com/selsemore))
979
+ - S-74523: Add Phases from the Progression Board Experience [\#456](https://github.com/digital-ai/dot-components/pull/456) ([dmiletic85](https://github.com/dmiletic85))
980
+ - Issue \#332: Nested list add menu capability [\#453](https://github.com/digital-ai/dot-components/pull/453) ([CWSites](https://github.com/CWSites))
981
+ - contributing docs - adding tree structure for components [\#451](https://github.com/digital-ai/dot-components/pull/451) ([CWSites](https://github.com/CWSites))
982
+ - \#161: import image src rather than component [\#447](https://github.com/digital-ai/dot-components/pull/447) ([TheKeithStewart](https://github.com/TheKeithStewart))
983
+ - Issue \#445: update Storybook to use DotTypography [\#446](https://github.com/digital-ai/dot-components/pull/446) ([CWSites](https://github.com/CWSites))
984
+ - Review all explicit any types [\#444](https://github.com/digital-ai/dot-components/pull/444) ([syedsabbas360](https://github.com/syedsabbas360))
985
+ - Add React-Router to Demo App Configuration [\#443](https://github.com/digital-ai/dot-components/pull/443) ([syedsabbas360](https://github.com/syedsabbas360))
986
+ - Issue \#428: fix extra space to right of AppToolbar hamburger menu [\#442](https://github.com/digital-ai/dot-components/pull/442) ([selsemore](https://github.com/selsemore))
987
+ - Issue \#439: put required asterisk on same line as label regardless of browser [\#440](https://github.com/digital-ai/dot-components/pull/440) ([selsemore](https://github.com/selsemore))
988
+ - Issue \#401: Add top border to table pagination footer [\#438](https://github.com/digital-ai/dot-components/pull/438) ([selsemore](https://github.com/selsemore))
989
+ - Issue \#435: Wrap radio group with div [\#437](https://github.com/digital-ai/dot-components/pull/437) ([selsemore](https://github.com/selsemore))
990
+ - Issue \#431: fix AppToolbar avatar placement when no nav items [\#436](https://github.com/digital-ai/dot-components/pull/436) ([selsemore](https://github.com/selsemore))
991
+ - Issue \#433: Refactor `RenderWithTheme` tests [\#434](https://github.com/digital-ai/dot-components/pull/434) ([CWSites](https://github.com/CWSites))
992
+ - Issue \#254: Update Progression Board to use Icons for workitems [\#429](https://github.com/digital-ai/dot-components/pull/429) ([CWSites](https://github.com/CWSites))
993
+ - Issue \#395: Replace JSX.Element with React.ReactNode [\#427](https://github.com/digital-ai/dot-components/pull/427) ([selsemore](https://github.com/selsemore))
994
+ - Issue \#340: Add uncontrolled form example to demo app [\#424](https://github.com/digital-ai/dot-components/pull/424) ([selsemore](https://github.com/selsemore))
995
+ - S-75357 Add webhook url for VCS to progression board application drawer [\#423](https://github.com/digital-ai/dot-components/pull/423) ([dmiletic85](https://github.com/dmiletic85))
996
+ - 420 cannot find describe [\#422](https://github.com/digital-ai/dot-components/pull/422) ([TheKeithStewart](https://github.com/TheKeithStewart))
997
+ - Style Guide Docs [\#421](https://github.com/digital-ai/dot-components/pull/421) ([CWSites](https://github.com/CWSites))
998
+ - update husky hook to be pre-push instead of pre-commit [\#419](https://github.com/digital-ai/dot-components/pull/419) ([CWSites](https://github.com/CWSites))
999
+ - Issue \#407 CheckboxGroup, RadioGroup selection error when no onChange [\#418](https://github.com/digital-ai/dot-components/pull/418) ([selsemore](https://github.com/selsemore))
1000
+ - issue \#416: allow consumer to control whether the sidebar is open [\#417](https://github.com/digital-ai/dot-components/pull/417) ([TheKeithStewart](https://github.com/TheKeithStewart))
1001
+ - Issue \#414 Remove AutoCompleteOption 'length' prop and fix showPlaceholder calc [\#415](https://github.com/digital-ai/dot-components/pull/415) ([selsemore](https://github.com/selsemore))
1002
+ - Don't ignore husky! [\#413](https://github.com/digital-ai/dot-components/pull/413) ([CWSites](https://github.com/CWSites))
1003
+ - Issue \#359: updates to form based on demo review [\#412](https://github.com/digital-ai/dot-components/pull/412) ([CWSites](https://github.com/CWSites))
1004
+ - Issue \#409 add 'inputRef' prop to input components and 'id' to Switch [\#411](https://github.com/digital-ai/dot-components/pull/411) ([selsemore](https://github.com/selsemore))
1005
+ - Issue \#408 make `value` prop optional for DotInputSelect component [\#410](https://github.com/digital-ai/dot-components/pull/410) ([selsemore](https://github.com/selsemore))
1006
+ - Issue \#405 change Skeleton variant to take 'circular' and 'rectangular' [\#406](https://github.com/digital-ai/dot-components/pull/406) ([selsemore](https://github.com/selsemore))
1007
+ - Issue \#272: update avatar to use `circular` [\#403](https://github.com/digital-ai/dot-components/pull/403) ([CWSites](https://github.com/CWSites))
1008
+ - S-75391 Support multiple workitem owners on PB's workitem drawer [\#402](https://github.com/digital-ai/dot-components/pull/402) ([dmiletic85](https://github.com/dmiletic85))
1009
+ - Issue \#319: Setup `pre-commit` hook [\#400](https://github.com/digital-ai/dot-components/pull/400) ([CWSites](https://github.com/CWSites))
1010
+ - issue \#397: allow any react version above 16.13.1 [\#398](https://github.com/digital-ai/dot-components/pull/398) ([TheKeithStewart](https://github.com/TheKeithStewart))
1011
+ - Issue \#377: set link to grow so toggle icon is pushed to right [\#394](https://github.com/digital-ai/dot-components/pull/394) ([CWSites](https://github.com/CWSites))
1012
+ - Styled Dialog Component [\#392](https://github.com/digital-ai/dot-components/pull/392) ([syedsabbas360](https://github.com/syedsabbas360))
1013
+ - Issue \#373: vertically aligning start/end icons inside of button [\#390](https://github.com/digital-ai/dot-components/pull/390) ([CWSites](https://github.com/CWSites))
1014
+ - Issue \#377: updating list link to include icon [\#389](https://github.com/digital-ai/dot-components/pull/389) ([CWSites](https://github.com/CWSites))
1015
+ - Issue \#247: PR actions ignore draft pr [\#388](https://github.com/digital-ai/dot-components/pull/388) ([CWSites](https://github.com/CWSites))
1016
+ - Issue \#385: Set theme provider variables as required [\#386](https://github.com/digital-ai/dot-components/pull/386) ([CWSites](https://github.com/CWSites))
1017
+ - Issue \#382 - Adjustments to table component [\#384](https://github.com/digital-ai/dot-components/pull/384) ([selsemore](https://github.com/selsemore))
1018
+ - Export Pill component from component library [\#383](https://github.com/digital-ai/dot-components/pull/383) ([syedsabbas360](https://github.com/syedsabbas360))
1019
+ - Revert "trigger workflow when ready for review" [\#380](https://github.com/digital-ai/dot-components/pull/380) ([CWSites](https://github.com/CWSites))
1020
+ - Issue \#378 fix table border color to match figma [\#379](https://github.com/digital-ai/dot-components/pull/379) ([selsemore](https://github.com/selsemore))
1021
+ - Issue \#134: Updating contribution guidelines [\#376](https://github.com/digital-ai/dot-components/pull/376) ([CWSites](https://github.com/CWSites))
1022
+ - Issue \#281: add 'disabled' prop to input components [\#374](https://github.com/digital-ai/dot-components/pull/374) ([selsemore](https://github.com/selsemore))
1023
+ - Issue \#371: Make demo app main content scrollable [\#372](https://github.com/digital-ai/dot-components/pull/372) ([selsemore](https://github.com/selsemore))
1024
+ - trigger workflow when ready for review [\#370](https://github.com/digital-ai/dot-components/pull/370) ([CWSites](https://github.com/CWSites))
1025
+ - Security updates: `ecstatic` and `is-svg` [\#369](https://github.com/digital-ai/dot-components/pull/369) ([CWSites](https://github.com/CWSites))
1026
+ - Platform poc rebased [\#368](https://github.com/digital-ai/dot-components/pull/368) ([j-schoen](https://github.com/j-schoen))
1027
+ - Issue \#364: add component for avatar group [\#367](https://github.com/digital-ai/dot-components/pull/367) ([CWSites](https://github.com/CWSites))
1028
+ - New DotTypography component that sets root class [\#366](https://github.com/digital-ai/dot-components/pull/366) ([selsemore](https://github.com/selsemore))
1029
+ - S-74524: Add a new application to the Progression Board [\#365](https://github.com/digital-ai/dot-components/pull/365) ([dmiletic85](https://github.com/dmiletic85))
1030
+ - Issue \#358: update list to pass null for onClick if not provided [\#362](https://github.com/digital-ai/dot-components/pull/362) ([CWSites](https://github.com/CWSites))
1031
+ - Issue \#339: Use `novalidate` on demo form [\#361](https://github.com/digital-ai/dot-components/pull/361) ([CWSites](https://github.com/CWSites))
1032
+ - 345: No implicit any [\#357](https://github.com/digital-ai/dot-components/pull/357) ([syedsabbas360](https://github.com/syedsabbas360))
1033
+ - Issue \#351 apply 'dot-' classes to native elements [\#356](https://github.com/digital-ai/dot-components/pull/356) ([selsemore](https://github.com/selsemore))
1034
+ - Icons update and fixes 24-03-2021 [\#355](https://github.com/digital-ai/dot-components/pull/355) ([BojanKocijan](https://github.com/BojanKocijan))
1035
+ - Issue \#353 Expose disablePortal prop in Menu component [\#354](https://github.com/digital-ai/dot-components/pull/354) ([selsemore](https://github.com/selsemore))
1036
+ - Issue \#260: Remove default exports [\#352](https://github.com/digital-ai/dot-components/pull/352) ([CWSites](https://github.com/CWSites))
1037
+ - Issue \#337: Add Router to sandbox app [\#350](https://github.com/digital-ai/dot-components/pull/350) ([CWSites](https://github.com/CWSites))
1038
+ - When onUpdateData Table callback is not provided handle sort internally [\#349](https://github.com/digital-ai/dot-components/pull/349) ([selsemore](https://github.com/selsemore))
1039
+ - Issue \#344: resolve security vulnerabilities [\#348](https://github.com/digital-ai/dot-components/pull/348) ([CWSites](https://github.com/CWSites))
1040
+ - Issue \#338: resolve circular dependency on List/ListItem [\#346](https://github.com/digital-ai/dot-components/pull/346) ([CWSites](https://github.com/CWSites))
1041
+ - Issue \#341: remove Theme from import on material-ui typings file [\#343](https://github.com/digital-ai/dot-components/pull/343) ([CWSites](https://github.com/CWSites))
1042
+ - Issue \#335: Sidebar Back Button [\#342](https://github.com/digital-ai/dot-components/pull/342) ([CWSites](https://github.com/CWSites))
1043
+ - Sandbox Form - Resolve Console Errors [\#330](https://github.com/digital-ai/dot-components/pull/330) ([syedsabbas360](https://github.com/syedsabbas360))
1044
+ - Styled-components moved to dependencies [\#327](https://github.com/digital-ai/dot-components/pull/327) ([syedsabbas360](https://github.com/syedsabbas360))
1045
+ - Terminal error about the extended theme when running the demo app [\#326](https://github.com/digital-ai/dot-components/pull/326) ([TheKeithStewart](https://github.com/TheKeithStewart))
1046
+ - Issue \#321 Fix breadcrumb link when href is used [\#322](https://github.com/digital-ai/dot-components/pull/322) ([selsemore](https://github.com/selsemore))
1047
+ - Issue \#200: Refactor table component [\#320](https://github.com/digital-ai/dot-components/pull/320) ([selsemore](https://github.com/selsemore))
1048
+ - \#307: Migrate Accordion component into dot-components [\#318](https://github.com/digital-ai/dot-components/pull/318) ([TheKeithStewart](https://github.com/TheKeithStewart))
1049
+ - Issue \#293: sidebar utilize list component [\#317](https://github.com/digital-ai/dot-components/pull/317) ([CWSites](https://github.com/CWSites))
1050
+ - Issue \#312: List Component [\#314](https://github.com/digital-ai/dot-components/pull/314) ([CWSites](https://github.com/CWSites))
1051
+ - S-74710: Syncing of additional details from agility [\#311](https://github.com/digital-ai/dot-components/pull/311) ([dmiletic85](https://github.com/dmiletic85))
1052
+ - Issue \#306: onSelect Menu prop replaces onClick MenuItem prop [\#309](https://github.com/digital-ai/dot-components/pull/309) ([selsemore](https://github.com/selsemore))
1053
+ - issue: \#55 updated breakpoints [\#308](https://github.com/digital-ai/dot-components/pull/308) ([j-schoen](https://github.com/j-schoen))
1054
+ - Issue \#302: Fix Menu component so that it is always on top [\#305](https://github.com/digital-ai/dot-components/pull/305) ([selsemore](https://github.com/selsemore))
1055
+ - Issue \#303: fix typing in Menu component [\#304](https://github.com/digital-ai/dot-components/pull/304) ([selsemore](https://github.com/selsemore))
1056
+ - Issue 292: theming roshambo [\#301](https://github.com/digital-ai/dot-components/pull/301) ([CWSites](https://github.com/CWSites))
1057
+ - Issue \#299: Add missing onChange callback prop to Switch component [\#300](https://github.com/digital-ai/dot-components/pull/300) ([selsemore](https://github.com/selsemore))
1058
+ - Issue \#295: scoping css baseline to children [\#297](https://github.com/digital-ai/dot-components/pull/297) ([CWSites](https://github.com/CWSites))
1059
+ - Issue \#203: Refactor Skeleton component [\#296](https://github.com/digital-ai/dot-components/pull/296) ([selsemore](https://github.com/selsemore))
1060
+ - Issue \#207: Refactor Menu component [\#294](https://github.com/digital-ai/dot-components/pull/294) ([selsemore](https://github.com/selsemore))
1061
+ - Issue \#238: update checklist to ensure new components are exported [\#291](https://github.com/digital-ai/dot-components/pull/291) ([CWSites](https://github.com/CWSites))
1062
+ - Issue \#278: Sandbox work [\#290](https://github.com/digital-ai/dot-components/pull/290) ([CWSites](https://github.com/CWSites))
1063
+ - issue \#205: Component review and make component into styled component [\#287](https://github.com/digital-ai/dot-components/pull/287) ([syedsabbas360](https://github.com/syedsabbas360))
1064
+ - Issue \#250: clean up dark theme [\#285](https://github.com/digital-ai/dot-components/pull/285) ([CWSites](https://github.com/CWSites))
1065
+ - S-74708: add tooltip to workitem dot [\#284](https://github.com/digital-ai/dot-components/pull/284) ([HakujouRyu](https://github.com/HakujouRyu))
1066
+ - S-74709: progression board sidepanel [\#283](https://github.com/digital-ai/dot-components/pull/283) ([dmiletic85](https://github.com/dmiletic85))
1067
+ - Issue \#280: fix destructive button disabled color [\#282](https://github.com/digital-ai/dot-components/pull/282) ([selsemore](https://github.com/selsemore))
1068
+ - Issue \#250: Progression Board Theming [\#279](https://github.com/digital-ai/dot-components/pull/279) ([CWSites](https://github.com/CWSites))
1069
+ - issue \#276: fix failing e2e test on card [\#277](https://github.com/digital-ai/dot-components/pull/277) ([CWSites](https://github.com/CWSites))
1070
+ - Issue \#257 remove unnecessary default null values from component props [\#275](https://github.com/digital-ai/dot-components/pull/275) ([selsemore](https://github.com/selsemore))
1071
+ - Issue \#245: add unit tests to test for breaking API changes [\#273](https://github.com/digital-ai/dot-components/pull/273) ([selsemore](https://github.com/selsemore))
1072
+ - issue: \#269 fixed select all to not be hardcoded [\#270](https://github.com/digital-ai/dot-components/pull/270) ([j-schoen](https://github.com/j-schoen))
1073
+ - issue \#266 exported ActionToolbar [\#267](https://github.com/digital-ai/dot-components/pull/267) ([j-schoen](https://github.com/j-schoen))
1074
+ - Issue \#247: Avoid running build & deploy on Draft PR [\#263](https://github.com/digital-ai/dot-components/pull/263) ([CWSites](https://github.com/CWSites))
1075
+ - Issue \#258: update component review template [\#262](https://github.com/digital-ai/dot-components/pull/262) ([CWSites](https://github.com/CWSites))
1076
+ - Issue \#104: refactor AutoComplete [\#261](https://github.com/digital-ai/dot-components/pull/261) ([selsemore](https://github.com/selsemore))
1077
+ - Issue 255 progression board circular dependency [\#256](https://github.com/digital-ai/dot-components/pull/256) ([CWSites](https://github.com/CWSites))
1078
+ - Push of 2 icons [\#252](https://github.com/digital-ai/dot-components/pull/252) ([BojanKocijan](https://github.com/BojanKocijan))
1079
+ - Issue \#43: Expand e2e tests [\#251](https://github.com/digital-ai/dot-components/pull/251) ([CWSites](https://github.com/CWSites))
1080
+ - issue \#248: speed up e2e tests using before instead of beforeEach [\#249](https://github.com/digital-ai/dot-components/pull/249) ([CWSites](https://github.com/CWSites))
1081
+ - Issue \#199: Progression Board Legend [\#246](https://github.com/digital-ai/dot-components/pull/246) ([CWSites](https://github.com/CWSites))
1082
+ - Issue \#106: refactor Chip component [\#244](https://github.com/digital-ai/dot-components/pull/244) ([selsemore](https://github.com/selsemore))
1083
+ - Issue 211 form group [\#243](https://github.com/digital-ai/dot-components/pull/243) ([j-schoen](https://github.com/j-schoen))
1084
+ - Issue \#198: refactoring ProgressionBoard [\#239](https://github.com/digital-ai/dot-components/pull/239) ([CWSites](https://github.com/CWSites))
1085
+ - Issue \#103: Refactor Card component [\#237](https://github.com/digital-ai/dot-components/pull/237) ([selsemore](https://github.com/selsemore))
1086
+
1087
+ ## [0.0.0-alpha.4](https://github.com/digital-ai/dot-components/tree/0.0.0-alpha.4) (01/28/2021)
1088
+
1089
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/0.0.0-alpha.3...0.0.0-alpha.4)
1090
+
1091
+ **Fixed bugs:**
1092
+
1093
+ - Empty state component margins [\#166](https://github.com/digital-ai/dot-components/issues/166)
1094
+ - Avatar component text and image bugs [\#165](https://github.com/digital-ai/dot-components/issues/165)
1095
+ - Global `i` styles overwriting consumer styles [\#139](https://github.com/digital-ai/dot-components/issues/139)
1096
+ - DotActionToolbar does not have bottom border and type errors [\#132](https://github.com/digital-ai/dot-components/issues/132)
1097
+
1098
+ **Closed issues:**
1099
+
1100
+ - Alpha 4 release [\#184](https://github.com/digital-ai/dot-components/issues/184)
1101
+ - Make the deployment of the public Storybook site a manual action [\#167](https://github.com/digital-ai/dot-components/issues/167)
1102
+ - Move "styles" for styled components to separate file [\#163](https://github.com/digital-ai/dot-components/issues/163)
1103
+ - Empty state component [\#138](https://github.com/digital-ai/dot-components/issues/138)
1104
+ - Component Review - AppToolbar [\#111](https://github.com/digital-ai/dot-components/issues/111)
1105
+
1106
+ **Merged pull requests:**
1107
+
1108
+ - Issue \#184: Alpha 4 release [\#185](https://github.com/digital-ai/dot-components/pull/185) ([TheKeithStewart](https://github.com/TheKeithStewart))
1109
+ - defect \#165: Avatar adjustments [\#180](https://github.com/digital-ai/dot-components/pull/180) ([CWSites](https://github.com/CWSites))
1110
+ - issue \#163: move Sidebar styles to a separate file [\#179](https://github.com/digital-ai/dot-components/pull/179) ([selsemore](https://github.com/selsemore))
1111
+ - issue \#163: move Navigation styles to separate files [\#178](https://github.com/digital-ai/dot-components/pull/178) ([selsemore](https://github.com/selsemore))
1112
+ - issue \#163: Move Icon styles to separate file [\#177](https://github.com/digital-ai/dot-components/pull/177) ([selsemore](https://github.com/selsemore))
1113
+ - issue \#163: Move EmptyState styles to separate file [\#176](https://github.com/digital-ai/dot-components/pull/176) ([selsemore](https://github.com/selsemore))
1114
+ - issue \#163: Move Drawer styles to separate file [\#175](https://github.com/digital-ai/dot-components/pull/175) ([selsemore](https://github.com/selsemore))
1115
+ - issue \#163: move Button and Icon Button styles to separate files [\#174](https://github.com/digital-ai/dot-components/pull/174) ([selsemore](https://github.com/selsemore))
1116
+ - issue \#163: move Breadcrumbs styles to separate file [\#173](https://github.com/digital-ai/dot-components/pull/173) ([selsemore](https://github.com/selsemore))
1117
+ - issue \#163: move Avatar styles to separate file [\#172](https://github.com/digital-ai/dot-components/pull/172) ([selsemore](https://github.com/selsemore))
1118
+ - issue \#163: move AppToolbar styles to separate files [\#171](https://github.com/digital-ai/dot-components/pull/171) ([selsemore](https://github.com/selsemore))
1119
+ - Links in .md files should point to ZeroHeight [\#170](https://github.com/digital-ai/dot-components/pull/170) ([TheKeithStewart](https://github.com/TheKeithStewart))
1120
+ - defect \#166: updating margins based on UX feedback [\#169](https://github.com/digital-ai/dot-components/pull/169) ([CWSites](https://github.com/CWSites))
1121
+ - manual deployment of Storybook site [\#168](https://github.com/digital-ai/dot-components/pull/168) ([TheKeithStewart](https://github.com/TheKeithStewart))
1122
+ - issue \#163: move ActionToolbar props and styles to separate files [\#164](https://github.com/digital-ai/dot-components/pull/164) ([selsemore](https://github.com/selsemore))
1123
+ - Defect \#139: `dot-icon` more specific [\#162](https://github.com/digital-ai/dot-components/pull/162) ([CWSites](https://github.com/CWSites))
1124
+ - 26 feb icon moon color remove [\#156](https://github.com/digital-ai/dot-components/pull/156) ([BojanKocijan](https://github.com/BojanKocijan))
1125
+ - issue \#138: update empty state based on UX feedback [\#150](https://github.com/digital-ai/dot-components/pull/150) ([CWSites](https://github.com/CWSites))
1126
+ - issue \#111: updating AppToolbar [\#149](https://github.com/digital-ai/dot-components/pull/149) ([CWSites](https://github.com/CWSites))
1127
+
1
1128
  # Change Log
2
1129
 
3
1130
  ## Current
@@ -548,3 +1675,6 @@
548
1675
  - **Switch**: Create the switch component. [Design docs](https://zeroheight.com/4a9ac476a/p/906d11-switches/b/71f6ed).
549
1676
  - **Stage Card**: Create the stage card component. [Design docs](https://zeroheight.com/4a9ac476a/p/52a412-stage-card/b/57fcb0).
550
1677
  - **Step Card**: Create the stage card component. [Design docs](https://zeroheight.com/4a9ac476a/p/495871-step-card/b/426fc4).
1678
+
1679
+
1680
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*