@digital-ai/dot-components 1.4.0 → 1.5.3

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 +62 -0
  2. package/dot-components.esm.js +884 -697
  3. package/dot-components.umd.js +916 -731
  4. package/lib/components/BaseButtonProps.d.ts +2 -2
  5. package/lib/components/accordion/Accordion.d.ts +2 -2
  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 +9 -0
  13. package/lib/components/breadcrumbs/utils/useBreadcrumbsResizer.d.ts +18 -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,67 @@
1
1
  # Changelog
2
2
 
3
+ ## [Current](https://github.com/digital-ai/dot-components/tree/HEAD)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.5.2...HEAD)
6
+
7
+ **Features:**
8
+
9
+ - `Sidebar` Ability to view the sub nav items without expanding the DotSidebar [\#787](https://github.com/digital-ai/dot-components/issues/787)
10
+
11
+ **Fixed bugs:**
12
+
13
+ - Circular dependency on `useBreadcrumbsObserver` [\#881](https://github.com/digital-ai/dot-components/issues/881)
14
+ - `Sidebar` Collapsed sidebar with long divider titles [\#801](https://github.com/digital-ai/dot-components/issues/801)
15
+ - `List` Extended sidenav should open if custom onClick handler is supplied [\#767](https://github.com/digital-ai/dot-components/issues/767)
16
+ - D-19321: `Breadcrumbs` - Circular dependency on `useBreadcrumbsObserver` [\#882](https://github.com/digital-ai/dot-components/pull/882) ([dmiletic85](https://github.com/dmiletic85))
17
+ - S-79458: `Sidebar` & `List` updates [\#872](https://github.com/digital-ai/dot-components/pull/872) ([CWSites](https://github.com/CWSites))
18
+
19
+ **Merged pull requests:**
20
+
21
+ - S-80787: include changelog generation with release [\#877](https://github.com/digital-ai/dot-components/pull/877) ([CWSites](https://github.com/CWSites))
22
+
23
+ ## [1.5.2](https://github.com/digital-ai/dot-components/tree/1.5.2) (12/17/2021)
24
+
25
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.5.1...1.5.2)
26
+
27
+ **Fixed bugs:**
28
+
29
+ - `Apptoolbar`: primary logo link is hardcoded to `/` [\#879](https://github.com/digital-ai/dot-components/issues/879)
30
+ - `AlertBanner` [\#834](https://github.com/digital-ai/dot-components/issues/834)
31
+ - D-19319: `Apptoolbar`: primary logo link is hardcoded to `/` [\#880](https://github.com/digital-ai/dot-components/pull/880) ([dmiletic85](https://github.com/dmiletic85))
32
+ - 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))
33
+
34
+ ## [1.5.1](https://github.com/digital-ai/dot-components/tree/1.5.1) (12/17/2021)
35
+
36
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.5.0...1.5.1)
37
+
38
+ **Fixed bugs:**
39
+
40
+ - Breaking prop type change in DotAccordion [\#850](https://github.com/digital-ai/dot-components/issues/850)
41
+ - D-19247: summary prop [\#873](https://github.com/digital-ai/dot-components/pull/873) ([TheKeithStewart](https://github.com/TheKeithStewart))
42
+
43
+ ## [1.5.0](https://github.com/digital-ai/dot-components/tree/1.5.0) (12/15/2021)
44
+
45
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.4.0...1.5.0)
46
+
47
+ **Features:**
48
+
49
+ - `Breadcrumbs` enhancement \(collapse and expand automatically\) [\#836](https://github.com/digital-ai/dot-components/issues/836)
50
+ - S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
51
+
52
+ **Fixed bugs:**
53
+
54
+ - Expand/collapse broken for uncontrolled DotAccordion [\#865](https://github.com/digital-ai/dot-components/issues/865)
55
+ - `Breadcrumbs` meuItems is null when changing the amount of breadcrumb items [\#839](https://github.com/digital-ai/dot-components/issues/839)
56
+ - `Breadcrumbs` Setting `expansionMenu={true}` does not work always [\#838](https://github.com/digital-ai/dot-components/issues/838)
57
+ - `Breadcrumbs` item with href should be full width clickable when using `expansionMenu={true}` [\#837](https://github.com/digital-ai/dot-components/issues/837)
58
+ - D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
59
+
60
+ **Merged pull requests:**
61
+
62
+ - S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
63
+ - S-80783: add ESLint rule for alpha order [\#867](https://github.com/digital-ai/dot-components/pull/867) ([CWSites](https://github.com/CWSites))
64
+
3
65
  ## [1.4.0](https://github.com/digital-ai/dot-components/tree/1.4.0) (12/13/2021)
4
66
 
5
67
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.7...1.4.0)