# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Migrate to Chart.js v3.0.0
- Change the needle option from graph width to radius. 

## [0.3.0] - 2021-05-05

### Added

- [#18](https://github.com/haiiaaa/chartjs-gauge/issues/18) Not starting at zero

## [0.2.0] - 2020-06-04

### Added

- [#5](https://github.com/haiiaaa/chartjs-gauge/issues/5) Change valuelabel font size
- Changelog

## [0.1.2] - 2020-04-23

### Fixed

- [#4](https://github.com/haiiaaa/chartjs-gauge/issues/4) TextHeight calculation can be improved

## [0.1.1] - 2020-04-02

### Fixed

- [#3](https://github.com/haiiaaa/chartjs-gauge/issues/3) Support IE11
- [#1](https://github.com/haiiaaa/chartjs-gauge/issues/1) rotation doesn't work properly

## [0.1.0] - 2019-11-14

### Added

- Initial version

[unreleased]: https://github.com/haiiaaa/chartjs-gauge/compare/release/0.3.0...master
[0.3.0]: https://github.com/haiiaaa/chartjs-gauge/compare/release/0.2.0...release/0.3.0
[0.2.0]: https://github.com/haiiaaa/chartjs-gauge/compare/release/0.1.2...release/0.2.0
[0.1.2]: https://github.com/haiiaaa/chartjs-gauge/compare/release/0.1.1...release/0.1.2
[0.1.1]: https://github.com/haiiaaa/chartjs-gauge/compare/release/0.1.0...release/0.1.1
[0.1.0]: https://github.com/haiiaaa/chartjs-gauge/compare/9e290ff9a93ca5ff7f7e312cf1ddbbc1831e84a9...release/0.1.0
