@digital-ai/dot-components 1.13.0 → 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 +50 -18
- package/index.esm.js +367 -258
- package/index.umd.js +528 -393
- package/lib/components/button/index.d.ts +4 -0
- 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 +8 -3
- 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 +6 -0
- package/lib/components/file-upload/utils/helpers.d.ts +23 -0
- package/lib/components/file-upload/utils/models.d.ts +33 -0
- package/lib/components/index.d.ts +8 -9
- package/lib/components/inline-edit/InlineEdit.d.ts +5 -3
- package/lib/components/inline-edit/InlineEdit.stories.styles.d.ts +2 -0
- package/lib/components/inline-edit/utils/helpers.d.ts +2 -0
- package/lib/components/inline-edit/utils/models.d.ts +8 -0
- package/lib/components/navigation-rail/NavigationRail.stories.styles.d.ts +2 -0
- package/lib/components/navigation-rail/index.d.ts +2 -0
- package/lib/components/switch/index.d.ts +2 -0
- package/package.json +1 -1
- package/lib/components/file-upload/uploadHelpers.d.ts +0 -13
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
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
|
+
|
|
12
|
+
## [1.14.1](https://github.com/digital-ai/dot-components/tree/1.14.1) (04/07/2022)
|
|
13
|
+
|
|
14
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.14.0...1.14.1)
|
|
15
|
+
|
|
16
|
+
**Features:**
|
|
17
|
+
|
|
18
|
+
- `DotSwitch`: Add more Storybook examples [\#1113](https://github.com/digital-ai/dot-components/issues/1113)
|
|
19
|
+
- `Button`: Add more Storybook examples [\#1109](https://github.com/digital-ai/dot-components/issues/1109)
|
|
20
|
+
|
|
21
|
+
**Fixed bugs:**
|
|
22
|
+
|
|
23
|
+
- Corner radius is missing for bulk action bar [\#1117](https://github.com/digital-ai/dot-components/issues/1117)
|
|
24
|
+
- Text is not centered in avatar circle [\#1115](https://github.com/digital-ai/dot-components/issues/1115)
|
|
25
|
+
- Checkbox column takes up to much space in a multi-select table [\#1111](https://github.com/digital-ai/dot-components/issues/1111)
|
|
26
|
+
- `DotNavigationRail` Should be able to update the selected rail [\#1104](https://github.com/digital-ai/dot-components/issues/1104)
|
|
27
|
+
- D-20763: Fix bulk action toolbar upper corners [\#1118](https://github.com/digital-ai/dot-components/pull/1118) ([selsemore](https://github.com/selsemore))
|
|
28
|
+
- D-20736: Fix text alignment for small DotAvatar [\#1116](https://github.com/digital-ai/dot-components/pull/1116) ([selsemore](https://github.com/selsemore))
|
|
29
|
+
- 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))
|
|
30
|
+
- 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))
|
|
31
|
+
|
|
32
|
+
## [1.14.0](https://github.com/digital-ai/dot-components/tree/1.14.0) (04/01/2022)
|
|
33
|
+
|
|
34
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.13.0...1.14.0)
|
|
35
|
+
|
|
36
|
+
**Features:**
|
|
37
|
+
|
|
38
|
+
- `InlineEdit` Support for different text in view/edit modes [\#1103](https://github.com/digital-ai/dot-components/issues/1103)
|
|
39
|
+
- S-83748: `InlineEdit`: Support for different text in view/edit modes [\#1105](https://github.com/digital-ai/dot-components/pull/1105) ([dmiletic85](https://github.com/dmiletic85))
|
|
40
|
+
|
|
41
|
+
**Fixed bugs:**
|
|
42
|
+
|
|
43
|
+
- DotFileUpload - Setting maxFile limit to 1 allows to upload more than 1 files [\#1096](https://github.com/digital-ai/dot-components/issues/1096)
|
|
44
|
+
- We lost scrollbar for sidenav nested drawers [\#1061](https://github.com/digital-ai/dot-components/issues/1061)
|
|
45
|
+
- D-20516: `DotFileUpload` - Setting maxFile limit to 1 allows to upload more than 1 files [\#1101](https://github.com/digital-ai/dot-components/pull/1101) ([dmiletic85](https://github.com/dmiletic85))
|
|
46
|
+
- D-20334: Add scroll to nested drawer [\#1062](https://github.com/digital-ai/dot-components/pull/1062) ([s-zimm](https://github.com/s-zimm))
|
|
47
|
+
|
|
3
48
|
## [1.13.0](https://github.com/digital-ai/dot-components/tree/1.13.0) (03/28/2022)
|
|
4
49
|
|
|
5
50
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.12.0...1.13.0)
|
|
@@ -65,19 +110,19 @@
|
|
|
65
110
|
|
|
66
111
|
## [1.11.2](https://github.com/digital-ai/dot-components/tree/1.11.2) (03/15/2022)
|
|
67
112
|
|
|
68
|
-
[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)
|
|
69
114
|
|
|
70
115
|
**Merged pull requests:**
|
|
71
116
|
|
|
72
117
|
- March14th2022 update [\#1058](https://github.com/digital-ai/dot-components/pull/1058) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
73
118
|
|
|
74
|
-
## [
|
|
119
|
+
## [1.11.1](https://github.com/digital-ai/dot-components/tree/1.11.1) (03/14/2022)
|
|
75
120
|
|
|
76
|
-
[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)
|
|
77
122
|
|
|
78
|
-
|
|
123
|
+
**Features:**
|
|
79
124
|
|
|
80
|
-
[
|
|
125
|
+
- Configure `tsconfig.json` so that `React` imports are obsolete [\#1040](https://github.com/digital-ai/dot-components/issues/1040)
|
|
81
126
|
|
|
82
127
|
**Fixed bugs:**
|
|
83
128
|
|
|
@@ -87,19 +132,6 @@
|
|
|
87
132
|
**Merged pull requests:**
|
|
88
133
|
|
|
89
134
|
- D-19983: move react-router to dev dependency [\#1049](https://github.com/digital-ai/dot-components/pull/1049) ([CWSites](https://github.com/CWSites))
|
|
90
|
-
|
|
91
|
-
## [2.0.1-rc.0](https://github.com/digital-ai/dot-components/tree/2.0.1-rc.0) (03/14/2022)
|
|
92
|
-
|
|
93
|
-
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.0...2.0.1-rc.0)
|
|
94
|
-
|
|
95
|
-
**Features:**
|
|
96
|
-
|
|
97
|
-
- Configure `tsconfig.json` so that `React` imports are obsolete [\#1040](https://github.com/digital-ai/dot-components/issues/1040)
|
|
98
|
-
- 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))
|
|
99
|
-
|
|
100
|
-
**Merged pull requests:**
|
|
101
|
-
|
|
102
|
-
- S-82390: tsconfig react import [\#1048](https://github.com/digital-ai/dot-components/pull/1048) ([CWSites](https://github.com/CWSites))
|
|
103
135
|
- S-81949: adjusting RC workflow [\#1038](https://github.com/digital-ai/dot-components/pull/1038) ([CWSites](https://github.com/CWSites))
|
|
104
136
|
|
|
105
137
|
## [1.11.0](https://github.com/digital-ai/dot-components/tree/1.11.0) (03/07/2022)
|