@digital-ai/dot-components 1.11.3 → 1.14.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 +75 -1
- package/index.esm.js +584 -328
- package/index.umd.js +851 -507
- package/lib/components/button-toggle/ButtonToggle.d.ts +1 -10
- package/lib/components/button-toggle/index.d.ts +3 -1
- package/lib/components/button-toggle/utils/models.d.ts +12 -0
- package/lib/components/draggable-list/DraggableList.d.ts +16 -0
- package/lib/components/draggable-list/DraggableList.stories.data.d.ts +15 -0
- package/lib/components/draggable-list/DraggableList.stories.styles.d.ts +4 -0
- package/lib/components/draggable-list/DraggableList.styles.d.ts +3 -0
- package/lib/components/draggable-list/index.d.ts +2 -0
- package/lib/components/draggable-list/utils/helpers.d.ts +4 -0
- package/lib/components/draggable-list/utils/models.d.ts +5 -0
- package/lib/components/file-upload/FileUpload.d.ts +2 -2
- package/lib/components/file-upload/index.d.ts +2 -0
- package/lib/components/file-upload/utils/helpers.d.ts +15 -0
- package/lib/components/file-upload/{uploadHelpers.d.ts → utils/models.d.ts} +9 -7
- package/lib/components/helpers.d.ts +4 -0
- package/lib/components/index.d.ts +13 -6
- package/lib/components/inline-edit/InlineEdit.d.ts +14 -19
- package/lib/components/inline-edit/InlineEdit.stories.styles.d.ts +2 -0
- package/lib/components/inline-edit/InlineEdit.styles.d.ts +11 -1
- package/lib/components/inline-edit/index.d.ts +3 -0
- package/lib/components/inline-edit/utils/helpers.d.ts +5 -0
- package/lib/components/inline-edit/utils/models.d.ts +13 -0
- package/lib/components/input-form-fields/InputFormFields.propTypes.d.ts +3 -1
- package/lib/components/input-form-fields/InputText.d.ts +1 -1
- package/lib/components/list/utils/models.d.ts +1 -1
- package/lib/components/progress/index.d.ts +2 -0
- package/lib/components/snackbar/Snackbar.d.ts +5 -1
- package/lib/components/snackbar/index.d.ts +4 -0
- package/lib/components/truncate-with-tooltip/TruncateWithTooltip.d.ts +8 -0
- package/lib/components/truncate-with-tooltip/TruncateWithTooltip.styles.d.ts +3 -0
- package/lib/components/truncate-with-tooltip/index.d.ts +2 -0
- package/lib/components/truncate-with-tooltip/utils/helpers.d.ts +2 -0
- package/package.json +2 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,9 +1,83 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.14.0](https://github.com/digital-ai/dot-components/tree/1.14.0) (04/01/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.13.0...1.14.0)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- `InlineEdit` Support for different text in view/edit modes [\#1103](https://github.com/digital-ai/dot-components/issues/1103)
|
|
10
|
+
- S-83748: `InlineEdit`: Support for different text in view/edit modes [\#1105](https://github.com/digital-ai/dot-components/pull/1105) ([dmiletic85](https://github.com/dmiletic85))
|
|
11
|
+
|
|
12
|
+
**Fixed bugs:**
|
|
13
|
+
|
|
14
|
+
- DotFileUpload - Setting maxFile limit to 1 allows to upload more than 1 files [\#1096](https://github.com/digital-ai/dot-components/issues/1096)
|
|
15
|
+
- We lost scrollbar for sidenav nested drawers [\#1061](https://github.com/digital-ai/dot-components/issues/1061)
|
|
16
|
+
- D-20516: `DotFileUpload` - Setting maxFile limit to 1 allows to upload more than 1 files [\#1101](https://github.com/digital-ai/dot-components/pull/1101) ([dmiletic85](https://github.com/dmiletic85))
|
|
17
|
+
- D-20334: Add scroll to nested drawer [\#1062](https://github.com/digital-ai/dot-components/pull/1062) ([s-zimm](https://github.com/s-zimm))
|
|
18
|
+
|
|
19
|
+
## [1.13.0](https://github.com/digital-ai/dot-components/tree/1.13.0) (03/28/2022)
|
|
20
|
+
|
|
21
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.12.0...1.13.0)
|
|
22
|
+
|
|
23
|
+
**Features:**
|
|
24
|
+
|
|
25
|
+
- `DotProgress`: Add more Storybook examples [\#1097](https://github.com/digital-ai/dot-components/issues/1097)
|
|
26
|
+
- S-82940: `DotProgress`: Add more Storybook examples [\#1098](https://github.com/digital-ai/dot-components/pull/1098) ([dmiletic85](https://github.com/dmiletic85))
|
|
27
|
+
|
|
28
|
+
**Fixed bugs:**
|
|
29
|
+
|
|
30
|
+
- `DotButtonToggle` wrong type for `value` and `onChange` props [\#1085](https://github.com/digital-ai/dot-components/issues/1085)
|
|
31
|
+
- react-grid-layout library should not be peer dependency [\#1083](https://github.com/digital-ai/dot-components/issues/1083)
|
|
32
|
+
- Check Box not Working with checked attribute property set--- Identified in Release Core [\#1076](https://github.com/digital-ai/dot-components/issues/1076)
|
|
33
|
+
- D-20483: `react-grid-layout` library should not be peer dependency [\#1088](https://github.com/digital-ai/dot-components/pull/1088) ([dmiletic85](https://github.com/dmiletic85))
|
|
34
|
+
- D-20465: `DotButtonToggle` wrong `type` for value and `onChange` [\#1087](https://github.com/digital-ai/dot-components/pull/1087) ([dmiletic85](https://github.com/dmiletic85))
|
|
35
|
+
|
|
36
|
+
## [1.12.0](https://github.com/digital-ai/dot-components/tree/1.12.0) (03/25/2022)
|
|
37
|
+
|
|
38
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.3...1.12.0)
|
|
39
|
+
|
|
40
|
+
**Features:**
|
|
41
|
+
|
|
42
|
+
- `DotTypography`: Add more Storybook examples [\#1091](https://github.com/digital-ai/dot-components/issues/1091)
|
|
43
|
+
- `DotCheckbox`: Add more Storybook examples [\#1089](https://github.com/digital-ai/dot-components/issues/1089)
|
|
44
|
+
- Expose mouse up event on DotInputText input field [\#1057](https://github.com/digital-ai/dot-components/issues/1057)
|
|
45
|
+
- Allow positioning Snackbar [\#1050](https://github.com/digital-ai/dot-components/issues/1050)
|
|
46
|
+
- `TruncateWithTooltip`: Create new component [\#1047](https://github.com/digital-ai/dot-components/issues/1047)
|
|
47
|
+
- `DraggableList`: Create and export the component [\#1000](https://github.com/digital-ai/dot-components/issues/1000)
|
|
48
|
+
- S-82910: `DotTypography`: Add more Storybook examples [\#1092](https://github.com/digital-ai/dot-components/pull/1092) ([dmiletic85](https://github.com/dmiletic85))
|
|
49
|
+
- S-82899: `DotCheckbox`: Add more Storybook examples [\#1090](https://github.com/digital-ai/dot-components/pull/1090) ([dmiletic85](https://github.com/dmiletic85))
|
|
50
|
+
- S-82453: `TruncateWithTooltip`: Create new component [\#1072](https://github.com/digital-ai/dot-components/pull/1072) ([dmiletic85](https://github.com/dmiletic85))
|
|
51
|
+
- S-82519: `Snackbar` Allow positioning [\#1064](https://github.com/digital-ai/dot-components/pull/1064) ([dmiletic85](https://github.com/dmiletic85))
|
|
52
|
+
- S-76904: `InlineEdit` improvements [\#1053](https://github.com/digital-ai/dot-components/pull/1053) ([dmiletic85](https://github.com/dmiletic85))
|
|
53
|
+
- S-82059: `DraggableList`: Create and export the component [\#1003](https://github.com/digital-ai/dot-components/pull/1003) ([dmiletic85](https://github.com/dmiletic85))
|
|
54
|
+
|
|
55
|
+
**Fixed bugs:**
|
|
56
|
+
|
|
57
|
+
- Double period causing "singleproject" icon to not render [\#1093](https://github.com/digital-ai/dot-components/issues/1093)
|
|
58
|
+
- Storybook - Clicking on Drawer component's Docs shows blank in doc view [\#1084](https://github.com/digital-ai/dot-components/issues/1084)
|
|
59
|
+
- `title` and `message` prop on DotConfirmation component is not applying correct font family [\#1078](https://github.com/digital-ai/dot-components/issues/1078)
|
|
60
|
+
- DotTable action menu should align with edge of table [\#1077](https://github.com/digital-ai/dot-components/issues/1077)
|
|
61
|
+
- Strange scrolling behavior with DotTable action menu [\#1075](https://github.com/digital-ai/dot-components/issues/1075)
|
|
62
|
+
- DotSnackbar breaks words in alert message [\#1073](https://github.com/digital-ai/dot-components/issues/1073)
|
|
63
|
+
- `DotDrawer`: Components inside the drawer are affected by `transition` property [\#1065](https://github.com/digital-ai/dot-components/issues/1065)
|
|
64
|
+
- `DotMenu` Clicking on sidebar doesn't close the modal [\#1052](https://github.com/digital-ai/dot-components/issues/1052)
|
|
65
|
+
- D-20511: remove extra period [\#1094](https://github.com/digital-ai/dot-components/pull/1094) ([CWSites](https://github.com/CWSites))
|
|
66
|
+
- D-20463: Change the DotDrawer stories to make drawers not open initially [\#1086](https://github.com/digital-ai/dot-components/pull/1086) ([selsemore](https://github.com/selsemore))
|
|
67
|
+
- D-20418: `DotTable`: Strange scrolling behavior with action menu [\#1082](https://github.com/digital-ai/dot-components/pull/1082) ([dmiletic85](https://github.com/dmiletic85))
|
|
68
|
+
- D-20426: `DotConfirmation `: `title` and `message` prop are not applying correct font family [\#1081](https://github.com/digital-ai/dot-components/pull/1081) ([dmiletic85](https://github.com/dmiletic85))
|
|
69
|
+
- D-20423: `DotTable`: action menu should align with edge of table [\#1080](https://github.com/digital-ai/dot-components/pull/1080) ([dmiletic85](https://github.com/dmiletic85))
|
|
70
|
+
- D-20405: Remove break-all word-break styling from snackbar message [\#1074](https://github.com/digital-ai/dot-components/pull/1074) ([selsemore](https://github.com/selsemore))
|
|
71
|
+
- D-20285: `DotMenu` Clicking on sidebar doesn't close the modal [\#1056](https://github.com/digital-ai/dot-components/pull/1056) ([dmiletic85](https://github.com/dmiletic85))
|
|
72
|
+
|
|
3
73
|
## [1.11.3](https://github.com/digital-ai/dot-components/tree/1.11.3) (03/16/2022)
|
|
4
74
|
|
|
5
75
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.2...1.11.3)
|
|
6
76
|
|
|
77
|
+
**Features:**
|
|
78
|
+
|
|
79
|
+
- S-82617: `DotInputText` Expose mouse up event [\#1063](https://github.com/digital-ai/dot-components/pull/1063) ([dmiletic85](https://github.com/dmiletic85))
|
|
80
|
+
|
|
7
81
|
**Merged pull requests:**
|
|
8
82
|
|
|
9
83
|
- March 16 2022 Agility icons [\#1066](https://github.com/digital-ai/dot-components/pull/1066) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
@@ -260,6 +334,7 @@
|
|
|
260
334
|
|
|
261
335
|
**Features:**
|
|
262
336
|
|
|
337
|
+
- S-80871: `Sidebar` Changes on back arrow [\#896](https://github.com/digital-ai/dot-components/pull/896) ([dmiletic85](https://github.com/dmiletic85))
|
|
263
338
|
- S-77210: Component - Drawer [\#893](https://github.com/digital-ai/dot-components/pull/893) ([monapatel91](https://github.com/monapatel91))
|
|
264
339
|
|
|
265
340
|
**Fixed bugs:**
|
|
@@ -292,7 +367,6 @@
|
|
|
292
367
|
- `sidebar` Changes on back arrow [\#890](https://github.com/digital-ai/dot-components/issues/890)
|
|
293
368
|
- `Breadcrumbs` Display tooltip on last item \(on hover\) when it is clipped with ellipsis [\#878](https://github.com/digital-ai/dot-components/issues/878)
|
|
294
369
|
- 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))
|
|
295
|
-
- S-80871: `Sidebar` Changes on back arrow [\#896](https://github.com/digital-ai/dot-components/pull/896) ([dmiletic85](https://github.com/dmiletic85))
|
|
296
370
|
- 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))
|
|
297
371
|
|
|
298
372
|
**Fixed bugs:**
|