@myunisoft/design-system 0.16.0-alpha.0 → 0.16.2
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 +20 -0
- package/dist/index.js +397 -336
- package/dist/index.js.map +1 -1
- package/package.json +5 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## v0.16.1 (15/06/2022)
|
|
3
|
+
#### Bug Fixes
|
|
4
|
+
- [MYUN-21986](https://myunisoft.atlassian.net/browse/MYUN-21986) [VirtualTable] Fix `DateCell` cannot be cleared
|
|
5
|
+
- [MYUN-20845](https://myunisoft.atlassian.net/browse/MYUN-20845) [VirtualTable] Fix typo in `SearchBar` placeholder
|
|
6
|
+
|
|
7
|
+
## v0.16.0 (02/06/2022)
|
|
8
|
+
#### Enhancements
|
|
9
|
+
- [MYUN-21869](https://myunisoft.atlassian.net/browse/MYUN-21869) Add `onCustomScroll` prop.
|
|
10
|
+
|
|
11
|
+
## v0.15.3 (14/04/2022)
|
|
12
|
+
#### Bug Fixes
|
|
13
|
+
- [MYUN-20875](https://myunisoft.atlassian.net/browse/MYUN-20875) Apply actions to visible rows
|
|
14
|
+
- [MYUN-20635](https://myunisoft.atlassian.net/browse/MYUN-20635) Prevent "Invalid Date" warning in browser
|
|
15
|
+
|
|
16
|
+
## v0.15.2 (31/03/2022)
|
|
17
|
+
#### Enhancements
|
|
18
|
+
- [MYUN-20126](https://myunisoft.atlassian.net/browse/MYUN-20126) Clean old code
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
- [MYUN-12876](https://myunisoft.atlassian.net/browse/MYUN-12876) Error tooltip
|
|
21
|
+
|
|
2
22
|
## v0.13.0 (16/02/2022)
|
|
3
23
|
#### Enhancements
|
|
4
24
|
- [MYUN-18987](https://myunisoft.atlassian.net/browse/MYUN-18987) Add `renderExport` support for all column types.
|