@digital-ai/dot-components 1.4.0 → 1.5.0
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 +24 -3
- package/dot-components.esm.js +452 -265
- package/dot-components.umd.js +466 -281
- package/lib/components/BaseButtonProps.d.ts +2 -2
- package/lib/components/auto-complete/AutoComplete.d.ts +3 -3
- package/lib/components/avatar/Avatar.d.ts +2 -2
- package/lib/components/breadcrumbs/Breadcrumbs.data.d.ts +2 -0
- package/lib/components/breadcrumbs/Breadcrumbs.styles.d.ts +2 -0
- package/lib/components/breadcrumbs/utils/helpers.d.ts +19 -0
- package/lib/components/breadcrumbs/utils/useBreadcrumbsObserver.d.ts +11 -0
- package/lib/components/breadcrumbs/utils/useBreadcrumbsResizer.d.ts +16 -0
- package/lib/components/button/IconButton.d.ts +2 -2
- package/lib/components/button-toggle/ButtonToggle.d.ts +2 -2
- package/lib/components/chip/Chip.d.ts +4 -4
- package/lib/components/css-grid/CssCell.d.ts +5 -5
- package/lib/components/css-grid/CssGrid.d.ts +4 -4
- package/lib/components/drawer/Drawer.d.ts +4 -4
- package/lib/components/dynamic-form/models.d.ts +8 -8
- package/lib/components/index.d.ts +1 -0
- package/lib/components/list/List.d.ts +1 -1
- package/lib/components/menu/Menu.d.ts +4 -4
- package/lib/components/radio/RadioButton.d.ts +2 -2
- package/lib/components/sidebar/Sidebar.d.ts +2 -2
- package/lib/components/table/Table.d.ts +6 -6
- package/lib/components/table/TableCell.d.ts +1 -1
- package/lib/components/table/TableDataWithPagination.d.ts +4 -4
- package/lib/components/table/TableHeader.d.ts +2 -2
- package/lib/testing-utils/resize-observer-mock.d.ts +1 -0
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.0](https://github.com/digital-ai/dot-components/tree/1.5.0) (12/15/2021)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.4.0...1.5.0)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- `Breadcrumbs` enhancement \(collapse and expand automatically\) [\#836](https://github.com/digital-ai/dot-components/issues/836)
|
|
10
|
+
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
11
|
+
|
|
12
|
+
**Fixed bugs:**
|
|
13
|
+
|
|
14
|
+
- Expand/collapse broken for uncontrolled DotAccordion [\#865](https://github.com/digital-ai/dot-components/issues/865)
|
|
15
|
+
- `Breadcrumbs` meuItems is null when changing the amount of breadcrumb items [\#839](https://github.com/digital-ai/dot-components/issues/839)
|
|
16
|
+
- `Breadcrumbs` Setting `expansionMenu={true}` does not work always [\#838](https://github.com/digital-ai/dot-components/issues/838)
|
|
17
|
+
- `Breadcrumbs` item with href should be full width clickable when using `expansionMenu={true}` [\#837](https://github.com/digital-ai/dot-components/issues/837)
|
|
18
|
+
- D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
|
|
19
|
+
|
|
20
|
+
**Merged pull requests:**
|
|
21
|
+
|
|
22
|
+
- S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
|
|
23
|
+
- S-80783: add ESLint rule for alpha order [\#867](https://github.com/digital-ai/dot-components/pull/867) ([CWSites](https://github.com/CWSites))
|
|
24
|
+
|
|
3
25
|
## [1.4.0](https://github.com/digital-ai/dot-components/tree/1.4.0) (12/13/2021)
|
|
4
26
|
|
|
5
27
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.7...1.4.0)
|
|
@@ -39,7 +61,6 @@
|
|
|
39
61
|
- S-79571: DotInput - expose onKeyDown [\#846](https://github.com/digital-ai/dot-components/pull/846) ([monapatel91](https://github.com/monapatel91))
|
|
40
62
|
- 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))
|
|
41
63
|
- S-80621: file upload [\#840](https://github.com/digital-ai/dot-components/pull/840) ([CWSites](https://github.com/CWSites))
|
|
42
|
-
- S-76922: file upload [\#820](https://github.com/digital-ai/dot-components/pull/820) ([CWSites](https://github.com/CWSites))
|
|
43
64
|
|
|
44
65
|
**Fixed bugs:**
|
|
45
66
|
|
|
@@ -85,6 +106,7 @@
|
|
|
85
106
|
- Add to `DotList` right arrow in some cases [\#720](https://github.com/digital-ai/dot-components/issues/720)
|
|
86
107
|
- `DotTable` Provide a way to apply custom classes to table rows and cells [\#643](https://github.com/digital-ai/dot-components/issues/643)
|
|
87
108
|
- S-80369: Create `ProgressButton` component [\#822](https://github.com/digital-ai/dot-components/pull/822) ([dmiletic85](https://github.com/dmiletic85))
|
|
109
|
+
- S-76922: file upload [\#820](https://github.com/digital-ai/dot-components/pull/820) ([CWSites](https://github.com/CWSites))
|
|
88
110
|
- 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))
|
|
89
111
|
- S-80264: Agility wrapper sandbox documentation [\#810](https://github.com/digital-ai/dot-components/pull/810) ([CWSites](https://github.com/CWSites))
|
|
90
112
|
|
|
@@ -253,7 +275,6 @@
|
|
|
253
275
|
- S-77041: New component tooltip [\#713](https://github.com/digital-ai/dot-components/pull/713) ([monapatel91](https://github.com/monapatel91))
|
|
254
276
|
- S-76773: product badges in app toolbar and sidebar [\#712](https://github.com/digital-ai/dot-components/pull/712) ([CWSites](https://github.com/CWSites))
|
|
255
277
|
- Icons update oct 7th 2021 [\#709](https://github.com/digital-ai/dot-components/pull/709) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
256
|
-
- Bring `master` back into `develop` [\#705](https://github.com/digital-ai/dot-components/pull/705) ([CWSites](https://github.com/CWSites))
|
|
257
278
|
- S-78833 agility sidebar [\#701](https://github.com/digital-ai/dot-components/pull/701) ([CWSites](https://github.com/CWSites))
|
|
258
279
|
|
|
259
280
|
## [1.1.1](https://github.com/digital-ai/dot-components/tree/1.1.1) (10/06/2021)
|
|
@@ -266,6 +287,7 @@
|
|
|
266
287
|
|
|
267
288
|
**Merged pull requests:**
|
|
268
289
|
|
|
290
|
+
- Bring `master` back into `develop` [\#705](https://github.com/digital-ai/dot-components/pull/705) ([CWSites](https://github.com/CWSites))
|
|
269
291
|
- MINOR RELEASE [\#704](https://github.com/digital-ai/dot-components/pull/704) ([CWSites](https://github.com/CWSites))
|
|
270
292
|
- S-79291: update nested dependencies [\#700](https://github.com/digital-ai/dot-components/pull/700) ([CWSites](https://github.com/CWSites))
|
|
271
293
|
- S-78832: Agility icon & badge updates [\#698](https://github.com/digital-ai/dot-components/pull/698) ([CWSites](https://github.com/CWSites))
|
|
@@ -504,7 +526,6 @@
|
|
|
504
526
|
- Add isUnderToolbar property to Sidebar for use beneath AppToolbar [\#560](https://github.com/digital-ai/dot-components/pull/560) ([selsemore](https://github.com/selsemore))
|
|
505
527
|
- Move approved components to "Stable" [\#559](https://github.com/digital-ai/dot-components/pull/559) ([CWSites](https://github.com/CWSites))
|
|
506
528
|
- merging master \> develop [\#557](https://github.com/digital-ai/dot-components/pull/557) ([CWSites](https://github.com/CWSites))
|
|
507
|
-
- 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))
|
|
508
529
|
- 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))
|
|
509
530
|
|
|
510
531
|
## [1.0.1](https://github.com/digital-ai/dot-components/tree/1.0.1) (07/02/2021)
|