@digital-ai/dot-components 2.0.0-rc.3 → 2.0.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.
package/CHANGE_LOG.md CHANGED
@@ -1,5 +1,135 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.1](https://github.com/digital-ai/dot-components/tree/2.0.1) (11/15/2022)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0...2.0.1)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - \[DOT 2.0.0\] `DotSidebar` collapsed story is using wrong property [\#1305](https://github.com/digital-ai/dot-components/issues/1305)
10
+ - \[DOT 2.0.0\] `DotInputText` double padding when the component is multiline [\#1304](https://github.com/digital-ai/dot-components/issues/1304)
11
+ - \[DOT 2.0\] Size of `DotAutocomplete` and `DotInputText` don't match anymore [\#1302](https://github.com/digital-ai/dot-components/issues/1302)
12
+ - \[DOT 2.0\] Icons in buttons are always white [\#1300](https://github.com/digital-ai/dot-components/issues/1300)
13
+ - \[dot 2.0.0\] `DotIcon` now requires theme provider [\#1298](https://github.com/digital-ai/dot-components/issues/1298)
14
+ - Icon colors are incorrect [\#1294](https://github.com/digital-ai/dot-components/issues/1294)
15
+ - `DotSidebar` when back button is enabled long text is not trimmed [\#1291](https://github.com/digital-ai/dot-components/issues/1291)
16
+ - \[release-2.0\] remove dependencies on react-router-dom [\#1286](https://github.com/digital-ai/dot-components/issues/1286)
17
+ - \[DOT 2.0\] Double checkbox on DotSwitch [\#1269](https://github.com/digital-ai/dot-components/issues/1269)
18
+ - 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))
19
+ - D-23312: `DotSidebar` - collapsed story is using wrong property [\#1308](https://github.com/digital-ai/dot-components/pull/1308) ([dmiletic85](https://github.com/dmiletic85))
20
+ - 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))
21
+ - 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))
22
+ - D-23289: \[DOT 2.0\] Double checkbox on `DotSwitch` [\#1299](https://github.com/digital-ai/dot-components/pull/1299) ([dmiletic85](https://github.com/dmiletic85))
23
+ - D-21921: `DotTabs` color and border styles [\#1296](https://github.com/digital-ai/dot-components/pull/1296) ([CWSites](https://github.com/CWSites))
24
+ - 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))
25
+ - 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))
26
+
27
+ ## [2.0.0](https://github.com/digital-ai/dot-components/tree/2.0.0) (11/02/2022)
28
+
29
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.5...2.0.0)
30
+
31
+ ## [1.21.5](https://github.com/digital-ai/dot-components/tree/1.21.5) (11/01/2022)
32
+
33
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.3...1.21.5)
34
+
35
+ **Fixed bugs:**
36
+
37
+ - Design differences [\#1245](https://github.com/digital-ai/dot-components/issues/1245)
38
+
39
+ **Merged pull requests:**
40
+
41
+ - Changed Agility icons in dot font [\#1282](https://github.com/digital-ai/dot-components/pull/1282) ([pauldigitalai](https://github.com/pauldigitalai))
42
+ - 18 tuesday oct 22 [\#1280](https://github.com/digital-ai/dot-components/pull/1280) ([BojanKocijan](https://github.com/BojanKocijan))
43
+
44
+ ## [2.0.0-rc.3](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.3) (10/27/2022)
45
+
46
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.4...2.0.0-rc.3)
47
+
48
+ **Fixed bugs:**
49
+
50
+ - \[DOT 2.0\] DotAutocomplete with `renderOption` doesn't trigger on change [\#1270](https://github.com/digital-ai/dot-components/issues/1270)
51
+ - \[DOT 2.0\] storybook is broken [\#1268](https://github.com/digital-ai/dot-components/issues/1268)
52
+ - \[DOT 2.0\] Missing changes on 2.0 documentation [\#1267](https://github.com/digital-ai/dot-components/issues/1267)
53
+ - \[DOT 2.0\] missing peer dependencies [\#1266](https://github.com/digital-ai/dot-components/issues/1266)
54
+ - Icons are not the correct color [\#1229](https://github.com/digital-ai/dot-components/issues/1229)
55
+ - 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))
56
+ - D-22154: icon color [\#1284](https://github.com/digital-ai/dot-components/pull/1284) ([CWSites](https://github.com/CWSites))
57
+ - D-22852: autocomplete render option [\#1283](https://github.com/digital-ai/dot-components/pull/1283) ([CWSites](https://github.com/CWSites))
58
+
59
+ **Merged pull requests:**
60
+
61
+ - D-22855 peer dependencies [\#1278](https://github.com/digital-ai/dot-components/pull/1278) ([CWSites](https://github.com/CWSites))
62
+
63
+ ## [1.21.4](https://github.com/digital-ai/dot-components/tree/1.21.4) (10/04/2022)
64
+
65
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.3...1.21.4)
66
+
67
+ **Features:**
68
+
69
+ - `DotSidebar` Expose a callback when sidebar is expanded or collapsed [\#1273](https://github.com/digital-ai/dot-components/issues/1273)
70
+ - 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))
71
+
72
+ **Fixed bugs:**
73
+
74
+ - `DotInputText` multiline is broken since 1.21.3 [\#1275](https://github.com/digital-ai/dot-components/issues/1275)
75
+ - D-22889: `DotInputText` Fix multiline issues [\#1276](https://github.com/digital-ai/dot-components/pull/1276) ([dmiletic85](https://github.com/dmiletic85))
76
+
77
+ ## [1.21.3](https://github.com/digital-ai/dot-components/tree/1.21.3) (09/28/2022)
78
+
79
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.2...1.21.3)
80
+
81
+ **Features:**
82
+
83
+ - Helper text for InputSelect and AutoComplete components should be aligned with their content [\#1264](https://github.com/digital-ai/dot-components/issues/1264)
84
+ - Toggle button should have the same height as the input field [\#1260](https://github.com/digital-ai/dot-components/issues/1260)
85
+ - Align helper text with the content of the input [\#1259](https://github.com/digital-ai/dot-components/issues/1259)
86
+ - S-87726 Align input content with helper text [\#1265](https://github.com/digital-ai/dot-components/pull/1265) ([nikolinadapic](https://github.com/nikolinadapic))
87
+ - 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))
88
+ - S-87616 Adjust left margin for helper text [\#1262](https://github.com/digital-ai/dot-components/pull/1262) ([nikolinadapic](https://github.com/nikolinadapic))
89
+ - S-87599: `DotAutocomplete` Add optional `persistentLabel` prop [\#1258](https://github.com/digital-ai/dot-components/pull/1258) ([dmiletic85](https://github.com/dmiletic85))
90
+
91
+ **Fixed bugs:**
92
+
93
+ - 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))
94
+
95
+ ## [2.0.0-rc.2](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.2) (09/15/2022)
96
+
97
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.2...2.0.0-rc.2)
98
+
99
+ ## [1.21.2](https://github.com/digital-ai/dot-components/tree/1.21.2) (09/09/2022)
100
+
101
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.1...1.21.2)
102
+
103
+ **Features:**
104
+
105
+ - Add focus state for Inline Edit component [\#1253](https://github.com/digital-ai/dot-components/issues/1253)
106
+ - Support React 18 [\#1173](https://github.com/digital-ai/dot-components/issues/1173)
107
+ - S-87316 Add focus state for Inline Edit [\#1255](https://github.com/digital-ai/dot-components/pull/1255) ([nikolinadapic](https://github.com/nikolinadapic))
108
+
109
+ **Fixed bugs:**
110
+
111
+ - Use of `release-2.0` branch causes `Typography` to use default styling [\#1151](https://github.com/digital-ai/dot-components/issues/1151)
112
+ - D-22241: `DotFileListItem`: fix focus states and expose `onKeyPress` [\#1254](https://github.com/digital-ai/dot-components/pull/1254) ([dmiletic85](https://github.com/dmiletic85))
113
+
114
+ ## [2.0.0-rc.1](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.1) (08/31/2022)
115
+
116
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.1...2.0.0-rc.1)
117
+
118
+ **Features:**
119
+
120
+ - S-86581: `DotAutocomplete` should allow to pass `readOnly` property into the inner `TextField` [\#1235](https://github.com/digital-ai/dot-components/pull/1235) ([dmiletic85](https://github.com/dmiletic85))
121
+
122
+ **Fixed bugs:**
123
+
124
+ - S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
125
+ - S-84151: fix e2e tests for Release 2.0 [\#1146](https://github.com/digital-ai/dot-components/pull/1146) ([CWSites](https://github.com/CWSites))
126
+
127
+ **Merged pull requests:**
128
+
129
+ - Release Candidate Workflow [\#1251](https://github.com/digital-ai/dot-components/pull/1251) ([CWSites](https://github.com/CWSites))
130
+ - S-85001: add support for react 18 [\#1244](https://github.com/digital-ai/dot-components/pull/1244) ([CWSites](https://github.com/CWSites))
131
+ - S-86694: Extract agility theme [\#1242](https://github.com/digital-ai/dot-components/pull/1242) ([CWSites](https://github.com/CWSites))
132
+
3
133
  ## [1.21.1](https://github.com/digital-ai/dot-components/tree/1.21.1) (08/31/2022)
4
134
 
5
135
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.0...1.21.1)
@@ -22,7 +152,6 @@
22
152
  - S-86896 Add option in the InlineEdit component to select all input on edit [\#1240](https://github.com/digital-ai/dot-components/pull/1240) ([tonac](https://github.com/tonac))
23
153
  - S-86128: `DotAutocomplete`: Support error/warning icons with the tooltip [\#1237](https://github.com/digital-ai/dot-components/pull/1237) ([dmiletic85](https://github.com/dmiletic85))
24
154
  - S-86683: `DotAutocomplete`: expose `onBlur` [\#1236](https://github.com/digital-ai/dot-components/pull/1236) ([dmiletic85](https://github.com/dmiletic85))
25
- - S-86581: `DotAutocomplete` should allow to pass `readOnly` property into the inner `TextField` [\#1235](https://github.com/digital-ai/dot-components/pull/1235) ([dmiletic85](https://github.com/dmiletic85))
26
155
 
27
156
  **Fixed bugs:**
28
157
 
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![](https://img.shields.io/static/v1?label=slack&message=join%20us&color=blueviolet&style=flat&logo=slack)](https://digitalai.slack.com/app_redirect?channel=dot-components)
4
4
  [![npm version](https://badge.fury.io/js/%40digital-ai%2Fdot-components.svg)](https://badge.fury.io/js/%40digital-ai%2Fdot-components)
5
- ![npm (prod) dependency version](https://img.shields.io/npm/dependency-version/@digital-ai/dot-components/@material-ui/core?label=%40material-ui)
5
+ ![npm (prod) dependency version](https://img.shields.io/npm/dependency-version/@digital-ai/dot-components/@mui/material?label=%40material-ui)
6
6
 
7
7
  <!-- [![Quality Gate Status](https://sonarqube.digital.ai/api/project_badges/measure?project=digital-ai_dot-components&metric=alert_status)](https://sonarqube.digital.ai/dashboard?id=digital-ai_dot-components)
8
8
  [![Maintainability Rating](https://sonarqube.digital.ai/api/project_badges/measure?project=digital-ai_dot-components&metric=sqale_rating)](https://sonarqube.digital.ai/dashboard?id=digital-ai_dot-components)
package/fonts/dot.woff CHANGED
Binary file