@digital-ai/dot-components 1.9.1 → 1.11.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 CHANGED
@@ -1,5 +1,75 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.1](https://github.com/digital-ai/dot-components/tree/1.11.1) (03/14/2022)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.0...1.11.1)
6
+
7
+ **Features:**
8
+
9
+ - Configure `tsconfig.json` so that `React` imports are obsolete [\#1040](https://github.com/digital-ai/dot-components/issues/1040)
10
+
11
+ **Fixed bugs:**
12
+
13
+ - `dot-components` requires `react-router-dom` as peer dependency [\#1001](https://github.com/digital-ai/dot-components/issues/1001)
14
+ - 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))
15
+
16
+ **Merged pull requests:**
17
+
18
+ - D-19983: move react-router to dev dependency [\#1049](https://github.com/digital-ai/dot-components/pull/1049) ([CWSites](https://github.com/CWSites))
19
+ - S-81949: adjusting RC workflow [\#1038](https://github.com/digital-ai/dot-components/pull/1038) ([CWSites](https://github.com/CWSites))
20
+
21
+ ## [1.11.0](https://github.com/digital-ai/dot-components/tree/1.11.0) (03/07/2022)
22
+
23
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.10.1...1.11.0)
24
+
25
+ **Features:**
26
+
27
+ - Custom Icon support for DotList component items [\#1032](https://github.com/digital-ai/dot-components/issues/1032)
28
+ - S-81800: `Badge`: Add ability to render the number [\#1037](https://github.com/digital-ai/dot-components/pull/1037) ([dmiletic85](https://github.com/dmiletic85))
29
+ - 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))
30
+
31
+ **Fixed bugs:**
32
+
33
+ - `Menu`: Console error on the `Table Menu` story in `Storybook` [\#1042](https://github.com/digital-ai/dot-components/issues/1042)
34
+ - Sidenav drawer padding is off [\#1020](https://github.com/digital-ai/dot-components/issues/1020)
35
+ - D 20097 sidebar drawer padding off [\#1044](https://github.com/digital-ai/dot-components/pull/1044) ([s-zimm](https://github.com/s-zimm))
36
+ - 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))
37
+
38
+ **Merged pull requests:**
39
+
40
+ - 07 03 2022 check icon [\#1045](https://github.com/digital-ai/dot-components/pull/1045) ([BojanKocijan](https://github.com/BojanKocijan))
41
+
42
+ ## [1.10.1](https://github.com/digital-ai/dot-components/tree/1.10.1) (03/02/2022)
43
+
44
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.10.0...1.10.1)
45
+
46
+ ## [1.10.0](https://github.com/digital-ai/dot-components/tree/1.10.0) (03/01/2022)
47
+
48
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.9.1...1.10.0)
49
+
50
+ **Features:**
51
+
52
+ - `Autocomplete` hide/customize chips [\#1023](https://github.com/digital-ai/dot-components/issues/1023)
53
+ - Missing disable props on DotMenu component [\#1021](https://github.com/digital-ai/dot-components/issues/1021)
54
+ - `Autocomplete`: allow custom `renderOption` [\#1002](https://github.com/digital-ai/dot-components/issues/1002)
55
+ - S-82231: `Autocomplete` hide/customize chips [\#1031](https://github.com/digital-ai/dot-components/pull/1031) ([dmiletic85](https://github.com/dmiletic85))
56
+ - S-82227: `DotMenu`: Missing disable prop [\#1022](https://github.com/digital-ai/dot-components/pull/1022) ([dmiletic85](https://github.com/dmiletic85))
57
+ - S-82076: `Autocomplete`: allow custom `renderOption` [\#1013](https://github.com/digital-ai/dot-components/pull/1013) ([dmiletic85](https://github.com/dmiletic85))
58
+
59
+ **Fixed bugs:**
60
+
61
+ - `Autocomplete` popper shouldn't take full height of screen [\#1024](https://github.com/digital-ai/dot-components/issues/1024)
62
+ - No default icon for DotList items [\#1009](https://github.com/digital-ai/dot-components/issues/1009)
63
+ - D-20111: `Autocomplete` popper shouldn't take full height of screen [\#1029](https://github.com/digital-ai/dot-components/pull/1029) ([dmiletic85](https://github.com/dmiletic85))
64
+ - D-20010: `DotList `: No default icon for DotList items [\#1014](https://github.com/digital-ai/dot-components/pull/1014) ([dmiletic85](https://github.com/dmiletic85))
65
+
66
+ **Merged pull requests:**
67
+
68
+ - S-81949: migrate test into rc workflow to simplify process [\#1030](https://github.com/digital-ai/dot-components/pull/1030) ([CWSites](https://github.com/CWSites))
69
+ - S-81949: attempting branch name instead of sha [\#1028](https://github.com/digital-ai/dot-components/pull/1028) ([CWSites](https://github.com/CWSites))
70
+ - S-81949: simplfying wait step, extend interval to 30s [\#1027](https://github.com/digital-ai/dot-components/pull/1027) ([CWSites](https://github.com/CWSites))
71
+ - S-81949: add release candidate workflow [\#1026](https://github.com/digital-ai/dot-components/pull/1026) ([CWSites](https://github.com/CWSites))
72
+
3
73
  ## [1.9.1](https://github.com/digital-ai/dot-components/tree/1.9.1) (02/17/2022)
4
74
 
5
75
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.9.0...1.9.1)
@@ -193,6 +263,7 @@
193
263
  - `sidebar` Changes on back arrow [\#890](https://github.com/digital-ai/dot-components/issues/890)
194
264
  - `Breadcrumbs` Display tooltip on last item \(on hover\) when it is clipped with ellipsis [\#878](https://github.com/digital-ai/dot-components/issues/878)
195
265
  - 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))
266
+ - S-80871: `Sidebar` Changes on back arrow [\#896](https://github.com/digital-ai/dot-components/pull/896) ([dmiletic85](https://github.com/dmiletic85))
196
267
  - 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))
197
268
 
198
269
  **Fixed bugs:**
@@ -211,7 +282,6 @@
211
282
  **Features:**
212
283
 
213
284
  - `Sidebar` Ability to view the sub nav items without expanding the DotSidebar [\#787](https://github.com/digital-ai/dot-components/issues/787)
214
- - S-80871: `Sidebar` Changes on back arrow [\#896](https://github.com/digital-ai/dot-components/pull/896) ([dmiletic85](https://github.com/dmiletic85))
215
285
 
216
286
  **Fixed bugs:**
217
287
 
@@ -313,7 +383,6 @@
313
383
  - Extended sidenav drawer should collapse when another drawer option is clicked [\#739](https://github.com/digital-ai/dot-components/issues/739)
314
384
  - \#841 Fix DotDynamicForm initial form state for controls with initialValue false [\#842](https://github.com/digital-ai/dot-components/pull/842) ([selsemore](https://github.com/selsemore))
315
385
  - D-19189: Extended sidenav drawer should collapse when another drawer option is clicked [\#830](https://github.com/digital-ai/dot-components/pull/830) ([dmiletic85](https://github.com/dmiletic85))
316
- - D-19151: `DotBadge` generates console warnings [\#827](https://github.com/digital-ai/dot-components/pull/827) ([dmiletic85](https://github.com/dmiletic85))
317
386
 
318
387
  **Merged pull requests:**
319
388
 
@@ -336,6 +405,7 @@
336
405
  - Go back item in `Sidebar` is not aligned with rest of items [\#824](https://github.com/digital-ai/dot-components/issues/824)
337
406
  - DotBadge generates console warnings [\#816](https://github.com/digital-ai/dot-components/issues/816)
338
407
  - Sidebar scrollbar should be positioned on the very right of the sidebar [\#746](https://github.com/digital-ai/dot-components/issues/746)
408
+ - D-19151: `DotBadge` generates console warnings [\#827](https://github.com/digital-ai/dot-components/pull/827) ([dmiletic85](https://github.com/dmiletic85))
339
409
  - D-19177: `Go back` item in `DotSidebar` is not aligned with rest of items [\#826](https://github.com/digital-ai/dot-components/pull/826) ([dmiletic85](https://github.com/dmiletic85))
340
410
 
341
411
  ## [1.3.4](https://github.com/digital-ai/dot-components/tree/1.3.4) (11/30/2021)
@@ -630,7 +700,6 @@
630
700
  - S-78497: Add 'page' prop to DotTable [\#662](https://github.com/digital-ai/dot-components/pull/662) ([selsemore](https://github.com/selsemore))
631
701
  - Issue \#632: Add aria-label property [\#659](https://github.com/digital-ai/dot-components/pull/659) ([dmiletic85](https://github.com/dmiletic85))
632
702
  - S-78464: SonarQube [\#657](https://github.com/digital-ai/dot-components/pull/657) ([CWSites](https://github.com/CWSites))
633
- - S-78388: Export interfaces and types needed for table pagination and sorting [\#654](https://github.com/digital-ai/dot-components/pull/654) ([selsemore](https://github.com/selsemore))
634
703
  - S-77872: gather test coverage in sonarcloud [\#653](https://github.com/digital-ai/dot-components/pull/653) ([CWSites](https://github.com/CWSites))
635
704
 
636
705
  ## [1.0.8](https://github.com/digital-ai/dot-components/tree/1.0.8) (08/23/2021)
@@ -643,6 +712,7 @@
643
712
 
644
713
  **Merged pull requests:**
645
714
 
715
+ - S-78388: Export interfaces and types needed for table pagination and sorting [\#654](https://github.com/digital-ai/dot-components/pull/654) ([selsemore](https://github.com/selsemore))
646
716
  - add export back to component library [\#652](https://github.com/digital-ai/dot-components/pull/652) ([CWSites](https://github.com/CWSites))
647
717
  - add back missing items from export [\#651](https://github.com/digital-ai/dot-components/pull/651) ([TheKeithStewart](https://github.com/TheKeithStewart))
648
718
 
package/fonts/dot.woff CHANGED
Binary file