diff --git a/.gitignore b/.gitignore index c219b10f..dedcd2d5 100644 --- a/.gitignore +++ b/.gitignore @@ -192,7 +192,6 @@ GitHub.sublime-settings !.vscode/extensions.json ### Custom ### -CHANGELOG.md build/ outjs/ declaration/ diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a1df3b2a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.8.2](https://github.com/naver/egjs-axes/compare/3.8.1...3.8.2) (2022-12-02) +### :sparkles: Packages +* `@egjs/axes` 3.8.2 +* `@egjs/react-axes` 3.2.2 +* `@egjs/svelte-axes` 3.2.2 +* `@egjs/vue-axes` 3.2.2 +* `@egjs/vue2-axes` 3.2.2 + + +### :rocket: New Features + +* `@egjs/axes` + * add inputKey option to PanInput and WheelInput (#204) ([1169aca](https://github.com/naver/egjs-axes/commit/1169acac0259f083525da5969a8fad8db9cf04ae)) + + +### :bug: Bug Fix + +* `@egjs/axes` + * fix addEventListener (#209) ([5805c9d](https://github.com/naver/egjs-axes/commit/5805c9da599b2b8b9a6a5c243ea8eaf5743832cd)) + * fix bounce when circular set in only one direction (#207) ([4806cfa](https://github.com/naver/egjs-axes/commit/4806cfa674b2291e5d60e611287ffd58813e23d0)) + * fix preventClickOnDrag option not working when changed (#206) ([c49817d](https://github.com/naver/egjs-axes/commit/c49817d90d9a2677c13f49a901614896a281ca15)) + + +### :mega: Other + +* All + * update packages versions ([4b41de4](https://github.com/naver/egjs-axes/commit/4b41de44af6d5b7a6d7b856ad47864c43222da11)) diff --git a/packages/axes/CHANGELOG.md b/packages/axes/CHANGELOG.md new file mode 100644 index 00000000..9934e66b --- /dev/null +++ b/packages/axes/CHANGELOG.md @@ -0,0 +1,23 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.8.2](https://github.com/naver/egjs-axes/compare/@egjs/axes@3.8.1...@egjs/axes@3.8.2) (2022-12-02) + + +### :rocket: New Features + +* add inputKey option to PanInput and WheelInput (#204) ([1169aca](https://github.com/naver/egjs-axes/commit/1169acac0259f083525da5969a8fad8db9cf04ae)) + + +### :bug: Bug Fix + +* fix addEventListener (#209) ([5805c9d](https://github.com/naver/egjs-axes/commit/5805c9da599b2b8b9a6a5c243ea8eaf5743832cd)) +* fix bounce when circular set in only one direction (#207) ([4806cfa](https://github.com/naver/egjs-axes/commit/4806cfa674b2291e5d60e611287ffd58813e23d0)) +* fix preventClickOnDrag option not working when changed (#206) ([c49817d](https://github.com/naver/egjs-axes/commit/c49817d90d9a2677c13f49a901614896a281ca15)) + + +### :mega: Other + +* update packages versions ([4b41de4](https://github.com/naver/egjs-axes/commit/4b41de44af6d5b7a6d7b856ad47864c43222da11)) diff --git a/packages/react-axes/CHANGELOG.md b/packages/react-axes/CHANGELOG.md new file mode 100644 index 00000000..09d39589 --- /dev/null +++ b/packages/react-axes/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.2.2](https://github.com/naver/egjs-axes/compare/@egjs/react-axes@3.2.1...@egjs/react-axes@3.2.2) (2022-12-02) + + +### :mega: Other + +* update packages versions ([4b41de4](https://github.com/naver/egjs-axes/commit/4b41de44af6d5b7a6d7b856ad47864c43222da11)) diff --git a/packages/svelte-axes/CHANGELOG.md b/packages/svelte-axes/CHANGELOG.md new file mode 100644 index 00000000..c2e41610 --- /dev/null +++ b/packages/svelte-axes/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.2.2](https://github.com/naver/egjs-axes/compare/@egjs/svelte-axes@3.2.1...@egjs/svelte-axes@3.2.2) (2022-12-02) + + +### :mega: Other + +* update packages versions ([4b41de4](https://github.com/naver/egjs-axes/commit/4b41de44af6d5b7a6d7b856ad47864c43222da11)) diff --git a/packages/vue-axes/CHANGELOG.md b/packages/vue-axes/CHANGELOG.md new file mode 100644 index 00000000..95a49f08 --- /dev/null +++ b/packages/vue-axes/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.2.2](https://github.com/naver/egjs-axes/compare/@egjs/vue-axes@3.2.1...@egjs/vue-axes@3.2.2) (2022-12-02) + + +### :mega: Other + +* update packages versions ([4b41de4](https://github.com/naver/egjs-axes/commit/4b41de44af6d5b7a6d7b856ad47864c43222da11)) diff --git a/packages/vue2-axes/CHANGELOG.md b/packages/vue2-axes/CHANGELOG.md new file mode 100644 index 00000000..76c29336 --- /dev/null +++ b/packages/vue2-axes/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.2.2](https://github.com/naver/egjs-axes/compare/@egjs/vue2-axes@3.2.1...@egjs/vue2-axes@3.2.2) (2022-12-02) + + +### :mega: Other + +* update packages versions ([4b41de4](https://github.com/naver/egjs-axes/commit/4b41de44af6d5b7a6d7b856ad47864c43222da11))