v1.3.0-preview2
Pre-release
Pre-release
Uno Platform Support
This release adds Uno Platform support to WinUI.TableView, enabling compatibility with WASM, macOS, and Linux.
What's New
- Added
RowMinHeight
property. #110 - Added localization support, thanks to @VisualAlf for de-DE translations and @arthurits for es-ES translations. #113, #116, #126
- Added
PlaceholderText
property for TimeColumn. - Exposed
ScrollRowIntoView
andScrollCellIntoView
methods. #123
What's Changed
- Fixed vertical grid lines visibility issue.
- Fixed alternate row colors issue with theme changes. #95
- Fixed date column placeholder text issue.
- Fire ContextFlyoutOpened even if Flyout is null by @VisualAlf in #108
- Changed default types for date and time column in #124
New Contributors
- @VisualAlf made their first contribution in #108
- @arthurits made their first contribution in #126
Full Changelog: v1.3.0-preview1...v1.3.0-preview2