@myunisoft/design-system 0.16.4 → 0.17.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/CHANGELOG.md CHANGED
@@ -1,152 +1,156 @@
1
- # Changelog
2
- ## v0.16.4 (18/07/2022)
3
- - [MYUN-22693 ](https://myunisoft.atlassian.net/browse/MYUN-22693 ) [VirtualTable] Fix crash add fallback value for SelecCell when options array is empty
4
-
5
- ## v0.16.2 (05/07/2022)
6
- #### Bug Fixes
7
- - [MYUN-22357](https://myunisoft.atlassian.net/browse/MYUN-22357) [VirtualTable] Fix crash when using `tooltipDetail`
8
- - [MYUN-22462](https://myunisoft.atlassian.net/browse/MYUN-22462) [VirtualTable] Unfilterable columns are displayed as filterable
9
- - [MYUN-22510](https://myunisoft.atlassian.net/browse/MYUN-22510) [VirtualTable] Fix bug renderLabelCustom in select cell VT
10
- ## v0.16.1 (15/06/2022)
11
- #### Bug Fixes
12
- - [MYUN-21986](https://myunisoft.atlassian.net/browse/MYUN-21986) [VirtualTable] Fix `DateCell` cannot be cleared
13
- - [MYUN-20845](https://myunisoft.atlassian.net/browse/MYUN-20845) [VirtualTable] Fix typo in `SearchBar` placeholder
14
-
15
- ## v0.16.0 (02/06/2022)
16
- #### Enhancements
17
- - [MYUN-21869](https://myunisoft.atlassian.net/browse/MYUN-21869) Add `onCustomScroll` prop.
18
-
19
- ## v0.15.3 (14/04/2022)
20
- #### Bug Fixes
21
- - [MYUN-20875](https://myunisoft.atlassian.net/browse/MYUN-20875) Apply actions to visible rows
22
- - [MYUN-20635](https://myunisoft.atlassian.net/browse/MYUN-20635) Prevent "Invalid Date" warning in browser
23
-
24
- ## v0.15.2 (31/03/2022)
25
- #### Enhancements
26
- - [MYUN-20126](https://myunisoft.atlassian.net/browse/MYUN-20126) Clean old code
27
- #### Bug Fixes
28
- - [MYUN-12876](https://myunisoft.atlassian.net/browse/MYUN-12876) Error tooltip
29
-
30
- ## v0.13.0 (16/02/2022)
31
- #### Enhancements
32
- - [MYUN-18987](https://myunisoft.atlassian.net/browse/MYUN-18987) Add `renderExport` support for all column types.
33
- - [MYUN-19425](https://myunisoft.atlassian.net/browse/MYUN-19425) Improve filtering of number/amount columns.
34
-
35
- ---
36
- ## v0.12.1 (11/02/2022)
37
- #### Bug Fixes
38
- - [MYUN-19389](https://myunisoft.atlassian.net/browse/MYUN-19389) Fix `isEdit` callback value.
39
- ---
40
- ## v0.12.0 (04/02/2022)
41
-
42
- #### Enhancements
43
- - [MYUN-19149](https://myunisoft.atlassian.net/browse/MYUN-19149) Add `handleCancel` callback property.
44
- - [MYUN-19098](https://myunisoft.atlassian.net/browse/MYUN-19098) Pass row data to `sortComparator` function.
45
-
46
- ---
47
- ## v0.11.0 (31/01/2022)
48
- #### Enhancements
49
- - [MYUN-18606](https://myunisoft.atlassian.net/browse/MYUN-18606) Improve selection strategy using apiRef.
50
- - [MYUN-17800](https://myunisoft.atlassian.net/browse/MYUN-17800) Add print and pdf export.
51
- #### Bug Fixes
52
- - [MYUN-18890](https://myunisoft.atlassian.net/browse/MYUN-18890) Fix filtering with "0" value.
53
- ---
54
- ## v0.10.4 (25/01/2022)
55
-
56
- #### Enhancements
57
- - [MYUN-18490](https://myunisoft.atlassian.net/browse/MYUN-18490) Add config option to ContextMenu and improve calculation timing.
58
- - [MYUN-18618](https://myunisoft.atlassian.net/browse/MYUN-18618) Add `enableColumnEdition` config property.
59
- #### Bug Fixes
60
- - [MYUN-18781](https://myunisoft.atlassian.net/browse/MYUN-18781) Fix AmountCell update from data changes.
61
- - [MYUN-18474](https://myunisoft.atlassian.net/browse/MYUN-18474) Fix useColumn hook to get added columns.
62
- - [MYUN-16618](https://myunisoft.atlassian.net/browse/MYUN-16618) Return cell datas in AttachmentCell.
63
- ---
64
- ## v0.10.3 (14/01/2022)
65
- #### Enhancements
66
- - [MYUN-18568](https://myunisoft.atlassian.net/browse/MYUN-18568) Add `addRowLabel` config property to override the "Add a new line +" label.
67
- - [MYUN-18567](https://myunisoft.atlassian.net/browse/MYUN-18567) Add `defaultOrder` and `defaultOrderDirection` config properties.
68
- ---
69
- ## v0.10.2 (12/01/2022)
70
- #### Bug Fixes
71
- - [MYUN-18174](https://myunisoft.atlassian.net/browse/MYUN-18174) Fix column witdh in ColumnsSetting component
72
- - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix row deleting function
73
- - [MYUN-18426](https://myunisoft.atlassian.net/browse/MYUN-18426) Fix filter options for column with typeCell as select.
74
- ---
75
- ## v0.10.1 (07/01/2022)
76
- #### Bug Fixes
77
- - Fix build process
78
- ---
79
- ## v0.10.0 (07/01/2022)
80
- #### Enhancements
81
- - [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.
82
- - [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.
83
-
84
- #### Bug Fixes
85
- - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix amountCell refresh when a row is deleted.
86
- - [MYUN-18127](https://myunisoft.atlassian.net/browse/MYUN-18127) Fix all rows selection logic to prevent crash with high number of rows.
87
- ---
88
- ## v0.9.6
89
-
90
- #### Bug Fixes
91
- - [MYUN-17573](https://myunisoft.atlassian.net/browse/MYUN-17573) Fix scroll synchronisation delay
92
- - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Fix `totalrows` data attribute
93
-
94
- ---
95
- ## v0.9.5 (23/12/2021)
96
-
97
- #### Enhancements
98
-
99
- - [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
100
-
101
- ---
102
- ## v0.9.4 (16/12/2021)
103
-
104
- #### Enhancements
105
-
106
- - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
107
-
108
- #### Bug Fixes
109
-
110
- - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
111
-
112
- ---
113
-
114
- ## v0.9.3 (13/12/2021)
115
-
116
- #### Bug Fixes
117
-
118
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
119
-
120
- ---
121
-
122
- ## v0.9.2 (08/12/2021)
123
-
124
- #### Bug Fixes
125
-
126
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
127
- - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
128
-
129
- ---
130
-
131
- ## v0.9.1 (06/12/2021)
132
-
133
- #### Bug Fixes:
134
-
135
- - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
136
- - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
137
-
138
- ---
139
-
140
- ## v0.9.0 (03/12/2021)
141
-
142
- #### Enhancements:
143
-
144
- - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
145
-
146
- ---
147
-
148
- ## v0.8.4 (02/12/2021)
149
-
150
- #### Bug Fixes:
151
-
152
- - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty
1
+ # Changelog
2
+ ## v0.17.0 (17/08/2022)
3
+ #### Enhancements
4
+ - [MYUN-MYUN-20881 ](https://myunisoft.atlassian.net/browse/MYUN-MYUN-20881 ) Migrate MUI from v4 to v5
5
+
6
+ ## v0.16.4 (18/07/2022)
7
+ - [MYUN-22693 ](https://myunisoft.atlassian.net/browse/MYUN-22693 ) [VirtualTable] Fix crash add fallback value for SelecCell when options array is empty
8
+
9
+ ## v0.16.2 (05/07/2022)
10
+ #### Bug Fixes
11
+ - [MYUN-22357](https://myunisoft.atlassian.net/browse/MYUN-22357) [VirtualTable] Fix crash when using `tooltipDetail`
12
+ - [MYUN-22462](https://myunisoft.atlassian.net/browse/MYUN-22462) [VirtualTable] Unfilterable columns are displayed as filterable
13
+ - [MYUN-22510](https://myunisoft.atlassian.net/browse/MYUN-22510) [VirtualTable] Fix bug renderLabelCustom in select cell VT
14
+ ## v0.16.1 (15/06/2022)
15
+ #### Bug Fixes
16
+ - [MYUN-21986](https://myunisoft.atlassian.net/browse/MYUN-21986) [VirtualTable] Fix `DateCell` cannot be cleared
17
+ - [MYUN-20845](https://myunisoft.atlassian.net/browse/MYUN-20845) [VirtualTable] Fix typo in `SearchBar` placeholder
18
+
19
+ ## v0.16.0 (02/06/2022)
20
+ #### Enhancements
21
+ - [MYUN-21869](https://myunisoft.atlassian.net/browse/MYUN-21869) Add `onCustomScroll` prop.
22
+
23
+ ## v0.15.3 (14/04/2022)
24
+ #### Bug Fixes
25
+ - [MYUN-20875](https://myunisoft.atlassian.net/browse/MYUN-20875) Apply actions to visible rows
26
+ - [MYUN-20635](https://myunisoft.atlassian.net/browse/MYUN-20635) Prevent "Invalid Date" warning in browser
27
+
28
+ ## v0.15.2 (31/03/2022)
29
+ #### Enhancements
30
+ - [MYUN-20126](https://myunisoft.atlassian.net/browse/MYUN-20126) Clean old code
31
+ #### Bug Fixes
32
+ - [MYUN-12876](https://myunisoft.atlassian.net/browse/MYUN-12876) Error tooltip
33
+
34
+ ## v0.13.0 (16/02/2022)
35
+ #### Enhancements
36
+ - [MYUN-18987](https://myunisoft.atlassian.net/browse/MYUN-18987) Add `renderExport` support for all column types.
37
+ - [MYUN-19425](https://myunisoft.atlassian.net/browse/MYUN-19425) Improve filtering of number/amount columns.
38
+
39
+ ---
40
+ ## v0.12.1 (11/02/2022)
41
+ #### Bug Fixes
42
+ - [MYUN-19389](https://myunisoft.atlassian.net/browse/MYUN-19389) Fix `isEdit` callback value.
43
+ ---
44
+ ## v0.12.0 (04/02/2022)
45
+
46
+ #### Enhancements
47
+ - [MYUN-19149](https://myunisoft.atlassian.net/browse/MYUN-19149) Add `handleCancel` callback property.
48
+ - [MYUN-19098](https://myunisoft.atlassian.net/browse/MYUN-19098) Pass row data to `sortComparator` function.
49
+
50
+ ---
51
+ ## v0.11.0 (31/01/2022)
52
+ #### Enhancements
53
+ - [MYUN-18606](https://myunisoft.atlassian.net/browse/MYUN-18606) Improve selection strategy using apiRef.
54
+ - [MYUN-17800](https://myunisoft.atlassian.net/browse/MYUN-17800) Add print and pdf export.
55
+ #### Bug Fixes
56
+ - [MYUN-18890](https://myunisoft.atlassian.net/browse/MYUN-18890) Fix filtering with "0" value.
57
+ ---
58
+ ## v0.10.4 (25/01/2022)
59
+
60
+ #### Enhancements
61
+ - [MYUN-18490](https://myunisoft.atlassian.net/browse/MYUN-18490) Add config option to ContextMenu and improve calculation timing.
62
+ - [MYUN-18618](https://myunisoft.atlassian.net/browse/MYUN-18618) Add `enableColumnEdition` config property.
63
+ #### Bug Fixes
64
+ - [MYUN-18781](https://myunisoft.atlassian.net/browse/MYUN-18781) Fix AmountCell update from data changes.
65
+ - [MYUN-18474](https://myunisoft.atlassian.net/browse/MYUN-18474) Fix useColumn hook to get added columns.
66
+ - [MYUN-16618](https://myunisoft.atlassian.net/browse/MYUN-16618) Return cell datas in AttachmentCell.
67
+ ---
68
+ ## v0.10.3 (14/01/2022)
69
+ #### Enhancements
70
+ - [MYUN-18568](https://myunisoft.atlassian.net/browse/MYUN-18568) Add `addRowLabel` config property to override the "Add a new line +" label.
71
+ - [MYUN-18567](https://myunisoft.atlassian.net/browse/MYUN-18567) Add `defaultOrder` and `defaultOrderDirection` config properties.
72
+ ---
73
+ ## v0.10.2 (12/01/2022)
74
+ #### Bug Fixes
75
+ - [MYUN-18174](https://myunisoft.atlassian.net/browse/MYUN-18174) Fix column witdh in ColumnsSetting component
76
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix row deleting function
77
+ - [MYUN-18426](https://myunisoft.atlassian.net/browse/MYUN-18426) Fix filter options for column with typeCell as select.
78
+ ---
79
+ ## v0.10.1 (07/01/2022)
80
+ #### Bug Fixes
81
+ - Fix build process
82
+ ---
83
+ ## v0.10.0 (07/01/2022)
84
+ #### Enhancements
85
+ - [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.
86
+ - [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.
87
+
88
+ #### Bug Fixes
89
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix amountCell refresh when a row is deleted.
90
+ - [MYUN-18127](https://myunisoft.atlassian.net/browse/MYUN-18127) Fix all rows selection logic to prevent crash with high number of rows.
91
+ ---
92
+ ## v0.9.6
93
+
94
+ #### Bug Fixes
95
+ - [MYUN-17573](https://myunisoft.atlassian.net/browse/MYUN-17573) Fix scroll synchronisation delay
96
+ - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Fix `totalrows` data attribute
97
+
98
+ ---
99
+ ## v0.9.5 (23/12/2021)
100
+
101
+ #### Enhancements
102
+
103
+ - [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
104
+
105
+ ---
106
+ ## v0.9.4 (16/12/2021)
107
+
108
+ #### Enhancements
109
+
110
+ - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
111
+
112
+ #### Bug Fixes
113
+
114
+ - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
115
+
116
+ ---
117
+
118
+ ## v0.9.3 (13/12/2021)
119
+
120
+ #### Bug Fixes
121
+
122
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
123
+
124
+ ---
125
+
126
+ ## v0.9.2 (08/12/2021)
127
+
128
+ #### Bug Fixes
129
+
130
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
131
+ - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
132
+
133
+ ---
134
+
135
+ ## v0.9.1 (06/12/2021)
136
+
137
+ #### Bug Fixes:
138
+
139
+ - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
140
+ - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
141
+
142
+ ---
143
+
144
+ ## v0.9.0 (03/12/2021)
145
+
146
+ #### Enhancements:
147
+
148
+ - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
149
+
150
+ ---
151
+
152
+ ## v0.8.4 (02/12/2021)
153
+
154
+ #### Bug Fixes:
155
+
156
+ - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty