Skip to content

Releases: kiwi-research/grafana-react

v0.0.2

10 Jan 05:04
be6954e

Choose a tag to compare

Breaking Changes

  • React is now a peer dependency - You must install React yourself (npm install react). Supports both React 18 and 19.
  • tsx is now a required peer dependency - Required for CLI to transpile .tsx dashboard files. Install with npm install tsx.

Changes

  • CLI now dynamically loads tsx and provides a helpful error message if it's missing
  • Updated recommended CLI invocation to use npx grafana-react instead of relying on PATH
  • Updated installation instructions to npm install grafana-react react@19 tsx@4

Internal

  • Bumped dev dependencies (TypeScript 5.9.3, ts-morph 27.0.2, typescript-eslint 8.52.0)
  • Fixed TypeScript typing in utils.ts

v0.0.1

10 Jan 02:31
5a98447

Choose a tag to compare

Most core Grafana components should exist with most of their configuration available.
Ideally all of the prop defaults should match grafana, but that may not be true and may be subject to change.