Releases: AvaloniaUI/Avalonia.Controls.TreeDataGrid
Releases · AvaloniaUI/Avalonia.Controls.TreeDataGrid
11.0.0-preview6
What's Changed
- Correctly raise the RowDrop event. by @grokys in #157
- Initial porting effort to Avalonia 11. by @jmacato in #153
- Update actions dotnet SDK version. by @grokys in #158
- Update project version to 11.0.0-preview6 by @Takoooooo in #160
New Contributors
Full Changelog: 11.0.0-preview4...11.0.0-preview6
11.0.0-preview4
What's Changed
- Support PageUp\PageDown navigation for Hierarchical TreeDataGrid by @Takoooooo in #145
- Fix PageUp/PageDown navigation with column sorting by @Takoooooo in #146
- Update to 11.0.0-preview4 by @wieslawsoltes in #149
Full Changelog: 0.10.18.1...11.0.0-preview4
0.10.18.1
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
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
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