Skip to content

Commit

Permalink
Update dependency me.saket.telephoto:zoomable-image-coil to v0.14.0 (s…
Browse files Browse the repository at this point in the history
…lackhq#1799)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[me.saket.telephoto:zoomable-image-coil](https://redirect.github.com/saket/telephoto)
| dependencies | minor | `0.13.0` -> `0.14.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>saket/telephoto
(me.saket.telephoto:zoomable-image-coil)</summary>

###
[`v0.14.0`](https://redirect.github.com/saket/telephoto/releases/tag/0.14.0)

[Compare
Source](https://redirect.github.com/saket/telephoto/compare/0.13.0...0.14.0)

New changes

- Support for Coil 3
(`me.saket.telephoto:zoomable-image-coil3:{version}`)
- Added state restoration of zoom & pan values across orientation
changes
- Zoom & pan transformations now render synchronously instead of lagging
behind by a frame, eliminating flicker during layout size changes
- Added
[ZoomableImageState#isImageDisplayedInFullQuality](https://redirect.github.com/saket/telephoto/blob/5ec5625e6d90a5fe18175195abc0324472141886/zoomable-image/core/src/main/kotlin/me/saket/telephoto/zoomable/ZoomableImageState.kt#L33-L37)
-   Added new APIs for custom `ZoomableImageSource` implementations:
-
[SubSamplingImageSource#canBeSubSampled()](https://redirect.github.com/saket/telephoto/blob/5ec5625e6d90a5fe18175195abc0324472141886/zoomable-image/sub-sampling-image/src/main/kotlin/me/saket/telephoto/subsamplingimage/internal/imageChecks.kt#L11-L14)
-
[SubSamplingImageSource#exists()](https://redirect.github.com/saket/telephoto/blob/5ec5625e6d90a5fe18175195abc0324472141886/zoomable-image/sub-sampling-image/src/main/kotlin/me/saket/telephoto/subsamplingimage/internal/imageChecks.kt#L28-L29)

Bug fixes

- [#&#8203;95](https://redirect.github.com/saket/telephoto/issues/95):
Removed explicit recycling of bitmap decoders
- [#&#8203;97](https://redirect.github.com/saket/telephoto/issues/97):
Added protection against `NaN` velocities
- [#&#8203;99](https://redirect.github.com/saket/telephoto/issues/99):
Added handling for non-existent content URIs to prevent crashes
- [#&#8203;110](https://redirect.github.com/saket/telephoto/issues/110):
Added workaround for a Compose UI issue with unknown color spaces
- `ZoomableImage()` will now display its `contentDescription` even if
the image isn't loaded yet
-   Content alignment can now be updated even if the image is zoomed in
-   Prevented multiple buffering of `SubSamplingImageSource.rawSource()`

Deprecations

-   `ZoomableContentLocation#size()` is no longer used
-   `SubSamplingImageState#isImageLoaded` → `isImageDisplayed`
- `SubSamplingImageState#isImageLoadedInFullQuality` →
`isImageDisplayedInFullQuality`
- `ZoomableState#setContentLocation()` →
`setContentLocationSynchronously()`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNC4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
slack-oss-bot authored Nov 14, 2024
1 parent 9225f82 commit 04a2f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ roborazzi = "1.32.2"
skie = "0.9.3"
spotless = "7.0.0.BETA2"
sqldelight = "2.0.2"
telephoto = "0.13.0"
telephoto = "0.14.0"
testParameterInjector = "1.18"
turbine = "1.2.0"
versionsPlugin = "0.49.0"
Expand Down

0 comments on commit 04a2f24

Please sign in to comment.