@digital-ai/dot-components 1.20.0 → 1.21.2

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,75 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.21.2](https://github.com/digital-ai/dot-components/tree/1.21.2) (09/09/2022)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.1...1.21.2)
6
+
7
+ **Features:**
8
+
9
+ - Add focus state for Inline Edit component [\#1253](https://github.com/digital-ai/dot-components/issues/1253)
10
+ - Support React 18 [\#1173](https://github.com/digital-ai/dot-components/issues/1173)
11
+ - S-87316 Add focus state for Inline Edit [\#1255](https://github.com/digital-ai/dot-components/pull/1255) ([nikolinadapic](https://github.com/nikolinadapic))
12
+
13
+ **Fixed bugs:**
14
+
15
+ - Use of `release-2.0` branch causes `Typography` to use default styling [\#1151](https://github.com/digital-ai/dot-components/issues/1151)
16
+ - D-22241: `DotFileListItem`: fix focus states and expose `onKeyPress` [\#1254](https://github.com/digital-ai/dot-components/pull/1254) ([dmiletic85](https://github.com/dmiletic85))
17
+
18
+ ## [2.0.0-rc.1](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.1) (08/31/2022)
19
+
20
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.1...2.0.0-rc.1)
21
+
22
+ **Fixed bugs:**
23
+
24
+ - S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
25
+ - S-84151: fix e2e tests for Release 2.0 [\#1146](https://github.com/digital-ai/dot-components/pull/1146) ([CWSites](https://github.com/CWSites))
26
+
27
+ **Merged pull requests:**
28
+
29
+ - Release Candidate Workflow [\#1251](https://github.com/digital-ai/dot-components/pull/1251) ([CWSites](https://github.com/CWSites))
30
+ - S-85001: add support for react 18 [\#1244](https://github.com/digital-ai/dot-components/pull/1244) ([CWSites](https://github.com/CWSites))
31
+ - S-86694: Extract agility theme [\#1242](https://github.com/digital-ai/dot-components/pull/1242) ([CWSites](https://github.com/CWSites))
32
+
33
+ ## [1.21.1](https://github.com/digital-ai/dot-components/tree/1.21.1) (08/31/2022)
34
+
35
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.0...1.21.1)
36
+
37
+ **Features:**
38
+
39
+ - Add focus state on Avatar With Tooltip component [\#1246](https://github.com/digital-ai/dot-components/issues/1246)
40
+ - D-22238 Add focus state for Avatar With Tooltip [\#1248](https://github.com/digital-ai/dot-components/pull/1248) ([nikolinadapic](https://github.com/nikolinadapic))
41
+ - S-87031: Extended DotPill props to support account list changes [\#1247](https://github.com/digital-ai/dot-components/pull/1247) ([ryangamble](https://github.com/ryangamble))
42
+
43
+ ## [1.21.0](https://github.com/digital-ai/dot-components/tree/1.21.0) (08/22/2022)
44
+
45
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.20.0...1.21.0)
46
+
47
+ **Features:**
48
+
49
+ - Add option in the InlineEdit component to select all input on edit [\#1239](https://github.com/digital-ai/dot-components/issues/1239)
50
+ - `DotAutocomplete` should trigger onChange on blur [\#1234](https://github.com/digital-ai/dot-components/issues/1234)
51
+ - `DotAutocomplete` should allow to pass `readOnly` property into the inner textfield [\#1233](https://github.com/digital-ai/dot-components/issues/1233)
52
+ - 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))
53
+ - 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))
54
+ - S-86683: `DotAutocomplete`: expose `onBlur` [\#1236](https://github.com/digital-ai/dot-components/pull/1236) ([dmiletic85](https://github.com/dmiletic85))
55
+ - 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))
56
+
57
+ **Fixed bugs:**
58
+
59
+ - `DotRadioGroup` helper text doesn't follow the same styles as other helper texts [\#1224](https://github.com/digital-ai/dot-components/issues/1224)
60
+ - Accordion - expanded missing top border [\#1129](https://github.com/digital-ai/dot-components/issues/1129)
61
+ - D-20931: `DotAccordion` - display top border correctly when expanded [\#1232](https://github.com/digital-ai/dot-components/pull/1232) ([CWSites](https://github.com/CWSites))
62
+ - D-22087: `DotRadioGroup` / `DotCheckboxGroup` helper texts do not follow the same styles as other helper texts [\#1225](https://github.com/digital-ai/dot-components/pull/1225) ([dmiletic85](https://github.com/dmiletic85))
63
+
64
+ **Closed issues:**
65
+
66
+ - Update ES Lint config [\#1196](https://github.com/digital-ai/dot-components/issues/1196)
67
+
68
+ **Merged pull requests:**
69
+
70
+ - 28 jully 2022 icon update [\#1231](https://github.com/digital-ai/dot-components/pull/1231) ([BojanKocijan](https://github.com/BojanKocijan))
71
+ - Issue \#1196: `eslint` and `tsconfig` changes [\#1221](https://github.com/digital-ai/dot-components/pull/1221) ([CWSites](https://github.com/CWSites))
72
+
3
73
  ## [1.20.0](https://github.com/digital-ai/dot-components/tree/1.20.0) (07/23/2022)
4
74
 
5
75
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.19.1...1.20.0)
@@ -91,7 +161,6 @@
91
161
 
92
162
  - Sidebar drawer/expanded does not have a data-testid prop supplied [\#1162](https://github.com/digital-ai/dot-components/issues/1162)
93
163
  - D-21245: make sure `data-testid` is passed to nested lists [\#1182](https://github.com/digital-ai/dot-components/pull/1182) ([CWSites](https://github.com/CWSites))
94
- - D-21267: adjust color of helper text [\#1174](https://github.com/digital-ai/dot-components/pull/1174) ([CWSites](https://github.com/CWSites))
95
164
 
96
165
  ## [1.17.1](https://github.com/digital-ai/dot-components/tree/1.17.1) (05/19/2022)
97
166
 
@@ -102,6 +171,10 @@
102
171
  - `DotButtonToggle`: Button size is not respected after tooltip change [\#1170](https://github.com/digital-ai/dot-components/issues/1170)
103
172
  - D-21287: `DotButtonToggle`: Button size is not respected after tooltip change [\#1171](https://github.com/digital-ai/dot-components/pull/1171) ([dmiletic85](https://github.com/dmiletic85))
104
173
 
174
+ **Merged pull requests:**
175
+
176
+ - S-84160: `InputText` and `InputSelect` fields e2e [\#1177](https://github.com/digital-ai/dot-components/pull/1177) ([CWSites](https://github.com/CWSites))
177
+
105
178
  ## [1.17.0](https://github.com/digital-ai/dot-components/tree/1.17.0) (05/18/2022)
106
179
 
107
180
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.16.1...1.17.0)
package/fonts/dot.woff CHANGED
Binary file