Skip to content

Commit c276fcd

Browse files
committed
Release 1.2.1
1 parent 84b4730 commit c276fcd

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [1.2.1] - 2026-05-08
4+
### Changed
5+
- Improved min/max zoom limits when the viewport is resized.
6+
- Expanded readme with examples for binding from a file input and uploading the cropped image.
7+
8+
39
## [1.2.0] - 2026-05-07
410
### Added
511
- Support for dragging at the same time as pinch zooming.
@@ -115,6 +121,7 @@ This is the initial pre-release after forking from [Foliotek/Croppie](https://gi
115121
- `showZoomer` option (hide via CSS instead if desired).
116122

117123
[#6]: https://github.com/devtheorem/cropt/issues/6
124+
[1.2.1]: https://github.com/devtheorem/cropt/compare/v1.2.0...v1.2.1
118125
[1.2.0]: https://github.com/devtheorem/cropt/compare/v1.1.1...v1.2.0
119126
[1.1.1]: https://github.com/devtheorem/cropt/compare/v1.0.2...v1.1.1
120127
[1.0.2]: https://github.com/devtheorem/cropt/compare/v1.0.1...v1.0.2

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cropt",
3-
"version": "1.2.0",
4-
"description": "A delightful image cropper with zero dependencies",
3+
"version": "1.2.1",
4+
"description": "A delightful image cropper optimized for mobile and desktop",
55
"files": [
66
"src/cropt.*"
77
],

0 commit comments

Comments
 (0)