EChartify v0.2.2 Release Notes
Release Date: 2026-08-09
Overview
EChartify v0.2.2 publishes the TypeScript package to the public npm registry for
the first time. There are no changes to the ChartIR schema or the compiler —
this release makes the existing library installable via npm/pnpm.
Highlights
- Now on npm — the
@grokify/echartifyTypeScript package is published to the public npm registry. - Lean, public package — the published tarball ships only the built
dist/output, and the scoped package is published with public access.
Installation
Compatibility
No API changes — code written for v0.2.0 works unchanged. echarts@^5.6 is a
peer runtime dependency of consumers rendering the compiled options.
Links
- npm: https://www.npmjs.com/package/@grokify/echartify
- Full changelog: CHANGELOG.md