@digital-ai/dot-components 2.17.3 → 2.18.1

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,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.18.1](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.18.0...2.18.1)
6
+
7
+ **Misc:**
8
+
9
+ - S-96998: update .npmignore to exclude unnecessary files [\#1672](https://github.com/digital-ai/dot-components/pull/1672) ([CWSites](https://github.com/CWSites))
10
+
11
+ ## [2.18.0](https://www.npmjs.com/package/@digital-ai/dot-components) (10/13/2023)
12
+
13
+ [Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.17.3...2.18.0)
14
+
15
+ **Features:**
16
+
17
+ - S-96630 Add actionsMenuPlacement prop to DotTable [\#1669](https://github.com/digital-ai/dot-components/pull/1669) ([ryangamble](https://github.com/ryangamble))
18
+
19
+ **Fixed bugs:**
20
+
21
+ - 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))
22
+
3
23
  ## [2.17.3](https://www.npmjs.com/package/@digital-ai/dot-components) (10/11/2023)
4
24
 
5
25
  [Full Changelog](https://digital-ai.github.io/dot-components/?path=/story/introduction--page/digital-ai/dot-components/compare/2.17.2...2.17.3)
@@ -825,6 +845,7 @@
825
845
  **Features:**
826
846
 
827
847
  - S-85256: `Map` component example in demo app [\#1184](https://github.com/digital-ai/dot-components/pull/1184) ([dmiletic85](https://github.com/dmiletic85))
848
+ - S-85283: `InlineEdit` component should provide a tooltip out the box [\#1181](https://github.com/digital-ai/dot-components/pull/1181) ([dmiletic85](https://github.com/dmiletic85))
828
849
 
829
850
  **Fixed bugs:**
830
851
 
@@ -843,7 +864,6 @@
843
864
  **Features:**
844
865
 
845
866
  - S-84117: As a customer admin, I want the IdP creation flow to be more intuitive, as I find the existing user flow a little overwhelming [\#1185](https://github.com/digital-ai/dot-components/pull/1185) ([ryangamble](https://github.com/ryangamble))
846
- - S-85283: `InlineEdit` component should provide a tooltip out the box [\#1181](https://github.com/digital-ai/dot-components/pull/1181) ([dmiletic85](https://github.com/dmiletic85))
847
867
 
848
868
  **Fixed bugs:**
849
869
 
@@ -1486,6 +1506,7 @@
1486
1506
  **Fixed bugs:**
1487
1507
 
1488
1508
  - D-18817: set mainMenuItems to `null` by default [\#688](https://github.com/digital-ai/dot-components/pull/688) ([CWSites](https://github.com/CWSites))
1509
+ - D-18664: update link to allow for keypress [\#686](https://github.com/digital-ai/dot-components/pull/686) ([CWSites](https://github.com/CWSites))
1489
1510
  - D-18665: AppToolbar z-index update [\#685](https://github.com/digital-ai/dot-components/pull/685) ([CWSites](https://github.com/CWSites))
1490
1511
  - D-18663: Update AutoComplete value typing [\#684](https://github.com/digital-ai/dot-components/pull/684) ([CWSites](https://github.com/CWSites))
1491
1512
 
@@ -1499,7 +1520,6 @@
1499
1520
 
1500
1521
  **Fixed bugs:**
1501
1522
 
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
1523
  - D-18421: close hamburger on navigate [\#679](https://github.com/digital-ai/dot-components/pull/679) ([CWSites](https://github.com/CWSites))
1504
1524
 
1505
1525
  **Misc:**