@digital-ai/dot-components 1.9.0 → 1.11.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 +76 -0
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +244 -221
- package/index.esm.js +90 -28
- package/index.umd.js +120 -54
- package/lib/components/auto-complete/AutoComplete.d.ts +16 -4
- package/lib/components/auto-complete/AutoComplete.stories.styles.d.ts +4 -0
- package/lib/components/auto-complete/Autocomplete.stories.data.d.ts +19 -1
- package/lib/components/auto-complete/index.d.ts +3 -0
- package/lib/components/badge/Badge.d.ts +7 -1
- package/lib/components/badge/index.d.ts +1 -0
- package/lib/components/index.d.ts +4 -4
- package/lib/components/list/List.d.ts +1 -1
- package/lib/components/list/List.stories.data.d.ts +1 -0
- package/lib/components/list/utils/models.d.ts +4 -0
- package/lib/components/menu/Menu.d.ts +2 -0
- package/lib/components/menu/Menu.stories.data.d.ts +5 -1
- package/lib/components/menu/Menu.stories.styles.d.ts +2 -0
- package/lib/components/menu/Menu.styles.d.ts +6 -1
- package/lib/components/sidebar/Sidebar.stories.data.d.ts +1 -1
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,81 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.11.0](https://github.com/digital-ai/dot-components/tree/1.11.0) (03/07/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.10.1...1.11.0)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- Custom Icon support for DotList component items [\#1032](https://github.com/digital-ai/dot-components/issues/1032)
|
|
10
|
+
- S-81800: `Badge`: Add ability to render the number [\#1037](https://github.com/digital-ai/dot-components/pull/1037) ([dmiletic85](https://github.com/dmiletic85))
|
|
11
|
+
- 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))
|
|
12
|
+
|
|
13
|
+
**Fixed bugs:**
|
|
14
|
+
|
|
15
|
+
- `Menu`: Console error on the `Table Menu` story in `Storybook` [\#1042](https://github.com/digital-ai/dot-components/issues/1042)
|
|
16
|
+
- Sidenav drawer padding is off [\#1020](https://github.com/digital-ai/dot-components/issues/1020)
|
|
17
|
+
- D 20097 sidebar drawer padding off [\#1044](https://github.com/digital-ai/dot-components/pull/1044) ([s-zimm](https://github.com/s-zimm))
|
|
18
|
+
- 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))
|
|
19
|
+
|
|
20
|
+
**Merged pull requests:**
|
|
21
|
+
|
|
22
|
+
- 07 03 2022 check icon [\#1045](https://github.com/digital-ai/dot-components/pull/1045) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
23
|
+
|
|
24
|
+
## [1.10.1](https://github.com/digital-ai/dot-components/tree/1.10.1) (03/02/2022)
|
|
25
|
+
|
|
26
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.10.0...1.10.1)
|
|
27
|
+
|
|
28
|
+
## [1.10.0](https://github.com/digital-ai/dot-components/tree/1.10.0) (03/01/2022)
|
|
29
|
+
|
|
30
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.1-rc.0...1.10.0)
|
|
31
|
+
|
|
32
|
+
**Features:**
|
|
33
|
+
|
|
34
|
+
- `Autocomplete` hide/customize chips [\#1023](https://github.com/digital-ai/dot-components/issues/1023)
|
|
35
|
+
- S-82231: `Autocomplete` hide/customize chips [\#1031](https://github.com/digital-ai/dot-components/pull/1031) ([dmiletic85](https://github.com/dmiletic85))
|
|
36
|
+
|
|
37
|
+
## [2.0.1-rc.0](https://github.com/digital-ai/dot-components/tree/2.0.1-rc.0) (02/25/2022)
|
|
38
|
+
|
|
39
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.9.1...2.0.1-rc.0)
|
|
40
|
+
|
|
41
|
+
**Features:**
|
|
42
|
+
|
|
43
|
+
- Missing disable props on DotMenu component [\#1021](https://github.com/digital-ai/dot-components/issues/1021)
|
|
44
|
+
- `Autocomplete`: allow custom `renderOption` [\#1002](https://github.com/digital-ai/dot-components/issues/1002)
|
|
45
|
+
- S-82227: `DotMenu`: Missing disable prop [\#1022](https://github.com/digital-ai/dot-components/pull/1022) ([dmiletic85](https://github.com/dmiletic85))
|
|
46
|
+
- S-82076: `Autocomplete`: allow custom `renderOption` [\#1013](https://github.com/digital-ai/dot-components/pull/1013) ([dmiletic85](https://github.com/dmiletic85))
|
|
47
|
+
|
|
48
|
+
**Fixed bugs:**
|
|
49
|
+
|
|
50
|
+
- `Autocomplete` popper shouldn't take full height of screen [\#1024](https://github.com/digital-ai/dot-components/issues/1024)
|
|
51
|
+
- No default icon for DotList items [\#1009](https://github.com/digital-ai/dot-components/issues/1009)
|
|
52
|
+
- 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))
|
|
53
|
+
- D-20010: `DotList `: No default icon for DotList items [\#1014](https://github.com/digital-ai/dot-components/pull/1014) ([dmiletic85](https://github.com/dmiletic85))
|
|
54
|
+
|
|
55
|
+
**Merged pull requests:**
|
|
56
|
+
|
|
57
|
+
- 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))
|
|
58
|
+
- S-81949: attempting branch name instead of sha [\#1028](https://github.com/digital-ai/dot-components/pull/1028) ([CWSites](https://github.com/CWSites))
|
|
59
|
+
- S-81949: simplfying wait step, extend interval to 30s [\#1027](https://github.com/digital-ai/dot-components/pull/1027) ([CWSites](https://github.com/CWSites))
|
|
60
|
+
- S-81949: add release candidate workflow [\#1026](https://github.com/digital-ai/dot-components/pull/1026) ([CWSites](https://github.com/CWSites))
|
|
61
|
+
|
|
62
|
+
## [1.9.1](https://github.com/digital-ai/dot-components/tree/1.9.1) (02/17/2022)
|
|
63
|
+
|
|
64
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.9.0...1.9.1)
|
|
65
|
+
|
|
66
|
+
**Features:**
|
|
67
|
+
|
|
68
|
+
- Remove obsolete `React` imports from Storybook files [\#998](https://github.com/digital-ai/dot-components/issues/998)
|
|
69
|
+
|
|
70
|
+
**Fixed bugs:**
|
|
71
|
+
|
|
72
|
+
- DotTable multiSelect does not work correctly across pages with dynamically paged tables [\#1004](https://github.com/digital-ai/dot-components/issues/1004)
|
|
73
|
+
- 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))
|
|
74
|
+
|
|
75
|
+
**Merged pull requests:**
|
|
76
|
+
|
|
77
|
+
- S-82055: Remove obsolete `React` imports from Storybook files [\#999](https://github.com/digital-ai/dot-components/pull/999) ([dmiletic85](https://github.com/dmiletic85))
|
|
78
|
+
|
|
3
79
|
## [1.9.0](https://github.com/digital-ai/dot-components/tree/1.9.0) (02/15/2022)
|
|
4
80
|
|
|
5
81
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.8.1...1.9.0)
|
package/fonts/dot.woff
CHANGED
|
Binary file
|