@digital-ai/dot-components 1.10.1 → 1.11.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,26 +1,80 @@
1
1
  # Changelog
2
2
 
3
- ## [1.10.1](https://github.com/digital-ai/dot-components/tree/1.10.1) (03/02/2022)
3
+ ## [1.11.2](https://github.com/digital-ai/dot-components/tree/1.11.2) (03/15/2022)
4
4
 
5
- [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.10.0...1.10.1)
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.1...1.11.2)
6
6
 
7
- ## [1.10.0](https://github.com/digital-ai/dot-components/tree/1.10.0) (03/01/2022)
7
+ **Merged pull requests:**
8
+
9
+ - PATCH Release [\#1060](https://github.com/digital-ai/dot-components/pull/1060) ([TheKeithStewart](https://github.com/TheKeithStewart))
10
+ - March14th2022 update [\#1058](https://github.com/digital-ai/dot-components/pull/1058) ([BojanKocijan](https://github.com/BojanKocijan))
11
+
12
+ ## [2.0.0-rc.1](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.1) (03/14/2022)
13
+
14
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.1...2.0.0-rc.1)
15
+
16
+ ## [1.11.1](https://github.com/digital-ai/dot-components/tree/1.11.1) (03/14/2022)
17
+
18
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.1-rc.0...1.11.1)
19
+
20
+ **Fixed bugs:**
8
21
 
9
- [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.1-rc.0...1.10.0)
22
+ - `dot-components` requires `react-router-dom` as peer dependency [\#1001](https://github.com/digital-ai/dot-components/issues/1001)
23
+ - D-20092: `Chip`: Set the limit on chip component for number of characters [\#1036](https://github.com/digital-ai/dot-components/pull/1036) ([dmiletic85](https://github.com/dmiletic85))
24
+
25
+ **Merged pull requests:**
26
+
27
+ - D-19983: move react-router to dev dependency [\#1049](https://github.com/digital-ai/dot-components/pull/1049) ([CWSites](https://github.com/CWSites))
28
+
29
+ ## [2.0.1-rc.0](https://github.com/digital-ai/dot-components/tree/2.0.1-rc.0) (03/14/2022)
30
+
31
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.0...2.0.1-rc.0)
10
32
 
11
33
  **Features:**
12
34
 
13
- - `Autocomplete` hide/customize chips [\#1023](https://github.com/digital-ai/dot-components/issues/1023)
14
- - S-82231: `Autocomplete` hide/customize chips [\#1031](https://github.com/digital-ai/dot-components/pull/1031) ([dmiletic85](https://github.com/dmiletic85))
35
+ - Configure `tsconfig.json` so that `React` imports are obsolete [\#1040](https://github.com/digital-ai/dot-components/issues/1040)
36
+ - S-82390: Configure `tsconfig.json` so that `React` imports are obsolete [\#1041](https://github.com/digital-ai/dot-components/pull/1041) ([dmiletic85](https://github.com/dmiletic85))
37
+
38
+ **Merged pull requests:**
39
+
40
+ - S-82390: tsconfig react import [\#1048](https://github.com/digital-ai/dot-components/pull/1048) ([CWSites](https://github.com/CWSites))
41
+ - S-81949: adjusting RC workflow [\#1038](https://github.com/digital-ai/dot-components/pull/1038) ([CWSites](https://github.com/CWSites))
15
42
 
16
- ## [2.0.1-rc.0](https://github.com/digital-ai/dot-components/tree/2.0.1-rc.0) (02/25/2022)
43
+ ## [1.11.0](https://github.com/digital-ai/dot-components/tree/1.11.0) (03/07/2022)
17
44
 
18
- [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.9.1...2.0.1-rc.0)
45
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.10.1...1.11.0)
19
46
 
20
47
  **Features:**
21
48
 
49
+ - Custom Icon support for DotList component items [\#1032](https://github.com/digital-ai/dot-components/issues/1032)
50
+ - S-81800: `Badge`: Add ability to render the number [\#1037](https://github.com/digital-ai/dot-components/pull/1037) ([dmiletic85](https://github.com/dmiletic85))
51
+ - S-82311: deprecate startIconId, endIconId ListItem props in favor of startIcon, endIcon [\#1035](https://github.com/digital-ai/dot-components/pull/1035) ([selsemore](https://github.com/selsemore))
52
+
53
+ **Fixed bugs:**
54
+
55
+ - `Menu`: Console error on the `Table Menu` story in `Storybook` [\#1042](https://github.com/digital-ai/dot-components/issues/1042)
56
+ - Sidenav drawer padding is off [\#1020](https://github.com/digital-ai/dot-components/issues/1020)
57
+ - D 20097 sidebar drawer padding off [\#1044](https://github.com/digital-ai/dot-components/pull/1044) ([s-zimm](https://github.com/s-zimm))
58
+ - D-20210: `Menu`: Console error on the `Table Menu` story in `Storybook` [\#1043](https://github.com/digital-ai/dot-components/pull/1043) ([dmiletic85](https://github.com/dmiletic85))
59
+
60
+ **Merged pull requests:**
61
+
62
+ - 07 03 2022 check icon [\#1045](https://github.com/digital-ai/dot-components/pull/1045) ([BojanKocijan](https://github.com/BojanKocijan))
63
+
64
+ ## [1.10.1](https://github.com/digital-ai/dot-components/tree/1.10.1) (03/02/2022)
65
+
66
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.10.0...1.10.1)
67
+
68
+ ## [1.10.0](https://github.com/digital-ai/dot-components/tree/1.10.0) (03/01/2022)
69
+
70
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.9.1...1.10.0)
71
+
72
+ **Features:**
73
+
74
+ - `Autocomplete` hide/customize chips [\#1023](https://github.com/digital-ai/dot-components/issues/1023)
22
75
  - Missing disable props on DotMenu component [\#1021](https://github.com/digital-ai/dot-components/issues/1021)
23
76
  - `Autocomplete`: allow custom `renderOption` [\#1002](https://github.com/digital-ai/dot-components/issues/1002)
77
+ - S-82231: `Autocomplete` hide/customize chips [\#1031](https://github.com/digital-ai/dot-components/pull/1031) ([dmiletic85](https://github.com/dmiletic85))
24
78
  - S-82227: `DotMenu`: Missing disable prop [\#1022](https://github.com/digital-ai/dot-components/pull/1022) ([dmiletic85](https://github.com/dmiletic85))
25
79
  - S-82076: `Autocomplete`: allow custom `renderOption` [\#1013](https://github.com/digital-ai/dot-components/pull/1013) ([dmiletic85](https://github.com/dmiletic85))
26
80
 
@@ -387,7 +441,6 @@
387
441
  - S-80369: Create `ProgressButton` component [\#822](https://github.com/digital-ai/dot-components/pull/822) ([dmiletic85](https://github.com/dmiletic85))
388
442
  - 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))
389
443
  - S-80264: Agility wrapper sandbox documentation [\#810](https://github.com/digital-ai/dot-components/pull/810) ([CWSites](https://github.com/CWSites))
390
- - S-79569: `DotTable` - ability to add classes to rows & cells [\#799](https://github.com/digital-ai/dot-components/pull/799) ([monapatel91](https://github.com/monapatel91))
391
444
 
392
445
  **Fixed bugs:**
393
446
 
@@ -415,6 +468,7 @@
415
468
 
416
469
  - Add 'target' prop to ListItemProps [\#784](https://github.com/digital-ai/dot-components/issues/784)
417
470
  - Expose built-in `leaveDelay`, `onClose`, `open` props on `DotTooltip` component [\#778](https://github.com/digital-ai/dot-components/issues/778)
471
+ - S-79569: `DotTable` - ability to add classes to rows & cells [\#799](https://github.com/digital-ai/dot-components/pull/799) ([monapatel91](https://github.com/monapatel91))
418
472
 
419
473
  **Fixed bugs:**
420
474
 
package/fonts/dot.woff CHANGED
Binary file