@digital-ai/dot-components 1.21.5 → 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 +87 -8
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,86 @@
|
|
|
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
|
+
|
|
3
84
|
## [1.21.5](https://github.com/digital-ai/dot-components/tree/1.21.5) (11/01/2022)
|
|
4
85
|
|
|
5
86
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.3...1.21.5)
|
|
@@ -20,7 +101,6 @@
|
|
|
20
101
|
**Fixed bugs:**
|
|
21
102
|
|
|
22
103
|
- \[DOT 2.0\] DotAutocomplete with `renderOption` doesn't trigger on change [\#1270](https://github.com/digital-ai/dot-components/issues/1270)
|
|
23
|
-
- \[DOT 2.0\] Double checkbox on DotSwitch [\#1269](https://github.com/digital-ai/dot-components/issues/1269)
|
|
24
104
|
- \[DOT 2.0\] storybook is broken [\#1268](https://github.com/digital-ai/dot-components/issues/1268)
|
|
25
105
|
- \[DOT 2.0\] Missing changes on 2.0 documentation [\#1267](https://github.com/digital-ai/dot-components/issues/1267)
|
|
26
106
|
- \[DOT 2.0\] missing peer dependencies [\#1266](https://github.com/digital-ai/dot-components/issues/1266)
|
|
@@ -56,7 +136,6 @@
|
|
|
56
136
|
- Helper text for InputSelect and AutoComplete components should be aligned with their content [\#1264](https://github.com/digital-ai/dot-components/issues/1264)
|
|
57
137
|
- Toggle button should have the same height as the input field [\#1260](https://github.com/digital-ai/dot-components/issues/1260)
|
|
58
138
|
- Align helper text with the content of the input [\#1259](https://github.com/digital-ai/dot-components/issues/1259)
|
|
59
|
-
- S-87726 Align input content with helper text [\#1265](https://github.com/digital-ai/dot-components/pull/1265) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
60
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))
|
|
61
140
|
- S-87616 Adjust left margin for helper text [\#1262](https://github.com/digital-ai/dot-components/pull/1262) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
62
141
|
- S-87599: `DotAutocomplete` Add optional `persistentLabel` prop [\#1258](https://github.com/digital-ai/dot-components/pull/1258) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -157,7 +236,6 @@
|
|
|
157
236
|
**Fixed bugs:**
|
|
158
237
|
|
|
159
238
|
- Incorrect spacing between inputs in DotForm [\#1071](https://github.com/digital-ai/dot-components/issues/1071)
|
|
160
|
-
- D-22029: `DotAutocomplete`: fix id attribute on input [\#1217](https://github.com/digital-ai/dot-components/pull/1217) ([angel-git](https://github.com/angel-git))
|
|
161
239
|
- D-20378: update input margin to account for helper text [\#1212](https://github.com/digital-ai/dot-components/pull/1212) ([CWSites](https://github.com/CWSites))
|
|
162
240
|
- D-21918: Update `DotAlertBanner` to match Figma [\#1208](https://github.com/digital-ai/dot-components/pull/1208) ([CWSites](https://github.com/CWSites))
|
|
163
241
|
|
|
@@ -171,6 +249,7 @@
|
|
|
171
249
|
- D-21972: DotListItem should accept tooltipPlacement props for custom tooltip placement [\#1206](https://github.com/digital-ai/dot-components/issues/1206)
|
|
172
250
|
- For the Sidebar component the "subheader" style in the pattern library doesn't match with the implementation in dot-components [\#1108](https://github.com/digital-ai/dot-components/issues/1108)
|
|
173
251
|
- Clicking on App Logo in navbar should have the same behavior as clicking the Primary Logo [\#1059](https://github.com/digital-ai/dot-components/issues/1059)
|
|
252
|
+
- D-22029: `DotAutocomplete`: fix id attribute on input [\#1217](https://github.com/digital-ai/dot-components/pull/1217) ([angel-git](https://github.com/angel-git))
|
|
174
253
|
- D-20693: `DotSidebar` updates to match Figma [\#1214](https://github.com/digital-ai/dot-components/pull/1214) ([CWSites](https://github.com/CWSites))
|
|
175
254
|
- D-20329: add href to application logo [\#1213](https://github.com/digital-ai/dot-components/pull/1213) ([CWSites](https://github.com/CWSites))
|
|
176
255
|
- D-20404: update table border color [\#1211](https://github.com/digital-ai/dot-components/pull/1211) ([CWSites](https://github.com/CWSites))
|
|
@@ -729,6 +808,7 @@
|
|
|
729
808
|
**Features:**
|
|
730
809
|
|
|
731
810
|
- `Breadcrumbs` enhancement \(collapse and expand automatically\) [\#836](https://github.com/digital-ai/dot-components/issues/836)
|
|
811
|
+
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
732
812
|
|
|
733
813
|
**Fixed bugs:**
|
|
734
814
|
|
|
@@ -780,7 +860,6 @@
|
|
|
780
860
|
- Expose onKeyDown for input [\#714](https://github.com/digital-ai/dot-components/issues/714)
|
|
781
861
|
- S-79571: DotInput - expose onKeyDown [\#846](https://github.com/digital-ai/dot-components/pull/846) ([monapatel91](https://github.com/monapatel91))
|
|
782
862
|
- S-79357: evaluate codebase and remove old references to core Tooltip [\#844](https://github.com/digital-ai/dot-components/pull/844) ([CWSites](https://github.com/CWSites))
|
|
783
|
-
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
784
863
|
- S-80621: file upload [\#840](https://github.com/digital-ai/dot-components/pull/840) ([CWSites](https://github.com/CWSites))
|
|
785
864
|
- S-76922: file upload [\#820](https://github.com/digital-ai/dot-components/pull/820) ([CWSites](https://github.com/CWSites))
|
|
786
865
|
|
|
@@ -1034,10 +1113,6 @@
|
|
|
1034
1113
|
|
|
1035
1114
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.11...1.0.12)
|
|
1036
1115
|
|
|
1037
|
-
**Features:**
|
|
1038
|
-
|
|
1039
|
-
- S-78051: Feedback on Navigation Rail component [\#681](https://github.com/digital-ai/dot-components/pull/681) ([dmiletic85](https://github.com/dmiletic85))
|
|
1040
|
-
|
|
1041
1116
|
**Fixed bugs:**
|
|
1042
1117
|
|
|
1043
1118
|
- `DotAppToobar` has z-index higher than autocomplete [\#669](https://github.com/digital-ai/dot-components/issues/669)
|
|
@@ -1056,6 +1131,10 @@
|
|
|
1056
1131
|
|
|
1057
1132
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.10...1.0.11)
|
|
1058
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
|
+
|
|
1059
1138
|
**Fixed bugs:**
|
|
1060
1139
|
|
|
1061
1140
|
- DotListItem [\#611](https://github.com/digital-ai/dot-components/issues/611)
|