@digital-ai/dot-components 2.5.3 → 2.5.4
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 +18 -5
- package/index.esm.js +380 -217
- package/index.umd.js +564 -385
- package/lib/components/date-picker/DatePicker.d.ts +68 -0
- package/lib/components/date-picker/DatePicker.stories.d.ts +20 -0
- package/lib/components/date-picker/DatePicker.stories.styles.d.ts +4 -0
- package/lib/components/date-picker/DatePicker.styles.d.ts +11 -0
- package/lib/components/date-picker/index.d.ts +3 -0
- package/lib/components/date-picker/utils/models.d.ts +38 -0
- package/lib/components/index.d.ts +2 -0
- package/lib/components/input-form-fields/InputText.d.ts +3 -3
- package/lib/components/input-form-fields/common.styles.d.ts +3 -0
- package/lib/theme-provider/ThemeProvider.d.ts +1 -0
- package/package.json +2 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.5.4](https://www.npmjs.com/package/@digital-ai/dot-components) (03/29/2023)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.5.3...2.5.4)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- S-90953: `DatePicker` component [\#1411](https://github.com/digital-ai/dot-components/pull/1411) ([dmiletic85](https://github.com/dmiletic85))
|
|
10
|
+
|
|
11
|
+
**Fixed bugs:**
|
|
12
|
+
|
|
13
|
+
- D-24483: Do not hide the backdrop [\#1423](https://github.com/digital-ai/dot-components/pull/1423) ([jmcnally](https://github.com/jmcnally))
|
|
14
|
+
|
|
15
|
+
**Misc:**
|
|
16
|
+
|
|
17
|
+
- resolve build issues with vsm-hub demo [\#1424](https://github.com/digital-ai/dot-components/pull/1424) ([CWSites](https://github.com/CWSites))
|
|
18
|
+
|
|
3
19
|
## [2.5.3](https://www.npmjs.com/package/@digital-ai/dot-components) (03/21/2023)
|
|
4
20
|
|
|
5
21
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.10...2.5.3)
|
|
@@ -283,10 +299,6 @@
|
|
|
283
299
|
- S-87616 Adjust left margin for helper text [\#1262](https://github.com/digital-ai/dot-components/pull/1262) ([nikolinadapic](https://github.com/nikolinadapic))
|
|
284
300
|
- S-87599: `DotAutocomplete` Add optional `persistentLabel` prop [\#1258](https://github.com/digital-ai/dot-components/pull/1258) ([dmiletic85](https://github.com/dmiletic85))
|
|
285
301
|
|
|
286
|
-
**Fixed bugs:**
|
|
287
|
-
|
|
288
|
-
- S-85900: Optional behavior for app toolbar click away to close main menu [\#1256](https://github.com/digital-ai/dot-components/pull/1256) ([ray-jonathan](https://github.com/ray-jonathan))
|
|
289
|
-
|
|
290
302
|
## [2.0.0-rc.2](https://www.npmjs.com/package/@digital-ai/dot-components) (09/15/2022)
|
|
291
303
|
|
|
292
304
|
[Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/1.21.2...2.0.0-rc.2)
|
|
@@ -301,6 +313,7 @@
|
|
|
301
313
|
|
|
302
314
|
**Fixed bugs:**
|
|
303
315
|
|
|
316
|
+
- S-85900: Optional behavior for app toolbar click away to close main menu [\#1256](https://github.com/digital-ai/dot-components/pull/1256) ([ray-jonathan](https://github.com/ray-jonathan))
|
|
304
317
|
- D-22241: `DotFileListItem`: fix focus states and expose `onKeyPress` [\#1254](https://github.com/digital-ai/dot-components/pull/1254) ([dmiletic85](https://github.com/dmiletic85))
|
|
305
318
|
|
|
306
319
|
## [2.0.0-rc.1](https://www.npmjs.com/package/@digital-ai/dot-components) (08/31/2022)
|
|
@@ -514,6 +527,7 @@
|
|
|
514
527
|
|
|
515
528
|
**Fixed bugs:**
|
|
516
529
|
|
|
530
|
+
- D-20483: `react-grid-layout` library should not be peer dependency [\#1088](https://github.com/digital-ai/dot-components/pull/1088) ([dmiletic85](https://github.com/dmiletic85))
|
|
517
531
|
- D-20465: `DotButtonToggle` wrong `type` for value and `onChange` [\#1087](https://github.com/digital-ai/dot-components/pull/1087) ([dmiletic85](https://github.com/dmiletic85))
|
|
518
532
|
|
|
519
533
|
## [1.12.0](https://www.npmjs.com/package/@digital-ai/dot-components) (03/25/2022)
|
|
@@ -533,7 +547,6 @@
|
|
|
533
547
|
**Fixed bugs:**
|
|
534
548
|
|
|
535
549
|
- D-20511: remove extra period [\#1094](https://github.com/digital-ai/dot-components/pull/1094) ([CWSites](https://github.com/CWSites))
|
|
536
|
-
- D-20483: `react-grid-layout` library should not be peer dependency [\#1088](https://github.com/digital-ai/dot-components/pull/1088) ([dmiletic85](https://github.com/dmiletic85))
|
|
537
550
|
- D-20463: Change the DotDrawer stories to make drawers not open initially [\#1086](https://github.com/digital-ai/dot-components/pull/1086) ([selsemore](https://github.com/selsemore))
|
|
538
551
|
- D-20418: `DotTable`: Strange scrolling behavior with action menu [\#1082](https://github.com/digital-ai/dot-components/pull/1082) ([dmiletic85](https://github.com/dmiletic85))
|
|
539
552
|
- D-20426: `DotConfirmation `: `title` and `message` prop are not applying correct font family [\#1081](https://github.com/digital-ai/dot-components/pull/1081) ([dmiletic85](https://github.com/dmiletic85))
|