@digital-ai/dot-components 1.8.1 → 1.10.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.
Files changed (34) hide show
  1. package/CHANGE_LOG.md +80 -0
  2. package/index.esm.js +502 -232
  3. package/index.umd.js +669 -376
  4. package/lib/components/auto-complete/AutoComplete.d.ts +16 -4
  5. package/lib/components/auto-complete/AutoComplete.stories.styles.d.ts +4 -0
  6. package/lib/components/auto-complete/Autocomplete.stories.data.d.ts +19 -1
  7. package/lib/components/auto-complete/index.d.ts +3 -0
  8. package/lib/components/button-toggle/ButtonToggle.d.ts +9 -9
  9. package/lib/components/button-toggle/index.d.ts +1 -0
  10. package/lib/components/divider/Divider.d.ts +17 -0
  11. package/lib/components/divider/Divider.stories.styles.d.ts +2 -0
  12. package/lib/components/divider/Divider.styles.d.ts +2 -0
  13. package/lib/components/divider/index.d.ts +1 -0
  14. package/lib/components/index.d.ts +9 -5
  15. package/lib/components/list/List.stories.data.d.ts +1 -0
  16. package/lib/components/menu/Menu.d.ts +9 -1
  17. package/lib/components/menu/Menu.stories.data.d.ts +1 -0
  18. package/lib/components/menu/Menu.stories.styles.d.ts +2 -0
  19. package/lib/components/menu/Menu.styles.d.ts +6 -1
  20. package/lib/components/menu/MenuList.d.ts +26 -0
  21. package/lib/components/menu/MenuList.styles.d.ts +5 -0
  22. package/lib/components/menu/utils/helpers.d.ts +4 -0
  23. package/lib/components/popper/Popper.d.ts +18 -0
  24. package/lib/components/popper/Popper.data.d.ts +7 -0
  25. package/lib/components/popper/Popper.stories.data.d.ts +6 -0
  26. package/lib/components/popper/Popper.stories.styles.d.ts +4 -0
  27. package/lib/components/popper/Popper.styles.d.ts +3 -0
  28. package/lib/components/popper/index.d.ts +2 -0
  29. package/lib/components/sidebar/Sidebar.stories.data.d.ts +1 -1
  30. package/lib/components/split-button/SplitButton.styles.d.ts +1 -1
  31. package/lib/components/table/Table.styles.d.ts +1 -1
  32. package/lib/components/table/TableSelectionToolbar.d.ts +2 -1
  33. package/lib/components/table/utils/models.d.ts +1 -0
  34. package/package.json +1 -1
package/CHANGE_LOG.md CHANGED
@@ -1,5 +1,85 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.10.1](https://github.com/digital-ai/dot-components/tree/1.10.1) (03/02/2022)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.10.0...1.10.1)
6
+
7
+ ## [1.10.0](https://github.com/digital-ai/dot-components/tree/1.10.0) (03/01/2022)
8
+
9
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.1-rc.0...1.10.0)
10
+
11
+ **Features:**
12
+
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))
15
+
16
+ ## [2.0.1-rc.0](https://github.com/digital-ai/dot-components/tree/2.0.1-rc.0) (02/25/2022)
17
+
18
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.9.1...2.0.1-rc.0)
19
+
20
+ **Features:**
21
+
22
+ - Missing disable props on DotMenu component [\#1021](https://github.com/digital-ai/dot-components/issues/1021)
23
+ - `Autocomplete`: allow custom `renderOption` [\#1002](https://github.com/digital-ai/dot-components/issues/1002)
24
+ - S-82227: `DotMenu`: Missing disable prop [\#1022](https://github.com/digital-ai/dot-components/pull/1022) ([dmiletic85](https://github.com/dmiletic85))
25
+ - S-82076: `Autocomplete`: allow custom `renderOption` [\#1013](https://github.com/digital-ai/dot-components/pull/1013) ([dmiletic85](https://github.com/dmiletic85))
26
+
27
+ **Fixed bugs:**
28
+
29
+ - `Autocomplete` popper shouldn't take full height of screen [\#1024](https://github.com/digital-ai/dot-components/issues/1024)
30
+ - No default icon for DotList items [\#1009](https://github.com/digital-ai/dot-components/issues/1009)
31
+ - 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))
32
+ - D-20010: `DotList `: No default icon for DotList items [\#1014](https://github.com/digital-ai/dot-components/pull/1014) ([dmiletic85](https://github.com/dmiletic85))
33
+
34
+ **Merged pull requests:**
35
+
36
+ - 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))
37
+ - S-81949: attempting branch name instead of sha [\#1028](https://github.com/digital-ai/dot-components/pull/1028) ([CWSites](https://github.com/CWSites))
38
+ - S-81949: simplfying wait step, extend interval to 30s [\#1027](https://github.com/digital-ai/dot-components/pull/1027) ([CWSites](https://github.com/CWSites))
39
+ - S-81949: add release candidate workflow [\#1026](https://github.com/digital-ai/dot-components/pull/1026) ([CWSites](https://github.com/CWSites))
40
+
41
+ ## [1.9.1](https://github.com/digital-ai/dot-components/tree/1.9.1) (02/17/2022)
42
+
43
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.9.0...1.9.1)
44
+
45
+ **Features:**
46
+
47
+ - Remove obsolete `React` imports from Storybook files [\#998](https://github.com/digital-ai/dot-components/issues/998)
48
+
49
+ **Fixed bugs:**
50
+
51
+ - DotTable multiSelect does not work correctly across pages with dynamically paged tables [\#1004](https://github.com/digital-ai/dot-components/issues/1004)
52
+ - D-20004: Fix multiSelect for tables that use onUpdateData callback [\#1005](https://github.com/digital-ai/dot-components/pull/1005) ([selsemore](https://github.com/selsemore))
53
+
54
+ **Merged pull requests:**
55
+
56
+ - S-82055: Remove obsolete `React` imports from Storybook files [\#999](https://github.com/digital-ai/dot-components/pull/999) ([dmiletic85](https://github.com/dmiletic85))
57
+
58
+ ## [1.9.0](https://github.com/digital-ai/dot-components/tree/1.9.0) (02/15/2022)
59
+
60
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.8.1...1.9.0)
61
+
62
+ **Features:**
63
+
64
+ - Add class prop into `ButtonToggleProps` [\#990](https://github.com/digital-ai/dot-components/issues/990)
65
+ - Expose `Divider` [\#989](https://github.com/digital-ai/dot-components/issues/989)
66
+ - Expose `Popper` [\#975](https://github.com/digital-ai/dot-components/issues/975)
67
+ - S-81968: `ButtonToggle`: Add class prop into `ButtonToggleProps` and export relevant types and interfaces [\#993](https://github.com/digital-ai/dot-components/pull/993) ([dmiletic85](https://github.com/dmiletic85))
68
+ - S-81966: `Divider`: Create and expose `Divider` component [\#992](https://github.com/digital-ai/dot-components/pull/992) ([dmiletic85](https://github.com/dmiletic85))
69
+ - S-81656: `Popper`: Create and expose `Popper` component [\#988](https://github.com/digital-ai/dot-components/pull/988) ([dmiletic85](https://github.com/dmiletic85))
70
+ - S-81802: Add 'Clear all' button to DotTable multiSelect toolbar [\#987](https://github.com/digital-ai/dot-components/pull/987) ([selsemore](https://github.com/selsemore))
71
+ - S-81693: `Menu`: add multi-level support [\#981](https://github.com/digital-ai/dot-components/pull/981) ([dmiletic85](https://github.com/dmiletic85))
72
+
73
+ **Fixed bugs:**
74
+
75
+ - `Drawer` close icon doesn't have enough padding [\#994](https://github.com/digital-ai/dot-components/issues/994)
76
+ - `Avatar` tooltip appears in wrong position [\#991](https://github.com/digital-ai/dot-components/issues/991)
77
+ - `data-testid` is assigned to multiple elements on SplitButton [\#982](https://github.com/digital-ai/dot-components/issues/982)
78
+ - D-19944: `Drawer` close icon doesn't have enough padding [\#996](https://github.com/digital-ai/dot-components/pull/996) ([dmiletic85](https://github.com/dmiletic85))
79
+ - D-19932: `Avatar` tooltip appears in wrong position [\#995](https://github.com/digital-ai/dot-components/pull/995) ([dmiletic85](https://github.com/dmiletic85))
80
+ - D-19816: `SplitButton`: `data-testid` is assigned to multiple elements [\#986](https://github.com/digital-ai/dot-components/pull/986) ([dmiletic85](https://github.com/dmiletic85))
81
+ - D-19820: Failing `Table` unit tests on NX major upgrade branch [\#983](https://github.com/digital-ai/dot-components/pull/983) ([dmiletic85](https://github.com/dmiletic85))
82
+
3
83
  ## [1.8.1](https://github.com/digital-ai/dot-components/tree/1.8.1) (02/07/2022)
4
84
 
5
85
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.8.0...1.8.1)