Skip to content

Commit 7b1d1a3

Browse files
committed
3.0.0-beta.4
1 parent 4d77ccb commit 7b1d1a3

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

appveyor.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,23 @@ deploy:
4242
draft: false
4343
prerelease: true
4444
description: |
45-
## DotFeather v3 Public Beta 3.3
45+
## DotFeather v3 Public Beta 4
4646
47-
- Container をスケーリングした場合の挙動をもう一度修正
47+
## 仕様変更
48+
- `IWindow.Dpi` プロパティの名称を `IWindow.PixelRatio` に変更
49+
- テクスチャ描画用低レベル API を、クロスプラットフォーム対応を視野に入れ仕様変更
50+
- `TextureDrawer` 静的クラスを廃止
51+
- `ITextureDrawer` インターフェイスを追加
52+
- `DF.TextureDrawer` 読み取り専用プロパティを追加
53+
- テクスチャを扱う標準のエレメントはこれを使うように
54+
- テクスチャ描画プラグイン開発者はこちらに置き換えるようにしてください
55+
- 図形描画用の低レベル API を追加
56+
- `IPrimitiveDrawer` インターフェイスを追加
57+
- `DF.PrimitiveDrawer` 読み取り専用プロパティを追加
58+
- `Shape` エレメントはこの API を使うように
59+
60+
## バグ修正
61+
- NineSliceSprite エレメントが描画されない不具合を修正
4862
4963
auth_token:
5064
secure: FUlGF4CyRZNM6jaGz2wlmsOIwZt4av2Cxn4lHbi5wU5lim3FixH9ZIhLGDRZftOx

src/DotFeather.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>DotFeather</id>
5-
<version>3.0.0-beta.3.3</version>
5+
<version>3.0.0-beta.4</version>
66
<title>DotFeather</title>
77
<authors>Xeltica</authors>
88
<owners>Xeltica</owners>
@@ -13,7 +13,7 @@
1313
<tags>GameEngine</tags>
1414
<license type="expression">MIT</license>
1515
<releaseNotes>
16-
See https://github.com/Xeltica/DotFeather/releases/tag/3.0.0-beta.3.3
16+
See https://github.com/Xeltica/DotFeather/releases/tag/3.0.0-beta.4
1717
</releaseNotes>
1818
<dependencies>
1919
<group targetFramework=".NETStandard2.1">

0 commit comments

Comments
 (0)