<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Flicking Blog</title>
        <link>https://naver.github.io/egjs-flicking/ko/releases</link>
        <description>Flicking Blog</description>
        <lastBuildDate>Fri, 26 Jun 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>ko</language>
        <item>
            <title><![CDATA[4.16.0]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2026/06/26/release-4.16.0</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2026/06/26/release-4.16.0</guid>
            <pubDate>Fri, 26 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Packages]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="packages">Packages<a href="https://naver.github.io/egjs-flicking/ko/releases/2026/06/26/release-4.16.0#packages" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<table><thead><tr><th>Package</th><th>Version</th></tr></thead><tbody><tr><td><code>@egjs/flicking</code></td><td>4.16.0</td></tr><tr><td><code>@egjs/react-flicking</code></td><td>4.16.2</td></tr><tr><td><code>@egjs/vue3-flicking</code></td><td>4.16.0</td></tr><tr><td><code>@egjs/flicking-plugins</code></td><td>4.8.0</td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="highlights">Highlights<a href="https://naver.github.io/egjs-flicking/ko/releases/2026/06/26/release-4.16.0#highlights" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_ZFAD" id="react-19-support-egjsreact-flicking">React 19 support (<code>@egjs/react-flicking</code>)<a href="https://naver.github.io/egjs-flicking/ko/releases/2026/06/26/release-4.16.0#react-19-support-egjsreact-flicking" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h3>
<ul>
<li class="">The ESM/CJS builds now keep <code>react/jsx-runtime</code> and <code>react/jsx-dev-runtime</code> external, so the consumer's own React provides them.</li>
<li class="">Type declarations now reference <code>React.JSX.IntrinsicElements</code> (with <code>React</code> imported) instead of the removed global <code>JSX</code> namespace.</li>
<li class="">Compatible with React 16 / 17 / 18 / 19.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_ZFAD" id="documentation-overhaul">Documentation overhaul<a href="https://naver.github.io/egjs-flicking/ko/releases/2026/06/26/release-4.16.0#documentation-overhaul" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h3>
<ul>
<li class="">Rebuilt the documentation site end to end.</li>
<li class="">Added an automated TypeScript-to-MDX API reference pipeline.</li>
<li class="">Added an LLM-friendly docs pipeline (<code>llms.txt</code> and pure-markdown mirrors).</li>
<li class="">Release notes are now reflected on the docs site automatically.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_ZFAD" id="development-environment-overhaul">Development environment overhaul<a href="https://naver.github.io/egjs-flicking/ko/releases/2026/06/26/release-4.16.0#development-environment-overhaul" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h3>
<ul>
<li class="">Consolidated the previously separate <code>@egjs/react-flicking</code>, <code>@egjs/vue3-flicking</code>, and <code>@egjs/flicking-plugins</code> repositories into a single pnpm workspace monorepo, alongside the <code>@egjs/flicking</code> core.</li>
<li class="">Restructured the publish pipeline and replaced <code>release-helper</code> with a custom release/versioning script.</li>
<li class="">Reworked the local dev workflow (HMR dev servers, <code>@dev/*</code> import aliases, issue-reproduction scratch pattern).</li>
<li class="">Migrated the test suites and the Vue 3 demo to the Composition API.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="discontinued-packages">Discontinued packages<a href="https://naver.github.io/egjs-flicking/ko/releases/2026/06/26/release-4.16.0#discontinued-packages" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">The <strong>Svelte</strong>, <strong>Angular</strong>, and <strong>Vue 2</strong> wrappers are no longer maintained and have been removed during the monorepo consolidation.</li>
<li class="">Their previously published versions remain installable on npm but will not receive further updates.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="note-on-egjsreact-flicking-versioning">Note on <code>@egjs/react-flicking</code> versioning<a href="https://naver.github.io/egjs-flicking/ko/releases/2026/06/26/release-4.16.0#note-on-egjsreact-flicking-versioning" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class=""><code>@egjs/react-flicking</code> ships as <strong>4.16.2</strong> in this release.</li>
<li class="">The initial <code>4.16.0</code> build bundled a stale <code>react/jsx-runtime</code>, which broke under React 19; <code>4.16.1</code> and <code>4.16.2</code> resolve the runtime and type-declaration issues respectively.</li>
<li class=""><code>4.16.0</code> is deprecated — please install <code>4.16.2</code> or later.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="whats-changed">What's Changed<a href="https://naver.github.io/egjs-flicking/ko/releases/2026/06/26/release-4.16.0#whats-changed" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">demo: change vue 3 demo to composition api by @daybrush in <a href="https://github.com/naver/egjs-flicking/pull/942" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/942</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/naver/egjs-flicking/compare/4.15.0...4.16.0" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/compare/4.15.0...4.16.0</a></p>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.15.0]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2025/11/25/release-4.15.0</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2025/11/25/release-4.15.0</guid>
            <pubDate>Tue, 25 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[What's Changed]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="whats-changed">What's Changed<a href="https://naver.github.io/egjs-flicking/ko/releases/2025/11/25/release-4.15.0#whats-changed" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">feat: add animationThreshold, useCSSOrder option by @daybrush in <a href="https://github.com/naver/egjs-flicking/pull/938" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/938</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/naver/egjs-flicking/compare/4.14.1...4.15.0" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/compare/4.14.1...4.15.0</a></p>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.14.1]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2025/10/02/release-4.14.1</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2025/10/02/release-4.14.1</guid>
            <pubDate>Thu, 02 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[What's Changed]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="whats-changed">What's Changed<a href="https://naver.github.io/egjs-flicking/ko/releases/2025/10/02/release-4.14.1#whats-changed" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">fix: remove findDOMNode in react-flicking by @malangfox in <a href="https://github.com/naver/egjs-flicking/pull/931" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/931</a></li>
<li class="">fix: add virtualEnabled check in react-flicking by @malangfox in <a href="https://github.com/naver/egjs-flicking/pull/934" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/934</a></li>
<li class="">fix: sync camera anchors by @daybrush in <a href="https://github.com/naver/egjs-flicking/pull/935" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/935</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/naver/egjs-flicking/compare/4.14.0...4.14.1" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/compare/4.14.0...4.14.1</a></p>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.14.0]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2025/06/30/release-4.14.0</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2025/06/30/release-4.14.0</guid>
            <pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[What's Changed]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="whats-changed">What's Changed<a href="https://naver.github.io/egjs-flicking/ko/releases/2025/06/30/release-4.14.0#whats-changed" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">docs: add docs sample by @daybrush in <a href="https://github.com/naver/egjs-flicking/pull/924" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/924</a></li>
<li class="">Feat/state api by @cjw783 in <a href="https://github.com/naver/egjs-flicking/pull/923" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/923</a></li>
<li class="">fix: fix change folder, name by @daybrush in <a href="https://github.com/naver/egjs-flicking/pull/926" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/926</a></li>
<li class="">docs: add 2 demo by @daybrush in <a href="https://github.com/naver/egjs-flicking/pull/928" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/928</a></li>
<li class="">fix: panel flashes when using virtual option in react by @malangfox in <a href="https://github.com/naver/egjs-flicking/pull/916" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/916</a></li>
<li class="">Docs/reactive api by @cjw783 in <a href="https://github.com/naver/egjs-flicking/pull/927" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/927</a></li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.13.1]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2025/05/16/release-4.13.1</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2025/05/16/release-4.13.1</guid>
            <pubDate>Fri, 16 May 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[What's Changed]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="whats-changed">What's Changed<a href="https://naver.github.io/egjs-flicking/ko/releases/2025/05/16/release-4.13.1#whats-changed" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">docs: add sample codes to plugins by @malangfox in <a href="https://github.com/naver/egjs-flicking/pull/904" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/904</a></li>
<li class="">fix: check other props for react state change by @malangfox in <a href="https://github.com/naver/egjs-flicking/pull/906" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/906</a></li>
<li class="">add preventDefaultOnDrag to quickstart's example by @Ronkiro in <a href="https://github.com/naver/egjs-flicking/pull/896" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/896</a></li>
<li class="">feat: add resizeObservePanel option by @malangfox in <a href="https://github.com/naver/egjs-flicking/pull/884" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/884</a></li>
<li class="">Fix/resize logic by @cjw783 in <a href="https://github.com/naver/egjs-flicking/pull/918" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/918</a></li>
<li class="">refactor: change resizePanelObserve to observePanelResize by @malangfox in <a href="https://github.com/naver/egjs-flicking/pull/919" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/919</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="new-contributors">New Contributors<a href="https://naver.github.io/egjs-flicking/ko/releases/2025/05/16/release-4.13.1#new-contributors" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">@Ronkiro made their first contribution in <a href="https://github.com/naver/egjs-flicking/pull/896" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/896</a></li>
<li class="">@cjw783 made their first contribution in <a href="https://github.com/naver/egjs-flicking/pull/918" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/pull/918</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/naver/egjs-flicking/compare/4.12.0...4.13.1" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-flicking/compare/4.12.0...4.13.1</a></p>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.12.0]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2024/12/06/release-4.12.0</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2024/12/06/release-4.12.0</guid>
            <pubDate>Fri, 06 Dec 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[New Feature]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="new-feature">New Feature<a href="https://naver.github.io/egjs-flicking/ko/releases/2024/12/06/release-4.12.0#new-feature" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Added a new preset <a href="https://naver.github.io/egjs-flicking/ko/Presets" target="_blank" rel="noopener noreferrer" class="">CrossFlicking</a> (#901)</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2024/12/06/release-4.12.0#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed an error where the initial Panel is set to the last Panel when <code>display: none</code> is applied to the viewport. (#903)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.11.4]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2024/08/01/release-4.11.4</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2024/08/01/release-4.11.4</guid>
            <pubDate>Thu, 01 Aug 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2024/08/01/release-4.11.4#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed an error that disabled flicking blocks native scroll.</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.11.3]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2024/05/31/release-4.11.3</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2024/05/31/release-4.11.3</guid>
            <pubDate>Fri, 31 May 2024 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2024/05/31/release-4.11.3#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed an error when <code>destroy()</code> is called immediately after <code>resize()</code> (#859)</li>
<li class="">Fixed a bug that events return the wrong direction on circular Flicking (#854)</li>
<li class="">Fixed an error when using bound and custom align props together (#850)</li>
<li class="">Fixed a bug that the <code>threshold</code> option does not apply to <code>movetype: "snap"</code> (#844)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.11.2]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2023/12/20/release-4.11.2</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2023/12/20/release-4.11.2</guid>
            <pubDate>Wed, 20 Dec 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2023/12/20/release-4.11.2#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">fixed a bug that strict movetype moving wrong panel on circular flicking (#842)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.11.1]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2023/11/17/release-4.11.1</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2023/11/17/release-4.11.1</guid>
            <pubDate>Fri, 17 Nov 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2023/11/17/release-4.11.1#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed a bug that nan occurs when calculating the size if element does not exist. (#833)</li>
<li class="">Fixed a bug that layout is broken when <code>direction: rtl</code> is applied to camera element. (#836)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.11.0]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2023/08/02/release-4.11.0</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2023/08/02/release-4.11.0</guid>
            <pubDate>Wed, 02 Aug 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[New Feature]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="new-feature">New Feature<a href="https://naver.github.io/egjs-flicking/ko/releases/2023/08/02/release-4.11.0#new-feature" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Added a new option <code>preventDefaultOnDrag</code> (#820)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.10.8]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2023/06/22/release-4.10.8</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2023/06/22/release-4.10.8</guid>
            <pubDate>Thu, 22 Jun 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2023/06/22/release-4.10.8#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed a bug that mouse input not working when mouse and touch input were available at the same time. (<a href="https://github.com/naver/egjs-axes/pull/213" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-axes/pull/213</a>)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.10.7]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2023/04/12/release-4.10.7</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2023/04/12/release-4.10.7</guid>
            <pubDate>Wed, 12 Apr 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2023/04/12/release-4.10.7#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed a bug that <code>setStatus</code> not working properly when <code>index</code> is 0 (#795)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.10.6]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2023/02/13/release-4.10.6</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2023/02/13/release-4.10.6</guid>
            <pubDate>Mon, 13 Feb 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2023/02/13/release-4.10.6#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed position of the panel was calculated incorrectly when the <code>duration</code> is 0 and <code>moveType</code> is "strict". (#771)</li>
<li class="">Fixed CSS transform was not applied correctly during the SSR rendering process. (#773)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.10.5]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2023/02/01/release-4.10.5</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2023/02/01/release-4.10.5</guid>
            <pubDate>Wed, 01 Feb 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2023/02/01/release-4.10.5#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed a bug that the <code>resize</code> event listener was not properly removed when the instance was destroyed. (#779)</li>
<li class="">Fixed the issue that the panel moved to an inappropriate position when a panel is clicked during sliding. (#777)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.10.4]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2022/12/02/release-4.10.4</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2022/12/02/release-4.10.4</guid>
            <pubDate>Fri, 02 Dec 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2022/12/02/release-4.10.4#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed a bug that <code>move</code> event can occur even after <code>holdEnd</code> event at Internet Explorer (<a href="https://github.com/naver/egjs-axes/issues/208" target="_blank" rel="noopener noreferrer" class="">https://github.com/naver/egjs-axes/issues/208</a>)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.10.3]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2022/11/25/release-4.10.3</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2022/11/25/release-4.10.3</guid>
            <pubDate>Fri, 25 Nov 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2022/11/25/release-4.10.3#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed a bug that <code>resizeOnContentsReady</code> option cause error with lazy image loading inside panel (#745)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.10.2]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2022/11/03/release-4.10.2</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2022/11/03/release-4.10.2</guid>
            <pubDate>Thu, 03 Nov 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2022/11/03/release-4.10.2#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed component dependency for frameworks (#741)</li>
<li class="">Fixed a bug that some setters doesn't update UI (#743)</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.10.1]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2022/10/26/release-4.10.1</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2022/10/26/release-4.10.1</guid>
            <pubDate>Wed, 26 Oct 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Bug Fix]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="bug-fix">Bug Fix<a href="https://naver.github.io/egjs-flicking/ko/releases/2022/10/26/release-4.10.1#bug-fix" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Fixed a bug that <code>preventClickOnDrag</code> option prevents click event for movement less than 1 pixel (#738)</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="others">Others<a href="https://naver.github.io/egjs-flicking/ko/releases/2022/10/26/release-4.10.1#others" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class=""><code>@egjs/react-flicking</code> , <code>@egjs/preact-flicking</code> 4.10.2<!-- -->
<ul>
<li class="">Added a new property <code>renderOnSamekey</code> (#735)</li>
<li class="">Fixed a bug that update occurs between rendering (#739)</li>
</ul>
</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
        <item>
            <title><![CDATA[4.10.0]]></title>
            <link>https://naver.github.io/egjs-flicking/ko/releases/2022/09/15/release-4.10.0</link>
            <guid>https://naver.github.io/egjs-flicking/ko/releases/2022/09/15/release-4.10.0</guid>
            <pubDate>Thu, 15 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[New Feature]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="new-feature">New Feature<a href="https://naver.github.io/egjs-flicking/ko/releases/2022/09/15/release-4.10.0#new-feature" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class="">Added a new method <code>updateAnimation</code> (#728)</li>
<li class="">Added a new method <code>stopAnimation</code> (#728)</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_ZFAD" id="others">Others<a href="https://naver.github.io/egjs-flicking/ko/releases/2022/09/15/release-4.10.0#others" class="hash-link" aria-label="제목으로 바로 가기" title="제목으로 바로 가기" translate="no">​</a></h2>
<ul>
<li class=""><code>@egjs/ngx-flicking</code>
<ul>
<li class="">setup vanilla flicking within the root zone and remove event listeners once the view is removed (#727)</li>
</ul>
</li>
</ul>]]></content:encoded>
            <category>release</category>
        </item>
    </channel>
</rss>