Change log history for Prism.Avalonia
- Added support for Avalonia v11.0.0 GA Release
- NEW: Version numbering schema to denote Avalonia v0.10.21 (1021)
- Upgraded to support .NET 7, dropping .NET 5 support
- Upgraded to support Avalonia v0.10.21
- Updated sample projects and code cleanlyness
- Synced core components with latest develop
- Update: Converted ItemsControlRegionAdapter to use
ItemsSourceinstead ofItems
- New: Support for Avalonia v11.0 Preview 5
- New: Document Upgrading-to-Avalonia-11.md
- Update: IDialogWindow implements
WindowClosingEventArgs. See, Issue #9524, PR #9715 - Update: Avalonia interface objects deprecated - PR #9553
- Removed: Reduced the package references
- Samples:
- ALL: Renamed
.xamlfiles to.axamlto comply with Avalonia's XAML Name Reference Generator - SampleMvvmApp -
WindowNotificationManagerimplementation - SampleDialogApp - Added MessageBox-like dialog example with "title" and "message"
- SampleDialogApp - Using Simple Theme instead of Fluent
- ALL: Renamed
- Added support for Avalonia v11.0 Preview 4
- Samples
- Upgraded projects to support latest Avalonia version
- Upgrade Samples to .NET 6 by @DamianSuess in AvaloniaCommunity#18
- Upgrade Prism.Avalonia.Unity to v8.1.97 by @DamianSuess in AvaloniaCommunity#19
- .NET 6 Support by @DamianSuess in AvaloniaCommunity#22
- IDialogService by @DamianSuess in AvaloniaCommunity#21
- Dialog Service by @DamianSuess in AvaloniaCommunity#23
- Sample Notification Pop-up by @DamianSuess in AvaloniaCommunity#29
- Cleanup and Unit Test Repairs by @DamianSuess in AvaloniaCommunity#30
- Update DryIoc to v4.8.0 to match Prism Library v8.1.97 by @DamianSuess in AvaloniaCommunity#32
- Version Bump 8.1.97.2 by @DamianSuess in AvaloniaCommunity#33
- NEW: Automatically performs
AutoWireViewModel- No longer need to device
prism:ViewModelLocator.AutoWireViewModel="True"in View
- No longer need to device
- Updated DryIoc to v4.8.0
- Updated to Avalonia v0.10.18
- Fixed unit tests
- Spelling corrections
- Added Sample, Notificiation Pop-up Service
- Upgraded to support Prism.Core v8.1.97
- See [[Upgrade-Prism-7.2-to-8.1.md]] for more details
- Upgraded to support Prism.Core v7.2.0.1430