1.1.0 2026-04-26
- Added native Gutenberg block (chartlet/chart) with live server-side preview in the editor.
- Added 4 new chart types: Radar, Polar area, Scatter, and Bubble (8 total).
- Scatter data format: x:y pairs (e.g. 1:5, 2:10).
- Bubble data format: x:y:radius triples (e.g. 1:5:3, 2:10:5).
- Labels field is hidden in the block editor for Scatter and Bubble types.
- Fixed double JSON encoding in renderer.