@digital-ai/dot-components 1.6.1 → 1.6.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.
package/CHANGE_LOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.6.2](https://github.com/digital-ai/dot-components/tree/1.6.2) (01/14/2022)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.6.1...1.6.2)
6
+
7
+ **Features:**
8
+
9
+ - `Table` Need to have the ability add a checkbox to the table header for bulk actions [\#828](https://github.com/digital-ai/dot-components/issues/828)
10
+ - `DotTable` MultiSelect [\#817](https://github.com/digital-ai/dot-components/issues/817)
11
+ - S-80342: `DotTable` MultiSelect support [\#928](https://github.com/digital-ai/dot-components/pull/928) ([dmiletic85](https://github.com/dmiletic85))
12
+
13
+ **Fixed bugs:**
14
+
15
+ - `AppToolbar`: Unnecessary scrollbar on the menu [\#937](https://github.com/digital-ai/dot-components/issues/937)
16
+ - DotDrawer changes break existing component consumer [\#932](https://github.com/digital-ai/dot-components/issues/932)
17
+ - D-19520: `AppToolbar`: Unnecessary scrollbar on the menu [\#941](https://github.com/digital-ai/dot-components/pull/941) ([dmiletic85](https://github.com/dmiletic85))
18
+ - D-19474: DotDrawer fixes [\#939](https://github.com/digital-ai/dot-components/pull/939) ([selsemore](https://github.com/selsemore))
19
+
20
+ **Merged pull requests:**
21
+
22
+ - S-76846: storybook updates `develop` [\#935](https://github.com/digital-ai/dot-components/pull/935) ([CWSites](https://github.com/CWSites))
23
+
3
24
  ## [1.6.1](https://github.com/digital-ai/dot-components/tree/1.6.1) (01/10/2022)
4
25
 
5
26
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.6.0...1.6.1)
@@ -22,7 +43,6 @@
22
43
  **Features:**
23
44
 
24
45
  - S-77210: Component - Drawer [\#893](https://github.com/digital-ai/dot-components/pull/893) ([monapatel91](https://github.com/monapatel91))
25
- - S-80855: Display tooltip on last breadcrumb item \(on hover\) when it is clipped with ellipsis [\#883](https://github.com/digital-ai/dot-components/pull/883) ([dmiletic85](https://github.com/dmiletic85))
26
46
 
27
47
  **Fixed bugs:**
28
48
 
@@ -43,7 +63,6 @@
43
63
  - D-19376: `Menu`: `maxVisibleItems` prop does not control visible items anymore [\#911](https://github.com/digital-ai/dot-components/pull/911) ([dmiletic85](https://github.com/dmiletic85))
44
64
  - D-19366: `Menu`: Circular dependency [\#909](https://github.com/digital-ai/dot-components/pull/909) ([dmiletic85](https://github.com/dmiletic85))
45
65
  - D-19355: `Breadcrumbs`: invalid combination of props [\#907](https://github.com/digital-ai/dot-components/pull/907) ([dmiletic85](https://github.com/dmiletic85))
46
- - D-19129: `Table`: Cells in the Table component should be wrapped by `DotTypography` [\#900](https://github.com/digital-ai/dot-components/pull/900) ([dmiletic85](https://github.com/dmiletic85))
47
66
 
48
67
  ## [1.5.4](https://github.com/digital-ai/dot-components/tree/1.5.4) (12/28/2021)
49
68
 
@@ -61,6 +80,7 @@
61
80
  - Circular dependency [\#895](https://github.com/digital-ai/dot-components/issues/895)
62
81
  - `AppToolbar` shouldn't have grey dividers [\#889](https://github.com/digital-ai/dot-components/issues/889)
63
82
  - `List` Nested list drawer is not rendering correctly. [\#835](https://github.com/digital-ai/dot-components/issues/835)
83
+ - D-19129: `Table`: Cells in the Table component should be wrapped by `DotTypography` [\#900](https://github.com/digital-ai/dot-components/pull/900) ([dmiletic85](https://github.com/dmiletic85))
64
84
  - D-19337: `List`: Circular dependency [\#897](https://github.com/digital-ai/dot-components/pull/897) ([dmiletic85](https://github.com/dmiletic85))
65
85
  - D-19330: `AppToolbar` shouldn't have grey dividers [\#891](https://github.com/digital-ai/dot-components/pull/891) ([dmiletic85](https://github.com/dmiletic85))
66
86
  - D-19200: `List` Nested list drawer is not rendering correctly [\#869](https://github.com/digital-ai/dot-components/pull/869) ([dmiletic85](https://github.com/dmiletic85))
@@ -89,6 +109,10 @@
89
109
 
90
110
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.5.1...1.5.2)
91
111
 
112
+ **Features:**
113
+
114
+ - S-80855: Display tooltip on last breadcrumb item \(on hover\) when it is clipped with ellipsis [\#883](https://github.com/digital-ai/dot-components/pull/883) ([dmiletic85](https://github.com/dmiletic85))
115
+
92
116
  **Fixed bugs:**
93
117
 
94
118
  - `Apptoolbar`: primary logo link is hardcoded to `/` [\#879](https://github.com/digital-ai/dot-components/issues/879)
@@ -510,10 +534,6 @@
510
534
 
511
535
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.6...1.0.7)
512
536
 
513
- **Features:**
514
-
515
- - Custom main logo in the AppToolbar [\#637](https://github.com/digital-ai/dot-components/pull/637) ([monapatel91](https://github.com/monapatel91))
516
-
517
537
  **Fixed bugs:**
518
538
 
519
539
  - Link color is hardcoded for agility product [\#641](https://github.com/digital-ai/dot-components/issues/641)
@@ -537,6 +557,7 @@
537
557
 
538
558
  **Features:**
539
559
 
560
+ - Custom main logo in the AppToolbar [\#637](https://github.com/digital-ai/dot-components/pull/637) ([monapatel91](https://github.com/monapatel91))
540
561
  - New component alert banner [\#625](https://github.com/digital-ai/dot-components/pull/625) ([monapatel91](https://github.com/monapatel91))
541
562
 
542
563
  **Fixed bugs:**