Skip to content

Commit

Permalink
release: v1.1.0-alpha05
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Aug 2, 2024
1 parent b8c00a4 commit 0e7f203
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@

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

## new
## 1.1.0-alpha05

subsampling:

* change: \*ModelToImageSource for CoilZomState and GlideZoomState changed to provided at create
time
* new: coil, glide, picasso series components now support 'android.resource:
//example.package.name/drawable/image' and 'android.resource://example.package.name/4125123' types
of models

zoom:

* fix: Fix the bug that the values returned by ZoomableEngine's contentSizeState property collect
and value are inconsistent. [#37](https://github.com/panpf/zoomimage/issues/37)
* change: The ZoomImage series components disable two-finger dragging gestures to avoid triggering
fling after rapid two-finger zooming, causing the image to
drift. [#28](https://github.com/panpf/zoomimage/issues/28)

other:

* upgrade: Upgrade sketch to version 4.0.0-alpha05
* change: \*ModelToImageSource for CoilZomState and GlideZoomState changed to provided at create time

## 1.1.0-alpha04

Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@

翻译:[English](CHANGELOG.md)

## new
## 1.1.0-alpha05

subsampling:

* change: CoilZomState 和 GlideZoomState 的 \*ModelToImageSource 改为在创建时提供
* new: coil、glide、picasso 系列组件现在支持 'android.resource://example.package.name/drawable/image'
和 'android.resource://example.package.name/4125123' 类型的 model

zoom:

* fix: 修复 ZoomableEngine 的 contentSizeState 属性 collect 和 value 返回的值不一致的
bug 。 [#37](https://github.com/panpf/zoomimage/issues/37)
* change: ZoomImage 系列组件禁用双指拖动手势,避免快速双指缩放后又触发 fling
导致图片漂移。 [#28](https://github.com/panpf/zoomimage/issues/28)

other:

* upgrade: 升级 sketch 到 4.0.0-alpha05 版本
* change: CoilZomState 和 GlideZoomState 的 \*ModelToImageSource 改为在创建时提供

## 1.1.0-alpha04

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ org.jetbrains.compose.experimental.wasm.enabled=true
minSdk=21
targetSdk=28
compileSdk=34
versionCode=1104
versionName=1.1.0-alpha04
versionCode=1105
versionName=1.1.0-alpha05
#
#------------------------------------------ publish config ----------------------------------------#
GROUP=io.github.panpf.zoomimage
Expand Down

0 comments on commit 0e7f203

Please sign in to comment.