Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed May 15, 2024
1 parent 4fd1070 commit a050c8f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ dotnet build

![EpoxyHello.Xamarin.Forms](https://github.com/kekyo/Epoxy/raw/main/Images/sample.Xamarin.Forms.png)

フルスクラッチでEpoxyを導入したい、あるいは既存のプロジェクトにEpoxyを導入したい場合は、
[ステップバイステップでコミットを作成した、Avalonia 11のサンプルリポジトリ](https://github.com/kekyo/Epoxy.Avalonia11.SampleProject) が役に立つかもしれません。


----

Expand Down Expand Up @@ -784,6 +787,11 @@ Apache-v2

## History

* 1.14.0:
* Avalonia 11で、XAMLからEpoxyを参照する際の名前空間にURLを指定可能にしました。
`xmlns:epoxy="https://github.com/kekyo/Epoxy"` のように指定できます。
* Avaloniaで、EventBinderが正しく機能しない場合があるのを修正しました (#42)
* このバージョンで、Xamarin Formsとテンプレートパッケージの最終バージョンとなります。
* 1.13.0:
* Xamarin Formsがサポート終了となるため、 .NET MAUIパッケージを復活させました (#39)
* 但し、テンプレートプロジェクトは存在しません。あなたのMAUIプロジェクトでEpoxyを使うには、単に `Epoxy.Maui` パッケージを追加すればOKです。
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ This sample displays a list of the latest posts and images from The Cat API, dow
Sample code projects are located in the [playground directory](playground/)
or F# sample code in the [playground FSharp directory](playground.FSharp/).

If you want to apply Epoxy in a full-scratch or to apply Epoxy into an existing project,
[Avalonia 11 sample repository with step-by-step commits](https://github.com/kekyo/Epoxy.Avalonia11.SampleProject) may be helpful.


### How to get and build the template code

Note: Template projects will be discontinued in future versions.
Expand Down Expand Up @@ -785,6 +789,11 @@ Apache-v2

## History

* 1.14.0:
* In Avalonia 11, allow URLs to be specified in the namespace when referencing Epoxy from XAML.
It can be specified as `xmlns:epoxy="https://github.com/kekyo/Epoxy"`.
* Fixed EventBinder not working properly in Avalonia in some cases (#42)
* This is the final version of the Xamarin Forms and Template package.
* 1.13.0:
* .NET MAUI package has been resurrected because Xamarin Forms is no longer supported (#39)
* However, there is no template project. To use Epoxy in your MAUI project, simply add the `Epoxy.Maui` package.
Expand Down

0 comments on commit a050c8f

Please sign in to comment.