Skip to content

Releases: chensid/react-use-echarts

v1.2.0

17 Apr 02:06
f10c008

Choose a tag to compare

What's Changed

  • fix: polish examples showcase by @chensid in #356
  • chore: bump @rolldown/plugin-babel to ^0.2.3 by @chensid in #357
  • chore: bump vite-plus toolchain from ^0.1.16 to ^0.1.18 by @chensid in #358
  • feat: enrich examples with hero, gallery, dynamic data, renderer, and footer by @chensid in #359
  • feat: restructure examples with routing, Gallery/Features split, and theme sync by @chensid in #360
  • Release 1.2.0: examples revamp, trimmed public API, and toolchain bump by @chensid in #361

Full Changelog: v1.1.2...v1.2.0

v1.1.2

13 Apr 16:28
7f73e8e

Choose a tag to compare

What's Changed

  • refactor: decompose useEcharts into internal hooks by @chensid in #345
  • test: achieve 100% coverage across all metrics by @chensid in #346
  • refactor: consolidate internal hooks by coupling boundaries by @chensid in #347
  • docs: update CLAUDE.md for consolidated architecture by @chensid in #348
  • refactor: consolidate hooks architecture and fix event binding by @chensid in #349
  • refactor: converge effect boundaries and fix architectural issues by @chensid in #350
  • refactor: fix 10 architectural issues from codebase audit by @chensid in #351
  • refactor: comprehensive review fixes by @chensid in #352
  • docs: simplify README hook example and Other Exports section by @chensid in #353
  • feat: add interactive showcase site with GitHub Pages deployment by @chensid in #354
  • chore: bump version to 1.1.2 by @chensid in #355

Full Changelog: v1.1.1...v1.1.2

v1.1.1

11 Apr 15:37
9bfaf31

Choose a tag to compare

What's Changed

  • refactor: split theme registry into separate subpath export by @chensid in #337
  • refactor: code quality, theme registry split, and docs improvements by @chensid in #338
  • chore: update dependencies and refactor theme registry by @chensid in #339
  • fix: resolve 6 code quality issues with full test coverage by @chensid in #340
  • chore: update dependencies and fix code quality issues by @chensid in #341
  • fix: code quality improvements and dependency updates by @chensid in #342
  • chore: update dependencies in package.json and pnpm-lock.yaml by @chensid in #343
  • chore: bump version to 1.1.1 in package.json by @chensid in #344

Full Changelog: v1.1.0...v1.1.1

v1.1.0

02 Apr 09:27
a834f92

Choose a tag to compare

What's Changed

  • docs: unify AGENTS.md as single source of truth by @chensid in #335
  • v1.1.0: split AGENTS.md / CLAUDE.md, upgrade toolchain, refactor by @chensid in #336

Full Changelog: v1.0.9...v1.1.0

v1.0.9

31 Mar 15:57
7439460

Choose a tag to compare

What's Changed

  • chore: upgrade vite-plus to 0.1.15 and fix npm README by @chensid in #334

Full Changelog: v1.0.8...v1.0.9

v1.0.8

31 Mar 15:15
aafa301

Choose a tag to compare

What's Changed

  • chore: sync develop to main by @chensid in #330
  • docs: streamline AGENTS.md and maintenance updates by @chensid in #331
  • chore: project cleanup and Vite+ agent docs by @chensid in #332
  • refactor: code quality improvements and README optimization by @chensid in #333

Full Changelog: v1.0.7...v1.0.8

v1.0.7

27 Mar 09:35
4408bca

Choose a tag to compare

What's Changed

  • fix: resolve useMemo exhaustive-deps lint warnings in use-lazy-init by @chensid in #316
  • chore(deps): bump jsdom from 29.0.0 to 29.0.1 by @chensid in #317
  • chore: format markdown files with prettier by @chensid in #318
  • docs: add error handling examples to README by @chensid in #319
  • chore: bump vite-plus ecosystem to 0.1.13 by @chensid in #320
  • refactor: migrate library build from vp build to vp pack (tsdown) by @chensid in #321
  • chore: align vite-plus workflows and docs by @chensid in #322
  • chore: bump @vitest/coverage-v8 to 4.1.1 by @chensid in #323
  • docs: rewrite README for clarity and conciseness by @chensid in #324
  • chore: upgrade TypeScript and vite-plus toolchain by @chensid in #325
  • docs: align docs with implementation and Vite+ workflow by @chensid in #326
  • chore: update @vitest/coverage-v8 and related dependencies to version… by @chensid in #327
  • fix: remove redundant pnpm overrides and pin vite-plus version by @chensid in #328
  • chore: bump version to 1.0.7 by @chensid in #329

Full Changelog: v1.0.6...v1.0.7

v1.0.6

19 Mar 09:00
dff7e44

Choose a tag to compare

What's Changed

  • chore(deps): update @types/node and globals to latest versions by @chensid in #288
  • docs: update AGENTS.md with core features and API enhancements by @chensid in #289
  • docs: fix markdown table formatting by @chensid in #290
  • docs: update Node.js version requirement in CONTRIBUTING.md to 24.x by @chensid in #291
  • chore(deps): update @types/node to version 25.3.5 by @chensid in #292
  • chore(deps): update eslint to version 10.0.3 by @chensid in #293
  • chore: add pre-commit hook and Claude Code guidance by @chensid in #294
  • Develop by @chensid in #295
  • chore(deps): update @types/node, lint-staged, and typescript-eslint t… by @chensid in #296
  • Clarify README dependency list by @chensid in #297
  • docs: update CLAUDE.md with additional notes by @chensid in #298
  • chore(deps): migrate from rolldown-vite to Vite 8 by @chensid in #299
  • chore(deps): update devDependencies to latest versions by @chensid in #300
  • chore(deps): update jsdom to v29 by @chensid in #301
  • docs: fix React version and outdated ECharts references by @chensid in #302
  • chore: consolidate Vite 8 config and simplify build by @chensid in #303
  • refactor: improve instance cache, return stability, and group lookup by @chensid in #304
  • test: add coverage for cache-hit branch in instance init by @chensid in #305
  • chore(ci): opt into Node.js 24 for GitHub Actions runtime by @chensid in #306
  • chore(ci): upgrade actions to Node 24 native versions by @chensid in #307
  • docs: align CLAUDE.md and AGENTS.md with recent code changes by @chensid in #308
  • chore(deps): upgrade typescript-eslint and @rolldown/plugin-babel by @chensid in #309
  • chore(deps): upgrade vite to 8.0.1 by @chensid in #310
  • feat: migrate to Vite+ unified toolchain by @chensid in #311
  • fix(ci): resolve pnpm version conflict with packageManager field by @chensid in #312
  • chore: clean up configs and align with Vite+ templates by @chensid in #313
  • docs: update documentation to reflect Vite+ migration by @chensid in #314
  • chore: bump version to 1.0.6 by @chensid in #315

Full Changelog: v1.0.5...v1.0.6

v1.0.5

28 Feb 08:16
0a57b83

Choose a tag to compare

What's Changed

  • docs: update AGENTS.md and README.md for v1.0.2 to v1.0.4 enhancements by @chensid in #272
  • chore(deps): update jsdom and other dependencies to latest versions by @chensid in #273
  • docs: enhance AGENTS.md with type guard for isBuiltinTheme function by @chensid in #274
  • chore(deps): upgrade typescript-eslint to version 8.56.0 by @chensid in #275
  • chore(deps): update @types/node and baseline-browser-mapping to lates… by @chensid in #276
  • docs: update AGENTS.md and README.md to reflect new EChartsInitOpts f… by @chensid in #277
  • chore(deps): update eslint to version 10.0.1 by @chensid in #278
  • chore(deps): update eslint-plugin-react-refresh to version 0.5.1 by @chensid in #279
  • chore(deps): update eslint and related dependencies to latest versions by @chensid in #280
  • docs: sync documentation with actual exported API by @chensid in #281
  • Merge pull request #281 from chensid/claude/update-dependencies-YTvlm by @chensid in #282
  • Develop by @chensid in #283
  • chore(deps): update @types/node to version 25.3.2 by @chensid in #284
  • feat: add EChart component, improve coverage & CI by @chensid in #285
  • ci: add CODECOV_TOKEN to coverage upload step by @chensid in #286
  • chore: bump version to 1.0.5 by @chensid in #287

Full Changelog: v1.0.4...v1.0.5

v1.0.4

13 Feb 13:30
0de1424

Choose a tag to compare

What's Changed

  • chore(deps): update @types/node and @types/react versions by @chensid in #265
  • refactor: update package.json scripts and enhance ECharts integration by @chensid in #266
  • chore(deps): upgrade eslint and @eslint/js to latest versions by @chensid in #267
  • chore(deps): update @types/node to version 25.2.2 by @chensid in #268
  • chore(deps): update @types/node, @vitejs/plugin-react, and typescript… by @chensid in #269
  • chore(deps): update @types/react to version 19.2.14 by @chensid in #270
  • chore: bump version to 1.0.4 in package.json by @chensid in #271

Full Changelog: v1.0.3...v1.0.4