gauge-chart@0.5.3
should not caseng build --prod
compilation error.
- Requires Angular 8 as peer dependency.
- Requires Angular 7 as peer dependency.
- Fixed
angular ng build --prod
failure described in #16 thanks to @shashi97. - Fixed a bug described in #13 and #14.
- Updated README.
- Fixed vulnerability bug.
Breaking Changes:
- The component was renamed:
<gauge-chart/>
-><rg-gauge-chart>
. - The NPM name was changed:
@recogizer/angular-gauge-chart
->angular-gauge-chart
.
Other Changes:
- Fixed the bug described in #1.
- Now requires
Angular 6
. - Now using
ng g lib
from Angular CLI 6.
- Fixed bug with gauge-chart importing by deleting outdated code and updated the build.
- Fixed vulnerability bug and docs generated.
- Updated gauge-chart import, examples, README.
- Fixed building process. Now bundle doesn't include tslib (requires it as peer dependency).