Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2023-05-16)
⚠ BREAKING CHANGES
- the minimum supported version of angular by this package is now v15
Features
4.0.0 (2020-10-12)
⚠ BREAKING CHANGES
- angular 10 or higher is now required to use this package
Features
3.1.3 (2020-07-01)
Bug Fixes
- allow newer versions of angular in peer dependencies (f219eb8)
3.1.2 (2019-08-06)
Bug Fixes
- allow angular 7 and 8 peer dependency (869eee0)
- upgrade svg gauge (2d56240)
3.1.1 (2018-05-05)
Bug Fixes
- allow angular 6 peer dependency (2ff6b49)
3.1.0 (2018-01-19)
Features
- support dynamic value coloring (2d2408c)
3.0.0 (2017-12-23)
Features
- upgrade svg-gauge (f042c4e), closes #9
- upgrade to angular 5 (ea9206d)
- use ng-packagr for building dist files (92e6447), closes #10
BREAKING CHANGES
- The svg-gauge dependency was updated, your CSS will need to be slightly adjusted.
- The svg-gauge package is no longer bundled with this library, system.js users will
have to add a reference to it in their system.js config
- The
valueTextClass
input was renamed to valueClass
and the radius
input was
renamed to dialRadius
- angular 5 or higher is now required to use this package
2.0.1 (2017-12-10)
Bug Fixes
- allow angular 5 peer dependency (90c6b93), closes #8
- only pass defined options to svg gauge (f929c40), closes #7
- pin svg-gauge version to last version without breaking changes (e2c0cae)
2.0.0 (2017-04-15)
Features
- defaults: allow the default options to be configured in the modules forRoot method (b10460c), closes #1
BREAKING CHANGES
- defaults: angular 4 or higher is now required to run this module. The modules forRoot method
must now be called when importing it
1.0.0 (2017-03-22)
Features