Download Latest Version 4.16.4 Release (2026-07-20) source code.zip (6.0 MB)
Email in envelope

Get an email when there's a new version of flicking

Home / 4.16.4
Name Modified Size InfoDownloads / 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 the Flicking class again — 4.16's Vite migration accidentally dropped the hybrid CJS entry (index.cjs.ts), so require() returned a namespace object ({ default, ... }) instead of the class. This broke direct CommonJS require (new F(), F.prototype) and wrapper SSR (renderToString). The CJS build now uses index.cjs.ts again, producing output identical to 4.15. A verify:cjs build-time guard prevents the regression from recurring. (#953, closes [#952])
  • fix(core): restore @egjs/imready dependency 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/flicking 4.16.4
  • @egjs/react-flicking 4.16.6
  • @egjs/vue3-flicking 4.16.4

What's Changed

Full Changelog: https://github.com/naver/egjs-flicking/compare/4.16.3...4.16.4

Source: README.md, updated 2026-07-20