@digital-ai/dot-components 2.0.0-rc.3 → 2.0.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 +105 -2
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +1 -6401
- package/index.esm.js +104 -71
- package/index.umd.js +116 -81
- package/lib/components/app-toolbar/AppToolbar.d.ts +6 -2
- package/lib/components/app-toolbar/AppToolbar.data.d.ts +8 -0
- package/lib/components/auto-complete/AutoComplete.d.ts +5 -3
- package/lib/components/input-form-fields/InputLabel.d.ts +3 -2
- package/lib/components/sidebar/Sidebar.d.ts +3 -1
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,108 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.0](https://github.com/digital-ai/dot-components/tree/2.0.0) (11/02/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.5...2.0.0)
|
|
6
|
+
|
|
7
|
+
## [1.21.5](https://github.com/digital-ai/dot-components/tree/1.21.5) (11/01/2022)
|
|
8
|
+
|
|
9
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.3...1.21.5)
|
|
10
|
+
|
|
11
|
+
**Fixed bugs:**
|
|
12
|
+
|
|
13
|
+
- Design differences [\#1245](https://github.com/digital-ai/dot-components/issues/1245)
|
|
14
|
+
|
|
15
|
+
**Merged pull requests:**
|
|
16
|
+
|
|
17
|
+
- Changed Agility icons in dot font [\#1282](https://github.com/digital-ai/dot-components/pull/1282) ([pauldigitalai](https://github.com/pauldigitalai))
|
|
18
|
+
- 18 tuesday oct 22 [\#1280](https://github.com/digital-ai/dot-components/pull/1280) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
19
|
+
|
|
20
|
+
## [2.0.0-rc.3](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.3) (10/27/2022)
|
|
21
|
+
|
|
22
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.4...2.0.0-rc.3)
|
|
23
|
+
|
|
24
|
+
**Fixed bugs:**
|
|
25
|
+
|
|
26
|
+
- \[DOT 2.0\] DotAutocomplete with `renderOption` doesn't trigger on change [\#1270](https://github.com/digital-ai/dot-components/issues/1270)
|
|
27
|
+
- \[DOT 2.0\] Double checkbox on DotSwitch [\#1269](https://github.com/digital-ai/dot-components/issues/1269)
|
|
28
|
+
- \[DOT 2.0\] storybook is broken [\#1268](https://github.com/digital-ai/dot-components/issues/1268)
|
|
29
|
+
- \[DOT 2.0\] Missing changes on 2.0 documentation [\#1267](https://github.com/digital-ai/dot-components/issues/1267)
|
|
30
|
+
- \[DOT 2.0\] missing peer dependencies [\#1266](https://github.com/digital-ai/dot-components/issues/1266)
|
|
31
|
+
- Icons are not the correct color [\#1229](https://github.com/digital-ai/dot-components/issues/1229)
|
|
32
|
+
- 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))
|
|
33
|
+
- D-22154: icon color [\#1284](https://github.com/digital-ai/dot-components/pull/1284) ([CWSites](https://github.com/CWSites))
|
|
34
|
+
- D-22852: autocomplete render option [\#1283](https://github.com/digital-ai/dot-components/pull/1283) ([CWSites](https://github.com/CWSites))
|
|
35
|
+
|
|
36
|
+
**Merged pull requests:**
|
|
37
|
+
|
|
38
|
+
- D-22855 peer dependencies [\#1278](https://github.com/digital-ai/dot-components/pull/1278) ([CWSites](https://github.com/CWSites))
|
|
39
|
+
|
|
40
|
+
## [1.21.4](https://github.com/digital-ai/dot-components/tree/1.21.4) (10/04/2022)
|
|
41
|
+
|
|
42
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.3...1.21.4)
|
|
43
|
+
|
|
44
|
+
**Features:**
|
|
45
|
+
|
|
46
|
+
- `DotSidebar` Expose a callback when sidebar is expanded or collapsed [\#1273](https://github.com/digital-ai/dot-components/issues/1273)
|
|
47
|
+
- S-87871 Expose callback when sidebar collapses/expands [\#1274](https://github.com/digital-ai/dot-components/pull/1274) ([angel-git](https://github.com/angel-git))
|
|
48
|
+
|
|
49
|
+
**Fixed bugs:**
|
|
50
|
+
|
|
51
|
+
- `DotInputText` multiline is broken since 1.21.3 [\#1275](https://github.com/digital-ai/dot-components/issues/1275)
|
|
52
|
+
- D-22889: `DotInputText` Fix multiline issues [\#1276](https://github.com/digital-ai/dot-components/pull/1276) ([dmiletic85](https://github.com/dmiletic85))
|
|
53
|
+
|
|
54
|
+
## [1.21.3](https://github.com/digital-ai/dot-components/tree/1.21.3) (09/28/2022)
|
|
55
|
+
|
|
56
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.2...1.21.3)
|
|
57
|
+
|
|
58
|
+
**Features:**
|
|
59
|
+
|
|
60
|
+
- Helper text for InputSelect and AutoComplete components should be aligned with their content [\#1264](https://github.com/digital-ai/dot-components/issues/1264)
|
|
61
|
+
- Toggle button should have the same height as the input field [\#1260](https://github.com/digital-ai/dot-components/issues/1260)
|
|
62
|
+
- Align helper text with the content of the input [\#1259](https://github.com/digital-ai/dot-components/issues/1259)
|
|
63
|
+
- S-87726 Align input content with helper text [\#1265](https://github.com/digital-ai/dot-components/pull/1265) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
64
|
+
- 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))
|
|
65
|
+
- S-87616 Adjust left margin for helper text [\#1262](https://github.com/digital-ai/dot-components/pull/1262) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
66
|
+
- S-87599: `DotAutocomplete` Add optional `persistentLabel` prop [\#1258](https://github.com/digital-ai/dot-components/pull/1258) ([dmiletic85](https://github.com/dmiletic85))
|
|
67
|
+
|
|
68
|
+
**Fixed bugs:**
|
|
69
|
+
|
|
70
|
+
- 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))
|
|
71
|
+
|
|
72
|
+
## [2.0.0-rc.2](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.2) (09/15/2022)
|
|
73
|
+
|
|
74
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.2...2.0.0-rc.2)
|
|
75
|
+
|
|
76
|
+
## [1.21.2](https://github.com/digital-ai/dot-components/tree/1.21.2) (09/09/2022)
|
|
77
|
+
|
|
78
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.1...1.21.2)
|
|
79
|
+
|
|
80
|
+
**Features:**
|
|
81
|
+
|
|
82
|
+
- Add focus state for Inline Edit component [\#1253](https://github.com/digital-ai/dot-components/issues/1253)
|
|
83
|
+
- Support React 18 [\#1173](https://github.com/digital-ai/dot-components/issues/1173)
|
|
84
|
+
- S-87316 Add focus state for Inline Edit [\#1255](https://github.com/digital-ai/dot-components/pull/1255) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
85
|
+
|
|
86
|
+
**Fixed bugs:**
|
|
87
|
+
|
|
88
|
+
- Use of `release-2.0` branch causes `Typography` to use default styling [\#1151](https://github.com/digital-ai/dot-components/issues/1151)
|
|
89
|
+
- D-22241: `DotFileListItem`: fix focus states and expose `onKeyPress` [\#1254](https://github.com/digital-ai/dot-components/pull/1254) ([dmiletic85](https://github.com/dmiletic85))
|
|
90
|
+
|
|
91
|
+
## [2.0.0-rc.1](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.1) (08/31/2022)
|
|
92
|
+
|
|
93
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.1...2.0.0-rc.1)
|
|
94
|
+
|
|
95
|
+
**Fixed bugs:**
|
|
96
|
+
|
|
97
|
+
- S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
|
|
98
|
+
- S-84151: fix e2e tests for Release 2.0 [\#1146](https://github.com/digital-ai/dot-components/pull/1146) ([CWSites](https://github.com/CWSites))
|
|
99
|
+
|
|
100
|
+
**Merged pull requests:**
|
|
101
|
+
|
|
102
|
+
- Release Candidate Workflow [\#1251](https://github.com/digital-ai/dot-components/pull/1251) ([CWSites](https://github.com/CWSites))
|
|
103
|
+
- S-85001: add support for react 18 [\#1244](https://github.com/digital-ai/dot-components/pull/1244) ([CWSites](https://github.com/CWSites))
|
|
104
|
+
- S-86694: Extract agility theme [\#1242](https://github.com/digital-ai/dot-components/pull/1242) ([CWSites](https://github.com/CWSites))
|
|
105
|
+
|
|
3
106
|
## [1.21.1](https://github.com/digital-ai/dot-components/tree/1.21.1) (08/31/2022)
|
|
4
107
|
|
|
5
108
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.0...1.21.1)
|
|
@@ -189,7 +292,6 @@
|
|
|
189
292
|
|
|
190
293
|
- DotTable action menu does not work according to design [\#1133](https://github.com/digital-ai/dot-components/issues/1133)
|
|
191
294
|
- Accordion summary has badly styled tooltip when summary is not a string and noWrap is true [\#1069](https://github.com/digital-ai/dot-components/issues/1069)
|
|
192
|
-
- D-20970: DotTableActions component [\#1134](https://github.com/digital-ai/dot-components/pull/1134) ([selsemore](https://github.com/selsemore))
|
|
193
295
|
- D-20359: only display tooltip if string [\#1127](https://github.com/digital-ai/dot-components/pull/1127) ([CWSites](https://github.com/CWSites))
|
|
194
296
|
|
|
195
297
|
## [1.15.0](https://github.com/digital-ai/dot-components/tree/1.15.0) (04/21/2022)
|
|
@@ -216,6 +318,7 @@
|
|
|
216
318
|
- Text is not centered in avatar circle [\#1115](https://github.com/digital-ai/dot-components/issues/1115)
|
|
217
319
|
- Checkbox column takes up to much space in a multi-select table [\#1111](https://github.com/digital-ai/dot-components/issues/1111)
|
|
218
320
|
- `DotNavigationRail` Should be able to update the selected rail [\#1104](https://github.com/digital-ai/dot-components/issues/1104)
|
|
321
|
+
- D-20970: DotTableActions component [\#1134](https://github.com/digital-ai/dot-components/pull/1134) ([selsemore](https://github.com/selsemore))
|
|
219
322
|
- D-20763: Fix bulk action toolbar upper corners [\#1118](https://github.com/digital-ai/dot-components/pull/1118) ([selsemore](https://github.com/selsemore))
|
|
220
323
|
- D-20736: Fix text alignment for small DotAvatar [\#1116](https://github.com/digital-ai/dot-components/pull/1116) ([selsemore](https://github.com/selsemore))
|
|
221
324
|
- 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))
|
|
@@ -253,6 +356,7 @@
|
|
|
253
356
|
- Check Box not Working with checked attribute property set--- Identified in Release Core [\#1076](https://github.com/digital-ai/dot-components/issues/1076)
|
|
254
357
|
- D-20483: `react-grid-layout` library should not be peer dependency [\#1088](https://github.com/digital-ai/dot-components/pull/1088) ([dmiletic85](https://github.com/dmiletic85))
|
|
255
358
|
- D-20465: `DotButtonToggle` wrong `type` for value and `onChange` [\#1087](https://github.com/digital-ai/dot-components/pull/1087) ([dmiletic85](https://github.com/dmiletic85))
|
|
359
|
+
- D-20418: `DotTable`: Strange scrolling behavior with action menu [\#1082](https://github.com/digital-ai/dot-components/pull/1082) ([dmiletic85](https://github.com/dmiletic85))
|
|
256
360
|
|
|
257
361
|
## [1.12.0](https://github.com/digital-ai/dot-components/tree/1.12.0) (03/25/2022)
|
|
258
362
|
|
|
@@ -286,7 +390,6 @@
|
|
|
286
390
|
- `DotMenu` Clicking on sidebar doesn't close the modal [\#1052](https://github.com/digital-ai/dot-components/issues/1052)
|
|
287
391
|
- D-20511: remove extra period [\#1094](https://github.com/digital-ai/dot-components/pull/1094) ([CWSites](https://github.com/CWSites))
|
|
288
392
|
- D-20463: Change the DotDrawer stories to make drawers not open initially [\#1086](https://github.com/digital-ai/dot-components/pull/1086) ([selsemore](https://github.com/selsemore))
|
|
289
|
-
- D-20418: `DotTable`: Strange scrolling behavior with action menu [\#1082](https://github.com/digital-ai/dot-components/pull/1082) ([dmiletic85](https://github.com/dmiletic85))
|
|
290
393
|
- D-20426: `DotConfirmation `: `title` and `message` prop are not applying correct font family [\#1081](https://github.com/digital-ai/dot-components/pull/1081) ([dmiletic85](https://github.com/dmiletic85))
|
|
291
394
|
- D-20423: `DotTable`: action menu should align with edge of table [\#1080](https://github.com/digital-ai/dot-components/pull/1080) ([dmiletic85](https://github.com/dmiletic85))
|
|
292
395
|
- D-20405: Remove break-all word-break styling from snackbar message [\#1074](https://github.com/digital-ai/dot-components/pull/1074) ([selsemore](https://github.com/selsemore))
|
package/fonts/dot.woff
CHANGED
|
Binary file
|