@digital-ai/dot-components 1.3.7 → 1.5.2

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 +63 -496
  2. package/dot-components.esm.js +875 -658
  3. package/dot-components.umd.js +889 -674
  4. package/lib/components/BaseButtonProps.d.ts +2 -2
  5. package/lib/components/accordion/Accordion.d.ts +11 -4
  6. package/lib/components/app-toolbar/AppToolbar.d.ts +3 -1
  7. package/lib/components/auto-complete/AutoComplete.d.ts +3 -3
  8. package/lib/components/avatar/Avatar.d.ts +2 -2
  9. package/lib/components/breadcrumbs/Breadcrumbs.data.d.ts +2 -0
  10. package/lib/components/breadcrumbs/Breadcrumbs.styles.d.ts +2 -0
  11. package/lib/components/breadcrumbs/utils/helpers.d.ts +19 -0
  12. package/lib/components/breadcrumbs/utils/useBreadcrumbsObserver.d.ts +11 -0
  13. package/lib/components/breadcrumbs/utils/useBreadcrumbsResizer.d.ts +16 -0
  14. package/lib/components/button/IconButton.d.ts +2 -2
  15. package/lib/components/button-toggle/ButtonToggle.d.ts +2 -2
  16. package/lib/components/chip/Chip.d.ts +4 -4
  17. package/lib/components/css-grid/CssCell.d.ts +5 -5
  18. package/lib/components/css-grid/CssGrid.d.ts +4 -4
  19. package/lib/components/drawer/Drawer.d.ts +4 -4
  20. package/lib/components/dynamic-form/models.d.ts +8 -8
  21. package/lib/components/helpers.d.ts +1 -0
  22. package/lib/components/index.d.ts +1 -0
  23. package/lib/components/list/List.d.ts +1 -1
  24. package/lib/components/menu/Menu.d.ts +4 -4
  25. package/lib/components/radio/RadioButton.d.ts +2 -2
  26. package/lib/components/sidebar/Sidebar.d.ts +2 -2
  27. package/lib/components/table/Table.d.ts +6 -6
  28. package/lib/components/table/TableCell.d.ts +1 -1
  29. package/lib/components/table/TableDataWithPagination.d.ts +4 -4
  30. package/lib/components/table/TableHeader.d.ts +2 -2
  31. package/lib/testing-utils/resize-observer-mock.d.ts +1 -0
  32. package/package.json +1 -1
package/CHANGE_LOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.2](https://github.com/digital-ai/dot-components/tree/1.5.2) (12/17/2021)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.5.1...1.5.2)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - `Apptoolbar`: primary logo link is hardcoded to `/` [\#879](https://github.com/digital-ai/dot-components/issues/879)
10
+ - `AlertBanner` [\#834](https://github.com/digital-ai/dot-components/issues/834)
11
+ - D-19319: `Apptoolbar`: primary logo link is hardcoded to `/` [\#880](https://github.com/digital-ai/dot-components/pull/880) ([dmiletic85](https://github.com/dmiletic85))
12
+ - D-19197: Warning in console when using html elements as `AlertBanner` children. [\#874](https://github.com/digital-ai/dot-components/pull/874) ([dmiletic85](https://github.com/dmiletic85))
13
+
14
+ ## [1.5.1](https://github.com/digital-ai/dot-components/tree/1.5.1) (12/17/2021)
15
+
16
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.5.0...1.5.1)
17
+
18
+ **Fixed bugs:**
19
+
20
+ - Breaking prop type change in DotAccordion [\#850](https://github.com/digital-ai/dot-components/issues/850)
21
+ - D-19247: summary prop [\#873](https://github.com/digital-ai/dot-components/pull/873) ([TheKeithStewart](https://github.com/TheKeithStewart))
22
+
23
+ ## [1.5.0](https://github.com/digital-ai/dot-components/tree/1.5.0) (12/15/2021)
24
+
25
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.4.0...1.5.0)
26
+
27
+ **Features:**
28
+
29
+ - `Breadcrumbs` enhancement \(collapse and expand automatically\) [\#836](https://github.com/digital-ai/dot-components/issues/836)
30
+ - S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
31
+
32
+ **Fixed bugs:**
33
+
34
+ - Expand/collapse broken for uncontrolled DotAccordion [\#865](https://github.com/digital-ai/dot-components/issues/865)
35
+ - `Breadcrumbs` meuItems is null when changing the amount of breadcrumb items [\#839](https://github.com/digital-ai/dot-components/issues/839)
36
+ - `Breadcrumbs` Setting `expansionMenu={true}` does not work always [\#838](https://github.com/digital-ai/dot-components/issues/838)
37
+ - `Breadcrumbs` item with href should be full width clickable when using `expansionMenu={true}` [\#837](https://github.com/digital-ai/dot-components/issues/837)
38
+ - D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
39
+
40
+ **Merged pull requests:**
41
+
42
+ - S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
43
+ - S-80783: add ESLint rule for alpha order [\#867](https://github.com/digital-ai/dot-components/pull/867) ([CWSites](https://github.com/CWSites))
44
+
45
+ ## [1.4.0](https://github.com/digital-ai/dot-components/tree/1.4.0) (12/13/2021)
46
+
47
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.7...1.4.0)
48
+
49
+ **Features:**
50
+
51
+ - Expose 'expanded' and 'onChange' DotAccordion props [\#857](https://github.com/digital-ai/dot-components/issues/857)
52
+ - S-80740: Expose DotAccordion 'expanded' and 'onChange' props [\#860](https://github.com/digital-ai/dot-components/pull/860) ([selsemore](https://github.com/selsemore))
53
+
54
+ **Fixed bugs:**
55
+
56
+ - Accordion expanded and collapsed icons are not aligned [\#858](https://github.com/digital-ai/dot-components/issues/858)
57
+ - D-19250: Fix alignment of DotAccordion collapsed/expanded icons [\#859](https://github.com/digital-ai/dot-components/pull/859) ([selsemore](https://github.com/selsemore))
58
+
59
+ **Merged pull requests:**
60
+
61
+ - S-76843: Use digital.ai bot PAT for merging master \> develop [\#862](https://github.com/digital-ai/dot-components/pull/862) ([CWSites](https://github.com/CWSites))
62
+ - S-76843: move changelog pre v`1.0.0` to `HISTORY.md` [\#856](https://github.com/digital-ai/dot-components/pull/856) ([CWSites](https://github.com/CWSites))
63
+
3
64
  ## [1.3.7](https://github.com/digital-ai/dot-components/tree/1.3.7) (12/11/2021)
4
65
 
5
66
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.6...1.3.7)
@@ -132,6 +193,7 @@
132
193
 
133
194
  - Patch release [\#780](https://github.com/digital-ai/dot-components/pull/780) ([TheKeithStewart](https://github.com/TheKeithStewart))
134
195
  - S-79985: temporarily remove react-jsonschema-form from library [\#776](https://github.com/digital-ai/dot-components/pull/776) ([TheKeithStewart](https://github.com/TheKeithStewart))
196
+ - Add submitButtonProps prop to DotJsonSchemaForm component [\#775](https://github.com/digital-ai/dot-components/pull/775) ([selsemore](https://github.com/selsemore))
135
197
  - \#770 Add Neutral colors missing [\#771](https://github.com/digital-ai/dot-components/pull/771) ([angel-git](https://github.com/angel-git))
136
198
  - D-19042: remove duplicate tooltips [\#769](https://github.com/digital-ai/dot-components/pull/769) ([CWSites](https://github.com/CWSites))
137
199
  - S-76893: Webpack 4 - update peer dependencies [\#768](https://github.com/digital-ai/dot-components/pull/768) ([CWSites](https://github.com/CWSites))
@@ -149,7 +211,6 @@
149
211
 
150
212
  **Merged pull requests:**
151
213
 
152
- - Add submitButtonProps prop to DotJsonSchemaForm component [\#775](https://github.com/digital-ai/dot-components/pull/775) ([selsemore](https://github.com/selsemore))
153
214
  - Next \[PATCH\] Release [\#762](https://github.com/digital-ai/dot-components/pull/762) ([CWSites](https://github.com/CWSites))
154
215
  - 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
216
  - D-18543: proper export of type and interface [\#760](https://github.com/digital-ai/dot-components/pull/760) ([CWSites](https://github.com/CWSites))
@@ -535,35 +596,6 @@
535
596
 
536
597
  - Deploying latest to master [\#592](https://github.com/digital-ai/dot-components/pull/592) ([CWSites](https://github.com/CWSites))
537
598
 
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
599
  ## [v0.0.1-alpha.0](https://github.com/digital-ai/dot-components/tree/v0.0.1-alpha.0) (05/19/2021)
568
600
 
569
601
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.45...v0.0.1-alpha.0)
@@ -576,7 +608,7 @@
576
608
 
577
609
  - Updating master to `0.0.1-alpha` [\#552](https://github.com/digital-ai/dot-components/pull/552) ([CWSites](https://github.com/CWSites))
578
610
  - 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))
611
+ - 5/10/21 update icon [\#545](https://github.com/digital-ai/dot-components/pull/545) ([BojanKocijan](https://github.com/BojanKocijan))
580
612
  - 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
613
  - bump material-ui to v4.11.2 [\#543](https://github.com/digital-ai/dot-components/pull/543) ([CWSites](https://github.com/CWSites))
582
614
  - Bring build changes into `develop` [\#541](https://github.com/digital-ai/dot-components/pull/541) ([CWSites](https://github.com/CWSites))
@@ -719,471 +751,6 @@
719
751
  - Fix some lint issues [\#511](https://github.com/digital-ai/dot-components/pull/511) ([CWSites](https://github.com/CWSites))
720
752
  - Issue 493: Pill colors [\#506](https://github.com/digital-ai/dot-components/pull/506) ([selsemore](https://github.com/selsemore))
721
753
 
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
-
1128
- # Change Log
1129
-
1130
- ## Current
1131
-
1132
- ### Experimental
1133
-
1134
- - **SplitButton** - added styling and `disablePortal` prop so that `SplitButton` menu can always be shown on top
1135
- - **SplitButton** - fixed to work with non-numeric option keys
1136
-
1137
- ### Components
1138
-
1139
- > **BREAKING CHANGE: Pill** - fixed console warning message about `backgroundColor` prop and `labelColor` prop by changing both to all lowercase `backgroundcolor` and `labelcolor`
1140
-
1141
- - **AppToolbar** - added styling so that `Sidebar` component is not truncated when used as hamburger menu
1142
- - **Avatar** - added `color` prop
1143
- - **Checkbox** - added `ariaLabel`, `ariaLabelledby` and `disableRipple` props
1144
- - **EmptyState** - fixed behavior when no `imageSrc` prop is passed
1145
- - **List** - fix to only show one flyout menu at a time
1146
- - **List** - added `index` prop
1147
- - **Pill** - added `backgroundColor` and `labelColor` props
1148
- - **Sidebar** - fix to show icons for nested items when `nestedListType` is `menu`.
1149
- - **Sidebar** - fix to only show one flyout menu at a time
1150
- - **Table** - fixed `loading` state so that `<td>` is not nested within `<span>`
1151
- - **Table** - fix to not add tooltips to table cells
1152
-
1153
- ### Experimental
1154
-
1155
- > **BREAKING CHANGE: ProgressionBoard** - removed all progression board components
1156
-
1157
- > **BREAKING CHANGE: NavigationRail** - removed `onClick` mandatory prop from `RailItem` interface
1158
-
1159
- > **BREAKING CHANGE: StepCard** - was removed
1160
-
1161
- > **BREAKING CHANGE: StageCard** - was removed
1162
-
1163
- > **BREAKING CHANGE: Row** - was removed
1164
-
1165
- > **BREAKING CHANGE: PhaseHeader** - was removed
1166
-
1167
- > **BREAKING CHANGE: List** - modified `iconId` to be `startIconId`
1168
-
1169
- > **BREAKING CHANGE: Sidebar** - modified `iconId` to be `startIconId`
1170
-
1171
- > **BREAKING CHANGE: ProgressionBoardAppFormDrawer** - renamed component to `PBAppFormDrawerContent` (should be used as a child of `ProgressionBoardDrawer` component)
1172
-
1173
- > **BREAKING CHANGE: ProgressionBoardAppInfoDrawer** - renamed component to `PBAppInfoDrawerContent` (should be used as a child of `ProgressionBoardDrawer` component)
1174
-
1175
- > **BREAKING CHANGE: ProgressionBoardWorkItemDrawer** - renamed component to `PBWorkItemDrawerContent` (should be used as a child of `ProgressionBoardDrawer` component)
1176
-
1177
- - **List** - fix to show icons for nested items when `nestedListType` is `menu`.
1178
- - **CssGrid** - added new component
1179
- - **CssCell** - added new component
1180
- - **CssGridDebug** - added new component
1181
- - **NavigationRail** - added new component
1182
- - **NavigationRail** - added optional `onChange` prop for handling item selection events
1183
- - **ProgressionBoard** - added `pbApplications` optional prop for rendering appropriate waiting messages for given application
1184
- - **ProgressionBoardApplicationDrawer** - added `applicationNames` property to `ApplicationAPI` interface
1185
- - **ProgressionBoardDrawer** - added new component which should be used as a parent component when using any drawer content component
1186
-
1187
754
  ## 0.0.0-alpha.29
1188
755
 
1189
756
  ### Components