Skip to content

v1.1.0

Compare
Choose a tag to compare
@w-ahmad w-ahmad released this 05 May 22:12
· 99 commits to main since this release
3cb14af

v1.1.0 Release Notes

  • In filter flyout, use Contains instead of StartsWith when searching. (Thanks to @XamlBrewer ) #6
  • Removed package dependencies
  • New properties introduced in this release
    • TableView.IsReadOnly default is false, true makes all the columns read only.
    • TableView.CanUserSort default is true, false makes all the columns unsortable and exiting sorting will be cleared.
    • TableView.CanUserFilter default is true, false makes all the columns unfilterable and existing filter will be removed.
    • TableView.CanResizeColumns default is true, false makes all the columns not resizable.
    • TableView.ShowOptionsButton default is true, false will hide the OptionsButton.
    • TableView.HeaderRowHeight default value is set to 48.

Fixes

  • Major performance improvement in handling newly added items.
  • Fixed column header layout issues on resize. #3
  • 'Select All' command enable state is fixed based on the selection mode. #4
  • Copy or export selected items order in output is fixed #5
  • Fixed cell width bindings with their column

New Contributors

Full Changelog: v1.0.0...v1.1.0