Skip to content

Commit 5e2b55b

Browse files
committed
Release 1.2.0
1 parent e7add0c commit 5e2b55b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.2.0] - 2026-05-07
4+
### Added
5+
- Support for dragging at the same time as pinch zooming.
6+
- CSS progress spinner while loading a bound image.
7+
8+
### Changed
9+
- `enableResize` now allows resizing both width and height simultaneously, with a minimum size so the viewport can always be dragged.
10+
- Improved zoom speed on touchpads.
11+
- Optimized image dragging and centering for smoother rendering.
12+
13+
### Fixed
14+
- Laggy/jumpy pinch zooming in Firefox (caused by https://bugzil.la/1729465).
15+
- Broken image icon appearing before an image was bound ([#7](https://github.com/devtheorem/cropt/issues/7)).
16+
17+
318
## [1.1.1] - 2026-04-30
419
### Added
520
- `enableResize` option: when set to `true`, resize handles are shown on the viewport edges allowing the user to adjust its size ([#9](https://github.com/devtheorem/cropt/issues/9)).
@@ -100,6 +115,7 @@ This is the initial pre-release after forking from [Foliotek/Croppie](https://gi
100115
- `showZoomer` option (hide via CSS instead if desired).
101116

102117
[#6]: https://github.com/devtheorem/cropt/issues/6
118+
[1.2.0]: https://github.com/devtheorem/cropt/compare/v1.1.1...v1.2.0
103119
[1.1.1]: https://github.com/devtheorem/cropt/compare/v1.0.2...v1.1.1
104120
[1.0.2]: https://github.com/devtheorem/cropt/compare/v1.0.1...v1.0.2
105121
[1.0.1]: https://github.com/devtheorem/cropt/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)