|
| 1 | +## <small>2.1.1 (2026-04-06)</small> |
| 2 | + |
| 3 | +* chore: update dependencies ([d3af648](https://github.com/fengyuanchen/cropperjs/commit/d3af648)) |
| 4 | +* fix(element-image): always center the image, even if it is neither translatable nor scalable ([a03c93a](https://github.com/fengyuanchen/cropperjs/commit/a03c93a)), closes [#1292](https://github.com/fengyuanchen/cropperjs/issues/1292) |
| 5 | +* fix(element-shade): re-render the shade on window resize ([26de54d](https://github.com/fengyuanchen/cropperjs/commit/26de54d)) |
| 6 | +* fix(element-shade): use `window.devicePixelRatio` to calculate the correct outline width ([b32a975](https://github.com/fengyuanchen/cropperjs/commit/b32a975)), closes [#1284](https://github.com/fengyuanchen/cropperjs/issues/1284) |
| 7 | +* fix(element-viewer): fix incorrect preview size when using SVG image format in Safari ([acc8771](https://github.com/fengyuanchen/cropperjs/commit/acc8771)), closes [#1290](https://github.com/fengyuanchen/cropperjs/issues/1290) |
| 8 | +* ci: add workflow for creating release ([3034097](https://github.com/fengyuanchen/cropperjs/commit/3034097)) |
| 9 | +* ci: add workflow for publishing package to npm ([a2e2fcd](https://github.com/fengyuanchen/cropperjs/commit/a2e2fcd)) |
| 10 | +* ci: update GitHub Actions to use latest versions of checkout and setup-node actions ([ba945ab](https://github.com/fengyuanchen/cropperjs/commit/ba945ab)) |
| 11 | +* docs: add Hello World example ([a586dcb](https://github.com/fengyuanchen/cropperjs/commit/a586dcb)), closes [#1282](https://github.com/fengyuanchen/cropperjs/issues/1282) |
| 12 | + |
| 13 | + |
| 14 | + |
1 | 15 | ## 2.1.0 (2025-10-19) |
2 | 16 |
|
| 17 | +* build: release v2.1.0 ([268be1a](https://github.com/fengyuanchen/cropperjs/commit/268be1a)) |
3 | 18 | * docs: fix value of free aspect ratio ([5b4e96f](https://github.com/fengyuanchen/cropperjs/commit/5b4e96f)), closes [#1274](https://github.com/fengyuanchen/cropperjs/issues/1274) |
4 | 19 | * refactor(element-shade): use selection itself when default prevented ([0673f15](https://github.com/fengyuanchen/cropperjs/commit/0673f15)) |
5 | 20 | * fix(element-image): ensure the image is fully rendered ([5afd8f3](https://github.com/fengyuanchen/cropperjs/commit/5afd8f3)), closes [#1168](https://github.com/fengyuanchen/cropperjs/issues/1168) |
|
1061 | 1076 |
|
1062 | 1077 | ## <small>0.5.3 (2015-12-24)</small> |
1063 | 1078 |
|
1064 | | -* Cancel to check property value ([533e708](https://github.com/fengyuanchen/cropperjs/commit/533e708)), closes [#22](https://github.com/fengyuanchen/cropperjs/issues/22) |
| 1079 | +* Cancel to check property value ([533e708](https://github.com/fengyuanchen/cropperjs/commit/533e708)) |
1065 | 1080 | * Fix parameter for getCroppedCanvas ([1f9fe21](https://github.com/fengyuanchen/cropperjs/commit/1f9fe21)) |
1066 | | -* Fixed #21: Limit wheel zoom speed ([7a28cef](https://github.com/fengyuanchen/cropperjs/commit/7a28cef)), closes [#21](https://github.com/fengyuanchen/cropperjs/issues/21) |
| 1081 | +* Fixed #21: Limit wheel zoom speed ([7a28cef](https://github.com/fengyuanchen/cropperjs/commit/7a28cef)) |
1067 | 1082 | * Improve class utilities ([7230754](https://github.com/fengyuanchen/cropperjs/commit/7230754)) |
1068 | 1083 | * Improve utilities ([b3c6bed](https://github.com/fengyuanchen/cropperjs/commit/b3c6bed)) |
1069 | 1084 | * Inserts cropper after to target image ([1cbc7d7](https://github.com/fengyuanchen/cropperjs/commit/1cbc7d7)) |
|
1152 | 1167 | * Added full crop box example ([46468a3](https://github.com/fengyuanchen/cropperjs/commit/46468a3)) |
1153 | 1168 | * Added new "restore" option ([70c74bd](https://github.com/fengyuanchen/cropperjs/commit/70c74bd)) |
1154 | 1169 | * Fix links ([397030b](https://github.com/fengyuanchen/cropperjs/commit/397030b)) |
1155 | | -* Fixed #12: Added vendor prefixes ([cdb658d](https://github.com/fengyuanchen/cropperjs/commit/cdb658d)), closes [#12](https://github.com/fengyuanchen/cropperjs/issues/12) |
| 1170 | +* Fixed #12: Added vendor prefixes ([cdb658d](https://github.com/fengyuanchen/cropperjs/commit/cdb658d)) |
1156 | 1171 | * Release v0.4.0 ([0c15da0](https://github.com/fengyuanchen/cropperjs/commit/0c15da0)) |
1157 | 1172 | * The image should be full width ([16b70cd](https://github.com/fengyuanchen/cropperjs/commit/16b70cd)) |
1158 | 1173 | * Update Bootstrap from v3.3.5 to v3.3.6 ([81a0f7c](https://github.com/fengyuanchen/cropperjs/commit/81a0f7c)) |
|
1200 | 1215 | * Fix error comment ([984b8a1](https://github.com/fengyuanchen/cropperjs/commit/984b8a1)) |
1201 | 1216 | * Fix property ([8baa5f2](https://github.com/fengyuanchen/cropperjs/commit/8baa5f2)) |
1202 | 1217 | * Fix typo ([4b8ab46](https://github.com/fengyuanchen/cropperjs/commit/4b8ab46)) |
1203 | | -* Fixed #7: Always set the "crossOrigin" value ([a757b3e](https://github.com/fengyuanchen/cropperjs/commit/a757b3e)), closes [#7](https://github.com/fengyuanchen/cropperjs/issues/7) |
| 1218 | +* Fixed #7: Always set the "crossOrigin" value ([a757b3e](https://github.com/fengyuanchen/cropperjs/commit/a757b3e)) |
1204 | 1219 | * Improve "typeOf" utility function ([21eccdb](https://github.com/fengyuanchen/cropperjs/commit/21eccdb)) |
1205 | 1220 | * Improve test ([5dc4d68](https://github.com/fengyuanchen/cropperjs/commit/5dc4d68)) |
1206 | 1221 | * Improved ([6bd806a](https://github.com/fengyuanchen/cropperjs/commit/6bd806a)) |
|
0 commit comments