@digital-ai/dot-components 1.15.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,21 @@
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
+
3
19
  ## [1.15.0](https://github.com/digital-ai/dot-components/tree/1.15.0) (04/21/2022)
4
20
 
5
21
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.14.1...1.15.0)
@@ -911,7 +927,6 @@
911
927
  - S-76838: address Sonarcloud code issues [\#608](https://github.com/digital-ai/dot-components/pull/608) ([CWSites](https://github.com/CWSites))
912
928
  - S-77317: Add 'height' prop to DotDrawer component [\#603](https://github.com/digital-ai/dot-components/pull/603) ([selsemore](https://github.com/selsemore))
913
929
  - Update GitHub prerelease [\#599](https://github.com/digital-ai/dot-components/pull/599) ([CWSites](https://github.com/CWSites))
914
- - S-76917: remove progressionBoard styles from theme provider [\#597](https://github.com/digital-ai/dot-components/pull/597) ([CWSites](https://github.com/CWSites))
915
930
 
916
931
  ## [1.0.3](https://github.com/digital-ai/dot-components/tree/1.0.3) (07/27/2021)
917
932
 
@@ -936,6 +951,7 @@
936
951
 
937
952
  **Merged pull requests:**
938
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))
939
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))
940
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))
941
957
  - updating github workflow to default to patch release [\#593](https://github.com/digital-ai/dot-components/pull/593) ([CWSites](https://github.com/CWSites))