@digital-ai/dot-components 2.17.2 → 2.18.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 +31 -17
- package/index.esm.js +297 -255
- package/index.umd.js +398 -353
- package/lib/components/list/List.d.ts +1 -3
- package/lib/components/list/ListDivider.d.ts +7 -0
- package/lib/components/list/ListItem.d.ts +2 -0
- package/lib/components/list/NestedList.d.ts +2 -0
- package/lib/components/list/utils/helpers.d.ts +1 -0
- package/lib/components/list/utils/models.d.ts +2 -0
- package/lib/components/sidebar/Sidebar.stories.data.d.ts +12 -1
- package/lib/components/table/Table.d.ts +4 -1
- package/lib/components/table/Table.stories.d.ts +1 -1
- package/lib/components/table/TableBody.d.ts +8 -5
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.18.0](https://www.npmjs.com/package/@digital-ai/dot-components) (10/13/2023)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.17.3...2.18.0)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- S-96630 Add actionsMenuPlacement prop to DotTable [\#1669](https://github.com/digital-ai/dot-components/pull/1669) ([ryangamble](https://github.com/ryangamble))
|
|
10
|
+
|
|
11
|
+
**Fixed bugs:**
|
|
12
|
+
|
|
13
|
+
- D-21162: Address DotList behavior when clicking on/outside of nested list [\#1660](https://github.com/digital-ai/dot-components/pull/1660) ([CWSites](https://github.com/CWSites))
|
|
14
|
+
|
|
15
|
+
## [2.17.3](https://www.npmjs.com/package/@digital-ai/dot-components) (10/11/2023)
|
|
16
|
+
|
|
17
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.17.2...2.17.3)
|
|
18
|
+
|
|
19
|
+
**Fixed bugs:**
|
|
20
|
+
|
|
21
|
+
- D-21162: Nested List should not be a child of the parent ListItem [\#1665](https://github.com/digital-ai/dot-components/pull/1665) ([s-zimm](https://github.com/s-zimm))
|
|
22
|
+
|
|
3
23
|
## [2.17.2](https://www.npmjs.com/package/@digital-ai/dot-components) (10/10/2023)
|
|
4
24
|
|
|
5
25
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.17.1...2.17.2)
|
|
@@ -247,6 +267,7 @@
|
|
|
247
267
|
- S-90959: Update breadcrumb separator alignment [\#1517](https://github.com/digital-ai/dot-components/pull/1517) ([CWSites](https://github.com/CWSites))
|
|
248
268
|
- D-25282: parse defaultValue according to multiple true/false [\#1510](https://github.com/digital-ai/dot-components/pull/1510) ([CWSites](https://github.com/CWSites))
|
|
249
269
|
- 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))
|
|
270
|
+
- S-91947: DotStepper step onClick validation [\#1503](https://github.com/digital-ai/dot-components/pull/1503) ([ryangamble](https://github.com/ryangamble))
|
|
250
271
|
|
|
251
272
|
**Misc:**
|
|
252
273
|
|
|
@@ -259,7 +280,6 @@
|
|
|
259
280
|
|
|
260
281
|
**Fixed bugs:**
|
|
261
282
|
|
|
262
|
-
- S-91947: DotStepper step onClick validation [\#1503](https://github.com/digital-ai/dot-components/pull/1503) ([ryangamble](https://github.com/ryangamble))
|
|
263
283
|
- 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))
|
|
264
284
|
|
|
265
285
|
**Misc:**
|
|
@@ -282,7 +302,6 @@
|
|
|
282
302
|
**Features:**
|
|
283
303
|
|
|
284
304
|
- S-92577: `DotAutoComplete` - expose `inputValue` prop [\#1494](https://github.com/digital-ai/dot-components/pull/1494) ([dmiletic85](https://github.com/dmiletic85))
|
|
285
|
-
- S-92557 Add new prop onPopperTimeChange for TimePicker [\#1492](https://github.com/digital-ai/dot-components/pull/1492) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
286
305
|
- S-92402 Add `endText` on `DotInputText` and `DotInputSelect` [\#1489](https://github.com/digital-ai/dot-components/pull/1489) ([angel-git](https://github.com/angel-git))
|
|
287
306
|
|
|
288
307
|
**Fixed bugs:**
|
|
@@ -293,7 +312,6 @@
|
|
|
293
312
|
**Misc:**
|
|
294
313
|
|
|
295
314
|
- S-90263: Update `DotButton` to follow latest Figma design [\#1486](https://github.com/digital-ai/dot-components/pull/1486) ([CWSites](https://github.com/CWSites))
|
|
296
|
-
- S-92312: Refactor workflows to use latest features and action versions [\#1485](https://github.com/digital-ai/dot-components/pull/1485) ([BoraAksoy](https://github.com/BoraAksoy))
|
|
297
315
|
|
|
298
316
|
## [2.8.0](https://www.npmjs.com/package/@digital-ai/dot-components) (05/09/2023)
|
|
299
317
|
|
|
@@ -309,6 +327,7 @@
|
|
|
309
327
|
|
|
310
328
|
**Misc:**
|
|
311
329
|
|
|
330
|
+
- S-92312: Refactor workflows to use latest features and action versions [\#1485](https://github.com/digital-ai/dot-components/pull/1485) ([BoraAksoy](https://github.com/BoraAksoy))
|
|
312
331
|
- S-91986: `aria-role` on missing components [\#1482](https://github.com/digital-ai/dot-components/pull/1482) ([CWSites](https://github.com/CWSites))
|
|
313
332
|
|
|
314
333
|
## [2.7.4](https://www.npmjs.com/package/@digital-ai/dot-components) (05/04/2023)
|
|
@@ -317,6 +336,7 @@
|
|
|
317
336
|
|
|
318
337
|
**Features:**
|
|
319
338
|
|
|
339
|
+
- S-92557 Add new prop onPopperTimeChange for TimePicker [\#1492](https://github.com/digital-ai/dot-components/pull/1492) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
320
340
|
- S-92362: `DotAutoComplete` - Expose `getOptionDisabled` from MUI Autocomplete [\#1474](https://github.com/digital-ai/dot-components/pull/1474) ([dmiletic85](https://github.com/dmiletic85))
|
|
321
341
|
- S-92310 Use ISO format for `DatePicker` and `TimePicker` [\#1472](https://github.com/digital-ai/dot-components/pull/1472) ([angel-git](https://github.com/angel-git))
|
|
322
342
|
- S-92224: `DotDatePicker`, `DotTimePicker` - Improve keyboard accessibility [\#1470](https://github.com/digital-ai/dot-components/pull/1470) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -412,10 +432,6 @@
|
|
|
412
432
|
|
|
413
433
|
- S-90953: `DatePicker` component [\#1411](https://github.com/digital-ai/dot-components/pull/1411) ([dmiletic85](https://github.com/dmiletic85))
|
|
414
434
|
|
|
415
|
-
**Fixed bugs:**
|
|
416
|
-
|
|
417
|
-
- D-24483: Do not hide the backdrop [\#1423](https://github.com/digital-ai/dot-components/pull/1423) ([jmcnally](https://github.com/jmcnally))
|
|
418
|
-
|
|
419
435
|
**Misc:**
|
|
420
436
|
|
|
421
437
|
- resolve build issues with vsm-hub demo [\#1424](https://github.com/digital-ai/dot-components/pull/1424) ([CWSites](https://github.com/CWSites))
|
|
@@ -447,6 +463,7 @@
|
|
|
447
463
|
|
|
448
464
|
**Fixed bugs:**
|
|
449
465
|
|
|
466
|
+
- D-24483: Do not hide the backdrop [\#1423](https://github.com/digital-ai/dot-components/pull/1423) ([jmcnally](https://github.com/jmcnally))
|
|
450
467
|
- D-24317 Fix height on InlineEdit [\#1414](https://github.com/digital-ai/dot-components/pull/1414) ([angel-git](https://github.com/angel-git))
|
|
451
468
|
- 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))
|
|
452
469
|
|
|
@@ -536,6 +553,7 @@
|
|
|
536
553
|
|
|
537
554
|
**Fixed bugs:**
|
|
538
555
|
|
|
556
|
+
- S-90105 `DotAutoComplete`: fix `readOnly` input attribute [\#1357](https://github.com/digital-ai/dot-components/pull/1357) ([angel-git](https://github.com/angel-git))
|
|
539
557
|
- D-22139: date input field label [\#1353](https://github.com/digital-ai/dot-components/pull/1353) ([CWSites](https://github.com/CWSites))
|
|
540
558
|
- D-21789: display ellipsis correctly when table truncated [\#1352](https://github.com/digital-ai/dot-components/pull/1352) ([CWSites](https://github.com/CWSites))
|
|
541
559
|
- D-21193: adjust when truncated tooltip is displayed [\#1350](https://github.com/digital-ai/dot-components/pull/1350) ([CWSites](https://github.com/CWSites))
|
|
@@ -556,10 +574,6 @@
|
|
|
556
574
|
|
|
557
575
|
- S-90007 Expose ListboxComponent for `DotAutocomplete` [\#1365](https://github.com/digital-ai/dot-components/pull/1365) ([angel-git](https://github.com/angel-git))
|
|
558
576
|
|
|
559
|
-
**Fixed bugs:**
|
|
560
|
-
|
|
561
|
-
- S-90105 `DotAutoComplete`: fix `readOnly` input attribute [\#1357](https://github.com/digital-ai/dot-components/pull/1357) ([angel-git](https://github.com/angel-git))
|
|
562
|
-
|
|
563
577
|
## [2.2.0](https://www.npmjs.com/package/@digital-ai/dot-components) (12/28/2022)
|
|
564
578
|
|
|
565
579
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.1.1...2.2.0)
|
|
@@ -894,7 +908,6 @@
|
|
|
894
908
|
|
|
895
909
|
- D-20970: DotTableActions component [\#1134](https://github.com/digital-ai/dot-components/pull/1134) ([selsemore](https://github.com/selsemore))
|
|
896
910
|
- D-20359: only display tooltip if string [\#1127](https://github.com/digital-ai/dot-components/pull/1127) ([CWSites](https://github.com/CWSites))
|
|
897
|
-
- D-20660: `DotNavigationRail`: Should be able to update the selected rail [\#1106](https://github.com/digital-ai/dot-components/pull/1106) ([dmiletic85](https://github.com/dmiletic85))
|
|
898
911
|
|
|
899
912
|
## [1.15.0](https://www.npmjs.com/package/@digital-ai/dot-components) (04/21/2022)
|
|
900
913
|
|
|
@@ -913,6 +926,7 @@
|
|
|
913
926
|
- D-20763: Fix bulk action toolbar upper corners [\#1118](https://github.com/digital-ai/dot-components/pull/1118) ([selsemore](https://github.com/selsemore))
|
|
914
927
|
- D-20736: Fix text alignment for small DotAvatar [\#1116](https://github.com/digital-ai/dot-components/pull/1116) ([selsemore](https://github.com/selsemore))
|
|
915
928
|
- 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))
|
|
929
|
+
- D-20660: `DotNavigationRail`: Should be able to update the selected rail [\#1106](https://github.com/digital-ai/dot-components/pull/1106) ([dmiletic85](https://github.com/dmiletic85))
|
|
916
930
|
|
|
917
931
|
## [1.14.0](https://www.npmjs.com/package/@digital-ai/dot-components) (04/01/2022)
|
|
918
932
|
|
|
@@ -1133,7 +1147,6 @@
|
|
|
1133
1147
|
**Features:**
|
|
1134
1148
|
|
|
1135
1149
|
- S-80342: `DotTable` MultiSelect support [\#928](https://github.com/digital-ai/dot-components/pull/928) ([dmiletic85](https://github.com/dmiletic85))
|
|
1136
|
-
- S-78917: Character limit for breadcrumb items [\#921](https://github.com/digital-ai/dot-components/pull/921) ([monapatel91](https://github.com/monapatel91))
|
|
1137
1150
|
|
|
1138
1151
|
**Fixed bugs:**
|
|
1139
1152
|
|
|
@@ -1148,6 +1161,10 @@
|
|
|
1148
1161
|
|
|
1149
1162
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.6.0...1.6.1)
|
|
1150
1163
|
|
|
1164
|
+
**Features:**
|
|
1165
|
+
|
|
1166
|
+
- S-78917: Character limit for breadcrumb items [\#921](https://github.com/digital-ai/dot-components/pull/921) ([monapatel91](https://github.com/monapatel91))
|
|
1167
|
+
|
|
1151
1168
|
**Fixed bugs:**
|
|
1152
1169
|
|
|
1153
1170
|
- D-19415: `1.6.0` - Sidebar links broken, import was moved [\#926](https://github.com/digital-ai/dot-components/pull/926) ([dmiletic85](https://github.com/dmiletic85))
|
|
@@ -1187,6 +1204,7 @@
|
|
|
1187
1204
|
- D-19337: `List`: Circular dependency [\#897](https://github.com/digital-ai/dot-components/pull/897) ([dmiletic85](https://github.com/dmiletic85))
|
|
1188
1205
|
- D-19330: `AppToolbar` shouldn't have grey dividers [\#891](https://github.com/digital-ai/dot-components/pull/891) ([dmiletic85](https://github.com/dmiletic85))
|
|
1189
1206
|
- D-19200: `List` Nested list drawer is not rendering correctly [\#869](https://github.com/digital-ai/dot-components/pull/869) ([dmiletic85](https://github.com/dmiletic85))
|
|
1207
|
+
- D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
|
|
1190
1208
|
|
|
1191
1209
|
## [1.5.3](https://www.npmjs.com/package/@digital-ai/dot-components) (12/17/2021)
|
|
1192
1210
|
|
|
@@ -1226,10 +1244,6 @@
|
|
|
1226
1244
|
|
|
1227
1245
|
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
1228
1246
|
|
|
1229
|
-
**Fixed bugs:**
|
|
1230
|
-
|
|
1231
|
-
- D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
|
|
1232
|
-
|
|
1233
1247
|
**Misc:**
|
|
1234
1248
|
|
|
1235
1249
|
- S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
|