Skip to content

Releases: AvaloniaUI/Avalonia.Controls.TreeDataGrid

11.0.0-preview6

30 Mar 14:59
7939e1d
Compare
Choose a tag to compare
11.0.0-preview6 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 11.0.0-preview4...11.0.0-preview6

11.0.0-preview4

19 Jan 11:13
c109c54
Compare
Choose a tag to compare
11.0.0-preview4 Pre-release
Pre-release

What's Changed

Full Changelog: 0.10.18.1...11.0.0-preview4

0.10.18.1

01 Dec 16:17
c2262a5
Compare
Choose a tag to compare

What's Changed

  • Allow disabling selection. by @grokys in #120
  • Update to Avalonia 11 (Everything besides the update to 11.0 itself) by @wieslawsoltes in #123
  • Added support for checkbox columns. by @grokys in #127
  • MVP of auto drag/drop. by @grokys in #126
  • Allow defining TemplateColumn cells in XAML by @grokys in #86
  • Implement PageUp\PageDown navigation to make it work with Compositing renderer by @Takoooooo in #144

Full Changelog: 0.10.18...0.10.18.1

0.10.18

11 Oct 17:23
Compare
Choose a tag to compare

What's Changed

  • Add documentation about the column types by @Takoooooo in #92
  • Left arrow key press now navigates to the parent element by @Takoooooo in #97
  • Double clicking column thumb should fit column contents by @Takoooooo in #101
  • Typing alphanumeric keys (a-z0-9) should focus selection on the next item whose name starts with typed input by @Takoooooo in #100
  • Setup a Tag property for the IColumn interface by @danipen in #105
  • Make styles more flexible by @maxkatz6 in #106
  • Add columns NthChild support by @maxkatz6 in #103
  • Update azure-pipelines.yml for Azure Pipelines by @danwalmsley in #111
  • Fix cannot call Measure using a size with NaN values exception in TreeDataGridColumnarPresenterBase by @wieslawsoltes in #104
  • Update to Avalonia version 0.10.14 by @wieslawsoltes in #112
  • When hitting the PageDown/PageUp keys it should select the item that is N positions up/down and bring it into the view by @Takoooooo in #108
  • Fix a few problems in TreeSelectionModelBase. by @grokys in #113
  • Sync scroll viewers in code instead of using bindings. by @grokys in #115
  • Make expanders react to changes in data. by @grokys in #116
  • Fix selected drive in files page demo by @wieslawsoltes in #118
  • Update Avalonia to 0.10.16 by @wieslawsoltes in #119

New Contributors

Full Changelog: 0.10.10...0.10.18

11.0.0-preview1

05 Sep 13:46
d043eb6
Compare
Choose a tag to compare
11.0.0-preview1 Pre-release
Pre-release

What's Changed

  • Add documentation about the column types by @Takoooooo in #92
  • Left arrow key press now navigates to the parent element by @Takoooooo in #97
  • Double clicking column thumb should fit column contents by @Takoooooo in #101
  • Typing alphanumeric keys (a-z0-9) should focus selection on the next item whose name starts with typed input by @Takoooooo in #100
  • Setup a Tag property for the IColumn interface by @danipen in #105
  • Make styles more flexible by @maxkatz6 in #106
  • Add columns NthChild support by @maxkatz6 in #103
  • Update azure-pipelines.yml for Azure Pipelines by @danwalmsley in #111
  • Fix cannot call Measure using a size with NaN values exception in TreeDataGridColumnarPresenterBase by @wieslawsoltes in #104
  • Update to Avalonia version 0.10.14 by @wieslawsoltes in #112
  • When hitting the PageDown/PageUp keys it should select the item that is N positions up/down and bring it into the view by @Takoooooo in #108
  • Fix a few problems in TreeSelectionModelBase. by @grokys in #113
  • Sync scroll viewers in code instead of using bindings. by @grokys in #115
  • Make expanders react to changes in data. by @grokys in #116
  • Fix selected drive in files page demo by @wieslawsoltes in #118
  • Update Avalonia to 0.10.16 by @wieslawsoltes in #119
  • Allow disabling selection. by @grokys in #120
  • Update to Avalonia 11.0.0-preview1 by @wieslawsoltes in #123

Full Changelog: 0.10.10...11.0.0-preview1

0.10.10

12 Mar 08:32
4901e52
Compare
Choose a tag to compare

Initial release.
TreeDataGrid is now publicly available on NuGet!