Skip to content

Commit

Permalink
chore: update versions (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 16, 2023
1 parent 57ba546 commit 6bbe98c
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/spotty-waves-bow.md

This file was deleted.

95 changes: 54 additions & 41 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 6bbe98c

Please sign in to comment.