Skip to content

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/echartify TypeScript 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

npm install @grokify/echartify
# or
pnpm add @grokify/echartify
import { compile } from '@grokify/echartify'
import type { ChartIR } from '@grokify/echartify'

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.