From 6c587216113e2e8e0c9765cffa58b235cf6f078d Mon Sep 17 00:00:00 2001 From: Corentin Renard Date: Thu, 22 Jan 2026 10:01:52 +0100 Subject: [PATCH] chore: bump version to 1.0.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- docs/README.md | 2 +- docs/guides/first-chart.md | 6 +++--- docs/guides/getting-started.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 21 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 418cf43..a44b81c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2026-01-22 + +### Changed +- Promoted 1.0.0-rc.1 to stable release +- Updated CDN references to 1.0.0 + +### Documentation +- Added `labelFit` and `labelPadding` options to README Labels section +- Added `LabelOptions` type definition to API docs + ## [1.0.0-rc.1] - 2026-01-21 ### Added diff --git a/README.md b/README.md index 8257edd..87d41a1 100644 --- a/README.md +++ b/README.md @@ -688,7 +688,7 @@ For quick prototyping or non-bundled environments: ```html - + + + + + ``` The library will be available as `window.SandJS`. @@ -75,7 +75,7 @@ const { renderSVG } = require('@akitain/sandjs'); ### CDN / IIFE ```html - + @@ -190,7 +190,7 @@ Here's the full working example: