@myunisoft/design-system 0.9.5 → 0.10.3

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,60 +1,86 @@
1
- # Changelog
2
-
3
- ## v0.9.5 (23/12/2021)
4
-
5
- #### Enhancements
6
-
7
- - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-17509)
8
- Add a length row property in a empty div in the VT just for cypress testing
9
-
10
- ## v0.9.4 (16/12/2021)
11
-
12
- #### Enhancements
13
-
14
- - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
15
-
16
- #### Bug Fixes
17
-
18
- - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
19
-
20
- ---
21
-
22
- ## v0.9.3 (13/12/2021)
23
-
24
- #### Bug Fixes
25
-
26
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
27
-
28
- ---
29
-
30
- ## v0.9.2 (08/12/2021)
31
-
32
- #### Bug Fixes
33
-
34
- - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
35
- - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
36
-
37
- ---
38
-
39
- ## v0.9.1 (06/12/2021)
40
-
41
- #### Bug Fixes:
42
-
43
- - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
44
- - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
45
-
46
- ---
47
-
48
- ## v0.9.0 (03/12/2021)
49
-
50
- #### Enhancements:
51
-
52
- - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
53
-
54
- ---
55
-
56
- ## v0.8.4 (02/12/2021)
57
-
58
- #### Bug Fixes:
59
-
60
- - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty
1
+ # Changelog
2
+
3
+ ## v0.10.2 (12/01/2022)
4
+ #### Bug Fixes
5
+ - [MYUN-18174](https://myunisoft.atlassian.net/browse/MYUN-18174) Fix column witdh in ColumnsSetting component
6
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix row deleting function
7
+ - [MYUN-18426](https://myunisoft.atlassian.net/browse/MYUN-18426) Fix filter options for column with typeCell as select.
8
+ ---
9
+ ## v0.10.1 (07/01/2022)
10
+ #### Bug Fixes
11
+ - Fix build process
12
+ ---
13
+ ## v0.10.0 (07/01/2022)
14
+ #### Enhancements
15
+ - [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.
16
+ - [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.
17
+
18
+ #### Bug Fixes
19
+ - [MYUN-18334](https://myunisoft.atlassian.net/browse/MYUN-18334) Fix amountCell refresh when a row is deleted.
20
+ - [MYUN-18127](https://myunisoft.atlassian.net/browse/MYUN-18127) Fix all rows selection logic to prevent crash with high number of rows.
21
+ ---
22
+ ## v0.9.6
23
+
24
+ #### Bug Fixes
25
+ - [MYUN-17573](https://myunisoft.atlassian.net/browse/MYUN-17573) Fix scroll synchronisation delay
26
+ - [MYUN-18061](https://myunisoft.atlassian.net/browse/MYUN-18061) Fix `totalrows` data attribute
27
+
28
+ ---
29
+ ## v0.9.5 (23/12/2021)
30
+
31
+ #### Enhancements
32
+
33
+ - [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
34
+
35
+ ---
36
+ ## v0.9.4 (16/12/2021)
37
+
38
+ #### Enhancements
39
+
40
+ - [MYUN-17509](https://myunisoft.atlassian.net/browse/MYUN-17509) Add disabled, className and style property to `select` typeCell
41
+
42
+ #### Bug Fixes
43
+
44
+ - [MYUN-17850](https://myunisoft.atlassian.net/browse/MYUN-17850) Fix export of empty wallet cell
45
+
46
+ ---
47
+
48
+ ## v0.9.3 (13/12/2021)
49
+
50
+ #### Bug Fixes
51
+
52
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of switch badge cell
53
+
54
+ ---
55
+
56
+ ## v0.9.2 (08/12/2021)
57
+
58
+ #### Bug Fixes
59
+
60
+ - [MYUN-17516](https://myunisoft.atlassian.net/browse/MYUN-17516) Fix export of empty badge cell
61
+ - [MYUN-17665](https://myunisoft.atlassian.net/browse/MYUN-17665) Activate save button on edit
62
+
63
+ ---
64
+
65
+ ## v0.9.1 (06/12/2021)
66
+
67
+ #### Bug Fixes:
68
+
69
+ - [MYUN-17505](https://myunisoft.atlassian.net/browse/MYUN-17505) Add `rowIndex` property to RenderComponent callback
70
+ - [MYUN-17584](https://myunisoft.atlassian.net/browse/MYUN-17584) Fix `typeCell` in columnsSettings and doc
71
+
72
+ ---
73
+
74
+ ## v0.9.0 (03/12/2021)
75
+
76
+ #### Enhancements:
77
+
78
+ - [MYUN-17510](https://myunisoft.atlassian.net/browse/MYUN-17510) Handle custom sortable
79
+
80
+ ---
81
+
82
+ ## v0.8.4 (02/12/2021)
83
+
84
+ #### Bug Fixes:
85
+
86
+ - [MYUN-16553](https://myunisoft.atlassian.net/browse/MYUN-16553) Editable AmountCell are not clickable when empty