Skip to content

Commit

Permalink
release: v3.3.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Dec 27, 2023
1 parent 70b3d85 commit 6c5590d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,13 +2,13 @@

Translations: [简体中文](CHANGELOG_zh.md)

# new
# v3.3.0-rc01

#### sketch:

* new: IconStateImage adds iconSize attribute to support adjusting the size of the icon
* new: Added IconStateImage() function, specifically used to create IconStateImage
* new: Added AnimatableIconStateImage class for displaying dynamic icons
* new: Added AnimatableIconStateImage class for displaying dynamic placeholder
* deprecated: Deprecate all overloaded constructors of IconStateImage and replace them with the
IconStateImage() function

Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG_zh.md
Expand Up @@ -2,14 +2,14 @@

翻译:[English](CHANGELOG.md)

# new
# v3.3.0-rc01

#### sketch:

* new: IconStateImage 新增 iconSize 属性,支持调整 icon 的尺寸
* new: 增加 IconStateImage() 函数,专门用于创建 IconStateImage
* new: 新增 AnimatableIconStateImage 类,用于显示动态图标
* deprecated: 废弃 IconStateImage 的 所有重载构造函数,用 IconStateImage() 函数替代
* new: 新增 AnimatableIconStateImage 类,用于显示动态占位符
* deprecated: 废弃 IconStateImage 的所有重载构造函数,用 IconStateImage() 函数替代

#### sketch-extensions:

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Expand Up @@ -26,8 +26,8 @@ minSdk=16
minSdk21=21
targetSdk=28
compileSdk=34
versionCode=3306
versionName=3.3.0-beta06
versionCode=3307
versionName=3.3.0-rc01
#
#------------------------------------------ publish config ----------------------------------------#
GROUP=io.github.panpf.sketch3
Expand Down

0 comments on commit 6c5590d

Please sign in to comment.