@digital-ai/dot-components 1.14.1 → 1.15.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 +16 -20
- package/index.esm.js +273 -225
- package/index.umd.js +414 -359
- package/lib/components/file-upload/FileListItem.d.ts +9 -4
- package/lib/components/file-upload/FileListItem.styles.d.ts +40 -0
- package/lib/components/file-upload/FileUpload.d.ts +6 -1
- package/lib/components/file-upload/FileUpload.stories.data.d.ts +6 -0
- package/lib/components/file-upload/FileUpload.stories.styles.d.ts +2 -0
- package/lib/components/file-upload/index.d.ts +4 -0
- package/lib/components/file-upload/utils/helpers.d.ts +12 -4
- package/lib/components/file-upload/utils/models.d.ts +18 -0
- package/lib/components/index.d.ts +2 -2
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.15.0](https://github.com/digital-ai/dot-components/tree/1.15.0) (04/21/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.14.1...1.15.0)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- \[DRAFT\] `DotFileUpload` Allow to have initial uploaded files [\#1120](https://github.com/digital-ai/dot-components/issues/1120)
|
|
10
|
+
- S-84031: `DotFileUpload` Allow to have initial uploaded files [\#1128](https://github.com/digital-ai/dot-components/pull/1128) ([dmiletic85](https://github.com/dmiletic85))
|
|
11
|
+
|
|
3
12
|
## [1.14.1](https://github.com/digital-ai/dot-components/tree/1.14.1) (04/07/2022)
|
|
4
13
|
|
|
5
14
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.14.0...1.14.1)
|
|
@@ -101,19 +110,19 @@
|
|
|
101
110
|
|
|
102
111
|
## [1.11.2](https://github.com/digital-ai/dot-components/tree/1.11.2) (03/15/2022)
|
|
103
112
|
|
|
104
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/
|
|
113
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.1...1.11.2)
|
|
105
114
|
|
|
106
115
|
**Merged pull requests:**
|
|
107
116
|
|
|
108
117
|
- March14th2022 update [\#1058](https://github.com/digital-ai/dot-components/pull/1058) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
109
118
|
|
|
110
|
-
## [
|
|
119
|
+
## [1.11.1](https://github.com/digital-ai/dot-components/tree/1.11.1) (03/14/2022)
|
|
111
120
|
|
|
112
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.1
|
|
121
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.0...1.11.1)
|
|
113
122
|
|
|
114
|
-
|
|
123
|
+
**Features:**
|
|
115
124
|
|
|
116
|
-
[
|
|
125
|
+
- Configure `tsconfig.json` so that `React` imports are obsolete [\#1040](https://github.com/digital-ai/dot-components/issues/1040)
|
|
117
126
|
|
|
118
127
|
**Fixed bugs:**
|
|
119
128
|
|
|
@@ -123,19 +132,6 @@
|
|
|
123
132
|
**Merged pull requests:**
|
|
124
133
|
|
|
125
134
|
- D-19983: move react-router to dev dependency [\#1049](https://github.com/digital-ai/dot-components/pull/1049) ([CWSites](https://github.com/CWSites))
|
|
126
|
-
|
|
127
|
-
## [2.0.1-rc.0](https://github.com/digital-ai/dot-components/tree/2.0.1-rc.0) (03/14/2022)
|
|
128
|
-
|
|
129
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.0...2.0.1-rc.0)
|
|
130
|
-
|
|
131
|
-
**Features:**
|
|
132
|
-
|
|
133
|
-
- Configure `tsconfig.json` so that `React` imports are obsolete [\#1040](https://github.com/digital-ai/dot-components/issues/1040)
|
|
134
|
-
- S-82390: Configure `tsconfig.json` so that `React` imports are obsolete [\#1041](https://github.com/digital-ai/dot-components/pull/1041) ([dmiletic85](https://github.com/dmiletic85))
|
|
135
|
-
|
|
136
|
-
**Merged pull requests:**
|
|
137
|
-
|
|
138
|
-
- S-82390: tsconfig react import [\#1048](https://github.com/digital-ai/dot-components/pull/1048) ([CWSites](https://github.com/CWSites))
|
|
139
135
|
- S-81949: adjusting RC workflow [\#1038](https://github.com/digital-ai/dot-components/pull/1038) ([CWSites](https://github.com/CWSites))
|
|
140
136
|
|
|
141
137
|
## [1.11.0](https://github.com/digital-ai/dot-components/tree/1.11.0) (03/07/2022)
|
|
@@ -557,6 +553,7 @@
|
|
|
557
553
|
**Merged pull requests:**
|
|
558
554
|
|
|
559
555
|
- S-79569: Do not set custom class for table cell if none was provided [\#808](https://github.com/digital-ai/dot-components/pull/808) ([selsemore](https://github.com/selsemore))
|
|
556
|
+
- 17 nov2021 update icon [\#803](https://github.com/digital-ai/dot-components/pull/803) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
560
557
|
|
|
561
558
|
## [1.3.3](https://github.com/digital-ai/dot-components/tree/1.3.3) (11/16/2021)
|
|
562
559
|
|
|
@@ -580,7 +577,6 @@
|
|
|
580
577
|
|
|
581
578
|
**Merged pull requests:**
|
|
582
579
|
|
|
583
|
-
- 17 nov2021 update icon [\#803](https://github.com/digital-ai/dot-components/pull/803) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
584
580
|
- Next minor release [\#796](https://github.com/digital-ai/dot-components/pull/796) ([CWSites](https://github.com/CWSites))
|
|
585
581
|
- S-80103: add `yarn format:check` to PR verification and release testing [\#789](https://github.com/digital-ai/dot-components/pull/789) ([CWSites](https://github.com/CWSites))
|
|
586
582
|
- S-79880: Add 'target' prop to ListItemProps [\#788](https://github.com/digital-ai/dot-components/pull/788) ([selsemore](https://github.com/selsemore))
|
|
@@ -786,6 +782,7 @@
|
|
|
786
782
|
|
|
787
783
|
- Console warnings while running unit tests for codebase that is consuming dot-components library [\#629](https://github.com/digital-ai/dot-components/issues/629)
|
|
788
784
|
- D-18424: include breadcrumb wrapper with breadcrumb component [\#675](https://github.com/digital-ai/dot-components/pull/675) ([CWSites](https://github.com/CWSites))
|
|
785
|
+
- D-18536: material 4.12.3 upgrade [\#667](https://github.com/digital-ai/dot-components/pull/667) ([CWSites](https://github.com/CWSites))
|
|
789
786
|
|
|
790
787
|
**Merged pull requests:**
|
|
791
788
|
|
|
@@ -807,7 +804,6 @@
|
|
|
807
804
|
- Update Agility colors [\#656](https://github.com/digital-ai/dot-components/issues/656)
|
|
808
805
|
- Add aria-label property [\#632](https://github.com/digital-ai/dot-components/issues/632)
|
|
809
806
|
- D-18730: action toolbar support [\#671](https://github.com/digital-ai/dot-components/pull/671) ([CWSites](https://github.com/CWSites))
|
|
810
|
-
- D-18536: material 4.12.3 upgrade [\#667](https://github.com/digital-ai/dot-components/pull/667) ([CWSites](https://github.com/CWSites))
|
|
811
807
|
- D-18607: Fix rowsPerPage parsing and do not pad table with empty rows [\#655](https://github.com/digital-ai/dot-components/pull/655) ([selsemore](https://github.com/selsemore))
|
|
812
808
|
|
|
813
809
|
**Merged pull requests:**
|