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