Skip to content

v1.2.2

Latest
Compare
Choose a tag to compare
@w-ahmad w-ahmad released this 26 Nov 13:05
· 17 commits to main since this release

What's Changed

  • Row drag/drop/reorder is working again
  • fixed memory leaks with multiple instances of control in #66
  • major performance improvemed of column filter flyout in #67
  • fixed row navigation with arrow keys when SelectionUnit is set to Row.
  • fixed row selection issues by using base class implementations
  • bind row height property to the TableView.RowHeight in #59
  • fixed nuget symbol links

Breaking changes

Below dependency properties are now standard properties:

  • TableViewRow.TableView
  • TableViewCell.TableView
  • TableViewCell.TableViewColumn
  • TableViewCell.TableViewRow

Full Changelog: v1.2.1...v1.2.2