Skip to content

Commit 6ed5373

Browse files
committed
1.0.2
1 parent 6fd7404 commit 6ed5373

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

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

3+
## [1.0.2] - 2026-01-16
4+
### Fixed
5+
- Incorrect step value for range input.
6+
7+
38
## [1.0.1] - 2026-01-13
49
### Fixed
510
- Janky zoom behavior caused by incorrect center point calculation ([#6]).
@@ -83,6 +88,7 @@ This is the initial pre-release after forking from [Foliotek/Croppie](https://gi
8388
[#1]: https://github.com/devtheorem/cropt/pull/1
8489
[#5]: https://github.com/devtheorem/cropt/pull/5
8590
[#6]: https://github.com/devtheorem/cropt/issues/6
91+
[1.0.2]: https://github.com/devtheorem/cropt/compare/v1.0.1...v1.0.2
8692
[1.0.1]: https://github.com/devtheorem/cropt/compare/v1.0.0...v1.0.1
8793
[1.0.0]: https://github.com/devtheorem/cropt/compare/v0.9.1...v1.0.0
8894
[0.9.1]: https://github.com/devtheorem/cropt/compare/v0.9.0...v0.9.1

package-lock.json

Lines changed: 6 additions & 6 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,6 +1,6 @@
11
{
22
"name": "cropt",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A lightweight JavaScript image cropper",
55
"files": [
66
"src/cropt.*"
@@ -16,7 +16,7 @@
1616
"grunt-contrib-copy": "^1.0.0",
1717
"grunt-contrib-sass": "^2.0.0",
1818
"http-server": "^14.1.1",
19-
"prettier": "^3.7.4",
19+
"prettier": "^3.8.0",
2020
"sass": "1.78",
2121
"typescript": "^5.9.3"
2222
},

0 commit comments

Comments
 (0)