@digital-ai/dot-components 2.17.3 → 2.18.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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.18.0](https://www.npmjs.com/package/@digital-ai/dot-components) (10/13/2023)
4
+
5
+ [Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.17.3...2.18.0)
6
+
7
+ **Features:**
8
+
9
+ - S-96630 Add actionsMenuPlacement prop to DotTable [\#1669](https://github.com/digital-ai/dot-components/pull/1669) ([ryangamble](https://github.com/ryangamble))
10
+
11
+ **Fixed bugs:**
12
+
13
+ - D-21162: Address DotList behavior when clicking on/outside of nested list [\#1660](https://github.com/digital-ai/dot-components/pull/1660) ([CWSites](https://github.com/CWSites))
14
+
3
15
  ## [2.17.3](https://www.npmjs.com/package/@digital-ai/dot-components) (10/11/2023)
4
16
 
5
17
  [Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.17.2...2.17.3)
@@ -255,6 +267,7 @@
255
267
  - S-90959: Update breadcrumb separator alignment [\#1517](https://github.com/digital-ai/dot-components/pull/1517) ([CWSites](https://github.com/CWSites))
256
268
  - D-25282: parse defaultValue according to multiple true/false [\#1510](https://github.com/digital-ai/dot-components/pull/1510) ([CWSites](https://github.com/CWSites))
257
269
  - D-25283: AutoComplete options should default to an empty array [\#1509](https://github.com/digital-ai/dot-components/pull/1509) ([CWSites](https://github.com/CWSites))
270
+ - S-91947: DotStepper step onClick validation [\#1503](https://github.com/digital-ai/dot-components/pull/1503) ([ryangamble](https://github.com/ryangamble))
258
271
 
259
272
  **Misc:**
260
273
 
@@ -267,7 +280,6 @@
267
280
 
268
281
  **Fixed bugs:**
269
282
 
270
- - S-91947: DotStepper step onClick validation [\#1503](https://github.com/digital-ai/dot-components/pull/1503) ([ryangamble](https://github.com/ryangamble))
271
283
  - S-92200: Dynamic form autocomplete needs to handle free-form input [\#1490](https://github.com/digital-ai/dot-components/pull/1490) ([jmcnally](https://github.com/jmcnally))
272
284
 
273
285
  **Misc:**
@@ -290,7 +302,6 @@
290
302
  **Features:**
291
303
 
292
304
  - S-92577: `DotAutoComplete` - expose `inputValue` prop [\#1494](https://github.com/digital-ai/dot-components/pull/1494) ([dmiletic85](https://github.com/dmiletic85))
293
- - S-92557 Add new prop onPopperTimeChange for TimePicker [\#1492](https://github.com/digital-ai/dot-components/pull/1492) ([nikolinadapic](https://github.com/nikolinadapic))
294
305
  - S-92402 Add `endText` on `DotInputText` and `DotInputSelect` [\#1489](https://github.com/digital-ai/dot-components/pull/1489) ([angel-git](https://github.com/angel-git))
295
306
 
296
307
  **Fixed bugs:**
@@ -301,7 +312,6 @@
301
312
  **Misc:**
302
313
 
303
314
  - S-90263: Update `DotButton` to follow latest Figma design [\#1486](https://github.com/digital-ai/dot-components/pull/1486) ([CWSites](https://github.com/CWSites))
304
- - S-92312: Refactor workflows to use latest features and action versions [\#1485](https://github.com/digital-ai/dot-components/pull/1485) ([BoraAksoy](https://github.com/BoraAksoy))
305
315
 
306
316
  ## [2.8.0](https://www.npmjs.com/package/@digital-ai/dot-components) (05/09/2023)
307
317
 
@@ -317,6 +327,7 @@
317
327
 
318
328
  **Misc:**
319
329
 
330
+ - S-92312: Refactor workflows to use latest features and action versions [\#1485](https://github.com/digital-ai/dot-components/pull/1485) ([BoraAksoy](https://github.com/BoraAksoy))
320
331
  - S-91986: `aria-role` on missing components [\#1482](https://github.com/digital-ai/dot-components/pull/1482) ([CWSites](https://github.com/CWSites))
321
332
 
322
333
  ## [2.7.4](https://www.npmjs.com/package/@digital-ai/dot-components) (05/04/2023)
@@ -325,6 +336,7 @@
325
336
 
326
337
  **Features:**
327
338
 
339
+ - S-92557 Add new prop onPopperTimeChange for TimePicker [\#1492](https://github.com/digital-ai/dot-components/pull/1492) ([nikolinadapic](https://github.com/nikolinadapic))
328
340
  - S-92362: `DotAutoComplete` - Expose `getOptionDisabled` from MUI Autocomplete [\#1474](https://github.com/digital-ai/dot-components/pull/1474) ([dmiletic85](https://github.com/dmiletic85))
329
341
  - S-92310 Use ISO format for `DatePicker` and `TimePicker` [\#1472](https://github.com/digital-ai/dot-components/pull/1472) ([angel-git](https://github.com/angel-git))
330
342
  - S-92224: `DotDatePicker`, `DotTimePicker` - Improve keyboard accessibility [\#1470](https://github.com/digital-ai/dot-components/pull/1470) ([dmiletic85](https://github.com/dmiletic85))
@@ -420,10 +432,6 @@
420
432
 
421
433
  - S-90953: `DatePicker` component [\#1411](https://github.com/digital-ai/dot-components/pull/1411) ([dmiletic85](https://github.com/dmiletic85))
422
434
 
423
- **Fixed bugs:**
424
-
425
- - D-24483: Do not hide the backdrop [\#1423](https://github.com/digital-ai/dot-components/pull/1423) ([jmcnally](https://github.com/jmcnally))
426
-
427
435
  **Misc:**
428
436
 
429
437
  - resolve build issues with vsm-hub demo [\#1424](https://github.com/digital-ai/dot-components/pull/1424) ([CWSites](https://github.com/CWSites))
@@ -455,6 +463,7 @@
455
463
 
456
464
  **Fixed bugs:**
457
465
 
466
+ - D-24483: Do not hide the backdrop [\#1423](https://github.com/digital-ai/dot-components/pull/1423) ([jmcnally](https://github.com/jmcnally))
458
467
  - D-24317 Fix height on InlineEdit [\#1414](https://github.com/digital-ai/dot-components/pull/1414) ([angel-git](https://github.com/angel-git))
459
468
  - D-24419 `InlineEdit` show tooltip on readonly as well [\#1413](https://github.com/digital-ai/dot-components/pull/1413) ([angel-git](https://github.com/angel-git))
460
469
 
@@ -1195,6 +1204,7 @@
1195
1204
  - D-19337: `List`: Circular dependency [\#897](https://github.com/digital-ai/dot-components/pull/897) ([dmiletic85](https://github.com/dmiletic85))
1196
1205
  - D-19330: `AppToolbar` shouldn't have grey dividers [\#891](https://github.com/digital-ai/dot-components/pull/891) ([dmiletic85](https://github.com/dmiletic85))
1197
1206
  - 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))
1207
+ - D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
1198
1208
 
1199
1209
  ## [1.5.3](https://www.npmjs.com/package/@digital-ai/dot-components) (12/17/2021)
1200
1210
 
@@ -1234,10 +1244,6 @@
1234
1244
 
1235
1245
  - S-80586: Breadcrumbs enhancement \(collapse and expand automatically\) [\#843](https://github.com/digital-ai/dot-components/pull/843) ([dmiletic85](https://github.com/dmiletic85))
1236
1246
 
1237
- **Fixed bugs:**
1238
-
1239
- - D-19294: Fix broken expand/collapse for uncontrolled accordion [\#866](https://github.com/digital-ai/dot-components/pull/866) ([selsemore](https://github.com/selsemore))
1240
-
1241
1247
  **Misc:**
1242
1248
 
1243
1249
  - S-80787: branch protection [\#868](https://github.com/digital-ai/dot-components/pull/868) ([CWSites](https://github.com/CWSites))
@@ -1486,6 +1492,7 @@
1486
1492
  **Fixed bugs:**
1487
1493
 
1488
1494
  - D-18817: set mainMenuItems to `null` by default [\#688](https://github.com/digital-ai/dot-components/pull/688) ([CWSites](https://github.com/CWSites))
1495
+ - D-18664: update link to allow for keypress [\#686](https://github.com/digital-ai/dot-components/pull/686) ([CWSites](https://github.com/CWSites))
1489
1496
  - D-18665: AppToolbar z-index update [\#685](https://github.com/digital-ai/dot-components/pull/685) ([CWSites](https://github.com/CWSites))
1490
1497
  - D-18663: Update AutoComplete value typing [\#684](https://github.com/digital-ai/dot-components/pull/684) ([CWSites](https://github.com/CWSites))
1491
1498
 
@@ -1499,7 +1506,6 @@
1499
1506
 
1500
1507
  **Fixed bugs:**
1501
1508
 
1502
- - D-18664: update link to allow for keypress [\#686](https://github.com/digital-ai/dot-components/pull/686) ([CWSites](https://github.com/CWSites))
1503
1509
  - D-18421: close hamburger on navigate [\#679](https://github.com/digital-ai/dot-components/pull/679) ([CWSites](https://github.com/CWSites))
1504
1510
 
1505
1511
  **Misc:**