|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +## [1.8.0](https://github.com/naver/egjs-conveyer/compare/1.1.0...1.8.0) (2025-04-18) |
| 7 | +### :sparkles: Packages |
| 8 | +* `@egjs/conveyer` 1.8.0 |
| 9 | +* `@egjs/react-conveyer` 1.8.0 |
| 10 | +* `@egjs/svelte-conveyer` 1.8.0 |
| 11 | +* `@egjs/vue-conveyer` 1.8.0 |
| 12 | +* `@egjs/vue2-conveyer` 1.8.0 |
| 13 | +* `@egjs/ngx-conveyer` 1.8.0 |
| 14 | + |
| 15 | + |
| 16 | +### :rocket: New Features |
| 17 | + |
| 18 | +* All |
| 19 | + * add cfcs module (#17) ([6dc1715](https://github.com/naver/egjs-conveyer/commit/6dc17158b701fa9cf997bec9dff8dd7be4d79eaf)) |
| 20 | + * add intersection option (#46) ([091fda5](https://github.com/naver/egjs-conveyer/commit/091fda54a5a669d8db26d6829a3d1b2b6b9a211d)) |
| 21 | +* `@egjs/conveyer` |
| 22 | + * add boundaryMargin option (#40) ([5d1cf77](https://github.com/naver/egjs-conveyer/commit/5d1cf7752d179d34e35ebd5843a628306f4d0e7d)) |
| 23 | + * add nested option (#11) ([f4bd222](https://github.com/naver/egjs-conveyer/commit/f4bd2221d0d3dd1432ce9e9e2ed0874ce0783061)) |
| 24 | + * add useResizeObserver option (#51) ([57138e7](https://github.com/naver/egjs-conveyer/commit/57138e7923e00705e6d275bbd750c2e0db90cfea)) |
| 25 | + * use side wheel to move conveyer (#15) ([3cdeab5](https://github.com/naver/egjs-conveyer/commit/3cdeab57a53cae679972696f034b325f7dd3c32c)) |
| 26 | +* `@egjs/ngx-conveyer` |
| 27 | + * **ngx-conveyer:** reduce view updates and fix outputs (#32) ([85c6c30](https://github.com/naver/egjs-conveyer/commit/85c6c30d90ced259017ee20e002e257eb4cc1034)) |
| 28 | + |
| 29 | + |
| 30 | +### :bug: Bug Fix |
| 31 | + |
| 32 | +* All |
| 33 | + * fix commonjs issue (#29) ([cc62f6f](https://github.com/naver/egjs-conveyer/commit/cc62f6fbffd6d183810108337a8b49e9ad476ced)) |
| 34 | + * fix isReachStart's default value (#18) ([9c49266](https://github.com/naver/egjs-conveyer/commit/9c492663a45ca2ec0eabdfae85892906003a6fe9)) |
| 35 | + * fix svelte field (#28) ([998ccee](https://github.com/naver/egjs-conveyer/commit/998ccee276579ab09aaf0eaa519d7b8a39fe084e)) |
| 36 | +* `@egjs/vue2-conveyer`, `@egjs/vue-conveyer`, `@egjs/svelte-conveyer`, `@egjs/react-conveyer`, `@egjs/conveyer` |
| 37 | + * add declaration files to package (#23) ([8b907db](https://github.com/naver/egjs-conveyer/commit/8b907dbcc803b237d65ff82b84e922a08dc59930)) |
| 38 | +* `@egjs/conveyer` |
| 39 | + * check autoInit must be false (#22) ([d86581d](https://github.com/naver/egjs-conveyer/commit/d86581d1827ae79954df84c2165e6e33659fd5e1)) |
| 40 | + * fix animation offset for deciaml point (#58) ([066a71e](https://github.com/naver/egjs-conveyer/commit/066a71e8c524db5c1ce1f8655dbdfc70541a963e)) |
| 41 | + * fix autoInit option not working correctly (#21) ([11bb2f1](https://github.com/naver/egjs-conveyer/commit/11bb2f178c983e4576765ee42850613142b8d239)) |
| 42 | + * fix incorrect isTrusted value in finishScroll event (#41) ([7a32ec8](https://github.com/naver/egjs-conveyer/commit/7a32ec86ebc98ae663b5c460aa40af3e5ab32a74)) |
| 43 | + * fix instanceof Element (#38) ([72fec40](https://github.com/naver/egjs-conveyer/commit/72fec4029eafe87cd3e387939f9e89edf6179573)) |
| 44 | + * fix no intersection item with intersection option (#49) ([7de868b](https://github.com/naver/egjs-conveyer/commit/7de868bea09999c1f02c3758e763302a383161ec)) |
| 45 | + * fix scroll methods moving to invalid position (#53) ([a8bbe20](https://github.com/naver/egjs-conveyer/commit/a8bbe201bf69081603cbdeb7b316e94aa746bee8)) |
| 46 | + * remove axes instance on destory (#26) ([f7e7769](https://github.com/naver/egjs-conveyer/commit/f7e7769fc4ee9e9ba4d58f228ce3ac4480d00d9f)) |
| 47 | + * scrollIntoView ending earlier than the duration given as an option (#35) ([3a42aa3](https://github.com/naver/egjs-conveyer/commit/3a42aa3fad6a860ec5d679c953b26c8168a3eeb2)) |
| 48 | + * set isHold to false when release occur (#34) ([07ae681](https://github.com/naver/egjs-conveyer/commit/07ae68193d94b896e5dbc9b0f2cda7a86bed38e8)) |
| 49 | + * set isReachEnd (#13) ([5ad7ee0](https://github.com/naver/egjs-conveyer/commit/5ad7ee07e32c9ca1f4765ebc2d62a2b2e5a19c94)) |
| 50 | + * update axes version (#20) ([57f83fa](https://github.com/naver/egjs-conveyer/commit/57f83fada28dec52bf63a0bf448dd22030df63d2)) |
| 51 | + * use preventClickOnDrag of Axes (#43) ([1743ce1](https://github.com/naver/egjs-conveyer/commit/1743ce190235477d3a76f054afcbe03a921618cc)) |
| 52 | +* `@egjs/svelte-conveyer` |
| 53 | + * fix incorrect main/module/exports. (#24) ([976d2aa](https://github.com/naver/egjs-conveyer/commit/976d2aa27d4000bd5733325059913793b1542a6d)) |
| 54 | +* Other |
| 55 | + * fix broken document link (#30) ([a716e2a](https://github.com/naver/egjs-conveyer/commit/a716e2ac0b4cf975420de9e8cd5f432715bbbffe)) |
| 56 | + |
| 57 | + |
| 58 | +### :memo: Documentation |
| 59 | + |
| 60 | +* `@egjs/conveyer` |
| 61 | + * add useSideWheel demo (#16) ([bc1486d](https://github.com/naver/egjs-conveyer/commit/bc1486d63ec1b8a505259c16e73305c358e68745)) |
| 62 | + * update jsdoc-to-mdx and fix types (#47) ([0210e64](https://github.com/naver/egjs-conveyer/commit/0210e64ea7c1604e9b1da384777d5c4ef2952ff1)) |
| 63 | +* `@egjs/vue2-conveyer` |
| 64 | + * fix README ([1eedb60](https://github.com/naver/egjs-conveyer/commit/1eedb608b437c3b401dcd28036aab4b0cbf30fa5)) |
| 65 | +* Other |
| 66 | + * fix latest and version docs react import (#33) ([90a8451](https://github.com/naver/egjs-conveyer/commit/90a8451414b1322f228a567aa1d07ef63c13919f)) |
| 67 | + * fix trailingSlash (#9) ([a56cd37](https://github.com/naver/egjs-conveyer/commit/a56cd3748eb3a2857ab3d6178d852c500bb61173)) |
| 68 | + |
| 69 | + |
| 70 | +### :house: Code Refactoring |
| 71 | + |
| 72 | +* `@egjs/conveyer` |
| 73 | + * apply lerna (#10) ([ec71888](https://github.com/naver/egjs-conveyer/commit/ec7188889b9de84a8333b7365920ef6d9f6d635a)) |
| 74 | + * remove itemElements member ([c666863](https://github.com/naver/egjs-conveyer/commit/c6668637661dcb062fd98b5058af6fc987ca200f)) |
| 75 | + |
| 76 | + |
| 77 | +### :mega: Other |
| 78 | + |
| 79 | +* All |
| 80 | + * add files field in package.json ([b61b084](https://github.com/naver/egjs-conveyer/commit/b61b084734f98a5fd8e67ddd1401aa7da56dfcc5)) |
| 81 | + * Release 1.2.0 ([7ab44c8](https://github.com/naver/egjs-conveyer/commit/7ab44c889182f0f218483ca8b5aff5fb187e577d)) |
| 82 | + * Release 1.3.0 ([4c85687](https://github.com/naver/egjs-conveyer/commit/4c8568706b018d1822f1fda316fccd3ab1f6ec17)) |
| 83 | + * Release 1.3.1 ([414cb12](https://github.com/naver/egjs-conveyer/commit/414cb12b66d0e2091ab5edbe2295dff0dbbc9b8d)) |
| 84 | + * Release 1.4.0 ([2128b77](https://github.com/naver/egjs-conveyer/commit/2128b77ea2a54ee026ac265075c5cf0fda8bc8c7)) |
| 85 | + * Release 1.4.1 ([d1dcfcc](https://github.com/naver/egjs-conveyer/commit/d1dcfcce5fe114beb34449b5f11227bd85d7043d)) |
| 86 | + * Release 1.4.2 ([e5b8b33](https://github.com/naver/egjs-conveyer/commit/e5b8b3319c88ba49c09914de7f41894b5a62fbe4)) |
| 87 | + * Release 1.4.3 ([6bcefc1](https://github.com/naver/egjs-conveyer/commit/6bcefc1f16a014fc4c4994b12ac5b32bc69161eb)) |
| 88 | + * Release 1.4.4 ([eed54b2](https://github.com/naver/egjs-conveyer/commit/eed54b2f926b7767068e9054325e8d785c5a6ca1)) |
| 89 | + * Release 1.4.5 ([f9c2647](https://github.com/naver/egjs-conveyer/commit/f9c2647ff49177af0ea17e2c2adb231fbed5e0cb)) |
| 90 | + * Release 1.4.6 ([6f3f2a0](https://github.com/naver/egjs-conveyer/commit/6f3f2a02d331e21151c04258168daede633967d6)) |
| 91 | + * Release 1.4.7 ([d85dc2a](https://github.com/naver/egjs-conveyer/commit/d85dc2a977249b91a26713fb981b18d4402dab1f)) |
| 92 | + * Release 1.4.8 ([7567d41](https://github.com/naver/egjs-conveyer/commit/7567d419b3d6d40736e06392d54d283f3b91449c)) |
| 93 | + * Release 1.4.9 ([c4e3351](https://github.com/naver/egjs-conveyer/commit/c4e3351f718d8d784f243f909d5ea8cb3a89f2a3)) |
| 94 | + * Release 1.5.0 ([40bf623](https://github.com/naver/egjs-conveyer/commit/40bf623ab60d8ab7476433e35fdd744f5da30c7f)) |
| 95 | + * Release 1.5.1 ([52fa6c6](https://github.com/naver/egjs-conveyer/commit/52fa6c668936a00e541622821aa3c984df7f835a)) |
| 96 | + * Release 1.6.1 ([6df6706](https://github.com/naver/egjs-conveyer/commit/6df6706082edce8ab896a32a50ebaca0c53ce21d)) |
| 97 | + * Release 1.6.2 ([5559d6c](https://github.com/naver/egjs-conveyer/commit/5559d6c1946211148d56f997a2c50f6a33d5760d)) |
| 98 | + * Release 1.7.0 ([40b491b](https://github.com/naver/egjs-conveyer/commit/40b491b1b0e7575caaee136dd8cda67af2339a90)) |
| 99 | + * Release 1.7.1 ([08f76fd](https://github.com/naver/egjs-conveyer/commit/08f76fdc2176c3a640c969103b283cc686311b7e)) |
| 100 | + * update dependencies ([0630847](https://github.com/naver/egjs-conveyer/commit/06308477eda17a04c7bcef99543b36bb6ac969a3)) |
| 101 | + * update packages versions ([3fd6ab5](https://github.com/naver/egjs-conveyer/commit/3fd6ab56e31ad2b95448bf8f81bc50b1112e3d27)) |
| 102 | + * update packages versions ([5214358](https://github.com/naver/egjs-conveyer/commit/52143582432efe67994a016525cba898d0e4aa6d)) |
| 103 | + * update packages versions ([34785f2](https://github.com/naver/egjs-conveyer/commit/34785f27897a3c7b983bc9f18ce50fdc517c9757)) |
| 104 | + * update packages versions ([bdbf252](https://github.com/naver/egjs-conveyer/commit/bdbf2520a26cc3bdb299dd7b4bfbef7a15b1e889)) |
| 105 | + * update packages versions ([b1a0858](https://github.com/naver/egjs-conveyer/commit/b1a0858fa3a3cd94d6c0ab1abed505d106e75d14)) |
| 106 | + * update packages versions ([adcc2ce](https://github.com/naver/egjs-conveyer/commit/adcc2ce99e160cfe334e7f7d50e1e7d8e5449ae5)) |
| 107 | + * update packages versions ([b7d57e1](https://github.com/naver/egjs-conveyer/commit/b7d57e17a1a7603d295033fbf351a180206bad15)) |
| 108 | + * update packages versions ([989c041](https://github.com/naver/egjs-conveyer/commit/989c041877d9960b809030b5b4fd5af8097da2ba)) |
| 109 | + * update packages versions ([05d9ceb](https://github.com/naver/egjs-conveyer/commit/05d9ceba27607f6c2cec41cf725f30d88fc8196d)) |
| 110 | + * update packages versions ([859e335](https://github.com/naver/egjs-conveyer/commit/859e3358a6d12fea7f95299b13d70427a1a9d2e6)) |
| 111 | + * update packages versions ([21ab1df](https://github.com/naver/egjs-conveyer/commit/21ab1df94e32216e5436ad53a028035c644d849d)) |
| 112 | + * update packages versions ([1b3e74a](https://github.com/naver/egjs-conveyer/commit/1b3e74a8b58e77b5e27104324602bd7a7de38b7b)) |
| 113 | + * update packages versions ([56e6a99](https://github.com/naver/egjs-conveyer/commit/56e6a99509405f43966daa03c3fb3953ed26cdfa)) |
| 114 | + * update packages versions ([515ede9](https://github.com/naver/egjs-conveyer/commit/515ede994bc12a460d0c12abb5a62da9571218ac)) |
| 115 | + * update packages versions ([491417a](https://github.com/naver/egjs-conveyer/commit/491417a29531c18ecd8dc13b58debf75b3ba3292)) |
| 116 | + * update packages versions ([037314d](https://github.com/naver/egjs-conveyer/commit/037314d60b7799066f588f073273d56eb4c308b7)) |
| 117 | + * update packages versions ([6e5ff78](https://github.com/naver/egjs-conveyer/commit/6e5ff787f1d1f90305261b4cf30ebb408bb0543c)) |
| 118 | + * update packages versions ([4dedd8a](https://github.com/naver/egjs-conveyer/commit/4dedd8afdc77d40220e209c1516a0f6cbe0a2e3a)) |
| 119 | +* Other |
| 120 | + * fix github actions workflows ([dc5ce85](https://github.com/naver/egjs-conveyer/commit/dc5ce85827e8f717d9c4d470064aa6dcd2aa0c6c)) |
| 121 | + * fix github actions workflows ([0de06d4](https://github.com/naver/egjs-conveyer/commit/0de06d4d407f62384cef498f2bb6dc8bf30f344e)) |
| 122 | + * **release:** Release 1.1.0 ([cf4be00](https://github.com/naver/egjs-conveyer/commit/cf4be00e5a46c58d78b29d9b3f20644f5a1ec42d)) |
| 123 | + * update demo script ([e3d19e9](https://github.com/naver/egjs-conveyer/commit/e3d19e9bd9e98e59260a5881b462576109bf68f7)) |
| 124 | + |
| 125 | + |
| 126 | + |
6 | 127 | ## [1.7.1](https://github.com/naver/egjs-conveyer/compare/1.7.0...1.7.1) (2023-09-27) |
7 | 128 | ### :sparkles: Packages |
8 | 129 | * `@egjs/conveyer` 1.7.1 |
|
0 commit comments