diff --git a/.changeset/spotty-waves-bow.md b/.changeset/spotty-waves-bow.md deleted file mode 100644 index fd3604cc..00000000 --- a/.changeset/spotty-waves-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@zoom-image/core": minor ---- - -Expose currentZoom property in wheel zoom diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4a72675f..f538fe12 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,20 +1,29 @@ # @zoom-image/core +## 0.8.0 + +### Minor Changes + +- [#91](https://github.com/willnguyen1312/zoom-image/pull/91) + [`90334cb`](https://github.com/willnguyen1312/zoom-image/commit/90334cbb6abede817f11f4d7c532e7ffef1219e1) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Expose currentZoom property in + wheel zoom 🎉 + ## 0.7.0 ### Minor Changes - [#84](https://github.com/willnguyen1312/zoom-image/pull/84) - [`5809c27`](https://github.com/willnguyen1312/zoom-image/commit/5809c271c098a9a59fa449a98c7a408d6e1c5744) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Add crop image utility 💞 + [`5809c27`](https://github.com/willnguyen1312/zoom-image/commit/5809c271c098a9a59fa449a98c7a408d6e1c5744) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add crop image utility 💞 ## 0.6.0 ### Minor Changes - [#77](https://github.com/willnguyen1312/zoom-image/pull/77) - [`eefd40d`](https://github.com/willnguyen1312/zoom-image/commit/eefd40d312095c07d6ee75939961112f23cfae81) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Changes: + [`eefd40d`](https://github.com/willnguyen1312/zoom-image/commit/eefd40d312095c07d6ee75939961112f23cfae81) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Changes: ✅ Refactor image cache usage ✅ Add test coverage for image cache @@ -24,40 +33,42 @@ ### Minor Changes - [#75](https://github.com/willnguyen1312/zoom-image/pull/75) - [`3896ef9`](https://github.com/willnguyen1312/zoom-image/commit/3896ef941f00d42f52a50d939f2e2b016f69835d) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Add support for zooming image on click + [`3896ef9`](https://github.com/willnguyen1312/zoom-image/commit/3896ef941f00d42f52a50d939f2e2b016f69835d) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add support for zooming image on + click ## 0.4.2 ### Patch Changes - [#73](https://github.com/willnguyen1312/zoom-image/pull/73) - [`7bfb6a1`](https://github.com/willnguyen1312/zoom-image/commit/7bfb6a15103e522109db9a606c2c24659b5e3875) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on move + [`7bfb6a1`](https://github.com/willnguyen1312/zoom-image/commit/7bfb6a15103e522109db9a606c2c24659b5e3875) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on move ## 0.4.1 ### Patch Changes - [#71](https://github.com/willnguyen1312/zoom-image/pull/71) - [`d228668`](https://github.com/willnguyen1312/zoom-image/commit/d228668036f6b613b9345502133dccda46e3e431) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on wheel when pointer leave + [`d228668`](https://github.com/willnguyen1312/zoom-image/commit/d228668036f6b613b9345502133dccda46e3e431) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on wheel when + pointer leave ## 0.4.0 ### Minor Changes - [#68](https://github.com/willnguyen1312/zoom-image/pull/68) - [`875fd07`](https://github.com/willnguyen1312/zoom-image/commit/875fd07bf05e87896edd0fc8a7fce36e719d4349) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Add image caching mechanism 💞 + [`875fd07`](https://github.com/willnguyen1312/zoom-image/commit/875fd07bf05e87896edd0fc8a7fce36e719d4349) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add image caching mechanism 💞 ## 0.3.0 ### Minor Changes - [#65](https://github.com/willnguyen1312/zoom-image/pull/65) - [`35e1a70`](https://github.com/willnguyen1312/zoom-image/commit/35e1a706aa38f96863807611c88dd2bc797a7ae9) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! + [`35e1a70`](https://github.com/willnguyen1312/zoom-image/commit/35e1a706aa38f96863807611c88dd2bc797a7ae9) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add zoomed image status - Migrate background-size to image @@ -68,84 +79,86 @@ ### Patch Changes - [#51](https://github.com/willnguyen1312/zoom-image/pull/51) - [`4d36a06`](https://github.com/willnguyen1312/zoom-image/commit/4d36a06dde76286f5a40205be5f2d45614cbc4f2) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on hover 🥳 + [`4d36a06`](https://github.com/willnguyen1312/zoom-image/commit/4d36a06dde76286f5a40205be5f2d45614cbc4f2) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Fix zoom image on hover 🥳 ## 0.2.0 ### Minor Changes - [#44](https://github.com/willnguyen1312/zoom-image/pull/44) - [`2fe07ad`](https://github.com/willnguyen1312/zoom-image/commit/2fe07ad332eb615b7ce1b655dfc0a041a1f752aa) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Add support for zooming image on move + [`2fe07ad`](https://github.com/willnguyen1312/zoom-image/commit/2fe07ad332eb615b7ce1b655dfc0a041a1f752aa) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add support for zooming image on + move ## 0.1.0 ### Minor Changes - [#37](https://github.com/willnguyen1312/zoom-image/pull/37) - [`fcbc00f`](https://github.com/willnguyen1312/zoom-image/commit/fcbc00f83828262d9127fea7d3e64a6d1f6ca745) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Add zoom calculation utilities 🚀 + [`fcbc00f`](https://github.com/willnguyen1312/zoom-image/commit/fcbc00f83828262d9127fea7d3e64a6d1f6ca745) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add zoom calculation utilities 🚀 ### Patch Changes - [#35](https://github.com/willnguyen1312/zoom-image/pull/35) - [`f25238c`](https://github.com/willnguyen1312/zoom-image/commit/f25238c9eb2880df4d560a504e4ffa3c87e95a11) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Add Vitest + [`f25238c`](https://github.com/willnguyen1312/zoom-image/commit/f25238c9eb2880df4d560a504e4ffa3c87e95a11) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add Vitest ## 0.0.6 ### Patch Changes - [#34](https://github.com/willnguyen1312/zoom-image/pull/34) - [`3e122f2`](https://github.com/willnguyen1312/zoom-image/commit/3e122f2b02dc809adac66adf848184d1c9535818) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Add qwik example + [`3e122f2`](https://github.com/willnguyen1312/zoom-image/commit/3e122f2b02dc809adac66adf848184d1c9535818) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add qwik example - [#32](https://github.com/willnguyen1312/zoom-image/pull/32) - [`cdd5975`](https://github.com/willnguyen1312/zoom-image/commit/cdd5975b96a55591eb5e6da4a51a5f6369761b30) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Add solid example + [`cdd5975`](https://github.com/willnguyen1312/zoom-image/commit/cdd5975b96a55591eb5e6da4a51a5f6369761b30) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add solid example ## 0.0.5 ### Patch Changes - [#30](https://github.com/willnguyen1312/zoom-image/pull/30) - [`5eb9d2b`](https://github.com/willnguyen1312/zoom-image/commit/5eb9d2ba3f4c39155d5dcfd07c3cd2e5cff57c60) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Integrate Algolia DocSearch, update docs and - createZoomImageWheel signature + [`5eb9d2b`](https://github.com/willnguyen1312/zoom-image/commit/5eb9d2ba3f4c39155d5dcfd07c3cd2e5cff57c60) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Integrate Algolia DocSearch, update + docs and createZoomImageWheel signature ## 0.0.4 ### Patch Changes - [#24](https://github.com/willnguyen1312/zoom-image/pull/24) - [`983970c`](https://github.com/willnguyen1312/zoom-image/commit/983970c43bba164f77f7f984f9d1cbba0475044f) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Upgrade and rock 🚀 + [`983970c`](https://github.com/willnguyen1312/zoom-image/commit/983970c43bba164f77f7f984f9d1cbba0475044f) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Upgrade and rock 🚀 - [#26](https://github.com/willnguyen1312/zoom-image/pull/26) - [`3640741`](https://github.com/willnguyen1312/zoom-image/commit/36407419146dd74c26ca1e4f1fc5178ea7f96921) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Add more frameworks examples 🎉 + [`3640741`](https://github.com/willnguyen1312/zoom-image/commit/36407419146dd74c26ca1e4f1fc5178ea7f96921) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add more frameworks examples 🎉 - [#27](https://github.com/willnguyen1312/zoom-image/pull/27) - [`0d090df`](https://github.com/willnguyen1312/zoom-image/commit/0d090df8a453ee61896fccc89531e510e7d5db96) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Finalize documentation 😊 + [`0d090df`](https://github.com/willnguyen1312/zoom-image/commit/0d090df8a453ee61896fccc89531e510e7d5db96) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Finalize documentation 😊 - [#28](https://github.com/willnguyen1312/zoom-image/pull/28) - [`84c7d1a`](https://github.com/willnguyen1312/zoom-image/commit/84c7d1a35fc390dac3896f7450e6bf1a27c495ef) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Add iife build for CDN hosting + [`84c7d1a`](https://github.com/willnguyen1312/zoom-image/commit/84c7d1a35fc390dac3896f7450e6bf1a27c495ef) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add iife build for CDN hosting ## 0.0.3 ### Patch Changes - [#23](https://github.com/willnguyen1312/zoom-image/pull/23) - [`01248b1`](https://github.com/willnguyen1312/zoom-image/commit/01248b1cf5656480b1e08169ccac3521d5f327c3) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - Fix image on wheel 🚀 + [`01248b1`](https://github.com/willnguyen1312/zoom-image/commit/01248b1cf5656480b1e08169ccac3521d5f327c3) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Fix image on wheel 🚀 ## 0.0.2 ### Patch Changes - [#19](https://github.com/willnguyen1312/zoom-image/pull/19) - [`6f4e371`](https://github.com/willnguyen1312/zoom-image/commit/6f4e371f67ee97f7ea4494b3fd8645860e0b4bec) Thanks - [@willnguyen1312](https://github.com/willnguyen1312)! - First version of @zoom-image/core. Supported features: + [`6f4e371`](https://github.com/willnguyen1312/zoom-image/commit/6f4e371f67ee97f7ea4494b3fd8645860e0b4bec) + Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - First version of @zoom-image/core. + Supported features: - ✅ Zoom on hover - ✅ Zoom on wheel diff --git a/packages/core/package.json b/packages/core/package.json index 591aeba8..cb9efa81 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@zoom-image/core", - "version": "0.7.0", + "version": "0.8.0", "description": "A core implementation of zoom image", "author": "Nam Nguyen ", "license": "MIT",