@digital-ai/dot-components 1.14.0 → 1.16.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 CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.16.0](https://github.com/digital-ai/dot-components/tree/1.16.0) (05/10/2022)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.15.0...1.16.0)
6
+
7
+ **Features:**
8
+
9
+ - Ability to add custom component to AppToolBar navItems [\#1135](https://github.com/digital-ai/dot-components/issues/1135)
10
+ - S-84453: add support for badge to AppToolbar navItems [\#1152](https://github.com/digital-ai/dot-components/pull/1152) ([CWSites](https://github.com/CWSites))
11
+
12
+ **Fixed bugs:**
13
+
14
+ - DotTable action menu does not work according to design [\#1133](https://github.com/digital-ai/dot-components/issues/1133)
15
+ - Accordion summary has badly styled tooltip when summary is not a string and noWrap is true [\#1069](https://github.com/digital-ai/dot-components/issues/1069)
16
+ - D-20970: DotTableActions component [\#1134](https://github.com/digital-ai/dot-components/pull/1134) ([selsemore](https://github.com/selsemore))
17
+ - D-20359: only display tooltip if string [\#1127](https://github.com/digital-ai/dot-components/pull/1127) ([CWSites](https://github.com/CWSites))
18
+
19
+ ## [1.15.0](https://github.com/digital-ai/dot-components/tree/1.15.0) (04/21/2022)
20
+
21
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.14.1...1.15.0)
22
+
23
+ **Features:**
24
+
25
+ - \[DRAFT\] `DotFileUpload` Allow to have initial uploaded files [\#1120](https://github.com/digital-ai/dot-components/issues/1120)
26
+ - S-84031: `DotFileUpload` Allow to have initial uploaded files [\#1128](https://github.com/digital-ai/dot-components/pull/1128) ([dmiletic85](https://github.com/dmiletic85))
27
+
28
+ ## [1.14.1](https://github.com/digital-ai/dot-components/tree/1.14.1) (04/07/2022)
29
+
30
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.14.0...1.14.1)
31
+
32
+ **Features:**
33
+
34
+ - `DotSwitch`: Add more Storybook examples [\#1113](https://github.com/digital-ai/dot-components/issues/1113)
35
+ - `Button`: Add more Storybook examples [\#1109](https://github.com/digital-ai/dot-components/issues/1109)
36
+
37
+ **Fixed bugs:**
38
+
39
+ - Corner radius is missing for bulk action bar [\#1117](https://github.com/digital-ai/dot-components/issues/1117)
40
+ - Text is not centered in avatar circle [\#1115](https://github.com/digital-ai/dot-components/issues/1115)
41
+ - Checkbox column takes up to much space in a multi-select table [\#1111](https://github.com/digital-ai/dot-components/issues/1111)
42
+ - `DotNavigationRail` Should be able to update the selected rail [\#1104](https://github.com/digital-ai/dot-components/issues/1104)
43
+ - D-20763: Fix bulk action toolbar upper corners [\#1118](https://github.com/digital-ai/dot-components/pull/1118) ([selsemore](https://github.com/selsemore))
44
+ - D-20736: Fix text alignment for small DotAvatar [\#1116](https://github.com/digital-ai/dot-components/pull/1116) ([selsemore](https://github.com/selsemore))
45
+ - 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))
46
+ - 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))
47
+
3
48
  ## [1.14.0](https://github.com/digital-ai/dot-components/tree/1.14.0) (04/01/2022)
4
49
 
5
50
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.13.0...1.14.0)
@@ -49,6 +94,7 @@
49
94
  - S-82899: `DotCheckbox`: Add more Storybook examples [\#1090](https://github.com/digital-ai/dot-components/pull/1090) ([dmiletic85](https://github.com/dmiletic85))
50
95
  - S-82453: `TruncateWithTooltip`: Create new component [\#1072](https://github.com/digital-ai/dot-components/pull/1072) ([dmiletic85](https://github.com/dmiletic85))
51
96
  - S-82519: `Snackbar` Allow positioning [\#1064](https://github.com/digital-ai/dot-components/pull/1064) ([dmiletic85](https://github.com/dmiletic85))
97
+ - S-82617: `DotInputText` Expose mouse up event [\#1063](https://github.com/digital-ai/dot-components/pull/1063) ([dmiletic85](https://github.com/dmiletic85))
52
98
  - S-76904: `InlineEdit` improvements [\#1053](https://github.com/digital-ai/dot-components/pull/1053) ([dmiletic85](https://github.com/dmiletic85))
53
99
  - S-82059: `DraggableList`: Create and export the component [\#1003](https://github.com/digital-ai/dot-components/pull/1003) ([dmiletic85](https://github.com/dmiletic85))
54
100
 
@@ -74,29 +120,25 @@
74
120
 
75
121
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.2...1.11.3)
76
122
 
77
- **Features:**
78
-
79
- - S-82617: `DotInputText` Expose mouse up event [\#1063](https://github.com/digital-ai/dot-components/pull/1063) ([dmiletic85](https://github.com/dmiletic85))
80
-
81
123
  **Merged pull requests:**
82
124
 
83
125
  - March 16 2022 Agility icons [\#1066](https://github.com/digital-ai/dot-components/pull/1066) ([BojanKocijan](https://github.com/BojanKocijan))
84
126
 
85
127
  ## [1.11.2](https://github.com/digital-ai/dot-components/tree/1.11.2) (03/15/2022)
86
128
 
87
- [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.0-rc.1...1.11.2)
129
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.1...1.11.2)
88
130
 
89
131
  **Merged pull requests:**
90
132
 
91
133
  - March14th2022 update [\#1058](https://github.com/digital-ai/dot-components/pull/1058) ([BojanKocijan](https://github.com/BojanKocijan))
92
134
 
93
- ## [2.0.0-rc.1](https://github.com/digital-ai/dot-components/tree/2.0.0-rc.1) (03/14/2022)
135
+ ## [1.11.1](https://github.com/digital-ai/dot-components/tree/1.11.1) (03/14/2022)
94
136
 
95
- [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.1...2.0.0-rc.1)
137
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.0...1.11.1)
96
138
 
97
- ## [1.11.1](https://github.com/digital-ai/dot-components/tree/1.11.1) (03/14/2022)
139
+ **Features:**
98
140
 
99
- [Full Changelog](https://github.com/digital-ai/dot-components/compare/2.0.1-rc.0...1.11.1)
141
+ - Configure `tsconfig.json` so that `React` imports are obsolete [\#1040](https://github.com/digital-ai/dot-components/issues/1040)
100
142
 
101
143
  **Fixed bugs:**
102
144
 
@@ -106,19 +148,6 @@
106
148
  **Merged pull requests:**
107
149
 
108
150
  - D-19983: move react-router to dev dependency [\#1049](https://github.com/digital-ai/dot-components/pull/1049) ([CWSites](https://github.com/CWSites))
109
-
110
- ## [2.0.1-rc.0](https://github.com/digital-ai/dot-components/tree/2.0.1-rc.0) (03/14/2022)
111
-
112
- [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.11.0...2.0.1-rc.0)
113
-
114
- **Features:**
115
-
116
- - Configure `tsconfig.json` so that `React` imports are obsolete [\#1040](https://github.com/digital-ai/dot-components/issues/1040)
117
- - 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))
118
-
119
- **Merged pull requests:**
120
-
121
- - S-82390: tsconfig react import [\#1048](https://github.com/digital-ai/dot-components/pull/1048) ([CWSites](https://github.com/CWSites))
122
151
  - S-81949: adjusting RC workflow [\#1038](https://github.com/digital-ai/dot-components/pull/1038) ([CWSites](https://github.com/CWSites))
123
152
 
124
153
  ## [1.11.0](https://github.com/digital-ai/dot-components/tree/1.11.0) (03/07/2022)
@@ -334,7 +363,6 @@
334
363
 
335
364
  **Features:**
336
365
 
337
- - S-80871: `Sidebar` Changes on back arrow [\#896](https://github.com/digital-ai/dot-components/pull/896) ([dmiletic85](https://github.com/dmiletic85))
338
366
  - S-77210: Component - Drawer [\#893](https://github.com/digital-ai/dot-components/pull/893) ([monapatel91](https://github.com/monapatel91))
339
367
 
340
368
  **Fixed bugs:**
@@ -367,6 +395,7 @@
367
395
  - `sidebar` Changes on back arrow [\#890](https://github.com/digital-ai/dot-components/issues/890)
368
396
  - `Breadcrumbs` Display tooltip on last item \(on hover\) when it is clipped with ellipsis [\#878](https://github.com/digital-ai/dot-components/issues/878)
369
397
  - S-80939: `Menu`: Add option to customize item's height [\#902](https://github.com/digital-ai/dot-components/pull/902) ([dmiletic85](https://github.com/dmiletic85))
398
+ - S-80871: `Sidebar` Changes on back arrow [\#896](https://github.com/digital-ai/dot-components/pull/896) ([dmiletic85](https://github.com/dmiletic85))
370
399
  - S-80855: Display tooltip on last breadcrumb item \(on hover\) when it is clipped with ellipsis [\#883](https://github.com/digital-ai/dot-components/pull/883) ([dmiletic85](https://github.com/dmiletic85))
371
400
 
372
401
  **Fixed bugs:**
@@ -898,7 +927,6 @@
898
927
  - S-76838: address Sonarcloud code issues [\#608](https://github.com/digital-ai/dot-components/pull/608) ([CWSites](https://github.com/CWSites))
899
928
  - S-77317: Add 'height' prop to DotDrawer component [\#603](https://github.com/digital-ai/dot-components/pull/603) ([selsemore](https://github.com/selsemore))
900
929
  - Update GitHub prerelease [\#599](https://github.com/digital-ai/dot-components/pull/599) ([CWSites](https://github.com/CWSites))
901
- - S-76917: remove progressionBoard styles from theme provider [\#597](https://github.com/digital-ai/dot-components/pull/597) ([CWSites](https://github.com/CWSites))
902
930
 
903
931
  ## [1.0.3](https://github.com/digital-ai/dot-components/tree/1.0.3) (07/27/2021)
904
932
 
@@ -923,6 +951,7 @@
923
951
 
924
952
  **Merged pull requests:**
925
953
 
954
+ - S-76917: remove progressionBoard styles from theme provider [\#597](https://github.com/digital-ai/dot-components/pull/597) ([CWSites](https://github.com/CWSites))
926
955
  - S-76905: add disablePortal prop to SplitButton and set z-index for SplitButton menu [\#596](https://github.com/digital-ai/dot-components/pull/596) ([selsemore](https://github.com/selsemore))
927
956
  - S-76905: fix error upon selection of split button option with non-numeric key [\#595](https://github.com/digital-ai/dot-components/pull/595) ([selsemore](https://github.com/selsemore))
928
957
  - updating github workflow to default to patch release [\#593](https://github.com/digital-ai/dot-components/pull/593) ([CWSites](https://github.com/CWSites))