@digital-ai/dot-components 1.21.9 → 1.21.10
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 +49 -2
- package/index.esm.js +1 -2
- package/index.umd.js +1 -2
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.21.10](https://github.com/digital-ai/dot-components/tree/1.21.10) (03/17/2023)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.5.2...1.21.10)
|
|
6
|
+
|
|
7
|
+
**Fixed bugs:**
|
|
8
|
+
|
|
9
|
+
- D-24419 InlineEdit: show tooltip on readonly as well [\#1417](https://github.com/digital-ai/dot-components/pull/1417) ([angel-git](https://github.com/angel-git))
|
|
10
|
+
|
|
11
|
+
## [2.5.2](https://github.com/digital-ai/dot-components/tree/2.5.2) (03/17/2023)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.5.1...2.5.2)
|
|
14
|
+
|
|
15
|
+
**Features:**
|
|
16
|
+
|
|
17
|
+
- S-90229: App switcher recent apps styling changes [\#1415](https://github.com/digital-ai/dot-components/pull/1415) ([jmcnally](https://github.com/jmcnally))
|
|
18
|
+
- S-90229: Initial implementation of Recent app-switcher apps [\#1410](https://github.com/digital-ai/dot-components/pull/1410) ([jmcnally](https://github.com/jmcnally))
|
|
19
|
+
|
|
20
|
+
**Fixed bugs:**
|
|
21
|
+
|
|
22
|
+
- `DotInlineEdit` missing tooltip when readonly is true [\#1412](https://github.com/digital-ai/dot-components/issues/1412)
|
|
23
|
+
- `DotAutcomplete` Height is hardcoded and the content goes brrrr [\#1397](https://github.com/digital-ai/dot-components/issues/1397)
|
|
24
|
+
- D-24317 Fix height on InlineEdit [\#1414](https://github.com/digital-ai/dot-components/pull/1414) ([angel-git](https://github.com/angel-git))
|
|
25
|
+
- D-24419 `InlineEdit` show tooltip on readonly as well [\#1413](https://github.com/digital-ai/dot-components/pull/1413) ([angel-git](https://github.com/angel-git))
|
|
26
|
+
|
|
27
|
+
## [2.5.1](https://github.com/digital-ai/dot-components/tree/2.5.1) (03/14/2023)
|
|
28
|
+
|
|
29
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.5.0...2.5.1)
|
|
30
|
+
|
|
31
|
+
**Merged pull requests:**
|
|
32
|
+
|
|
33
|
+
- Add jwt-decode to dot-components dependency tree [\#1407](https://github.com/digital-ai/dot-components/pull/1407) ([CWSites](https://github.com/CWSites))
|
|
34
|
+
- Address Storybook lint issues [\#1406](https://github.com/digital-ai/dot-components/pull/1406) ([CWSites](https://github.com/CWSites))
|
|
35
|
+
|
|
36
|
+
## [2.5.0](https://github.com/digital-ai/dot-components/tree/2.5.0) (03/10/2023)
|
|
37
|
+
|
|
38
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.9...2.5.0)
|
|
39
|
+
|
|
40
|
+
**Features:**
|
|
41
|
+
|
|
42
|
+
- S-90230: App-switcher search instances [\#1382](https://github.com/digital-ai/dot-components/pull/1382) ([jmcnally](https://github.com/jmcnally))
|
|
43
|
+
|
|
44
|
+
**Fixed bugs:**
|
|
45
|
+
|
|
46
|
+
- D-24235: Empty table pagination [\#1402](https://github.com/digital-ai/dot-components/pull/1402) ([ryangamble](https://github.com/ryangamble))
|
|
47
|
+
- D-24216: A few minor app-switcher display changes [\#1400](https://github.com/digital-ai/dot-components/pull/1400) ([jmcnally](https://github.com/jmcnally))
|
|
48
|
+
- Issue \#1271: Updates to `AutoComplete` sizing with `dense` and `size` props [\#1395](https://github.com/digital-ai/dot-components/pull/1395) ([CWSites](https://github.com/CWSites))
|
|
49
|
+
|
|
3
50
|
## [1.21.9](https://github.com/digital-ai/dot-components/tree/1.21.9) (03/03/2023)
|
|
4
51
|
|
|
5
52
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/2.4.0...1.21.9)
|
|
@@ -113,7 +160,6 @@
|
|
|
113
160
|
|
|
114
161
|
- Button component with type "outlined" is not greyed out when disabled [\#1342](https://github.com/digital-ai/dot-components/issues/1342)
|
|
115
162
|
- D-23687 Button component with type "outlined" is not greyed out when disabled [\#1343](https://github.com/digital-ai/dot-components/pull/1343) ([angel-git](https://github.com/angel-git))
|
|
116
|
-
- D-23539: Add class for fullWidth text fields [\#1334](https://github.com/digital-ai/dot-components/pull/1334) ([jmcnally](https://github.com/jmcnally))
|
|
117
163
|
|
|
118
164
|
**Merged pull requests:**
|
|
119
165
|
|
|
@@ -135,6 +181,7 @@
|
|
|
135
181
|
**Fixed bugs:**
|
|
136
182
|
|
|
137
183
|
- InputText not taking up fullWidth [\#1329](https://github.com/digital-ai/dot-components/issues/1329)
|
|
184
|
+
- D-23539: Add class for fullWidth text fields [\#1334](https://github.com/digital-ai/dot-components/pull/1334) ([jmcnally](https://github.com/jmcnally))
|
|
138
185
|
|
|
139
186
|
## [1.21.7](https://github.com/digital-ai/dot-components/tree/1.21.7) (12/12/2022)
|
|
140
187
|
|
|
@@ -308,7 +355,6 @@
|
|
|
308
355
|
**Fixed bugs:**
|
|
309
356
|
|
|
310
357
|
- Use of `release-2.0` branch causes `Typography` to use default styling [\#1151](https://github.com/digital-ai/dot-components/issues/1151)
|
|
311
|
-
- D-22241: `DotFileListItem`: fix focus states and expose `onKeyPress` [\#1254](https://github.com/digital-ai/dot-components/pull/1254) ([dmiletic85](https://github.com/dmiletic85))
|
|
312
358
|
|
|
313
359
|
## [2.0.0-rc.1](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.1) (08/31/2022)
|
|
314
360
|
|
|
@@ -316,6 +362,7 @@
|
|
|
316
362
|
|
|
317
363
|
**Fixed bugs:**
|
|
318
364
|
|
|
365
|
+
- D-22241: `DotFileListItem`: fix focus states and expose `onKeyPress` [\#1254](https://github.com/digital-ai/dot-components/pull/1254) ([dmiletic85](https://github.com/dmiletic85))
|
|
319
366
|
- S-86692: component cleanup [\#1238](https://github.com/digital-ai/dot-components/pull/1238) ([CWSites](https://github.com/CWSites))
|
|
320
367
|
- S-84151: fix e2e tests for Release 2.0 [\#1146](https://github.com/digital-ai/dot-components/pull/1146) ([CWSites](https://github.com/CWSites))
|
|
321
368
|
|
package/index.esm.js
CHANGED
|
@@ -6247,14 +6247,13 @@ const DotInlineEdit = ({
|
|
|
6247
6247
|
const [showTooltip, setShowTooltip] = useState(false);
|
|
6248
6248
|
const [originalValue, setOriginalValue] = useState('');
|
|
6249
6249
|
const [inputValue, setInputValue] = useState(_value);
|
|
6250
|
-
const isNotReadOnlyOrEditing = !readOnly && !editing;
|
|
6251
6250
|
const inputRef = useRef();
|
|
6252
6251
|
const inlineEditRef = useRef();
|
|
6253
6252
|
const isSaveDisabled = checkIfEmptyValue(inputValue);
|
|
6254
6253
|
const rootClasses = useStylesWithRootClass(rootClassName$n, className, editing ? editModeClassName : '');
|
|
6255
6254
|
|
|
6256
6255
|
const handleShowTooltip = visible => {
|
|
6257
|
-
if (
|
|
6256
|
+
if (!editing) {
|
|
6258
6257
|
setShowTooltip(visible);
|
|
6259
6258
|
}
|
|
6260
6259
|
};
|
package/index.umd.js
CHANGED
|
@@ -6679,14 +6679,13 @@
|
|
|
6679
6679
|
inputValue = _j[0],
|
|
6680
6680
|
setInputValue = _j[1];
|
|
6681
6681
|
|
|
6682
|
-
var isNotReadOnlyOrEditing = !readOnly && !editing;
|
|
6683
6682
|
var inputRef = React.useRef();
|
|
6684
6683
|
var inlineEditRef = React.useRef();
|
|
6685
6684
|
var isSaveDisabled = checkIfEmptyValue(inputValue);
|
|
6686
6685
|
var rootClasses = useStylesWithRootClass(rootClassName$n, className, editing ? editModeClassName : '');
|
|
6687
6686
|
|
|
6688
6687
|
var handleShowTooltip = function handleShowTooltip(visible) {
|
|
6689
|
-
if (
|
|
6688
|
+
if (!editing) {
|
|
6690
6689
|
setShowTooltip(visible);
|
|
6691
6690
|
}
|
|
6692
6691
|
};
|