Skip to content

Commit c68ab11

Browse files
committed
0.9.0
1 parent c4b82c1 commit c68ab11

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

3-
## [0.8.9] - 2024-06-26
3+
## [0.9.0] - 2024-10-23
4+
### Fixed
5+
- Cropt now clamps image drags to the viewport boundary, rather than ignoring the delta if it would go past the boundary. This fixes unexpected gaps between the image and viewport edges. ([#5]).
46

7+
8+
## [0.8.9] - 2024-06-26
59
### Fixed
610
- Image content is no longer doubled when resizing a large image with transparency ([#1]).
711

8-
## [0.8.8] - 2023-11-21
912

13+
## [0.8.8] - 2023-11-21
1014
### Fixed
1115
- Correctly handle uncached pointer move events.
1216
- Resolves janky behavior in Safari when a pinch zoom is initiated with one pointer outside the preview image.
@@ -16,13 +20,11 @@
1620

1721

1822
## [0.8.6] - 2023-11-14
19-
2023
### Changed
2124
- For browsers that don't support WebP output (Safari), fall back to JPEG instead of PNG when `quality < 1` to avoid unexpectedly large files.
2225

2326

2427
## [0.8.4] - 2023-11-12
25-
2628
This is the initial pre-release after forking from [Foliotek/Croppie](https://github.com/Foliotek/Croppie) v2.6.5.
2729

2830
### Added
@@ -59,6 +61,7 @@ This is the initial pre-release after forking from [Foliotek/Croppie](https://gi
5961
- `showZoomer` option (hide via CSS instead if desired).
6062

6163
[#1]: https://github.com/theodorejb/cropt/pull/1
64+
[#5]: https://github.com/theodorejb/cropt/pull/5
6265
[Unreleased]: https://github.com/theodorejb/cropt/compare/v0.8.9...HEAD
6366
[0.8.9]: https://github.com/theodorejb/cropt/compare/v0.8.8...v0.8.9
6467
[0.8.8]: https://github.com/theodorejb/cropt/compare/v0.8.6...v0.8.8

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cropt",
3-
"version": "0.8.9",
3+
"version": "0.9.0",
44
"description": "A lightweight JavaScript image cropper",
55
"files": [
66
"src/cropt.*"

0 commit comments

Comments
 (0)