Skip to content

v1.3.0-preview2

Pre-release
Pre-release
Compare
Choose a tag to compare
@w-ahmad w-ahmad released this 03 Apr 19:04
· 36 commits to main since this release
8e4c02b

Uno Platform Support

This release adds Uno Platform support to WinUI.TableView, enabling compatibility with WASM, macOS, and Linux.

image

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 and ScrollCellIntoView 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

Full Changelog: v1.3.0-preview1...v1.3.0-preview2