@digital-ai/dot-components 1.5.0 → 1.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 +74 -37
- package/dot-components.esm.js +790 -739
- package/dot-components.umd.js +774 -723
- package/lib/components/accordion/Accordion.d.ts +2 -2
- package/lib/components/app-toolbar/AppToolbar.d.ts +4 -2
- package/lib/components/breadcrumbs/utils/helpers.d.ts +8 -2
- package/lib/components/breadcrumbs/utils/useBreadcrumbsObserver.d.ts +0 -2
- package/lib/components/breadcrumbs/utils/useBreadcrumbsResizer.d.ts +2 -0
- package/lib/components/helpers.d.ts +1 -0
- package/lib/components/index.d.ts +2 -2
- package/lib/components/list/List.d.ts +3 -86
- package/lib/components/list/List.stories.data.d.ts +1 -1
- package/lib/components/list/List.styles.d.ts +0 -42
- package/lib/components/list/ListItem.styles.d.ts +42 -0
- package/lib/components/list/NestedList.styles.d.ts +2 -0
- package/lib/components/list/index.d.ts +2 -0
- package/lib/components/list/utils/helpers.d.ts +2 -0
- package/lib/components/list/utils/models.d.ts +86 -0
- package/lib/components/menu/Menu.d.ts +5 -0
- package/lib/components/menu/Menu.stories.data.d.ts +23 -0
- package/lib/components/menu/utils/helpers.d.ts +5 -0
- package/lib/components/sidebar/Sidebar.d.ts +1 -1
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,66 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.4](https://github.com/digital-ai/dot-components/tree/1.5.4) (12/28/2021)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.5.3...1.5.4)
|
|
6
|
+
|
|
7
|
+
**Features:**
|
|
8
|
+
|
|
9
|
+
- `sidebar` Changes on back arrow [\#890](https://github.com/digital-ai/dot-components/issues/890)
|
|
10
|
+
- `Breadcrumbs` Display tooltip on last item \(on hover\) when it is clipped with ellipsis [\#878](https://github.com/digital-ai/dot-components/issues/878)
|
|
11
|
+
- 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))
|
|
12
|
+
- S-80871: `Sidebar` Changes on back arrow [\#896](https://github.com/digital-ai/dot-components/pull/896) ([dmiletic85](https://github.com/dmiletic85))
|
|
13
|
+
- 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))
|
|
14
|
+
|
|
15
|
+
**Fixed bugs:**
|
|
16
|
+
|
|
17
|
+
- Circular dependency [\#895](https://github.com/digital-ai/dot-components/issues/895)
|
|
18
|
+
- `AppToolbar` shouldn't have grey dividers [\#889](https://github.com/digital-ai/dot-components/issues/889)
|
|
19
|
+
- `List` Nested list drawer is not rendering correctly. [\#835](https://github.com/digital-ai/dot-components/issues/835)
|
|
20
|
+
- D-19337: `List`: Circular dependency [\#897](https://github.com/digital-ai/dot-components/pull/897) ([dmiletic85](https://github.com/dmiletic85))
|
|
21
|
+
- D-19330: `AppToolbar` shouldn't have grey dividers [\#891](https://github.com/digital-ai/dot-components/pull/891) ([dmiletic85](https://github.com/dmiletic85))
|
|
22
|
+
- D-19319: `Apptoolbar`: primary logo link is hardcoded to `/` [\#880](https://github.com/digital-ai/dot-components/pull/880) ([dmiletic85](https://github.com/dmiletic85))
|
|
23
|
+
- D-19200: `List` Nested list drawer is not rendering correctly [\#869](https://github.com/digital-ai/dot-components/pull/869) ([dmiletic85](https://github.com/dmiletic85))
|
|
24
|
+
|
|
25
|
+
## [1.5.3](https://github.com/digital-ai/dot-components/tree/1.5.3) (12/17/2021)
|
|
26
|
+
|
|
27
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.5.2...1.5.3)
|
|
28
|
+
|
|
29
|
+
**Features:**
|
|
30
|
+
|
|
31
|
+
- `Sidebar` Ability to view the sub nav items without expanding the DotSidebar [\#787](https://github.com/digital-ai/dot-components/issues/787)
|
|
32
|
+
|
|
33
|
+
**Fixed bugs:**
|
|
34
|
+
|
|
35
|
+
- Circular dependency on `useBreadcrumbsObserver` [\#881](https://github.com/digital-ai/dot-components/issues/881)
|
|
36
|
+
- `Sidebar` Collapsed sidebar with long divider titles [\#801](https://github.com/digital-ai/dot-components/issues/801)
|
|
37
|
+
- `List` Extended sidenav should open if custom onClick handler is supplied [\#767](https://github.com/digital-ai/dot-components/issues/767)
|
|
38
|
+
- D-19321: `Breadcrumbs` - Circular dependency on `useBreadcrumbsObserver` [\#882](https://github.com/digital-ai/dot-components/pull/882) ([dmiletic85](https://github.com/dmiletic85))
|
|
39
|
+
- S-79458: `Sidebar` & `List` updates [\#872](https://github.com/digital-ai/dot-components/pull/872) ([CWSites](https://github.com/CWSites))
|
|
40
|
+
|
|
41
|
+
**Merged pull requests:**
|
|
42
|
+
|
|
43
|
+
- S-80787: include changelog generation with release [\#877](https://github.com/digital-ai/dot-components/pull/877) ([CWSites](https://github.com/CWSites))
|
|
44
|
+
|
|
45
|
+
## [1.5.2](https://github.com/digital-ai/dot-components/tree/1.5.2) (12/17/2021)
|
|
46
|
+
|
|
47
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.5.1...1.5.2)
|
|
48
|
+
|
|
49
|
+
**Fixed bugs:**
|
|
50
|
+
|
|
51
|
+
- `Apptoolbar`: primary logo link is hardcoded to `/` [\#879](https://github.com/digital-ai/dot-components/issues/879)
|
|
52
|
+
- `AlertBanner` [\#834](https://github.com/digital-ai/dot-components/issues/834)
|
|
53
|
+
- D-19197: Warning in console when using html elements as `AlertBanner` children. [\#874](https://github.com/digital-ai/dot-components/pull/874) ([dmiletic85](https://github.com/dmiletic85))
|
|
54
|
+
|
|
55
|
+
## [1.5.1](https://github.com/digital-ai/dot-components/tree/1.5.1) (12/17/2021)
|
|
56
|
+
|
|
57
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.5.0...1.5.1)
|
|
58
|
+
|
|
59
|
+
**Fixed bugs:**
|
|
60
|
+
|
|
61
|
+
- Breaking prop type change in DotAccordion [\#850](https://github.com/digital-ai/dot-components/issues/850)
|
|
62
|
+
- D-19247: summary prop [\#873](https://github.com/digital-ai/dot-components/pull/873) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
63
|
+
|
|
3
64
|
## [1.5.0](https://github.com/digital-ai/dot-components/tree/1.5.0) (12/15/2021)
|
|
4
65
|
|
|
5
66
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.4.0...1.5.0)
|
|
@@ -7,7 +68,6 @@
|
|
|
7
68
|
**Features:**
|
|
8
69
|
|
|
9
70
|
- `Breadcrumbs` enhancement \(collapse and expand automatically\) [\#836](https://github.com/digital-ai/dot-components/issues/836)
|
|
10
|
-
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
11
71
|
|
|
12
72
|
**Fixed bugs:**
|
|
13
73
|
|
|
@@ -19,7 +79,6 @@
|
|
|
19
79
|
|
|
20
80
|
**Merged pull requests:**
|
|
21
81
|
|
|
22
|
-
- S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
|
|
23
82
|
- S-80783: add ESLint rule for alpha order [\#867](https://github.com/digital-ai/dot-components/pull/867) ([CWSites](https://github.com/CWSites))
|
|
24
83
|
|
|
25
84
|
## [1.4.0](https://github.com/digital-ai/dot-components/tree/1.4.0) (12/13/2021)
|
|
@@ -47,9 +106,9 @@
|
|
|
47
106
|
|
|
48
107
|
**Merged pull requests:**
|
|
49
108
|
|
|
109
|
+
- S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
|
|
50
110
|
- S-76843: setup PR release template [\#853](https://github.com/digital-ai/dot-components/pull/853) ([CWSites](https://github.com/CWSites))
|
|
51
111
|
- S-76843 automation improvements III [\#852](https://github.com/digital-ai/dot-components/pull/852) ([CWSites](https://github.com/CWSites))
|
|
52
|
-
- Merge `master` back to `develop` [\#849](https://github.com/digital-ai/dot-components/pull/849) ([CWSites](https://github.com/CWSites))
|
|
53
112
|
|
|
54
113
|
## [1.3.6](https://github.com/digital-ai/dot-components/tree/1.3.6) (12/10/2021)
|
|
55
114
|
|
|
@@ -60,7 +119,9 @@
|
|
|
60
119
|
- Expose onKeyDown for input [\#714](https://github.com/digital-ai/dot-components/issues/714)
|
|
61
120
|
- S-79571: DotInput - expose onKeyDown [\#846](https://github.com/digital-ai/dot-components/pull/846) ([monapatel91](https://github.com/monapatel91))
|
|
62
121
|
- S-79357: evaluate codebase and remove old references to core Tooltip [\#844](https://github.com/digital-ai/dot-components/pull/844) ([CWSites](https://github.com/CWSites))
|
|
122
|
+
- S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
|
|
63
123
|
- S-80621: file upload [\#840](https://github.com/digital-ai/dot-components/pull/840) ([CWSites](https://github.com/CWSites))
|
|
124
|
+
- S-76922: file upload [\#820](https://github.com/digital-ai/dot-components/pull/820) ([CWSites](https://github.com/CWSites))
|
|
64
125
|
|
|
65
126
|
**Fixed bugs:**
|
|
66
127
|
|
|
@@ -93,10 +154,6 @@
|
|
|
93
154
|
- D-19151: `DotBadge` generates console warnings [\#827](https://github.com/digital-ai/dot-components/pull/827) ([dmiletic85](https://github.com/dmiletic85))
|
|
94
155
|
- D-19177: `Go back` item in `DotSidebar` is not aligned with rest of items [\#826](https://github.com/digital-ai/dot-components/pull/826) ([dmiletic85](https://github.com/dmiletic85))
|
|
95
156
|
|
|
96
|
-
**Merged pull requests:**
|
|
97
|
-
|
|
98
|
-
- merge `master` \> `develop` [\#825](https://github.com/digital-ai/dot-components/pull/825) ([CWSites](https://github.com/CWSites))
|
|
99
|
-
|
|
100
157
|
## [1.3.4](https://github.com/digital-ai/dot-components/tree/1.3.4) (11/30/2021)
|
|
101
158
|
|
|
102
159
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.3.3...1.3.4)
|
|
@@ -106,7 +163,6 @@
|
|
|
106
163
|
- Add to `DotList` right arrow in some cases [\#720](https://github.com/digital-ai/dot-components/issues/720)
|
|
107
164
|
- `DotTable` Provide a way to apply custom classes to table rows and cells [\#643](https://github.com/digital-ai/dot-components/issues/643)
|
|
108
165
|
- S-80369: Create `ProgressButton` component [\#822](https://github.com/digital-ai/dot-components/pull/822) ([dmiletic85](https://github.com/dmiletic85))
|
|
109
|
-
- S-76922: file upload [\#820](https://github.com/digital-ai/dot-components/pull/820) ([CWSites](https://github.com/CWSites))
|
|
110
166
|
- S-79696: change size of collapse icon button, add tooltip [\#819](https://github.com/digital-ai/dot-components/pull/819) ([CWSites](https://github.com/CWSites))
|
|
111
167
|
- S-80264: Agility wrapper sandbox documentation [\#810](https://github.com/digital-ai/dot-components/pull/810) ([CWSites](https://github.com/CWSites))
|
|
112
168
|
|
|
@@ -121,14 +177,13 @@
|
|
|
121
177
|
- \#795 Address AlertBanner style issues [\#815](https://github.com/digital-ai/dot-components/pull/815) ([angel-git](https://github.com/angel-git))
|
|
122
178
|
- D-19138: Remove margin-bottom from breadcrumbs [\#813](https://github.com/digital-ai/dot-components/pull/813) ([angel-git](https://github.com/angel-git))
|
|
123
179
|
- D-19148: Input elements not displaying correctly when `border-box` is used in consumer components [\#812](https://github.com/digital-ai/dot-components/pull/812) ([dmiletic85](https://github.com/dmiletic85))
|
|
180
|
+
- \[D-18631\]\[D-18632\]\[D-18802\]:Focus state of avatar button and sidebar list item and inaccurate count of nav item [\#804](https://github.com/digital-ai/dot-components/pull/804) ([monapatel91](https://github.com/monapatel91))
|
|
124
181
|
|
|
125
182
|
**Merged pull requests:**
|
|
126
183
|
|
|
127
184
|
- 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))
|
|
128
|
-
- \[D-18631\]\[D-18632\]\[D-18802\]:Focus state of avatar button and sidebar list item and inaccurate count of nav item [\#804](https://github.com/digital-ai/dot-components/pull/804) ([monapatel91](https://github.com/monapatel91))
|
|
129
185
|
- 17 nov2021 update icon [\#803](https://github.com/digital-ai/dot-components/pull/803) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
130
186
|
- S-79569: `DotTable` - ability to add classes to rows & cells [\#799](https://github.com/digital-ai/dot-components/pull/799) ([monapatel91](https://github.com/monapatel91))
|
|
131
|
-
- Bringing `master` back into `develop` [\#797](https://github.com/digital-ai/dot-components/pull/797) ([CWSites](https://github.com/CWSites))
|
|
132
187
|
|
|
133
188
|
## [1.3.3](https://github.com/digital-ai/dot-components/tree/1.3.3) (11/16/2021)
|
|
134
189
|
|
|
@@ -145,20 +200,19 @@
|
|
|
145
200
|
- Wrong z-index for autocomplete [\#779](https://github.com/digital-ai/dot-components/issues/779)
|
|
146
201
|
- DotInputText startIcon and endIcon are not aligned with text [\#764](https://github.com/digital-ai/dot-components/issues/764)
|
|
147
202
|
- Allow normal text formatting inside DotAlertBanner [\#738](https://github.com/digital-ai/dot-components/issues/738)
|
|
148
|
-
|
|
149
|
-
**Merged pull requests:**
|
|
150
|
-
|
|
151
|
-
- Next minor release [\#796](https://github.com/digital-ai/dot-components/pull/796) ([CWSites](https://github.com/CWSites))
|
|
152
203
|
- D-19069: `AutoComplete` z-index not behaving as expected [\#793](https://github.com/digital-ai/dot-components/pull/793) ([CWSites](https://github.com/CWSites))
|
|
153
204
|
- D-19067: slight vertical alignment of icon inside of input fields [\#792](https://github.com/digital-ai/dot-components/pull/792) ([CWSites](https://github.com/CWSites))
|
|
154
205
|
- D-19066: `AlertBanner` add `textVariant` prop for different font formatting [\#791](https://github.com/digital-ai/dot-components/pull/791) ([CWSites](https://github.com/CWSites))
|
|
155
206
|
- D-19065: `DotProgress` remove default `title` value [\#790](https://github.com/digital-ai/dot-components/pull/790) ([CWSites](https://github.com/CWSites))
|
|
207
|
+
|
|
208
|
+
**Merged pull requests:**
|
|
209
|
+
|
|
210
|
+
- Next minor release [\#796](https://github.com/digital-ai/dot-components/pull/796) ([CWSites](https://github.com/CWSites))
|
|
156
211
|
- 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))
|
|
157
212
|
- S-79880: Add 'target' prop to ListItemProps [\#788](https://github.com/digital-ai/dot-components/pull/788) ([selsemore](https://github.com/selsemore))
|
|
158
213
|
- S-80109: Expose built-in `leaveDelay`, `onClose`, `open` props on `DotTooltip` component [\#786](https://github.com/digital-ai/dot-components/pull/786) ([dmiletic85](https://github.com/dmiletic85))
|
|
159
214
|
- S-76907: update ButtonToggle styles, update unit tests and add e2e tests [\#785](https://github.com/digital-ai/dot-components/pull/785) ([CWSites](https://github.com/CWSites))
|
|
160
215
|
- S-80048: product wrapper demo [\#782](https://github.com/digital-ai/dot-components/pull/782) ([CWSites](https://github.com/CWSites))
|
|
161
|
-
- bring `master` back into `develop` [\#781](https://github.com/digital-ai/dot-components/pull/781) ([CWSites](https://github.com/CWSites))
|
|
162
216
|
|
|
163
217
|
## [1.3.2](https://github.com/digital-ai/dot-components/tree/1.3.2) (11/05/2021)
|
|
164
218
|
|
|
@@ -169,16 +223,18 @@
|
|
|
169
223
|
- Add submitButtonProps prop to DotJsonSchemaForm component [\#774](https://github.com/digital-ai/dot-components/issues/774)
|
|
170
224
|
- Export all neutral colors [\#770](https://github.com/digital-ai/dot-components/issues/770)
|
|
171
225
|
|
|
226
|
+
**Fixed bugs:**
|
|
227
|
+
|
|
228
|
+
- D-19042: remove duplicate tooltips [\#769](https://github.com/digital-ai/dot-components/pull/769) ([CWSites](https://github.com/CWSites))
|
|
229
|
+
|
|
172
230
|
**Merged pull requests:**
|
|
173
231
|
|
|
174
232
|
- Patch release [\#780](https://github.com/digital-ai/dot-components/pull/780) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
175
233
|
- S-79985: temporarily remove react-jsonschema-form from library [\#776](https://github.com/digital-ai/dot-components/pull/776) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
176
234
|
- Add submitButtonProps prop to DotJsonSchemaForm component [\#775](https://github.com/digital-ai/dot-components/pull/775) ([selsemore](https://github.com/selsemore))
|
|
177
235
|
- \#770 Add Neutral colors missing [\#771](https://github.com/digital-ai/dot-components/pull/771) ([angel-git](https://github.com/angel-git))
|
|
178
|
-
- D-19042: remove duplicate tooltips [\#769](https://github.com/digital-ai/dot-components/pull/769) ([CWSites](https://github.com/CWSites))
|
|
179
236
|
- S-76893: Webpack 4 - update peer dependencies [\#768](https://github.com/digital-ai/dot-components/pull/768) ([CWSites](https://github.com/CWSites))
|
|
180
237
|
- S-79957: improve husky [\#765](https://github.com/digital-ai/dot-components/pull/765) ([CWSites](https://github.com/CWSites))
|
|
181
|
-
- merge `master` \> `develop` [\#763](https://github.com/digital-ai/dot-components/pull/763) ([CWSites](https://github.com/CWSites))
|
|
182
238
|
|
|
183
239
|
## [1.3.1](https://github.com/digital-ai/dot-components/tree/1.3.1) (10/30/2021)
|
|
184
240
|
|
|
@@ -195,7 +251,6 @@
|
|
|
195
251
|
- D-19026: Missing required prop for icon button when importing it to table cell [\#761](https://github.com/digital-ai/dot-components/pull/761) ([monapatel91](https://github.com/monapatel91))
|
|
196
252
|
- D-18543: proper export of type and interface [\#760](https://github.com/digital-ai/dot-components/pull/760) ([CWSites](https://github.com/CWSites))
|
|
197
253
|
- D-19023: Circular Dependency in `DynamicForm` component [\#759](https://github.com/digital-ai/dot-components/pull/759) ([dmiletic85](https://github.com/dmiletic85))
|
|
198
|
-
- Bring `master` back into `develop` [\#756](https://github.com/digital-ai/dot-components/pull/756) ([CWSites](https://github.com/CWSites))
|
|
199
254
|
- S-79458: `Sidebar` apply agility specific updates to theme only [\#755](https://github.com/digital-ai/dot-components/pull/755) ([CWSites](https://github.com/CWSites))
|
|
200
255
|
- S-77126: react jsonschema form wrapper [\#728](https://github.com/digital-ai/dot-components/pull/728) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
201
256
|
|
|
@@ -287,12 +342,10 @@
|
|
|
287
342
|
|
|
288
343
|
**Merged pull requests:**
|
|
289
344
|
|
|
290
|
-
- Bring `master` back into `develop` [\#705](https://github.com/digital-ai/dot-components/pull/705) ([CWSites](https://github.com/CWSites))
|
|
291
345
|
- MINOR RELEASE [\#704](https://github.com/digital-ai/dot-components/pull/704) ([CWSites](https://github.com/CWSites))
|
|
292
346
|
- S-79291: update nested dependencies [\#700](https://github.com/digital-ai/dot-components/pull/700) ([CWSites](https://github.com/CWSites))
|
|
293
347
|
- S-78832: Agility icon & badge updates [\#698](https://github.com/digital-ai/dot-components/pull/698) ([CWSites](https://github.com/CWSites))
|
|
294
348
|
- S-79251: add workflow for sonarqube scan when code merged to develop [\#697](https://github.com/digital-ai/dot-components/pull/697) ([CWSites](https://github.com/CWSites))
|
|
295
|
-
- Bring `master` back into `develop` [\#696](https://github.com/digital-ai/dot-components/pull/696) ([CWSites](https://github.com/CWSites))
|
|
296
349
|
- S-76906: table action column [\#692](https://github.com/digital-ai/dot-components/pull/692) ([monapatel91](https://github.com/monapatel91))
|
|
297
350
|
- S-78164: Sticky menu item on DotMenu component [\#687](https://github.com/digital-ai/dot-components/pull/687) ([dmiletic85](https://github.com/dmiletic85))
|
|
298
351
|
|
|
@@ -309,7 +362,6 @@
|
|
|
309
362
|
- MINOR release [\#695](https://github.com/digital-ai/dot-components/pull/695) ([CWSites](https://github.com/CWSites))
|
|
310
363
|
- pass value to tab [\#694](https://github.com/digital-ai/dot-components/pull/694) ([kmmarsh](https://github.com/kmmarsh))
|
|
311
364
|
- S-78831: update AppToolbar component for Agility [\#691](https://github.com/digital-ai/dot-components/pull/691) ([CWSites](https://github.com/CWSites))
|
|
312
|
-
- Bring `master` back into `develop` [\#690](https://github.com/digital-ai/dot-components/pull/690) ([CWSites](https://github.com/CWSites))
|
|
313
365
|
|
|
314
366
|
## [1.0.12](https://github.com/digital-ai/dot-components/tree/1.0.12) (09/23/2021)
|
|
315
367
|
|
|
@@ -328,7 +380,6 @@
|
|
|
328
380
|
- D-18664: update link to allow for keypress [\#686](https://github.com/digital-ai/dot-components/pull/686) ([CWSites](https://github.com/CWSites))
|
|
329
381
|
- D-18665: AppToolbar z-index update [\#685](https://github.com/digital-ai/dot-components/pull/685) ([CWSites](https://github.com/CWSites))
|
|
330
382
|
- D-18663: Update AutoComplete value typing [\#684](https://github.com/digital-ai/dot-components/pull/684) ([CWSites](https://github.com/CWSites))
|
|
331
|
-
- Bring `master` back into `develop` [\#683](https://github.com/digital-ai/dot-components/pull/683) ([CWSites](https://github.com/CWSites))
|
|
332
383
|
- S-78051: Feedback on Navigation Rail component [\#681](https://github.com/digital-ai/dot-components/pull/681) ([dmiletic85](https://github.com/dmiletic85))
|
|
333
384
|
|
|
334
385
|
## [1.0.11](https://github.com/digital-ai/dot-components/tree/1.0.11) (09/16/2021)
|
|
@@ -344,7 +395,6 @@
|
|
|
344
395
|
- Next Release [\#682](https://github.com/digital-ai/dot-components/pull/682) ([CWSites](https://github.com/CWSites))
|
|
345
396
|
- S-78594: Update avatar component to randomly assign a color of the avatar background to the signed in user [\#680](https://github.com/digital-ai/dot-components/pull/680) ([dmiletic85](https://github.com/dmiletic85))
|
|
346
397
|
- D-18421: close hamburger on navigate [\#679](https://github.com/digital-ai/dot-components/pull/679) ([CWSites](https://github.com/CWSites))
|
|
347
|
-
- Bring `master` back into `develop` after release. [\#678](https://github.com/digital-ai/dot-components/pull/678) ([CWSites](https://github.com/CWSites))
|
|
348
398
|
|
|
349
399
|
## [1.0.10](https://github.com/digital-ai/dot-components/tree/1.0.10) (09/09/2021)
|
|
350
400
|
|
|
@@ -358,7 +408,6 @@
|
|
|
358
408
|
|
|
359
409
|
- New patch release [\#677](https://github.com/digital-ai/dot-components/pull/677) ([CWSites](https://github.com/CWSites))
|
|
360
410
|
- D-18424: include breadcrumb wrapper with breadcrumb component [\#675](https://github.com/digital-ai/dot-components/pull/675) ([CWSites](https://github.com/CWSites))
|
|
361
|
-
- Merge `master` back to `develop` [\#674](https://github.com/digital-ai/dot-components/pull/674) ([CWSites](https://github.com/CWSites))
|
|
362
411
|
- D-18536: material 4.12.3 upgrade [\#667](https://github.com/digital-ai/dot-components/pull/667) ([CWSites](https://github.com/CWSites))
|
|
363
412
|
|
|
364
413
|
## [1.0.9](https://github.com/digital-ai/dot-components/tree/1.0.9) (09/02/2021)
|
|
@@ -404,7 +453,6 @@
|
|
|
404
453
|
|
|
405
454
|
- add export back to component library [\#652](https://github.com/digital-ai/dot-components/pull/652) ([CWSites](https://github.com/CWSites))
|
|
406
455
|
- add back missing items from export [\#651](https://github.com/digital-ai/dot-components/pull/651) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
407
|
-
- Master back into develop [\#649](https://github.com/digital-ai/dot-components/pull/649) ([CWSites](https://github.com/CWSites))
|
|
408
456
|
|
|
409
457
|
## [1.0.7](https://github.com/digital-ai/dot-components/tree/1.0.7) (08/23/2021)
|
|
410
458
|
|
|
@@ -449,7 +497,6 @@
|
|
|
449
497
|
- Feedback of snackbar [\#628](https://github.com/digital-ai/dot-components/pull/628) ([monapatel91](https://github.com/monapatel91))
|
|
450
498
|
- S-77873: Support agility themes in certain components [\#626](https://github.com/digital-ai/dot-components/pull/626) ([CWSites](https://github.com/CWSites))
|
|
451
499
|
- D-18346: fix sidebar menu item height [\#624](https://github.com/digital-ai/dot-components/pull/624) ([selsemore](https://github.com/selsemore))
|
|
452
|
-
- Merging master back into develop [\#622](https://github.com/digital-ai/dot-components/pull/622) ([CWSites](https://github.com/CWSites))
|
|
453
500
|
|
|
454
501
|
## [1.0.5](https://github.com/digital-ai/dot-components/tree/1.0.5) (07/28/2021)
|
|
455
502
|
|
|
@@ -457,7 +504,6 @@
|
|
|
457
504
|
|
|
458
505
|
**Merged pull requests:**
|
|
459
506
|
|
|
460
|
-
- Merging develop onto master [\#621](https://github.com/digital-ai/dot-components/pull/621) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
461
507
|
- pin material-ui lab version [\#620](https://github.com/digital-ai/dot-components/pull/620) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
462
508
|
|
|
463
509
|
## [1.0.4](https://github.com/digital-ai/dot-components/tree/1.0.4) (07/28/2021)
|
|
@@ -471,7 +517,6 @@
|
|
|
471
517
|
**Merged pull requests:**
|
|
472
518
|
|
|
473
519
|
- Resolve issue from MUI console errors due to unlocked version of @material-ui/lab [\#619](https://github.com/digital-ai/dot-components/pull/619) ([CWSites](https://github.com/CWSites))
|
|
474
|
-
- Merging master back into develop [\#618](https://github.com/digital-ai/dot-components/pull/618) ([CWSites](https://github.com/CWSites))
|
|
475
520
|
- S-77134: lock @material-ui/lab to 4.0.0-alpha.56 [\#617](https://github.com/digital-ai/dot-components/pull/617) ([CWSites](https://github.com/CWSites))
|
|
476
521
|
- S-76627: new snackbar provider [\#616](https://github.com/digital-ai/dot-components/pull/616) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
477
522
|
- S-76905 split button component back to experimental [\#614](https://github.com/digital-ai/dot-components/pull/614) ([CWSites](https://github.com/CWSites))
|
|
@@ -497,10 +542,6 @@
|
|
|
497
542
|
|
|
498
543
|
- Not all button props are passed to the buttons in a Dialog [\#571](https://github.com/digital-ai/dot-components/issues/571)
|
|
499
544
|
|
|
500
|
-
**Merged pull requests:**
|
|
501
|
-
|
|
502
|
-
- Deploying latest to master [\#615](https://github.com/digital-ai/dot-components/pull/615) ([CWSites](https://github.com/CWSites))
|
|
503
|
-
|
|
504
545
|
## [1.0.2](https://github.com/digital-ai/dot-components/tree/1.0.2) (07/08/2021)
|
|
505
546
|
|
|
506
547
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.1...1.0.2)
|
|
@@ -525,7 +566,7 @@
|
|
|
525
566
|
- New icons 27 5 2021 [\#564](https://github.com/digital-ai/dot-components/pull/564) ([BojanKocijan](https://github.com/BojanKocijan))
|
|
526
567
|
- Add isUnderToolbar property to Sidebar for use beneath AppToolbar [\#560](https://github.com/digital-ai/dot-components/pull/560) ([selsemore](https://github.com/selsemore))
|
|
527
568
|
- Move approved components to "Stable" [\#559](https://github.com/digital-ai/dot-components/pull/559) ([CWSites](https://github.com/CWSites))
|
|
528
|
-
-
|
|
569
|
+
- S-75998: \[PB Tech Debt\] Avoid unnecessary form re-renders when typing application name [\#556](https://github.com/digital-ai/dot-components/pull/556) ([dmiletic85](https://github.com/dmiletic85))
|
|
529
570
|
- S-75991: \[PB Tech Debt\] Refactor and improve wrapper component in demo app [\#546](https://github.com/digital-ai/dot-components/pull/546) ([dmiletic85](https://github.com/dmiletic85))
|
|
530
571
|
|
|
531
572
|
## [1.0.1](https://github.com/digital-ai/dot-components/tree/1.0.1) (07/02/2021)
|
|
@@ -571,10 +612,6 @@
|
|
|
571
612
|
- S-73859: Configure Sonar Cloud [\#95](https://github.com/digital-ai/dot-components/issues/95)
|
|
572
613
|
- Future roadmap [\#90](https://github.com/digital-ai/dot-components/issues/90)
|
|
573
614
|
|
|
574
|
-
**Merged pull requests:**
|
|
575
|
-
|
|
576
|
-
- Deploying latest to master [\#592](https://github.com/digital-ai/dot-components/pull/592) ([CWSites](https://github.com/CWSites))
|
|
577
|
-
|
|
578
615
|
## [v0.0.1-alpha.0](https://github.com/digital-ai/dot-components/tree/v0.0.1-alpha.0) (05/19/2021)
|
|
579
616
|
|
|
580
617
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/v0.0.0-alpha.45...v0.0.1-alpha.0)
|