@myunisoft/design-system 0.10.0 → 0.10.4

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/CHANGELOG.md CHANGED
@@ -1,76 +1,100 @@
1
- # Changelog
2
-
3
- ## v0.10.0 (07/01/2022)
4
- #### Enhancements
5
- - [MYUN-18239](https://myunisoft.atlassian.net/browse/MYUN-18239) Expose export method outside the VT using the new [API](https://myunisoft.github.io/design-system/docs/virtual-table/api) system.
6
- - [MYUN-16618](https://myunisoft.atlassian.net/browse/MYUN-16618) Refactoring of AttachmentCell using the new [FileDropper](https://myunisoft.github.io/design-system/docs/inputs/FileDropper) component.
7
-
8
- #### Bug Fixes
9
- - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix amountCell refresh when a row is deleted.
10
- - [MYUN-18127](https://myunisoft.atlassian.net/browse/MYUN-18127) Fix all rows selection logic to prevent crash with high number of rows.
11
- ---
12
- ## v0.9.6
13
-
14
- #### Bug Fixes
15
- - [MYUN-17573](https://myunisoft.atlassian.net/browse/MYUN-17573) Fix scroll synchronisation delay
16
- - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Fix `totalrows` data attribute
17
-
18
- ---
19
- ## v0.9.5 (23/12/2021)
20
-
21
- #### Enhancements
22
-
23
- - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Add a length row property in a empty div in the VT just for cypress testing
24
-
25
- ---
26
- ## v0.9.4 (16/12/2021)
27
-
28
- #### Enhancements
29
-
30
- - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
31
-
32
- #### Bug Fixes
33
-
34
- - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
35
-
36
- ---
37
-
38
- ## v0.9.3 (13/12/2021)
39
-
40
- #### Bug Fixes
41
-
42
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
43
-
44
- ---
45
-
46
- ## v0.9.2 (08/12/2021)
47
-
48
- #### Bug Fixes
49
-
50
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
51
- - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
52
-
53
- ---
54
-
55
- ## v0.9.1 (06/12/2021)
56
-
57
- #### Bug Fixes:
58
-
59
- - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
60
- - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
61
-
62
- ---
63
-
64
- ## v0.9.0 (03/12/2021)
65
-
66
- #### Enhancements:
67
-
68
- - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
69
-
70
- ---
71
-
72
- ## v0.8.4 (02/12/2021)
73
-
74
- #### Bug Fixes:
75
-
76
- - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty
1
+ # Changelog
2
+
3
+ ## v0.10.4
4
+
5
+ #### Enhancements
6
+ - [MYUN-18490](https://myunisoft.atlassian.net/browse/MYUN-18490) Add config option to ContextMenu and improve calculation timing.
7
+ - [MYUN-18618](https://myunisoft.atlassian.net/browse/MYUN-18618) Add `enableColumnEdition` config property.
8
+ #### Bug Fixes
9
+ - [MYUN-18781](https://myunisoft.atlassian.net/browse/MYUN-18781) Fix AmountCell update from data changes.
10
+ - [MYUN-18474](https://myunisoft.atlassian.net/browse/MYUN-18474) Fix useColumn hook to get added columns.
11
+ - [MYUN-16618](https://myunisoft.atlassian.net/browse/MYUN-16618) Return cell datas in AttachmentCell.
12
+ ## v0.10.3 (14/01/2022)
13
+ #### Enhancements
14
+ - [MYUN-18568](https://myunisoft.atlassian.net/browse/MYUN-18568) Add `addRowLabel` config property to override the "Add a new line +" label.
15
+ - [MYUN-18567](https://myunisoft.atlassian.net/browse/MYUN-18567) Add `defaultOrder` and `defaultOrderDirection` config properties.
16
+ ---
17
+ ## v0.10.2 (12/01/2022)
18
+ #### Bug Fixes
19
+ - [MYUN-18174](https://myunisoft.atlassian.net/browse/MYUN-18174) Fix column witdh in ColumnsSetting component
20
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix row deleting function
21
+ - [MYUN-18426](https://myunisoft.atlassian.net/browse/MYUN-18426) Fix filter options for column with typeCell as select.
22
+ ---
23
+ ## v0.10.1 (07/01/2022)
24
+ #### Bug Fixes
25
+ - Fix build process
26
+ ---
27
+ ## v0.10.0 (07/01/2022)
28
+ #### Enhancements
29
+ - [MYUN-18239](https://myunisoft.atlassian.net/browse/MYUN-18239) Expose export method outside the VT using the new [API](https://myunisoft.github.io/design-system/docs/virtual-table/api) system.
30
+ - [MYUN-16618](https://myunisoft.atlassian.net/browse/MYUN-16618) Refactoring of AttachmentCell using the new [FileDropper](https://myunisoft.github.io/design-system/docs/inputs/FileDropper) component.
31
+
32
+ #### Bug Fixes
33
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix amountCell refresh when a row is deleted.
34
+ - [MYUN-18127](https://myunisoft.atlassian.net/browse/MYUN-18127) Fix all rows selection logic to prevent crash with high number of rows.
35
+ ---
36
+ ## v0.9.6
37
+
38
+ #### Bug Fixes
39
+ - [MYUN-17573](https://myunisoft.atlassian.net/browse/MYUN-17573) Fix scroll synchronisation delay
40
+ - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Fix `totalrows` data attribute
41
+
42
+ ---
43
+ ## v0.9.5 (23/12/2021)
44
+
45
+ #### Enhancements
46
+
47
+ - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Add a length row property in a empty div in the VT just for cypress testing
48
+
49
+ ---
50
+ ## v0.9.4 (16/12/2021)
51
+
52
+ #### Enhancements
53
+
54
+ - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
55
+
56
+ #### Bug Fixes
57
+
58
+ - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
59
+
60
+ ---
61
+
62
+ ## v0.9.3 (13/12/2021)
63
+
64
+ #### Bug Fixes
65
+
66
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
67
+
68
+ ---
69
+
70
+ ## v0.9.2 (08/12/2021)
71
+
72
+ #### Bug Fixes
73
+
74
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
75
+ - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
76
+
77
+ ---
78
+
79
+ ## v0.9.1 (06/12/2021)
80
+
81
+ #### Bug Fixes:
82
+
83
+ - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
84
+ - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
85
+
86
+ ---
87
+
88
+ ## v0.9.0 (03/12/2021)
89
+
90
+ #### Enhancements:
91
+
92
+ - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
93
+
94
+ ---
95
+
96
+ ## v0.8.4 (02/12/2021)
97
+
98
+ #### Bug Fixes:
99
+
100
+ - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty