You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
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
+
3
18
## [1.1.1] - 2026-04-30
4
19
### Added
5
20
-`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
100
115
-`showZoomer` option (hide via CSS instead if desired).
0 commit comments