Skip to content

Commit

Permalink
Updated version information and notes to v8.1.97.11-preview.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianSuess committed May 31, 2023
1 parent 0f52858 commit aa84380
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Change log history for Prism.Avalonia

## v8.1.97.11-preview.11.8 (2023-05-31)

* Update: Converted ItemsControlRegionAdapter to use `ItemsSource` instead of `Items`
* As of Avalonia PR [#10827](https://github.com/AvaloniaUI/Avalonia/pull/10827), `ItemsControl.Items` is readonly and should use `ItemsControls.ItemsSource` (PR [#10590](https://github.com/AvaloniaUI/Avalonia/pull/10590))

## v8.1.97.4-preview.11.5 (2022-02-??)

* New: Support for Avalonia v11.0 Preview 5
Expand Down
14 changes: 11 additions & 3 deletions Upgrading-to-Avalonia-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@ This document outlines the path to upgrading your projects from Avalonia v0.10.1

Check out Avalonia's [Breaking Changes](https://github.com/AvaloniaUI/Avalonia/wiki/Breaking-Changes) wiki page for more information

* https://github.com/AvaloniaUI/Avalonia/compare/release/11.0.0-preview4...release/11.0.0-preview5
* https://github.com/AvaloniaUI/Avalonia/compare/release/11.0.0-preview7...release/11.0.0-preview8 (_198 commits, 279 file changes_)
* https://github.com/AvaloniaUI/Avalonia/compare/release/11.0.0-preview6...release/11.0.0-preview7 (_437 commits, 581 file changes_)
* https://github.com/AvaloniaUI/Avalonia/compare/release/11.0.0-preview5...release/11.0.0-preview6 (_970 commits, 1,088 file changes_)
* https://github.com/AvaloniaUI/Avalonia/compare/11.0.0-preview4...11.0.0-preview5
* https://github.com/AvaloniaUI/Avalonia/compare/11.0.0-preview3...11.0.0-preview4
* https://github.com/AvaloniaUI/Avalonia/compare/11.0.0-preview2...11.0.0-preview3
* https://github.com/AvaloniaUI/Avalonia/compare/11.0.0-preview1...11.0.0-preview2

## 11.0 Preview 8

### Breaking Changes

* Converted ItemsControlRegionAdapter to use ItemsSource.
* As of Avalonia PR [#10827](https://github.com/AvaloniaUI/Avalonia/pull/10827), `ItemsControl.Items` is readonly and should use `ItemsControls.ItemsSource` (PR [#10590](https://github.com/AvaloniaUI/Avalonia/pull/10590))

## 11.0 Preview 5

**NOTE:** Breaking Changes Ahead!
Expand Down Expand Up @@ -91,12 +101,10 @@ When using Fluent theme, you no longer has a `Mode` attribute.
<FluentTheme Mode="Light" />
```


## 11.0 Preview 4

### DataTemplates

DataTemplates now require a `DataType` to be defined. This actually improves intellisense of your XAML and loading times with MVVM.

As a workaround for ListViews, you can use the `ItemTemplate` which does not require the definition of a `DataType`.

2 changes: 1 addition & 1 deletion build/Base.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>8.1.97.4-preview.11.8</Version>
<Version>8.1.97.11-preview.11.8</Version>
<PackageProjectUrl>https://github.com/AvaloniaCommunity/Prism.Avalonia</PackageProjectUrl>
<Copyright>Copyright (c) 2023 Avalonia Community</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit aa84380

Please sign in to comment.