| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.16.4 Release (2026-07-20) source code.tar.gz | 2026-07-20 | 5.4 MB | |
| 4.16.4 Release (2026-07-20) source code.zip | 2026-07-20 | 6.0 MB | |
| README.md | 2026-07-20 | 1.5 kB | |
| Totals: 3 Items | 11.4 MB | 0 | |
Highlights
This patch fixes a CommonJS / SSR regression introduced in 4.16.
- fix(core): CJS
require("@egjs/flicking")returns theFlickingclass again — 4.16's Vite migration accidentally dropped the hybrid CJS entry (index.cjs.ts), sorequire()returned a namespace object ({ default, ... }) instead of the class. This broke direct CommonJSrequire(new F(),F.prototype) and wrapper SSR (renderToString). The CJS build now usesindex.cjs.tsagain, producing output identical to 4.15. Averify:cjsbuild-time guard prevents the regression from recurring. (#953, closes [#952]) - fix(core): restore
@egjs/imreadydependency range to^1.3.1— the monorepo migration lowered the range floor to^1.1.1; restored to match 4.15 and avoid unintended downgrades. (#954)
Packages
@egjs/flicking4.16.4@egjs/react-flicking4.16.6@egjs/vue3-flicking4.16.4
What's Changed
- docs: improve README links and version display by @cjw783 in https://github.com/naver/egjs-flicking/pull/950
- fix: build core CJS from index.cjs.ts entry by @cjw783 in https://github.com/naver/egjs-flicking/pull/953
- fix: restore @egjs/imready dependency range to ^1.3.1 by @cjw783 in https://github.com/naver/egjs-flicking/pull/954
- docs(publish): add deploy workflow role-split principles by @cjw783 in https://github.com/naver/egjs-flicking/pull/955
Full Changelog: https://github.com/naver/egjs-flicking/compare/4.16.3...4.16.4