@digital-ai/dot-components 1.21.11 → 1.21.12

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,100 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.21.12](https://github.com/digital-ai/dot-components/tree/1.21.12) (07/14/2023)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.10.2...1.21.12)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - Toggle button color property in icon error [\#1428](https://github.com/digital-ai/dot-components/issues/1428)
10
+ - D-25878: File Size calculated incorrectly in DotFileUpload Component [\#1547](https://github.com/digital-ai/dot-components/pull/1547) ([KumaranKanagaraj](https://github.com/KumaranKanagaraj))
11
+
12
+ ## [2.10.2](https://github.com/digital-ai/dot-components/tree/2.10.2) (07/11/2023)
13
+
14
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.10.1...2.10.2)
15
+
16
+ **Features:**
17
+
18
+ - Update list component that can have 2 end actions [\#1533](https://github.com/digital-ai/dot-components/issues/1533)
19
+
20
+ **Fixed bugs:**
21
+
22
+ - TableCell actions cell uses 'onclick' property to set the 'onClick' handler. Should allow onClick property so its not necessary to treat this specially in callers. [\#1453](https://github.com/digital-ai/dot-components/issues/1453)
23
+ - D-25823: adjust breadcrumb & link styles to match latest figma [\#1539](https://github.com/digital-ai/dot-components/pull/1539) ([CWSites](https://github.com/CWSites))
24
+ - D-25822: Remove improper capitalization of `onclick` [\#1538](https://github.com/digital-ai/dot-components/pull/1538) ([CWSites](https://github.com/CWSites))
25
+
26
+ **Closed issues:**
27
+
28
+ - Update the links in Breadcrumbs [\#1363](https://github.com/digital-ai/dot-components/issues/1363)
29
+
30
+ **Merged pull requests:**
31
+
32
+ - S-91990: LinearProgress add aria-label [\#1537](https://github.com/digital-ai/dot-components/pull/1537) ([CWSites](https://github.com/CWSites))
33
+ - S-91989: remove default aria-label, add link label to missing link [\#1536](https://github.com/digital-ai/dot-components/pull/1536) ([CWSites](https://github.com/CWSites))
34
+ - S-91989: update link to have aria-label [\#1534](https://github.com/digital-ai/dot-components/pull/1534) ([CWSites](https://github.com/CWSites))
35
+ - `master` \> `develop` [\#1532](https://github.com/digital-ai/dot-components/pull/1532) ([angel-git](https://github.com/angel-git))
36
+
37
+ ## [2.10.1](https://github.com/digital-ai/dot-components/tree/2.10.1) (06/29/2023)
38
+
39
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.10.0...2.10.1)
40
+
41
+ **Fixed bugs:**
42
+
43
+ - D-25690: DotRadioButtons missing name prop [\#1530](https://github.com/digital-ai/dot-components/pull/1530) ([ryangamble](https://github.com/ryangamble))
44
+
45
+ ## [2.10.0](https://github.com/digital-ai/dot-components/tree/2.10.0) (06/22/2023)
46
+
47
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.9.0...2.10.0)
48
+
49
+ **Features:**
50
+
51
+ - Add Placeholder functionality to `InlineEdit` [\#1480](https://github.com/digital-ai/dot-components/issues/1480)
52
+ - S-92995: Add placeholder prop to inline edit [\#1519](https://github.com/digital-ai/dot-components/pull/1519) ([CWSites](https://github.com/CWSites))
53
+
54
+ **Fixed bugs:**
55
+
56
+ - S-91947: Fix table truncation defect [\#1526](https://github.com/digital-ai/dot-components/pull/1526) ([CWSites](https://github.com/CWSites))
57
+
58
+ **Merged pull requests:**
59
+
60
+ - S-91982: update keyboard functions [\#1524](https://github.com/digital-ai/dot-components/pull/1524) ([CWSites](https://github.com/CWSites))
61
+
62
+ ## [2.9.0](https://github.com/digital-ai/dot-components/tree/2.9.0) (06/07/2023)
63
+
64
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.8.2...2.9.0)
65
+
66
+ **Features:**
67
+
68
+ - Support numbers in `DotAvatar` [\#1401](https://github.com/digital-ai/dot-components/issues/1401)
69
+ - S-90959: `DotAvatar` support numbers [\#1515](https://github.com/digital-ai/dot-components/pull/1515) ([CWSites](https://github.com/CWSites))
70
+
71
+ **Fixed bugs:**
72
+
73
+ - DotAutoComplete Requires `defaultValue` to be an Array [\#1501](https://github.com/digital-ai/dot-components/issues/1501)
74
+ - DotAutoComplete Will Crash If Only Require Fields Provided [\#1500](https://github.com/digital-ai/dot-components/issues/1500)
75
+ - S-90959: Update breadcrumb separator alignment [\#1517](https://github.com/digital-ai/dot-components/pull/1517) ([CWSites](https://github.com/CWSites))
76
+ - D-25282: parse defaultValue according to multiple true/false [\#1510](https://github.com/digital-ai/dot-components/pull/1510) ([CWSites](https://github.com/CWSites))
77
+ - D-25283: AutoComplete options should default to an empty array [\#1509](https://github.com/digital-ai/dot-components/pull/1509) ([CWSites](https://github.com/CWSites))
78
+
79
+ **Merged pull requests:**
80
+
81
+ - S-91984: add default ariaLabel to DotIconButton for a11y [\#1514](https://github.com/digital-ai/dot-components/pull/1514) ([CWSites](https://github.com/CWSites))
82
+ - Refactor Autocomplete Popper to be separate file [\#1513](https://github.com/digital-ai/dot-components/pull/1513) ([CWSites](https://github.com/CWSites))
83
+
84
+ ## [2.8.2](https://github.com/digital-ai/dot-components/tree/2.8.2) (05/26/2023)
85
+
86
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.21.11...2.8.2)
87
+
88
+ **Fixed bugs:**
89
+
90
+ - S-91947: DotStepper step onClick validation [\#1503](https://github.com/digital-ai/dot-components/pull/1503) ([ryangamble](https://github.com/ryangamble))
91
+ - S-92200: Dynamic form autocomplete needs to handle free-form input [\#1490](https://github.com/digital-ai/dot-components/pull/1490) ([jmcnally](https://github.com/jmcnally))
92
+
93
+ **Merged pull requests:**
94
+
95
+ - S-91987: update drawer to have correct aria attributes [\#1506](https://github.com/digital-ai/dot-components/pull/1506) ([CWSites](https://github.com/CWSites))
96
+ - S-91988: components missing focus visibility indicator [\#1504](https://github.com/digital-ai/dot-components/pull/1504) ([CWSites](https://github.com/CWSites))
97
+
3
98
  ## [1.21.11](https://github.com/digital-ai/dot-components/tree/1.21.11) (05/25/2023)
4
99
 
5
100
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.8.1...1.21.11)
@@ -71,6 +166,7 @@
71
166
 
72
167
  - Give InlineEdit an inputRef property [\#1433](https://github.com/digital-ai/dot-components/issues/1433)
73
168
  - D-24626: Add startEditable attribute to InlineEdit [\#1466](https://github.com/digital-ai/dot-components/pull/1466) ([jmcnally](https://github.com/jmcnally))
169
+ - S-92086: `DotDatePicker` improvements [\#1461](https://github.com/digital-ai/dot-components/pull/1461) ([dmiletic85](https://github.com/dmiletic85))
74
170
 
75
171
  **Merged pull requests:**
76
172
 
@@ -86,7 +182,6 @@
86
182
 
87
183
  - `DotDatePicker` improvements [\#1460](https://github.com/digital-ai/dot-components/issues/1460)
88
184
  - Update DotPill to match current designs [\#1449](https://github.com/digital-ai/dot-components/issues/1449)
89
- - S-92086: `DotDatePicker` improvements [\#1461](https://github.com/digital-ai/dot-components/pull/1461) ([dmiletic85](https://github.com/dmiletic85))
90
185
 
91
186
  **Fixed bugs:**
92
187
 
@@ -690,7 +785,6 @@
690
785
 
691
786
  - Sidebar drawer/expanded does not have a data-testid prop supplied [\#1162](https://github.com/digital-ai/dot-components/issues/1162)
692
787
  - 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))
693
- - D-21267: adjust color of helper text [\#1174](https://github.com/digital-ai/dot-components/pull/1174) ([CWSites](https://github.com/CWSites))
694
788
 
695
789
  ## [1.17.1](https://github.com/digital-ai/dot-components/tree/1.17.1) (05/19/2022)
696
790
 
@@ -714,6 +808,7 @@
714
808
 
715
809
  - `helperText` on input fields shouldn't be bold [\#1165](https://github.com/digital-ai/dot-components/issues/1165)
716
810
  - `DotMenu` popup appears to be flickering on Safari [\#1123](https://github.com/digital-ai/dot-components/issues/1123)
811
+ - D-21267: adjust color of helper text [\#1174](https://github.com/digital-ai/dot-components/pull/1174) ([CWSites](https://github.com/CWSites))
717
812
  - D-21265: `helperText` on input fields shouldn't be bold [\#1167](https://github.com/digital-ai/dot-components/pull/1167) ([dmiletic85](https://github.com/dmiletic85))
718
813
 
719
814
  **Merged pull requests:**
@@ -742,7 +837,6 @@
742
837
  **Features:**
743
838
 
744
839
  - Ability to add custom component to AppToolBar navItems [\#1135](https://github.com/digital-ai/dot-components/issues/1135)
745
- - S-84453: add support for badge to AppToolbar navItems [\#1152](https://github.com/digital-ai/dot-components/pull/1152) ([CWSites](https://github.com/CWSites))
746
840
 
747
841
  **Fixed bugs:**
748
842
 
@@ -989,10 +1083,6 @@
989
1083
  - DotAlertBanner shows close icon when no onClose callback is provided [\#972](https://github.com/digital-ai/dot-components/issues/972)
990
1084
  - D-19803: Fix DotDrawer regression [\#980](https://github.com/digital-ai/dot-components/pull/980) ([selsemore](https://github.com/selsemore))
991
1085
 
992
- **Merged pull requests:**
993
-
994
- - S-76846: NX major upgrade to `13.7.3` [\#952](https://github.com/digital-ai/dot-components/pull/952) ([CWSites](https://github.com/CWSites))
995
-
996
1086
  ## [1.8.0](https://github.com/digital-ai/dot-components/tree/1.8.0) (02/02/2022)
997
1087
 
998
1088
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.7.0...1.8.0)
@@ -1051,6 +1141,7 @@
1051
1141
 
1052
1142
  **Merged pull requests:**
1053
1143
 
1144
+ - S-76846: NX major upgrade to `13.7.3` [\#952](https://github.com/digital-ai/dot-components/pull/952) ([CWSites](https://github.com/CWSites))
1054
1145
  - S-76846: upgrade to NX & storybook to latest `minor` release [\#951](https://github.com/digital-ai/dot-components/pull/951) ([CWSites](https://github.com/CWSites))
1055
1146
  - S-76846: upgrade NX to latest [\#950](https://github.com/digital-ai/dot-components/pull/950) ([CWSites](https://github.com/CWSites))
1056
1147
  - D-19517: Deprecate `minWidth` prop on Breadcrumbs [\#944](https://github.com/digital-ai/dot-components/pull/944) ([dmiletic85](https://github.com/dmiletic85))
@@ -1161,6 +1252,7 @@
1161
1252
  **Merged pull requests:**
1162
1253
 
1163
1254
  - S-80787: include changelog generation with release [\#877](https://github.com/digital-ai/dot-components/pull/877) ([CWSites](https://github.com/CWSites))
1255
+ - S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
1164
1256
 
1165
1257
  ## [1.5.2](https://github.com/digital-ai/dot-components/tree/1.5.2) (12/17/2021)
1166
1258
 
@@ -1201,7 +1293,6 @@
1201
1293
 
1202
1294
  **Merged pull requests:**
1203
1295
 
1204
- - S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
1205
1296
  - S-80783: add ESLint rule for alpha order [\#867](https://github.com/digital-ai/dot-components/pull/867) ([CWSites](https://github.com/CWSites))
1206
1297
 
1207
1298
  ## [1.4.0](https://github.com/digital-ai/dot-components/tree/1.4.0) (12/13/2021)
@@ -1385,6 +1476,7 @@
1385
1476
  **Features:**
1386
1477
 
1387
1478
  - Forms [\#594](https://github.com/digital-ai/dot-components/issues/594)
1479
+ - S-77126: Dynamic Form [\#717](https://github.com/digital-ai/dot-components/pull/717) ([dmiletic85](https://github.com/dmiletic85))
1388
1480
 
1389
1481
  **Fixed bugs:**
1390
1482
 
@@ -1432,10 +1524,6 @@
1432
1524
 
1433
1525
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.1.1...1.2.0)
1434
1526
 
1435
- **Features:**
1436
-
1437
- - S-77126: Dynamic Form [\#717](https://github.com/digital-ai/dot-components/pull/717) ([dmiletic85](https://github.com/dmiletic85))
1438
-
1439
1527
  **Fixed bugs:**
1440
1528
 
1441
1529
  - Missing return on `List` [\#721](https://github.com/digital-ai/dot-components/issues/721)
package/index.esm.js CHANGED
@@ -8273,7 +8273,7 @@ const DotFileUpload = ({
8273
8273
  } = useDropzone({
8274
8274
  accept,
8275
8275
  disabled: isUploadDisabled,
8276
- maxSize: maxSize * 1000000,
8276
+ maxSize: maxSize * 1024 * 1024,
8277
8277
  multiple: allowMultiple,
8278
8278
  noClick: true,
8279
8279
  onDragEnter,
package/index.umd.js CHANGED
@@ -9021,7 +9021,7 @@
9021
9021
  var _e = reactDropzone.useDropzone({
9022
9022
  accept: accept,
9023
9023
  disabled: isUploadDisabled,
9024
- maxSize: maxSize * 1000000,
9024
+ maxSize: maxSize * 1024 * 1024,
9025
9025
  multiple: allowMultiple,
9026
9026
  noClick: true,
9027
9027
  onDragEnter: onDragEnter,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/dot-components",
3
- "version": "1.21.11",
3
+ "version": "1.21.12",
4
4
  "private": false,
5
5
  "license": "SEE LICENSE IN <LICENSE.md>",
6
6
  "contributors": [