Skip to content

Commit bb1ac49

Browse files
committed
Set correct version and include changelog
1 parent c9e8c78 commit bb1ac49

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog 3.0.0
2+
3+
### Breaking Changes
4+
- Updated to version 3.0.0-beta.1 with modular code structure
5+
6+
### New Features
7+
- Added trendline offset setting (`trendoffset`)
8+
- Added two new example files (barChartWithNullValues.html, scatterProjection.html)
9+
10+
### Bug Fixes
11+
- Fixed trendline accuracy and boundary calculations
12+
- Corrected trendline rendering, projection, and data accuracy
13+
- Fixed trendline data processing issues
14+
15+
### Testing & CI
16+
- Added comprehensive unit tests for all components (trendline, label, drawing utils, lineFitter)
17+
- Added GitHub Actions workflow for automated testing on PRs and main branch
18+
- Updated Node.js version to 22 in CI
19+
20+
### Code Quality
21+
- Split code into modular structure with separate components
22+
- Added Copilot instructions for development
23+
- Updated Chart.js dependency to version 4.4.9
24+
25+
### Documentation
26+
- Updated README with new features
27+
- Added agent instructions for development workflow

dist/chartjs-plugin-trendline.min.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chartjs-plugin-trendline",
3-
"version": "3.0.0-beta.1",
3+
"version": "3.0.0",
44
"description": "Trendline for Chart.js",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)