- Added support for a static
value
- Fixed peer dependencies issues
- Gauge input is now limited by the max value
- Improved validation
- Changed component input names to better and more descriptive ones (see Breaking changes)
- Fixed issue #5
- Other smaller improvements
- Project upgraded to Angular 17
- Integrated with GitHub Actions
- Component name is now reverted back to
ng2-gauge
- The main module name is now reverted back to
GaugeModule
- Some component input names were updated as follow:
input
tovalue
start
toarcStart
end
toarcEnd
showDigital
todigitalDisplay
lightTheme
todarkTheme
(a mistake in the initial release)light
toactivateRedLightAfter
factor
input is no longer supported
- Upgrade to Angular 7
- Use
angular-cli
projects feature for maintaining the library. Optimized & smaller build
- Module name changed from
GaugeModule
toNg2GaugeModule
- Component name changed from
ng2-gauge
tonga-ng2-gauge
due to project prefixing inangular-cli
- Fix support of the
config
input - Credits: @mehrjouei - Fix arrow position - Credits: @mehrjouei
- Introduce dynamic
max
- Credits: @leticiafatimaa - Introduce
size
property for changing the width/size
No breaking changes