Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.46 KB

CHANGELOG.adoc

File metadata and controls

38 lines (27 loc) · 1.46 KB

Asciidoctor Chart Changelog

This document provides a high-level view of the changes introduced in Asciidoctor Chart by release. For an even more detailed look at what has changed, refer to the commit history on GitHub.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.0.0 (2022-10-08)

✨ Added

  • Introduce a changelog (#30)

  • Add support for using the JavaScript libraries offline (#25)

  • Add captioned title on charts (#18)

  • Improved documentation

  • Add attributes to define chart resources directory (#26)

  • Introduce visual regression tests (#34)

🎨 Changed

  • Use 0.11.x as default version for Chartist.js instead of latest (#28)

  • Update c3.js defaults to latest version 0.7.20 (#32)

  • Upgrade Chart.js from 1.0.2 to 3.7.0 and update code accordingly (#17)

  • Use https protocol (instead of http) when loading scripts from cdnjs.cloudflare.com (#17)

  • Apply RuboCop to asciidoctor-chart.gemspec (#17)

  • Enable multi-factor authentication when publishing to https://rubygems.org/ (#17)

🐞 Fixed

  • Fix an issue to allow more than one Chart.js graphs per page (#13)

  • Include assets (styles, scripts) when an chart engine is used (#24)

  • Fix an issue with Chart.js where text was overlapping the graph when width was specified (#17)