Skip to content

Commit

Permalink
Merge pull request #233 from fabulous-dev/update-fabulous-pre2
Browse files Browse the repository at this point in the history
Update to Fabulous pre2
  • Loading branch information
edgarfgp authored Mar 31, 2024
2 parents 13ac04f + e738019 commit 48c666e
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Fabulous" Version="3.0.0-pre1" />
<PackageVersion Include="Fabulous" Version="3.0.0-pre2" />
<PackageVersion Include="FsCheck.NUnit" Version="2.16.4" />
<PackageVersion Include="FSharp.Core" Version="8.0.200" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,20 @@ net8.0-ios is not supported on Linux, thus net8.0-ios is excluded from build on
## Samples
We have a range of samples to help you get started.

You can find them in the [samples repo](https://github.com/fabulous-dev/Fabulous.Avalonia.Samples).
You can find them in the [sample's repo](https://github.com/fabulous-dev/Fabulous.Avalonia.Samples).

## Controls Gallery
To run the `Gallery` sample app from the command line, navigate to the sample folder and run `dotnet run -f net8.0`.
To run the `Gallery` sample app from the command line:

```sh
- This will restore the required workloads for the samples

```shell
dotnet workload restore
```

- Then you can run the Gallery sample

```shell
cd samples/Gallery
dotnet run -f net8.0
```
Expand Down
7 changes: 6 additions & 1 deletion extensions/Fabulous.Avalonia.ColorPicker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
_No unreleased changes_

## [3.0.0-pre2] - 2024-03-31
### Added
- No changes

## [3.0.0-pre1] - 2024-03-23
### Changed
- Update to use version 11.0.10
Expand Down Expand Up @@ -44,7 +48,8 @@ _No unreleased changes_
### Added
- Initial release

[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia.ColorPicker/compare/3.0.0-pre1...HEAD
[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia.ColorPicker/compare/3.0.0-pre2...HEAD
[3.0.0-pre2]: https://github.com/fabulous-dev/Fabulous.Avalonia.ColorPicker/releases/tag/3.0.0-pre2
[3.0.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia.ColorPicker/releases/tag/3.0.0-pre1
[2.4.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia.ColorPicker/releases/tag/2.4.0-pre1
[2.3.0]: https://github.com/fabulous-dev/Fabulous.Avalonia.ColorPicker/releases/tag/2.3.0
Expand Down
7 changes: 6 additions & 1 deletion extensions/Fabulous.Avalonia.DataGrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
_No unreleased changes_

## [3.0.0-pre2] - 2024-03-31
### Added
- No changes

## [3.0.0-pre1] - 2024-03-23
### Changed
- Update to use version 11.0.10
Expand Down Expand Up @@ -44,7 +48,8 @@ _No unreleased changes_
### Added
- Initial release

[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia.DataGrid/compare/3.0.0-pre1...HEAD
[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia.DataGrid/compare/3.0.0-pre2...HEAD
[3.0.0-pre2]: https://github.com/fabulous-dev/Fabulous.Avalonia.DataGrid/releases/tag/3.0.0-pre2
[3.0.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia.DataGrid/releases/tag/3.0.0-pre1
[2.4.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia.DataGrid/releases/tag/2.4.0-pre1
[2.3.0]: https://github.com/fabulous-dev/Fabulous.Avalonia.DataGrid/releases/tag/2.3.0
Expand Down
7 changes: 6 additions & 1 deletion extensions/Fabulous.Avalonia.ItemsRepeater/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
_No unreleased changes_

## [3.0.0-pre2] - 2024-03-31
### Added
- No changes

## [3.0.0-pre1] - 2024-03-23
### Changed
- Update to use version 11.0.10
Expand Down Expand Up @@ -40,7 +44,8 @@ _No unreleased changes_
### Added
- Initial release

[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia.ItemsRepeater/compare/3.0.0-pre1...HEAD
[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia.ItemsRepeater/compare/3.0.0-pre2...HEAD
[3.0.0-pre2]: https://github.com/fabulous-dev/Fabulous.Avalonia.ItemsRepeater/releases/tag/3.0.0-pre2
[3.0.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia.ItemsRepeater/releases/tag/3.0.0-pre1
[2.4.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia.ItemsRepeater/releases/tag/2.4.0-pre1
[2.3.0]: https://github.com/fabulous-dev/Fabulous.Avalonia.ItemsRepeater/releases/tag/2.3.0
Expand Down
7 changes: 6 additions & 1 deletion extensions/Fabulous.Avalonia.TreeDataGrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
_No unreleased changes_

## [3.0.0-pre2] - 2024-03-31
### Added
- No changes

## [3.0.0-pre1] - 2024-03-23
### Changed
- No changes
Expand Down Expand Up @@ -40,7 +44,8 @@ _No unreleased changes_
### Added
- Initial release

[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia.TreeDataGrid/compare/3.0.0-pre1...HEAD
[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia.TreeDataGrid/compare/3.0.0-pre2...HEAD
[3.0.0-pre2]: https://github.com/fabulous-dev/Fabulous.Avalonia.TreeDataGrid/releases/tag/3.0.0-pre2
[3.0.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia.TreeDataGrid/releases/tag/3.0.0-pre1
[2.4.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia.TreeDataGrid/releases/tag/2.4.0-pre1
[2.3.0]: https://github.com/fabulous-dev/Fabulous.Avalonia.TreeDataGrid/releases/tag/2.3.0
Expand Down
8 changes: 7 additions & 1 deletion src/Fabulous.Avalonia/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
_No unreleased changes_

## [3.0.0-pre2] - 2024-03-31
### Changed
- Remove unnecessary inlining by @edgarfgp in https://github.com/fabulous-dev/Fabulous.Avalonia/pull/232
- Update to Fabulous 3.0.0-pre2 by @edgarfgp in https://github.com/fabulous-dev/Fabulous.Avalonia/pull/233

## [3.0.0-pre1] - 2024-03-23
### Added
- Add support for Component by @TimLariviere in https://github.com/fabulous-dev/Fabulous.Avalonia/pull/206
Expand Down Expand Up @@ -207,7 +212,8 @@ _No unreleased changes_
### Added
- Initial release

[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia/compare/3.0.0-pre1...HEAD
[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia/compare/3.0.0-pre2...HEAD
[3.0.0-pre2]: https://github.com/fabulous-dev/Fabulous.Avalonia/releases/tag/3.0.0-pre2
[3.0.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia/releases/tag/3.0.0-pre1
[2.4.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia/releases/tag/2.4.0-pre1
[2.3.0]: https://github.com/fabulous-dev/Fabulous.Avalonia/releases/tag/2.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/Fabulous.Avalonia/Fabulous.Avalonia.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
FSharp.Core is fixed to a specific version that is not necessarily the latest one.
This version will be used as the lower bound in the NuGet package
-->
<PackageReference Condition="'$(UseLocalProjectReference)' != 'true'" Include="Fabulous" VersionOverride="[3.0.0-pre1]" />
<PackageReference Condition="'$(UseLocalProjectReference)' != 'true'" Include="Fabulous" VersionOverride="[3.0.0-pre2]" />
<PackageReference Include="Avalonia" VersionOverride="11.0.10" />
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
</ItemGroup>
Expand Down
7 changes: 6 additions & 1 deletion templates/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
_No unreleased changes_

## [3.0.0-pre2] - 2024-03-31
### Added
- Update to Fabulous 3.0.0-pre2 by @edgarfgp in https://github.com/fabulous-dev/Fabulous.Avalonia/pull/233

## [3.0.0-pre1] - 2024-03-23
### Changed
- Update to use version 11.0.10
Expand Down Expand Up @@ -47,7 +51,8 @@ _No unreleased changes_
- Add a new template for a multi-project Fabulous.Avalonia app.
- Fix black screen in multi-project template when targeting Browser

[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia.Templates/compare/3.0.0-pre1...HEAD
[unreleased]: https://github.com/fabulous-dev/Fabulous.Avalonia.Templates/compare/3.0.0-pre2...HEAD
[3.0.0-pre2]: https://github.com/fabulous-dev/Fabulous.Avalonia.Templates/releases/tag/3.0.0-pre2
[3.0.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia.Templates/releases/tag/3.0.0-pre1
[2.4.0-pre1]: https://github.com/fabulous-dev/Fabulous.Avalonia.Templates/releases/tag/2.4.0-pre1
[2.3.0]: https://github.com/fabulous-dev/Fabulous.Avalonia.Templates/releases/tag/2.3.0
Expand Down
2 changes: 1 addition & 1 deletion templates/content/blank/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "FabulousPkgVersion",
"defaultValue": "3.0.0-pre1"
"defaultValue": "3.0.0-pre2"
},
"FabulousAvaloniaPkgVersion": {
"type": "parameter",
Expand Down
2 changes: 1 addition & 1 deletion templates/content/multi/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"type": "parameter",
"dataType": "string",
"replaces": "FabulousPkgVersion",
"defaultValue": "3.0.0-pre1"
"defaultValue": "3.0.0-pre2"
},
"FabulousAvaloniaPkgVersion": {
"type": "parameter",
Expand Down

0 comments on commit 48c666e

Please sign in to comment.