@digital-ai/dot-components 2.0.0 → 2.0.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 +30 -4
- package/README.md +1 -1
- package/index.esm.js +414 -802
- package/index.umd.js +1809 -2342
- package/lib/components/menu/Menu.styles.d.ts +1 -1
- package/lib/components/popper/Popper.styles.d.ts +1 -1
- package/package.json +3 -2
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.1](https://github.com/digital-ai/dot-components/tree/2.0.1) (11/15/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0...2.0.1)
|
|
6
|
+
|
|
7
|
+
**Fixed bugs:**
|
|
8
|
+
|
|
9
|
+
- \[DOT 2.0.0\] `DotSidebar` collapsed story is using wrong property [\#1305](https://github.com/digital-ai/dot-components/issues/1305)
|
|
10
|
+
- \[DOT 2.0.0\] `DotInputText` double padding when the component is multiline [\#1304](https://github.com/digital-ai/dot-components/issues/1304)
|
|
11
|
+
- \[DOT 2.0\] Size of `DotAutocomplete` and `DotInputText` don't match anymore [\#1302](https://github.com/digital-ai/dot-components/issues/1302)
|
|
12
|
+
- \[DOT 2.0\] Icons in buttons are always white [\#1300](https://github.com/digital-ai/dot-components/issues/1300)
|
|
13
|
+
- \[dot 2.0.0\] `DotIcon` now requires theme provider [\#1298](https://github.com/digital-ai/dot-components/issues/1298)
|
|
14
|
+
- Icon colors are incorrect [\#1294](https://github.com/digital-ai/dot-components/issues/1294)
|
|
15
|
+
- `DotSidebar` when back button is enabled long text is not trimmed [\#1291](https://github.com/digital-ai/dot-components/issues/1291)
|
|
16
|
+
- \[release-2.0\] remove dependencies on react-router-dom [\#1286](https://github.com/digital-ai/dot-components/issues/1286)
|
|
17
|
+
- \[DOT 2.0\] Double checkbox on DotSwitch [\#1269](https://github.com/digital-ai/dot-components/issues/1269)
|
|
18
|
+
- D-23316: `DotSidebar`: Long text is not trimmed when back button is enabled [\#1309](https://github.com/digital-ai/dot-components/pull/1309) ([dmiletic85](https://github.com/dmiletic85))
|
|
19
|
+
- D-23312: `DotSidebar` - collapsed story is using wrong property [\#1308](https://github.com/digital-ai/dot-components/pull/1308) ([dmiletic85](https://github.com/dmiletic85))
|
|
20
|
+
- D-23308: `DotInputText` double padding when the component is multiline [\#1307](https://github.com/digital-ai/dot-components/pull/1307) ([dmiletic85](https://github.com/dmiletic85))
|
|
21
|
+
- D-23301 `DotAutocomplete`: Size of `DotAutocomplete` and `DotInputText` don't match anymore [\#1306](https://github.com/digital-ai/dot-components/pull/1306) ([dmiletic85](https://github.com/dmiletic85))
|
|
22
|
+
- D-23289: \[DOT 2.0\] Double checkbox on `DotSwitch` [\#1299](https://github.com/digital-ai/dot-components/pull/1299) ([dmiletic85](https://github.com/dmiletic85))
|
|
23
|
+
- D-21921: `DotTabs` color and border styles [\#1296](https://github.com/digital-ai/dot-components/pull/1296) ([CWSites](https://github.com/CWSites))
|
|
24
|
+
- D-23229: update icon colors to inherit properly from various components [\#1295](https://github.com/digital-ai/dot-components/pull/1295) ([CWSites](https://github.com/CWSites))
|
|
25
|
+
- D-23069: add react-router-dom as a dependency for developing Storybook [\#1293](https://github.com/digital-ai/dot-components/pull/1293) ([CWSites](https://github.com/CWSites))
|
|
26
|
+
|
|
3
27
|
## [2.0.0](https://github.com/digital-ai/dot-components/tree/2.0.0) (11/02/2022)
|
|
4
28
|
|
|
5
29
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.5...2.0.0)
|
|
@@ -24,7 +48,6 @@
|
|
|
24
48
|
**Fixed bugs:**
|
|
25
49
|
|
|
26
50
|
- \[DOT 2.0\] DotAutocomplete with `renderOption` doesn't trigger on change [\#1270](https://github.com/digital-ai/dot-components/issues/1270)
|
|
27
|
-
- \[DOT 2.0\] Double checkbox on DotSwitch [\#1269](https://github.com/digital-ai/dot-components/issues/1269)
|
|
28
51
|
- \[DOT 2.0\] storybook is broken [\#1268](https://github.com/digital-ai/dot-components/issues/1268)
|
|
29
52
|
- \[DOT 2.0\] Missing changes on 2.0 documentation [\#1267](https://github.com/digital-ai/dot-components/issues/1267)
|
|
30
53
|
- \[DOT 2.0\] missing peer dependencies [\#1266](https://github.com/digital-ai/dot-components/issues/1266)
|
|
@@ -92,6 +115,10 @@
|
|
|
92
115
|
|
|
93
116
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.1...2.0.0-rc.1)
|
|
94
117
|
|
|
118
|
+
**Features:**
|
|
119
|
+
|
|
120
|
+
- S-86581: `DotAutocomplete` should allow to pass `readOnly` property into the inner `TextField` [\#1235](https://github.com/digital-ai/dot-components/pull/1235) ([dmiletic85](https://github.com/dmiletic85))
|
|
121
|
+
|
|
95
122
|
**Fixed bugs:**
|
|
96
123
|
|
|
97
124
|
- S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
|
|
@@ -125,7 +152,6 @@
|
|
|
125
152
|
- S-86896 Add option in the InlineEdit component to select all input on edit [\#1240](https://github.com/digital-ai/dot-components/pull/1240) ([tonac](https://github.com/tonac))
|
|
126
153
|
- S-86128: `DotAutocomplete`: Support error/warning icons with the tooltip [\#1237](https://github.com/digital-ai/dot-components/pull/1237) ([dmiletic85](https://github.com/dmiletic85))
|
|
127
154
|
- S-86683: `DotAutocomplete`: expose `onBlur` [\#1236](https://github.com/digital-ai/dot-components/pull/1236) ([dmiletic85](https://github.com/dmiletic85))
|
|
128
|
-
- S-86581: `DotAutocomplete` should allow to pass `readOnly` property into the inner `TextField` [\#1235](https://github.com/digital-ai/dot-components/pull/1235) ([dmiletic85](https://github.com/dmiletic85))
|
|
129
155
|
|
|
130
156
|
**Fixed bugs:**
|
|
131
157
|
|
|
@@ -292,6 +318,7 @@
|
|
|
292
318
|
|
|
293
319
|
- DotTable action menu does not work according to design [\#1133](https://github.com/digital-ai/dot-components/issues/1133)
|
|
294
320
|
- Accordion summary has badly styled tooltip when summary is not a string and noWrap is true [\#1069](https://github.com/digital-ai/dot-components/issues/1069)
|
|
321
|
+
- D-20970: DotTableActions component [\#1134](https://github.com/digital-ai/dot-components/pull/1134) ([selsemore](https://github.com/selsemore))
|
|
295
322
|
- D-20359: only display tooltip if string [\#1127](https://github.com/digital-ai/dot-components/pull/1127) ([CWSites](https://github.com/CWSites))
|
|
296
323
|
|
|
297
324
|
## [1.15.0](https://github.com/digital-ai/dot-components/tree/1.15.0) (04/21/2022)
|
|
@@ -318,7 +345,6 @@
|
|
|
318
345
|
- Text is not centered in avatar circle [\#1115](https://github.com/digital-ai/dot-components/issues/1115)
|
|
319
346
|
- Checkbox column takes up to much space in a multi-select table [\#1111](https://github.com/digital-ai/dot-components/issues/1111)
|
|
320
347
|
- `DotNavigationRail` Should be able to update the selected rail [\#1104](https://github.com/digital-ai/dot-components/issues/1104)
|
|
321
|
-
- D-20970: DotTableActions component [\#1134](https://github.com/digital-ai/dot-components/pull/1134) ([selsemore](https://github.com/selsemore))
|
|
322
348
|
- D-20763: Fix bulk action toolbar upper corners [\#1118](https://github.com/digital-ai/dot-components/pull/1118) ([selsemore](https://github.com/selsemore))
|
|
323
349
|
- D-20736: Fix text alignment for small DotAvatar [\#1116](https://github.com/digital-ai/dot-components/pull/1116) ([selsemore](https://github.com/selsemore))
|
|
324
350
|
- D-20719: `DotTable`: Checkbox column takes up to much space in a multi-select table [\#1112](https://github.com/digital-ai/dot-components/pull/1112) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -356,7 +382,6 @@
|
|
|
356
382
|
- Check Box not Working with checked attribute property set--- Identified in Release Core [\#1076](https://github.com/digital-ai/dot-components/issues/1076)
|
|
357
383
|
- 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))
|
|
358
384
|
- D-20465: `DotButtonToggle` wrong `type` for value and `onChange` [\#1087](https://github.com/digital-ai/dot-components/pull/1087) ([dmiletic85](https://github.com/dmiletic85))
|
|
359
|
-
- D-20418: `DotTable`: Strange scrolling behavior with action menu [\#1082](https://github.com/digital-ai/dot-components/pull/1082) ([dmiletic85](https://github.com/dmiletic85))
|
|
360
385
|
|
|
361
386
|
## [1.12.0](https://github.com/digital-ai/dot-components/tree/1.12.0) (03/25/2022)
|
|
362
387
|
|
|
@@ -390,6 +415,7 @@
|
|
|
390
415
|
- `DotMenu` Clicking on sidebar doesn't close the modal [\#1052](https://github.com/digital-ai/dot-components/issues/1052)
|
|
391
416
|
- D-20511: remove extra period [\#1094](https://github.com/digital-ai/dot-components/pull/1094) ([CWSites](https://github.com/CWSites))
|
|
392
417
|
- 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))
|
|
418
|
+
- D-20418: `DotTable`: Strange scrolling behavior with action menu [\#1082](https://github.com/digital-ai/dot-components/pull/1082) ([dmiletic85](https://github.com/dmiletic85))
|
|
393
419
|
- 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))
|
|
394
420
|
- 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))
|
|
395
421
|
- 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))
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://digitalai.slack.com/app_redirect?channel=dot-components)
|
|
4
4
|
[](https://badge.fury.io/js/%40digital-ai%2Fdot-components)
|
|
5
|
-
 dependency version](https://img.shields.io/npm/dependency-version/@digital-ai/dot-components/@mui/material?label=%40material-ui)
|
|
6
6
|
|
|
7
7
|
<!-- [](https://sonarqube.digital.ai/dashboard?id=digital-ai_dot-components)
|
|
8
8
|
[](https://sonarqube.digital.ai/dashboard?id=digital-ai_dot-components)
|