@digital-ai/dot-components 1.16.0 → 1.17.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,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.17.1](https://github.com/digital-ai/dot-components/tree/1.17.1) (05/19/2022)
4
+
5
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.17.0...1.17.1)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - `DotButtonToggle`: Button size is not respected after tooltip change [\#1170](https://github.com/digital-ai/dot-components/issues/1170)
10
+ - D-21287: `DotButtonToggle`: Button size is not respected after tooltip change [\#1171](https://github.com/digital-ai/dot-components/pull/1171) ([dmiletic85](https://github.com/dmiletic85))
11
+
12
+ ## [1.17.0](https://github.com/digital-ai/dot-components/tree/1.17.0) (05/18/2022)
13
+
14
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.16.1...1.17.0)
15
+
16
+ **Features:**
17
+
18
+ - `DotButtonToggle`: Add tooltip support [\#1164](https://github.com/digital-ai/dot-components/issues/1164)
19
+ - S-84947: `DotButtonToggle`: Add tooltip support [\#1166](https://github.com/digital-ai/dot-components/pull/1166) ([dmiletic85](https://github.com/dmiletic85))
20
+
21
+ **Fixed bugs:**
22
+
23
+ - `helperText` on input fields shouldn't be bold [\#1165](https://github.com/digital-ai/dot-components/issues/1165)
24
+ - `DotMenu` popup appears to be flickering on Safari [\#1123](https://github.com/digital-ai/dot-components/issues/1123)
25
+ - D-21265: `helperText` on input fields shouldn't be bold [\#1167](https://github.com/digital-ai/dot-components/pull/1167) ([dmiletic85](https://github.com/dmiletic85))
26
+
27
+ **Merged pull requests:**
28
+
29
+ - update release template with task for marking stories as done [\#1161](https://github.com/digital-ai/dot-components/pull/1161) ([CWSites](https://github.com/CWSites))
30
+
31
+ ## [1.16.1](https://github.com/digital-ai/dot-components/tree/1.16.1) (05/12/2022)
32
+
33
+ [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.16.0...1.16.1)
34
+
35
+ **Fixed bugs:**
36
+
37
+ - `InlineEdit`: Disable `Save` button when value contains only spaces [\#1155](https://github.com/digital-ai/dot-components/issues/1155)
38
+ - Jittery animation on Safari with tooltip [\#1131](https://github.com/digital-ai/dot-components/issues/1131)
39
+ - S-84816: `InlineEdit`: Disable Save button when value contains only spaces [\#1156](https://github.com/digital-ai/dot-components/pull/1156) ([dmiletic85](https://github.com/dmiletic85))
40
+ - D-20958: Safari animation jitter [\#1154](https://github.com/digital-ai/dot-components/pull/1154) ([CWSites](https://github.com/CWSites))
41
+
42
+ **Merged pull requests:**
43
+
44
+ - May 25th 2022 icons update [\#1157](https://github.com/digital-ai/dot-components/pull/1157) ([BojanKocijan](https://github.com/BojanKocijan))
45
+
3
46
  ## [1.16.0](https://github.com/digital-ai/dot-components/tree/1.16.0) (05/10/2022)
4
47
 
5
48
  [Full Changelog](https://github.com/digital-ai/dot-components/compare/1.15.0...1.16.0)
@@ -96,7 +139,6 @@
96
139
  - S-82519: `Snackbar` Allow positioning [\#1064](https://github.com/digital-ai/dot-components/pull/1064) ([dmiletic85](https://github.com/dmiletic85))
97
140
  - S-82617: `DotInputText` Expose mouse up event [\#1063](https://github.com/digital-ai/dot-components/pull/1063) ([dmiletic85](https://github.com/dmiletic85))
98
141
  - S-76904: `InlineEdit` improvements [\#1053](https://github.com/digital-ai/dot-components/pull/1053) ([dmiletic85](https://github.com/dmiletic85))
99
- - S-82059: `DraggableList`: Create and export the component [\#1003](https://github.com/digital-ai/dot-components/pull/1003) ([dmiletic85](https://github.com/dmiletic85))
100
142
 
101
143
  **Fixed bugs:**
102
144
 
@@ -228,6 +270,7 @@
228
270
  - Add class prop into `ButtonToggleProps` [\#990](https://github.com/digital-ai/dot-components/issues/990)
229
271
  - Expose `Divider` [\#989](https://github.com/digital-ai/dot-components/issues/989)
230
272
  - Expose `Popper` [\#975](https://github.com/digital-ai/dot-components/issues/975)
273
+ - S-82059: `DraggableList`: Create and export the component [\#1003](https://github.com/digital-ai/dot-components/pull/1003) ([dmiletic85](https://github.com/dmiletic85))
231
274
  - S-81968: `ButtonToggle`: Add class prop into `ButtonToggleProps` and export relevant types and interfaces [\#993](https://github.com/digital-ai/dot-components/pull/993) ([dmiletic85](https://github.com/dmiletic85))
232
275
  - S-81966: `Divider`: Create and expose `Divider` component [\#992](https://github.com/digital-ai/dot-components/pull/992) ([dmiletic85](https://github.com/dmiletic85))
233
276
  - S-81656: `Popper`: Create and expose `Popper` component [\#988](https://github.com/digital-ai/dot-components/pull/988) ([dmiletic85](https://github.com/dmiletic85))
@@ -739,6 +782,7 @@
739
782
  - S-79291: update nested dependencies [\#700](https://github.com/digital-ai/dot-components/pull/700) ([CWSites](https://github.com/CWSites))
740
783
  - S-78832: Agility icon & badge updates [\#698](https://github.com/digital-ai/dot-components/pull/698) ([CWSites](https://github.com/CWSites))
741
784
  - 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))
785
+ - pass value to tab [\#694](https://github.com/digital-ai/dot-components/pull/694) ([kmmarsh](https://github.com/kmmarsh))
742
786
  - S-76906: table action column [\#692](https://github.com/digital-ai/dot-components/pull/692) ([monapatel91](https://github.com/monapatel91))
743
787
 
744
788
  ## [1.1.0](https://github.com/digital-ai/dot-components/tree/1.1.0) (09/29/2021)
@@ -752,7 +796,6 @@
752
796
  **Merged pull requests:**
753
797
 
754
798
  - MINOR release [\#695](https://github.com/digital-ai/dot-components/pull/695) ([CWSites](https://github.com/CWSites))
755
- - pass value to tab [\#694](https://github.com/digital-ai/dot-components/pull/694) ([kmmarsh](https://github.com/kmmarsh))
756
799
  - S-78831: update AppToolbar component for Agility [\#691](https://github.com/digital-ai/dot-components/pull/691) ([CWSites](https://github.com/CWSites))
757
800
 
758
801
  ## [1.0.12](https://github.com/digital-ai/dot-components/tree/1.0.12) (09/23/2021)
@@ -927,6 +970,7 @@
927
970
  - S-76838: address Sonarcloud code issues [\#608](https://github.com/digital-ai/dot-components/pull/608) ([CWSites](https://github.com/CWSites))
928
971
  - S-77317: Add 'height' prop to DotDrawer component [\#603](https://github.com/digital-ai/dot-components/pull/603) ([selsemore](https://github.com/selsemore))
929
972
  - Update GitHub prerelease [\#599](https://github.com/digital-ai/dot-components/pull/599) ([CWSites](https://github.com/CWSites))
973
+ - S-76917: remove progressionBoard styles from theme provider [\#597](https://github.com/digital-ai/dot-components/pull/597) ([CWSites](https://github.com/CWSites))
930
974
 
931
975
  ## [1.0.3](https://github.com/digital-ai/dot-components/tree/1.0.3) (07/27/2021)
932
976
 
@@ -951,7 +995,6 @@
951
995
 
952
996
  **Merged pull requests:**
953
997
 
954
- - S-76917: remove progressionBoard styles from theme provider [\#597](https://github.com/digital-ai/dot-components/pull/597) ([CWSites](https://github.com/CWSites))
955
998
  - 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))
956
999
  - 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))
957
1000
  - updating github workflow to default to patch release [\#593](https://github.com/digital-ai/dot-components/pull/593) ([CWSites](https://github.com/CWSites))
package/fonts/dot.woff CHANGED
Binary file