Skip to content

Releases: kurkle/chartjs-chart-matrix

v3.0.0

15 Mar 22:45
291c18b
Compare
Choose a tag to compare

3.0.0 (2025-03-15)

chore

BREAKING CHANGES

  • codebase changed to typescript

  • test: add fixture for borders defined in object notation

  • chore: update usage.md

  • test: add tolerance to new fixture

  • test: add unit tests to increase coverage

  • chore: include unit test coverage in caches

  • fix: exclude unit tests from sonar sources

  • fix: make static properties readonly

v2.1.1

15 Mar 11:02
e6e70bb
Compare
Choose a tag to compare

2.1.1 (2025-03-15)

Bug Fixes

v2.1.0

15 Mar 10:46
8f9e9c1
Compare
Choose a tag to compare

2.1.0 (2025-03-15)

Bug Fixes

Features

  • add yearweek sample (da4ea2d)
  • ci: automatically release draft on sundays (16be120)
  • enable dependabot for actions (c19a663)
  • switch to semantic releases (8f9e9c1)

v2.0.1

24 Jan 21:20
3b2bdd3
Compare
Choose a tag to compare

Essential Links

Bugs Fixed

  • #82 fix: support node/commonjs

Thanks to @kurkle

v2.0.0

24 Jan 19:58
9e6ffa1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v2.0.0

v1.3.0

16 Nov 21:11
Compare
Choose a tag to compare

Essential Links

Enhancements

  • #77 Chart.js v4 compatibility

Thanks to @kurkle

v1.2.1

12 Nov 20:23
1790538
Compare
Choose a tag to compare

Essential Links

Bugs Fixed

  • #74 Move anchor options defaults at element options

Thanks to @kurkle and @stockiNail

v1.2.0

24 Sep 10:15
Compare
Choose a tag to compare

Essential Links

  • #65 Bump terser from 4.8.0 to 4.8.1
  • #63 Bump eventsource from 1.1.0 to 1.1.1
  • #56 Bump karma from 6.3.14 to 6.3.16
  • #62 Bump async from 2.6.3 to 2.6.4
  • #58 Bump minimist from 1.2.5 to 1.2.6
  • #55 Bump url-parse from 1.5.7 to 1.5.10
  • #54 Bump prismjs from 1.25.0 to 1.27.0
  • #53 Bump url-parse from 1.5.3 to 1.5.7
  • #49 Bump engine.io from 6.1.0 to 6.1.2
  • #50 Bump log4js from 6.3.0 to 6.4.1
  • #47 Bump karma from 6.3.9 to 6.3.14
  • #48 Bump follow-redirects from 1.14.5 to 1.14.8

Enhancements

  • #72 Include sourcemap(s) in package

Documentation

  • #72 Include sourcemap(s) in package
  • #45 Improve usage instructions

Thanks to @dependabot, @dependabot[bot] and @kurkle

v1.1.1

07 Dec 22:21
Compare
Choose a tag to compare

Essential Links

Bugs Fixed

  • #41 Fix types for scales

Development

  • #43 Fix smells + coverage
  • #42 Bump version to 1.1.1, update deps, sonar tuning

Thanks to @kurkle

v1.1.0

01 Sep 21:56
Compare
Choose a tag to compare

Essential Links

Enhancements

  • #34 Add borderRadius option

Thanks to @kurkle and @stockiNail