@digital-ai/dot-components 2.16.0 → 2.17.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 +14 -9
- package/index.esm.js +357 -202
- package/index.umd.js +510 -346
- package/lib/components/table/Table.d.ts +4 -2
- package/lib/components/table/Table.stories.d.ts +3 -1
- package/lib/components/table/Table.stories.data.d.ts +59 -0
- package/lib/components/table/TableBody.d.ts +3 -2
- package/lib/components/table/TableBodyCollapsibleTable.d.ts +8 -0
- package/lib/components/table/TableBodyCollapsibleTable.styles.d.ts +2 -0
- package/lib/components/table/TableBodyExpandCollapseCell.d.ts +8 -0
- package/lib/components/table/TableBodyExpandCollapseCell.styles.d.ts +3 -0
- package/lib/components/table/TableHeader.d.ts +3 -2
- package/lib/components/table/TableRow.d.ts +3 -2
- package/lib/components/table/utils/helpers.d.ts +1 -0
- package/lib/components/table/utils/models.d.ts +19 -0
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.17.0](https://www.npmjs.com/package/@digital-ai/dot-components) (10/03/2023)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.16.0...2.17.0)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- S-95856: Added collapsible-table feature within DotTable. [\#1625](https://github.com/digital-ai/dot-components/pull/1625) ([maheswaran-cn519](https://github.com/maheswaran-cn519))
|
|
10
|
+
|
|
3
11
|
## [2.16.0](https://www.npmjs.com/package/@digital-ai/dot-components) (09/28/2023)
|
|
4
12
|
|
|
5
13
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.15.2...2.16.0)
|
|
@@ -213,10 +221,6 @@
|
|
|
213
221
|
|
|
214
222
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.8.2...2.9.0)
|
|
215
223
|
|
|
216
|
-
**Features:**
|
|
217
|
-
|
|
218
|
-
- S-90959: `DotAvatar` support numbers [\#1515](https://github.com/digital-ai/dot-components/pull/1515) ([CWSites](https://github.com/CWSites))
|
|
219
|
-
|
|
220
224
|
**Fixed bugs:**
|
|
221
225
|
|
|
222
226
|
- S-90959: Update breadcrumb separator alignment [\#1517](https://github.com/digital-ai/dot-components/pull/1517) ([CWSites](https://github.com/CWSites))
|
|
@@ -232,6 +236,10 @@
|
|
|
232
236
|
|
|
233
237
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.11...2.8.2)
|
|
234
238
|
|
|
239
|
+
**Features:**
|
|
240
|
+
|
|
241
|
+
- S-90959: `DotAvatar` support numbers [\#1515](https://github.com/digital-ai/dot-components/pull/1515) ([CWSites](https://github.com/CWSites))
|
|
242
|
+
|
|
235
243
|
**Fixed bugs:**
|
|
236
244
|
|
|
237
245
|
- S-91947: DotStepper step onClick validation [\#1503](https://github.com/digital-ai/dot-components/pull/1503) ([ryangamble](https://github.com/ryangamble))
|
|
@@ -338,6 +346,7 @@
|
|
|
338
346
|
**Misc:**
|
|
339
347
|
|
|
340
348
|
- S-91314: Remove use of deprecated `StylesProvider` [\#1457](https://github.com/digital-ai/dot-components/pull/1457) ([CWSites](https://github.com/CWSites))
|
|
349
|
+
- S-91975: `TimePicker` - Improve keyboard access [\#1455](https://github.com/digital-ai/dot-components/pull/1455) ([dmiletic85](https://github.com/dmiletic85))
|
|
341
350
|
|
|
342
351
|
## [2.7.0](https://www.npmjs.com/package/@digital-ai/dot-components) (04/14/2023)
|
|
343
352
|
|
|
@@ -352,10 +361,6 @@
|
|
|
352
361
|
|
|
353
362
|
- D-24793: `DotTimePicker` - set clock instead of calendar icon [\#1444](https://github.com/digital-ai/dot-components/pull/1444) ([dmiletic85](https://github.com/dmiletic85))
|
|
354
363
|
|
|
355
|
-
**Misc:**
|
|
356
|
-
|
|
357
|
-
- S-91975: `TimePicker` - Improve keyboard access [\#1455](https://github.com/digital-ai/dot-components/pull/1455) ([dmiletic85](https://github.com/dmiletic85))
|
|
358
|
-
|
|
359
364
|
## [2.6.1](https://www.npmjs.com/package/@digital-ai/dot-components) (04/06/2023)
|
|
360
365
|
|
|
361
366
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.6.0...2.6.1)
|
|
@@ -1033,6 +1038,7 @@
|
|
|
1033
1038
|
- S-81968: `ButtonToggle`: Add class prop into `ButtonToggleProps` and export relevant types and interfaces [\#993](https://github.com/digital-ai/dot-components/pull/993) ([dmiletic85](https://github.com/dmiletic85))
|
|
1034
1039
|
- S-81966: `Divider`: Create and expose `Divider` component [\#992](https://github.com/digital-ai/dot-components/pull/992) ([dmiletic85](https://github.com/dmiletic85))
|
|
1035
1040
|
- S-81656: `Popper`: Create and expose `Popper` component [\#988](https://github.com/digital-ai/dot-components/pull/988) ([dmiletic85](https://github.com/dmiletic85))
|
|
1041
|
+
- S-81802: Add 'Clear all' button to DotTable multiSelect toolbar [\#987](https://github.com/digital-ai/dot-components/pull/987) ([selsemore](https://github.com/selsemore))
|
|
1036
1042
|
- S-81693: `Menu`: add multi-level support [\#981](https://github.com/digital-ai/dot-components/pull/981) ([dmiletic85](https://github.com/dmiletic85))
|
|
1037
1043
|
|
|
1038
1044
|
**Fixed bugs:**
|
|
@@ -1060,7 +1066,6 @@
|
|
|
1060
1066
|
|
|
1061
1067
|
**Features:**
|
|
1062
1068
|
|
|
1063
|
-
- S-81802: Add 'Clear all' button to DotTable multiSelect toolbar [\#987](https://github.com/digital-ai/dot-components/pull/987) ([selsemore](https://github.com/selsemore))
|
|
1064
1069
|
- S-76952: `AutoComplete`: Add dense prop [\#976](https://github.com/digital-ai/dot-components/pull/976) ([dmiletic85](https://github.com/dmiletic85))
|
|
1065
1070
|
- S-81503: `Autocomplete` Improve functionality for adding new item [\#957](https://github.com/digital-ai/dot-components/pull/957) ([dmiletic85](https://github.com/dmiletic85))
|
|
1066
1071
|
|