@digital-ai/dot-components 1.21.4 → 1.21.6
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 +120 -11
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +1 -6401
- package/index.esm.js +2 -2
- package/index.umd.js +2 -2
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,118 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.21.6](https://github.com/digital-ai/dot-components/tree/1.21.6) (12/12/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.4...1.21.6)
|
|
6
|
+
|
|
7
|
+
## [2.0.4](https://github.com/digital-ai/dot-components/tree/2.0.4) (12/10/2022)
|
|
8
|
+
|
|
9
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.3...2.0.4)
|
|
10
|
+
|
|
11
|
+
## [2.0.3](https://github.com/digital-ai/dot-components/tree/2.0.3) (12/10/2022)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.2...2.0.3)
|
|
14
|
+
|
|
15
|
+
**Features:**
|
|
16
|
+
|
|
17
|
+
- S-88447: App switcher [\#1322](https://github.com/digital-ai/dot-components/pull/1322) ([jmcnally](https://github.com/jmcnally))
|
|
18
|
+
|
|
19
|
+
## [2.0.2](https://github.com/digital-ai/dot-components/tree/2.0.2) (12/06/2022)
|
|
20
|
+
|
|
21
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.1...2.0.2)
|
|
22
|
+
|
|
23
|
+
**Features:**
|
|
24
|
+
|
|
25
|
+
- New Component: Linear progress indicator [\#1132](https://github.com/digital-ai/dot-components/issues/1132)
|
|
26
|
+
- `DotToggleButton` should allow to change selected color [\#1121](https://github.com/digital-ai/dot-components/issues/1121)
|
|
27
|
+
- S-84354: New Component: Linear progress indicator [\#1312](https://github.com/digital-ai/dot-components/pull/1312) ([dmiletic85](https://github.com/dmiletic85))
|
|
28
|
+
- S-84032: `DotToggleButton` should allow to change selected color [\#1311](https://github.com/digital-ai/dot-components/pull/1311) ([dmiletic85](https://github.com/dmiletic85))
|
|
29
|
+
|
|
30
|
+
**Fixed bugs:**
|
|
31
|
+
|
|
32
|
+
- `DotInputSelect`: doesn't have the same height as `DotInputText` [\#1319](https://github.com/digital-ai/dot-components/issues/1319)
|
|
33
|
+
- `DotInputText`: persistent label is hidden when using it inside a flex container [\#1318](https://github.com/digital-ai/dot-components/issues/1318)
|
|
34
|
+
- There is no spacing between the input field and its helper text [\#1316](https://github.com/digital-ai/dot-components/issues/1316)
|
|
35
|
+
- `Menu` items inside the menu should have 14px font size [\#1313](https://github.com/digital-ai/dot-components/issues/1313)
|
|
36
|
+
- \[DOT 2.0\] NavigationRail badge is broken [\#1301](https://github.com/digital-ai/dot-components/issues/1301)
|
|
37
|
+
- 2.0 Design differences II [\#1287](https://github.com/digital-ai/dot-components/issues/1287)
|
|
38
|
+
- `DotChip`: Image is moved when having tooltip [\#1137](https://github.com/digital-ai/dot-components/issues/1137)
|
|
39
|
+
- `DotAvatar`: should be able to remove the background color when using images [\#1136](https://github.com/digital-ai/dot-components/issues/1136)
|
|
40
|
+
- S-84511: Allow avatar colors to be transparent [\#1324](https://github.com/digital-ai/dot-components/pull/1324) ([CWSites](https://github.com/CWSites))
|
|
41
|
+
- D-23494: Update TablePagination and AlertBanner [\#1323](https://github.com/digital-ai/dot-components/pull/1323) ([CWSites](https://github.com/CWSites))
|
|
42
|
+
- D-23465 Add wrapper div for InputText and InputSelect [\#1320](https://github.com/digital-ai/dot-components/pull/1320) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
43
|
+
- S-88833 Fix spacing between input and helper text, fix input select height [\#1317](https://github.com/digital-ai/dot-components/pull/1317) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
44
|
+
- S-88324: Updated the Brand logo for dark theme [\#1315](https://github.com/digital-ai/dot-components/pull/1315) ([csmathguy](https://github.com/csmathguy))
|
|
45
|
+
- D-23353: `DotMenu` items inside the menu should have 14px font size [\#1314](https://github.com/digital-ai/dot-components/pull/1314) ([dmiletic85](https://github.com/dmiletic85))
|
|
46
|
+
- D-23298: `NavigationRail` Fix badges issue [\#1303](https://github.com/digital-ai/dot-components/pull/1303) ([dmiletic85](https://github.com/dmiletic85))
|
|
47
|
+
|
|
48
|
+
**Merged pull requests:**
|
|
49
|
+
|
|
50
|
+
- S-88919: Update react-router-dom [\#1325](https://github.com/digital-ai/dot-components/pull/1325) ([ryangamble](https://github.com/ryangamble))
|
|
51
|
+
|
|
52
|
+
## [2.0.1](https://github.com/digital-ai/dot-components/tree/2.0.1) (11/15/2022)
|
|
53
|
+
|
|
54
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0...2.0.1)
|
|
55
|
+
|
|
56
|
+
**Features:**
|
|
57
|
+
|
|
58
|
+
- S-87726 Align input content with helper text [\#1265](https://github.com/digital-ai/dot-components/pull/1265) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
59
|
+
|
|
60
|
+
**Fixed bugs:**
|
|
61
|
+
|
|
62
|
+
- \[DOT 2.0.0\] `DotSidebar` collapsed story is using wrong property [\#1305](https://github.com/digital-ai/dot-components/issues/1305)
|
|
63
|
+
- \[DOT 2.0.0\] `DotInputText` double padding when the component is multiline [\#1304](https://github.com/digital-ai/dot-components/issues/1304)
|
|
64
|
+
- \[DOT 2.0\] Size of `DotAutocomplete` and `DotInputText` don't match anymore [\#1302](https://github.com/digital-ai/dot-components/issues/1302)
|
|
65
|
+
- \[DOT 2.0\] Icons in buttons are always white [\#1300](https://github.com/digital-ai/dot-components/issues/1300)
|
|
66
|
+
- \[dot 2.0.0\] `DotIcon` now requires theme provider [\#1298](https://github.com/digital-ai/dot-components/issues/1298)
|
|
67
|
+
- Icon colors are incorrect [\#1294](https://github.com/digital-ai/dot-components/issues/1294)
|
|
68
|
+
- `DotSidebar` when back button is enabled long text is not trimmed [\#1291](https://github.com/digital-ai/dot-components/issues/1291)
|
|
69
|
+
- \[release-2.0\] remove dependencies on react-router-dom [\#1286](https://github.com/digital-ai/dot-components/issues/1286)
|
|
70
|
+
- \[DOT 2.0\] Double checkbox on DotSwitch [\#1269](https://github.com/digital-ai/dot-components/issues/1269)
|
|
71
|
+
- 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))
|
|
72
|
+
- D-23312: `DotSidebar` - collapsed story is using wrong property [\#1308](https://github.com/digital-ai/dot-components/pull/1308) ([dmiletic85](https://github.com/dmiletic85))
|
|
73
|
+
- 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))
|
|
74
|
+
- 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))
|
|
75
|
+
- D-23289: \[DOT 2.0\] Double checkbox on `DotSwitch` [\#1299](https://github.com/digital-ai/dot-components/pull/1299) ([dmiletic85](https://github.com/dmiletic85))
|
|
76
|
+
- D-21921: `DotTabs` color and border styles [\#1296](https://github.com/digital-ai/dot-components/pull/1296) ([CWSites](https://github.com/CWSites))
|
|
77
|
+
- 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))
|
|
78
|
+
- 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))
|
|
79
|
+
|
|
80
|
+
## [2.0.0](https://github.com/digital-ai/dot-components/tree/2.0.0) (11/02/2022)
|
|
81
|
+
|
|
82
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.5...2.0.0)
|
|
83
|
+
|
|
84
|
+
## [1.21.5](https://github.com/digital-ai/dot-components/tree/1.21.5) (11/01/2022)
|
|
85
|
+
|
|
86
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.3...1.21.5)
|
|
87
|
+
|
|
88
|
+
**Fixed bugs:**
|
|
89
|
+
|
|
90
|
+
- Design differences [\#1245](https://github.com/digital-ai/dot-components/issues/1245)
|
|
91
|
+
|
|
92
|
+
**Merged pull requests:**
|
|
93
|
+
|
|
94
|
+
- Changed Agility icons in dot font [\#1282](https://github.com/digital-ai/dot-components/pull/1282) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
95
|
+
- 18 tuesday oct 22 [\#1280](https://github.com/digital-ai/dot-components/pull/1280) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
96
|
+
|
|
97
|
+
## [2.0.0-rc.3](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.3) (10/27/2022)
|
|
98
|
+
|
|
99
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.4...2.0.0-rc.3)
|
|
100
|
+
|
|
101
|
+
**Fixed bugs:**
|
|
102
|
+
|
|
103
|
+
- \[DOT 2.0\] DotAutocomplete with `renderOption` doesn't trigger on change [\#1270](https://github.com/digital-ai/dot-components/issues/1270)
|
|
104
|
+
- \[DOT 2.0\] storybook is broken [\#1268](https://github.com/digital-ai/dot-components/issues/1268)
|
|
105
|
+
- \[DOT 2.0\] Missing changes on 2.0 documentation [\#1267](https://github.com/digital-ai/dot-components/issues/1267)
|
|
106
|
+
- \[DOT 2.0\] missing peer dependencies [\#1266](https://github.com/digital-ai/dot-components/issues/1266)
|
|
107
|
+
- Icons are not the correct color [\#1229](https://github.com/digital-ai/dot-components/issues/1229)
|
|
108
|
+
- D-22512: Design differences between 2.0 and 1.x [\#1285](https://github.com/digital-ai/dot-components/pull/1285) ([CWSites](https://github.com/CWSites))
|
|
109
|
+
- D-22154: icon color [\#1284](https://github.com/digital-ai/dot-components/pull/1284) ([CWSites](https://github.com/CWSites))
|
|
110
|
+
- D-22852: autocomplete render option [\#1283](https://github.com/digital-ai/dot-components/pull/1283) ([CWSites](https://github.com/CWSites))
|
|
111
|
+
|
|
112
|
+
**Merged pull requests:**
|
|
113
|
+
|
|
114
|
+
- D-22855 peer dependencies [\#1278](https://github.com/digital-ai/dot-components/pull/1278) ([CWSites](https://github.com/CWSites))
|
|
115
|
+
|
|
3
116
|
## [1.21.4](https://github.com/digital-ai/dot-components/tree/1.21.4) (10/04/2022)
|
|
4
117
|
|
|
5
118
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.3...1.21.4)
|
|
@@ -23,13 +136,12 @@
|
|
|
23
136
|
- Helper text for InputSelect and AutoComplete components should be aligned with their content [\#1264](https://github.com/digital-ai/dot-components/issues/1264)
|
|
24
137
|
- Toggle button should have the same height as the input field [\#1260](https://github.com/digital-ai/dot-components/issues/1260)
|
|
25
138
|
- Align helper text with the content of the input [\#1259](https://github.com/digital-ai/dot-components/issues/1259)
|
|
26
|
-
- S-87726 Align input content with helper text [\#1265](https://github.com/digital-ai/dot-components/pull/1265) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
27
139
|
- S-87620 Adjust height for inputs and for medium sized buttons [\#1263](https://github.com/digital-ai/dot-components/pull/1263) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
140
|
+
- S-87616 Adjust left margin for helper text [\#1262](https://github.com/digital-ai/dot-components/pull/1262) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
28
141
|
- S-87599: `DotAutocomplete` Add optional `persistentLabel` prop [\#1258](https://github.com/digital-ai/dot-components/pull/1258) ([dmiletic85](https://github.com/dmiletic85))
|
|
29
142
|
|
|
30
143
|
**Fixed bugs:**
|
|
31
144
|
|
|
32
|
-
- DotSideBar sub-menu doesnt close unless clicked on the menu again [\#1158](https://github.com/digital-ai/dot-components/issues/1158)
|
|
33
145
|
- S-85900: Optional behavior for app toolbar click away to close main menu [\#1256](https://github.com/digital-ai/dot-components/pull/1256) ([ray-jonathan](https://github.com/ray-jonathan))
|
|
34
146
|
|
|
35
147
|
## [2.0.0-rc.2](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.2) (09/15/2022)
|
|
@@ -55,10 +167,6 @@
|
|
|
55
167
|
|
|
56
168
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.1...2.0.0-rc.1)
|
|
57
169
|
|
|
58
|
-
**Features:**
|
|
59
|
-
|
|
60
|
-
- S-87616 Adjust left margin for helper text [\#1262](https://github.com/digital-ai/dot-components/pull/1262) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
61
|
-
|
|
62
170
|
**Fixed bugs:**
|
|
63
171
|
|
|
64
172
|
- S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
|
|
@@ -286,7 +394,9 @@
|
|
|
286
394
|
- Text is not centered in avatar circle [\#1115](https://github.com/digital-ai/dot-components/issues/1115)
|
|
287
395
|
- Checkbox column takes up to much space in a multi-select table [\#1111](https://github.com/digital-ai/dot-components/issues/1111)
|
|
288
396
|
- `DotNavigationRail` Should be able to update the selected rail [\#1104](https://github.com/digital-ai/dot-components/issues/1104)
|
|
397
|
+
- D-20763: Fix bulk action toolbar upper corners [\#1118](https://github.com/digital-ai/dot-components/pull/1118) ([selsemore](https://github.com/selsemore))
|
|
289
398
|
- D-20736: Fix text alignment for small DotAvatar [\#1116](https://github.com/digital-ai/dot-components/pull/1116) ([selsemore](https://github.com/selsemore))
|
|
399
|
+
- 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))
|
|
290
400
|
- D-20660: `DotNavigationRail`: Should be able to update the selected rail [\#1106](https://github.com/digital-ai/dot-components/pull/1106) ([dmiletic85](https://github.com/dmiletic85))
|
|
291
401
|
|
|
292
402
|
## [1.14.0](https://github.com/digital-ai/dot-components/tree/1.14.0) (04/01/2022)
|
|
@@ -302,7 +412,6 @@
|
|
|
302
412
|
|
|
303
413
|
- DotFileUpload - Setting maxFile limit to 1 allows to upload more than 1 files [\#1096](https://github.com/digital-ai/dot-components/issues/1096)
|
|
304
414
|
- We lost scrollbar for sidenav nested drawers [\#1061](https://github.com/digital-ai/dot-components/issues/1061)
|
|
305
|
-
- 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))
|
|
306
415
|
- D-20516: `DotFileUpload` - Setting maxFile limit to 1 allows to upload more than 1 files [\#1101](https://github.com/digital-ai/dot-components/pull/1101) ([dmiletic85](https://github.com/dmiletic85))
|
|
307
416
|
- D-20334: Add scroll to nested drawer [\#1062](https://github.com/digital-ai/dot-components/pull/1062) ([s-zimm](https://github.com/s-zimm))
|
|
308
417
|
|
|
@@ -1004,10 +1113,6 @@
|
|
|
1004
1113
|
|
|
1005
1114
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.11...1.0.12)
|
|
1006
1115
|
|
|
1007
|
-
**Features:**
|
|
1008
|
-
|
|
1009
|
-
- S-78051: Feedback on Navigation Rail component [\#681](https://github.com/digital-ai/dot-components/pull/681) ([dmiletic85](https://github.com/dmiletic85))
|
|
1010
|
-
|
|
1011
1116
|
**Fixed bugs:**
|
|
1012
1117
|
|
|
1013
1118
|
- `DotAppToobar` has z-index higher than autocomplete [\#669](https://github.com/digital-ai/dot-components/issues/669)
|
|
@@ -1026,6 +1131,10 @@
|
|
|
1026
1131
|
|
|
1027
1132
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.10...1.0.11)
|
|
1028
1133
|
|
|
1134
|
+
**Features:**
|
|
1135
|
+
|
|
1136
|
+
- S-78051: Feedback on Navigation Rail component [\#681](https://github.com/digital-ai/dot-components/pull/681) ([dmiletic85](https://github.com/dmiletic85))
|
|
1137
|
+
|
|
1029
1138
|
**Fixed bugs:**
|
|
1030
1139
|
|
|
1031
1140
|
- DotListItem [\#611](https://github.com/digital-ai/dot-components/issues/611)
|
package/fonts/dot.woff
CHANGED
|
Binary file
|