@digital-ai/dot-components 1.6.1 → 1.8.1
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 +99 -1
- package/{dot-components.esm.js → index.esm.js} +3384 -3316
- package/{dot-components.umd.js → index.umd.js} +1126 -536
- package/lib/components/accordion/Accordion.styles.d.ts +0 -1
- package/lib/components/app-toolbar/AppToolbar.d.ts +4 -2
- package/lib/components/app-toolbar/AppToolbar.stories.data.d.ts +15 -0
- package/lib/components/app-toolbar/AppToolbar.stories.styles.d.ts +2 -0
- package/lib/components/auto-complete/AutoComplete.d.ts +23 -8
- package/lib/components/auto-complete/AutoComplete.styles.d.ts +2 -0
- package/lib/components/auto-complete/Autocomplete.stories.data.d.ts +21 -0
- package/lib/components/auto-complete/utils/helpers.d.ts +7 -0
- package/lib/components/breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/lib/components/drawer/Drawer.d.ts +4 -4
- package/lib/components/index.d.ts +5 -11
- package/lib/components/input-form-fields/Input.stories.data.d.ts +13 -0
- package/lib/components/input-form-fields/InputFormFields.propTypes.d.ts +1 -1
- package/lib/components/input-form-fields/InputSelect.d.ts +8 -1
- package/lib/components/list/ListItem.styles.d.ts +1 -1
- package/lib/components/sidebar/Sidebar.stories.data.d.ts +8 -0
- package/lib/components/table/Table.d.ts +4 -1
- package/lib/components/table/Table.data.d.ts +43 -0
- package/lib/components/table/Table.stories.data.d.ts +2 -0
- package/lib/components/table/TableBody.d.ts +4 -1
- package/lib/components/table/TableBodyCheckboxCell.d.ts +8 -0
- package/lib/components/table/TableBodyCheckboxCell.styles.d.ts +3 -0
- package/lib/components/table/TableHeader.d.ts +3 -1
- package/lib/components/table/TableHeaderCheckboxCell.d.ts +8 -0
- package/lib/components/table/TableHeaderCheckboxCell.styles.d.ts +3 -0
- package/lib/components/table/TableRow.d.ts +4 -1
- package/lib/components/table/TableRow.styles.d.ts +2 -0
- package/lib/components/table/TableSelectionToolbar.d.ts +7 -0
- package/lib/components/table/TableSelectionToolbar.styles.d.ts +3 -0
- package/lib/components/table/index.d.ts +10 -0
- package/lib/components/table/utils/helpers.d.ts +2 -0
- package/lib/components/table/utils/models.d.ts +21 -0
- package/lib/testing-utils/index.d.ts +60 -0
- package/package.json +4 -4
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,103 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.8.1](https://github.com/digital-ai/dot-components/tree/1.8.1) (02/07/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.8.0...1.8.1)
|
|
6
|
+
|
|
7
|
+
**Fixed bugs:**
|
|
8
|
+
|
|
9
|
+
- 1.8.0 reintroduces DotDrawer layout problem originally fixed by D-19474 [\#979](https://github.com/digital-ai/dot-components/issues/979)
|
|
10
|
+
- DotAlertBanner shows close icon when no onClose callback is provided [\#972](https://github.com/digital-ai/dot-components/issues/972)
|
|
11
|
+
- D-19803: Fix DotDrawer regression [\#980](https://github.com/digital-ai/dot-components/pull/980) ([selsemore](https://github.com/selsemore))
|
|
12
|
+
|
|
13
|
+
**Merged pull requests:**
|
|
14
|
+
|
|
15
|
+
- S-76846: NX major upgrade to `13.7.3` [\#952](https://github.com/digital-ai/dot-components/pull/952) ([CWSites](https://github.com/CWSites))
|
|
16
|
+
|
|
17
|
+
## [1.8.0](https://github.com/digital-ai/dot-components/tree/1.8.0) (02/02/2022)
|
|
18
|
+
|
|
19
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.7.0...1.8.0)
|
|
20
|
+
|
|
21
|
+
**Features:**
|
|
22
|
+
|
|
23
|
+
- Add option for autocomplete component [\#956](https://github.com/digital-ai/dot-components/issues/956)
|
|
24
|
+
- S-76952: `AutoComplete`: Add dense prop [\#976](https://github.com/digital-ai/dot-components/pull/976) ([dmiletic85](https://github.com/dmiletic85))
|
|
25
|
+
- S-81503: `Autocomplete` Improve functionality for adding new item [\#957](https://github.com/digital-ai/dot-components/pull/957) ([dmiletic85](https://github.com/dmiletic85))
|
|
26
|
+
|
|
27
|
+
**Fixed bugs:**
|
|
28
|
+
|
|
29
|
+
- D-19722: `Table`: Fix Storybook issues by refactoring Table's story. [\#974](https://github.com/digital-ai/dot-components/pull/974) ([dmiletic85](https://github.com/dmiletic85))
|
|
30
|
+
- D-19713: Do not show alert banner close button if onClose not provided [\#973](https://github.com/digital-ai/dot-components/pull/973) ([selsemore](https://github.com/selsemore))
|
|
31
|
+
|
|
32
|
+
**Merged pull requests:**
|
|
33
|
+
|
|
34
|
+
- S-76846: update to webpack 5 [\#940](https://github.com/digital-ai/dot-components/pull/940) ([CWSites](https://github.com/CWSites))
|
|
35
|
+
|
|
36
|
+
## [1.7.0](https://github.com/digital-ai/dot-components/tree/1.7.0) (01/28/2022)
|
|
37
|
+
|
|
38
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.6.2...1.7.0)
|
|
39
|
+
|
|
40
|
+
**Features:**
|
|
41
|
+
|
|
42
|
+
- Allow option/value pairs as DotInputSelect options in addition to strings [\#958](https://github.com/digital-ai/dot-components/issues/958)
|
|
43
|
+
- `Autocomplete` expose internal `onInputChange` [\#948](https://github.com/digital-ai/dot-components/issues/948)
|
|
44
|
+
- `Autocomplete` async options [\#946](https://github.com/digital-ai/dot-components/issues/946)
|
|
45
|
+
- `InputText` Component, Ability to add htmlElement\(hyperlink\) inside helperText property [\#831](https://github.com/digital-ai/dot-components/issues/831)
|
|
46
|
+
- `Menu` Improve support for custom open/close of `mainMenu` [\#773](https://github.com/digital-ai/dot-components/issues/773)
|
|
47
|
+
- S-81597: Allow for option/value pairs as DotInputSelect options [\#960](https://github.com/digital-ai/dot-components/pull/960) ([selsemore](https://github.com/selsemore))
|
|
48
|
+
- S-81394: `AppToolbar`: Improve support for custom open/close of `mainMenu` [\#953](https://github.com/digital-ai/dot-components/pull/953) ([dmiletic85](https://github.com/dmiletic85))
|
|
49
|
+
- S-81346: `Autocomplete` expose internal `onInputChange` [\#949](https://github.com/digital-ai/dot-components/pull/949) ([dmiletic85](https://github.com/dmiletic85))
|
|
50
|
+
- S-81317: `Autocomplete` async options [\#947](https://github.com/digital-ai/dot-components/pull/947) ([dmiletic85](https://github.com/dmiletic85))
|
|
51
|
+
- S-81304: `InputText`: Ability to add htmlElement\(hyperlink\) inside `helperText` property [\#945](https://github.com/digital-ai/dot-components/pull/945) ([dmiletic85](https://github.com/dmiletic85))
|
|
52
|
+
|
|
53
|
+
**Fixed bugs:**
|
|
54
|
+
|
|
55
|
+
- `Accordion`: `startIcon` is not aligned with the rest of the text [\#967](https://github.com/digital-ai/dot-components/issues/967)
|
|
56
|
+
- `IconButton`: `titleTooltip` deprecation console warning is displaying in the Storybook [\#965](https://github.com/digital-ai/dot-components/issues/965)
|
|
57
|
+
- `AppToolbar`: `fontSize` deprecation console warning is displaying [\#962](https://github.com/digital-ai/dot-components/issues/962)
|
|
58
|
+
- `Accordion`: Overflowing text when `noWrap` is set to `true` [\#959](https://github.com/digital-ai/dot-components/issues/959)
|
|
59
|
+
- Hamburger menu back button color is wrong [\#943](https://github.com/digital-ai/dot-components/issues/943)
|
|
60
|
+
- DotIconButton disableRipple prop is ignored [\#851](https://github.com/digital-ai/dot-components/issues/851)
|
|
61
|
+
- `Table` action menu items should be left aligned [\#794](https://github.com/digital-ai/dot-components/issues/794)
|
|
62
|
+
- D-19705: `Accordion`: `startIcon` is not aligned with the rest of the text [\#968](https://github.com/digital-ai/dot-components/pull/968) ([dmiletic85](https://github.com/dmiletic85))
|
|
63
|
+
- D-19700: `IconButton`: `titleTooltip` deprecation console warning is displaying in the Storybook [\#966](https://github.com/digital-ai/dot-components/pull/966) ([dmiletic85](https://github.com/dmiletic85))
|
|
64
|
+
- D-19697: `AppToolbar`: `fontSize` deprecation console warning is displaying [\#963](https://github.com/digital-ai/dot-components/pull/963) ([dmiletic85](https://github.com/dmiletic85))
|
|
65
|
+
- D-19691: `Accordion`: Overflowing text when `noWrap` is set to `true` [\#961](https://github.com/digital-ai/dot-components/pull/961) ([dmiletic85](https://github.com/dmiletic85))
|
|
66
|
+
- D-19558: `AppToolbar`: Hamburger menu back button color is wrong [\#955](https://github.com/digital-ai/dot-components/pull/955) ([dmiletic85](https://github.com/dmiletic85))
|
|
67
|
+
- D-19633: `Table` action menu items should be left aligned [\#954](https://github.com/digital-ai/dot-components/pull/954) ([dmiletic85](https://github.com/dmiletic85))
|
|
68
|
+
|
|
69
|
+
**Closed issues:**
|
|
70
|
+
|
|
71
|
+
- Deprecate `minWidth` prop on `Breadcrumbs` [\#777](https://github.com/digital-ai/dot-components/issues/777)
|
|
72
|
+
|
|
73
|
+
**Merged pull requests:**
|
|
74
|
+
|
|
75
|
+
- S-76846: upgrade to NX & storybook to latest `minor` release [\#951](https://github.com/digital-ai/dot-components/pull/951) ([CWSites](https://github.com/CWSites))
|
|
76
|
+
- S-76846: upgrade NX to latest [\#950](https://github.com/digital-ai/dot-components/pull/950) ([CWSites](https://github.com/CWSites))
|
|
77
|
+
- D-19517: Deprecate `minWidth` prop on Breadcrumbs [\#944](https://github.com/digital-ai/dot-components/pull/944) ([dmiletic85](https://github.com/dmiletic85))
|
|
78
|
+
- S-76846: Storybook updates [\#936](https://github.com/digital-ai/dot-components/pull/936) ([CWSites](https://github.com/CWSites))
|
|
79
|
+
|
|
80
|
+
## [1.6.2](https://github.com/digital-ai/dot-components/tree/1.6.2) (01/14/2022)
|
|
81
|
+
|
|
82
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.6.1...1.6.2)
|
|
83
|
+
|
|
84
|
+
**Features:**
|
|
85
|
+
|
|
86
|
+
- `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)
|
|
87
|
+
- `DotTable` MultiSelect [\#817](https://github.com/digital-ai/dot-components/issues/817)
|
|
88
|
+
- S-80342: `DotTable` MultiSelect support [\#928](https://github.com/digital-ai/dot-components/pull/928) ([dmiletic85](https://github.com/dmiletic85))
|
|
89
|
+
|
|
90
|
+
**Fixed bugs:**
|
|
91
|
+
|
|
92
|
+
- `AppToolbar`: Unnecessary scrollbar on the menu [\#937](https://github.com/digital-ai/dot-components/issues/937)
|
|
93
|
+
- DotDrawer changes break existing component consumer [\#932](https://github.com/digital-ai/dot-components/issues/932)
|
|
94
|
+
- D-19520: `AppToolbar`: Unnecessary scrollbar on the menu [\#941](https://github.com/digital-ai/dot-components/pull/941) ([dmiletic85](https://github.com/dmiletic85))
|
|
95
|
+
- D-19474: DotDrawer fixes [\#939](https://github.com/digital-ai/dot-components/pull/939) ([selsemore](https://github.com/selsemore))
|
|
96
|
+
|
|
97
|
+
**Merged pull requests:**
|
|
98
|
+
|
|
99
|
+
- S-76846: storybook updates `develop` [\#935](https://github.com/digital-ai/dot-components/pull/935) ([CWSites](https://github.com/CWSites))
|
|
100
|
+
|
|
3
101
|
## [1.6.1](https://github.com/digital-ai/dot-components/tree/1.6.1) (01/10/2022)
|
|
4
102
|
|
|
5
103
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.6.0...1.6.1)
|
|
@@ -22,7 +120,6 @@
|
|
|
22
120
|
**Features:**
|
|
23
121
|
|
|
24
122
|
- 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
123
|
|
|
27
124
|
**Fixed bugs:**
|
|
28
125
|
|
|
@@ -55,6 +152,7 @@
|
|
|
55
152
|
- `Breadcrumbs` Display tooltip on last item \(on hover\) when it is clipped with ellipsis [\#878](https://github.com/digital-ai/dot-components/issues/878)
|
|
56
153
|
- S-80939: `Menu`: Add option to customize item's height [\#902](https://github.com/digital-ai/dot-components/pull/902) ([dmiletic85](https://github.com/dmiletic85))
|
|
57
154
|
- S-80871: `Sidebar` Changes on back arrow [\#896](https://github.com/digital-ai/dot-components/pull/896) ([dmiletic85](https://github.com/dmiletic85))
|
|
155
|
+
- 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))
|
|
58
156
|
|
|
59
157
|
**Fixed bugs:**
|
|
60
158
|
|