@digital-ai/dot-components 1.17.2 → 1.19.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 +61 -5
- package/fonts/fonts.ts +1 -1
- package/index.esm.js +132 -73
- package/index.umd.js +162 -86
- package/lib/components/app-toolbar/AppToolbar.d.ts +3 -1
- package/lib/components/auto-complete/AutoComplete.d.ts +1 -1
- package/lib/components/auto-complete/AutoComplete.stories.styles.d.ts +2 -0
- package/lib/components/auto-complete/Autocomplete.stories.data.d.ts +4 -0
- package/lib/components/draggable-list/DraggableList.d.ts +11 -3
- package/lib/components/draggable-list/DraggableList.stories.data.d.ts +6 -2
- package/lib/components/draggable-list/DraggableList.stories.styles.d.ts +2 -0
- package/lib/components/draggable-list/DraggableList.styles.d.ts +6 -1
- package/lib/components/draggable-list/utils/helpers.d.ts +1 -0
- package/lib/components/helpers.d.ts +1 -0
- package/lib/components/index.d.ts +2 -1
- package/lib/components/input-form-fields/InputText.d.ts +2 -1
- package/lib/components/list/List.d.ts +1 -1
- package/lib/components/list/utils/models.d.ts +3 -0
- package/lib/components/split-button/SplitButton.d.ts +6 -6
- package/lib/components/split-button/utils/helpers.d.ts +2 -0
- package/lib/components/table/index.d.ts +2 -0
- package/package.json +1 -1
package/CHANGE_LOG.md
CHANGED
|
@@ -1,5 +1,61 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.19.1](https://github.com/digital-ai/dot-components/tree/1.19.1) (07/18/2022)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.19.0...1.19.1)
|
|
6
|
+
|
|
7
|
+
**Fixed bugs:**
|
|
8
|
+
|
|
9
|
+
- `DotAutocomplete` the property `inputId` is ignored [\#1216](https://github.com/digital-ai/dot-components/issues/1216)
|
|
10
|
+
- D-21972: DotListItem should accept tooltipPlacement props for custom tooltip placement [\#1206](https://github.com/digital-ai/dot-components/issues/1206)
|
|
11
|
+
- For the Sidebar component the "subheader" style in the pattern library doesn't match with the implementation in dot-components [\#1108](https://github.com/digital-ai/dot-components/issues/1108)
|
|
12
|
+
- Clicking on App Logo in navbar should have the same behavior as clicking the Primary Logo [\#1059](https://github.com/digital-ai/dot-components/issues/1059)
|
|
13
|
+
- D-22029: `DotAutocomplete`: fix id attribute on input [\#1217](https://github.com/digital-ai/dot-components/pull/1217) ([angel-git](https://github.com/angel-git))
|
|
14
|
+
- D-20693: `DotSidebar` updates to match Figma [\#1214](https://github.com/digital-ai/dot-components/pull/1214) ([CWSites](https://github.com/CWSites))
|
|
15
|
+
- D-20329: add href to application logo [\#1213](https://github.com/digital-ai/dot-components/pull/1213) ([CWSites](https://github.com/CWSites))
|
|
16
|
+
- D-20404: update table border color [\#1211](https://github.com/digital-ai/dot-components/pull/1211) ([CWSites](https://github.com/CWSites))
|
|
17
|
+
- D-21972: Adds props for custom tooltip position in ListItemProps [\#1207](https://github.com/digital-ai/dot-components/pull/1207) ([s-zimm](https://github.com/s-zimm))
|
|
18
|
+
|
|
19
|
+
## [1.19.0](https://github.com/digital-ai/dot-components/tree/1.19.0) (07/11/2022)
|
|
20
|
+
|
|
21
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.18.0...1.19.0)
|
|
22
|
+
|
|
23
|
+
**Features:**
|
|
24
|
+
|
|
25
|
+
- `SplitButton` Improvements [\#1180](https://github.com/digital-ai/dot-components/issues/1180)
|
|
26
|
+
- S-85293: `SplitButton` Improvements [\#1201](https://github.com/digital-ai/dot-components/pull/1201) ([dmiletic85](https://github.com/dmiletic85))
|
|
27
|
+
|
|
28
|
+
**Fixed bugs:**
|
|
29
|
+
|
|
30
|
+
- `DotAutocomplete` with action item, on enter key if no option is selected should trigger the action AND close it [\#1203](https://github.com/digital-ai/dot-components/issues/1203)
|
|
31
|
+
- `Typography` Lato 700 is not rendered correctly on Safari with dot-components [\#818](https://github.com/digital-ai/dot-components/issues/818)
|
|
32
|
+
- D-21935 `DotAutocomplete` with action item, on enter key if no option is selected should trigger the action AND close it [\#1204](https://github.com/digital-ai/dot-components/pull/1204) ([angel-git](https://github.com/angel-git))
|
|
33
|
+
- D-19158: safari font weight [\#1175](https://github.com/digital-ai/dot-components/pull/1175) ([CWSites](https://github.com/CWSites))
|
|
34
|
+
|
|
35
|
+
## [1.18.0](https://github.com/digital-ai/dot-components/tree/1.18.0) (06/21/2022)
|
|
36
|
+
|
|
37
|
+
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.17.2...1.18.0)
|
|
38
|
+
|
|
39
|
+
**Features:**
|
|
40
|
+
|
|
41
|
+
- S-85256: `Map` component example in demo app [\#1184](https://github.com/digital-ai/dot-components/pull/1184) ([dmiletic85](https://github.com/dmiletic85))
|
|
42
|
+
|
|
43
|
+
**Fixed bugs:**
|
|
44
|
+
|
|
45
|
+
- `DotAutcomplete` loading spinner is in wrong position when `freesolo` is not enabled [\#1188](https://github.com/digital-ai/dot-components/issues/1188)
|
|
46
|
+
- `DotDraggableList` 4 issues in 1 [\#1183](https://github.com/digital-ai/dot-components/issues/1183)
|
|
47
|
+
- D-21609: `DotAutocomplete` allow `null` as value [\#1195](https://github.com/digital-ai/dot-components/pull/1195) ([dmiletic85](https://github.com/dmiletic85))
|
|
48
|
+
- D-21606 `DotAutcomplete` loading spinner is in wrong position when `freesolo` is not enabled [\#1194](https://github.com/digital-ai/dot-components/pull/1194) ([angel-git](https://github.com/angel-git))
|
|
49
|
+
- D-21577: `DraggableList` improvements and bug fixes [\#1190](https://github.com/digital-ai/dot-components/pull/1190) ([dmiletic85](https://github.com/dmiletic85))
|
|
50
|
+
|
|
51
|
+
**Closed issues:**
|
|
52
|
+
|
|
53
|
+
- `DotAutocomplete` allow `null` as value [\#1189](https://github.com/digital-ai/dot-components/issues/1189)
|
|
54
|
+
|
|
55
|
+
**Merged pull requests:**
|
|
56
|
+
|
|
57
|
+
- `master` \> `develop` [\#1187](https://github.com/digital-ai/dot-components/pull/1187) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
58
|
+
|
|
3
59
|
## [1.17.2](https://github.com/digital-ai/dot-components/tree/1.17.2) (06/10/2022)
|
|
4
60
|
|
|
5
61
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.17.1...1.17.2)
|
|
@@ -784,10 +840,6 @@
|
|
|
784
840
|
|
|
785
841
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.1.0...1.1.1)
|
|
786
842
|
|
|
787
|
-
**Features:**
|
|
788
|
-
|
|
789
|
-
- S-78164: Sticky menu item on DotMenu component [\#687](https://github.com/digital-ai/dot-components/pull/687) ([dmiletic85](https://github.com/dmiletic85))
|
|
790
|
-
|
|
791
843
|
**Closed issues:**
|
|
792
844
|
|
|
793
845
|
- Security Updates [\#699](https://github.com/digital-ai/dot-components/issues/699)
|
|
@@ -804,6 +856,10 @@
|
|
|
804
856
|
|
|
805
857
|
[Full Changelog](https://github.com/digital-ai/dot-components/compare/1.0.12...1.1.0)
|
|
806
858
|
|
|
859
|
+
**Features:**
|
|
860
|
+
|
|
861
|
+
- S-78164: Sticky menu item on DotMenu component [\#687](https://github.com/digital-ai/dot-components/pull/687) ([dmiletic85](https://github.com/dmiletic85))
|
|
862
|
+
|
|
807
863
|
**Fixed bugs:**
|
|
808
864
|
|
|
809
865
|
- value prop isn't being passed to tab [\#693](https://github.com/digital-ai/dot-components/issues/693)
|
|
@@ -891,6 +947,7 @@
|
|
|
891
947
|
- S-78497: Add 'page' prop to DotTable [\#662](https://github.com/digital-ai/dot-components/pull/662) ([selsemore](https://github.com/selsemore))
|
|
892
948
|
- Issue \#632: Add aria-label property [\#659](https://github.com/digital-ai/dot-components/pull/659) ([dmiletic85](https://github.com/dmiletic85))
|
|
893
949
|
- S-78464: SonarQube [\#657](https://github.com/digital-ai/dot-components/pull/657) ([CWSites](https://github.com/CWSites))
|
|
950
|
+
- S-78388: Export interfaces and types needed for table pagination and sorting [\#654](https://github.com/digital-ai/dot-components/pull/654) ([selsemore](https://github.com/selsemore))
|
|
894
951
|
- S-77872: gather test coverage in sonarcloud [\#653](https://github.com/digital-ai/dot-components/pull/653) ([CWSites](https://github.com/CWSites))
|
|
895
952
|
|
|
896
953
|
## [1.0.8](https://github.com/digital-ai/dot-components/tree/1.0.8) (08/23/2021)
|
|
@@ -903,7 +960,6 @@
|
|
|
903
960
|
|
|
904
961
|
**Merged pull requests:**
|
|
905
962
|
|
|
906
|
-
- S-78388: Export interfaces and types needed for table pagination and sorting [\#654](https://github.com/digital-ai/dot-components/pull/654) ([selsemore](https://github.com/selsemore))
|
|
907
963
|
- add export back to component library [\#652](https://github.com/digital-ai/dot-components/pull/652) ([CWSites](https://github.com/CWSites))
|
|
908
964
|
- add back missing items from export [\#651](https://github.com/digital-ai/dot-components/pull/651) ([TheKeithStewart](https://github.com/TheKeithStewart))
|
|
909
965
|
|