angular-chartist.js
Version:
Angular directive for Chartist.js
525 lines (218 loc) • 16.3 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="5.0.0-beta.2"></a>
# [5.0.0-beta.2](https://github.com/willsoto/angular-chartist.js/compare/v5.0.0-beta.1...v5.0.0-beta.2) (2018-08-19)
<a name="5.0.0-beta.1"></a>
# [5.0.0-beta.1](https://github.com/willsoto/angular-chartist.js/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2018-06-10)
<a name="5.0.0-beta.0"></a>
# [5.0.0-beta.0](https://github.com/willsoto/angular-chartist.js/compare/v4.3.4...v5.0.0-beta.0) (2018-06-10)
### Bug Fixes
* **circleci:** add shell script for installing dependencies for Chrome ([bafbc4b](https://github.com/willsoto/angular-chartist.js/commit/bafbc4b))
* **Circleci:** change base image to one that includes Puppeteer ([5c64382](https://github.com/willsoto/angular-chartist.js/commit/5c64382))
### Code Refactoring
* **dist:** remove dist from version control ([0040b04](https://github.com/willsoto/angular-chartist.js/commit/0040b04))
### Features
* upgrade all packages and clean up build pipeline ([25650b1](https://github.com/willsoto/angular-chartist.js/commit/25650b1))
* **ci:** use circleCI over Travis ([91f823e](https://github.com/willsoto/angular-chartist.js/commit/91f823e))
### BREAKING CHANGES
* **dist:** dist no longer stored in git
Signed-off-by: Will Soto <will.soto9@gmail.com>
<a name="4.3.4"></a>
## [4.3.4](https://github.com/willsoto/angular-chartist.js/compare/v4.3.3...v4.3.4) (2017-09-28)
<a name="4.3.3"></a>
## [4.3.3](https://github.com/willsoto/angular-chartist.js/compare/v4.3.2...v4.3.3) (2017-07-17)
### Bug Fixes
* **rollup:** correctly spell global name for Chartist ([66f0b93](https://github.com/willsoto/angular-chartist.js/commit/66f0b93)), closes [#141](https://github.com/willsoto/angular-chartist.js/issues/141)
<a name="4.3.2"></a>
## [4.3.2](https://github.com/willsoto/angular-chartist.js/compare/v4.3.1...v4.3.2) (2017-07-09)
### Bug Fixes
* **events:** ensure defaults are still set after watch is triggered ([822f20e](https://github.com/willsoto/angular-chartist.js/commit/822f20e)), closes [#135](https://github.com/willsoto/angular-chartist.js/issues/135)
<a name="4.3.1"></a>
## [4.3.1](https://github.com/willsoto/angular-chartist.js/compare/v4.3.0...v4.3.1) (2017-02-10)
<a name="4.3.0"></a>
# [4.3.0](https://github.com/paradox41/angular-chartist.js/compare/v4.2.3...v4.3.0) (2017-01-10)
### Bug Fixes
* **dist:** add dist to version control ([b15a4fc](https://github.com/paradox41/angular-chartist.js/commit/b15a4fc)), closes [#104](https://github.com/paradox41/angular-chartist.js/issues/104)
### Features
* **yarn:** add yarn and update devDependencies ([a2013de](https://github.com/paradox41/angular-chartist.js/commit/a2013de))
<a name="4.2.3"></a>
## [4.2.3](https://github.com/paradox41/angular-chartist.js/compare/v4.2.2...v4.2.3) (2016-11-28)
### Bug Fixes
* **webpack:** fix loader names for latest webpack ([98b9bf1](https://github.com/paradox41/angular-chartist.js/commit/98b9bf1))
* Fixes events update ([3643e5f](https://github.com/paradox41/angular-chartist.js/commit/3643e5f))
<a name="4.2.2"></a>
## [4.2.2](https://github.com/paradox41/angular-chartist.js/compare/v4.2.1...v4.2.2) (2016-11-15)
### Bug Fixes
* **package:** make semver range more flexible ([a1e4188](https://github.com/paradox41/angular-chartist.js/commit/a1e4188)), closes [#98](https://github.com/paradox41/angular-chartist.js/issues/98)
<a name="4.2.1"></a>
## [4.2.1](https://github.com/paradox41/angular-chartist.js/compare/v4.2.0...v4.2.1) (2016-08-04)
### Bug Fixes
* **umd:** map to the correct Chartist global ([745d591](https://github.com/paradox41/angular-chartist.js/commit/745d591)), closes [#87](https://github.com/paradox41/angular-chartist.js/issues/87)
<a name="4.2.0"></a>
# [4.2.0](https://github.com/paradox41/angular-chartist.js/compare/v4.0.0-beta.2...v4.2.0) (2016-07-21)
### Bug Fixes
* **example:** fix module name and add bootstrap ([0b698d1](https://github.com/paradox41/angular-chartist.js/commit/0b698d1))
* **package:** make angular and chartist peerDependencies ([6ce986e](https://github.com/paradox41/angular-chartist.js/commit/6ce986e))
### Code Refactoring
* **angular-chartist:** change the export ([ce89a24](https://github.com/paradox41/angular-chartist.js/commit/ce89a24))
### BREAKING CHANGES
* package: Angular and Chartist will need to be installed explicitly now
Signed-off-by: Will Soto <will.soto9@gmail.com>
* angular-chartist: only export the name of the module instead of the whole module
Signed-off-by: Will Soto <will.soto9@gmail.com>
<a name="4.2.0-beta.0"></a>
# [4.2.0-beta.0](https://github.com/paradox41/angular-chartist.js/compare/v4.1.0-beta.1...v4.2.0-beta.0) (2016-06-29)
### Bug Fixes
* **example:** fix module name and add bootstrap ([0b698d1](https://github.com/paradox41/angular-chartist.js/commit/0b698d1))
* **package:** make angular and chartist peerDependencies ([6ce986e](https://github.com/paradox41/angular-chartist.js/commit/6ce986e))
### BREAKING CHANGES
* package: Angular and Chartist will need to be installed explicitly now
Signed-off-by: Will Soto <will.soto9@gmail.com>
<a name="4.1.0-beta.1"></a>
# [4.1.0-beta.1](https://github.com/paradox41/angular-chartist.js/compare/v4.0.0-beta...v4.1.0-beta.1) (2016-06-29)
### Bug Fixes
* **angular-chartist:** fix event definitions not being updated on initial render ([406e553](https://github.com/paradox41/angular-chartist.js/commit/406e553)), closes [#82](https://github.com/paradox41/angular-chartist.js/issues/82)
* **angular-chartist:** fix responsive options not being updated on initial render ([c53b7a8](https://github.com/paradox41/angular-chartist.js/commit/c53b7a8)), closes [#80](https://github.com/paradox41/angular-chartist.js/issues/80)
### Code Refactoring
* **angular-chartist:** change the export ([ce89a24](https://github.com/paradox41/angular-chartist.js/commit/ce89a24))
### BREAKING CHANGES
* angular-chartist: only export the name of the module instead of the whole module
Signed-off-by: Will Soto <will.soto9@gmail.com>
<a name="4.1.0-beta.0"></a>
# [4.1.0-beta.0](https://github.com/paradox41/angular-chartist.js/compare/v4.0.0-beta.2...v4.1.0-beta.0) (2016-06-21)
### Code Refactoring
* **angular-chartist:** change the export ([bb9a113](https://github.com/paradox41/angular-chartist.js/commit/bb9a113))
### BREAKING CHANGES
* angular-chartist: only export the name of the module instead of the whole module
Signed-off-by: Will Soto <will.soto9@gmail.com>
<a name="4.0.0-beta.2"></a>
# [4.0.0-beta.2](https://github.com/paradox41/angular-chartist.js/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2016-06-12)
### Bug Fixes
* **angular-chartist:** fix event definitions not being updated on initial render ([406e553](https://github.com/paradox41/angular-chartist.js/commit/406e553)), closes [#82](https://github.com/paradox41/angular-chartist.js/issues/82)
<a name="4.0.0-beta.1"></a>
# [4.0.0-beta.1](https://github.com/paradox41/angular-chartist.js/compare/v4.0.0-beta...v4.0.0-beta.1) (2016-06-09)
### Bug Fixes
* **angular-chartist:** fix responsive options not being updated on initial render ([c53b7a8](https://github.com/paradox41/angular-chartist.js/commit/c53b7a8)), closes [#80](https://github.com/paradox41/angular-chartist.js/issues/80)
<a name="3.3.13"></a>
## [3.3.13](https://github.com/paradox41/angular-chartist.js/compare/v3.3.12...v3.3.13) (2016-01-19)
<a name="3.3.12"></a>
## [3.3.12](https://github.com/paradox41/angular-chartist.js/compare/v3.3.11...v3.3.12) (2015-11-26)
### Features
* **travis:** test against several node versions ([40a21bb](https://github.com/paradox41/angular-chartist.js/commit/40a21bb))
<a name="3.3.11"></a>
## [3.3.11](https://github.com/paradox41/angular-chartist.js/compare/v3.3.10...v3.3.11) (2015-11-25)
### Bug Fixes
* **package.json:** Don't try to install Bower dependencies ([5062cc6](https://github.com/paradox41/angular-chartist.js/commit/5062cc6)), closes [#64](https://github.com/paradox41/angular-chartist.js/issues/64)
<a name="3.3.10"></a>
## [3.3.10](https://github.com/paradox41/angular-chartist.js/compare/v3.3.9...v3.3.10) (2015-11-20)
<a name="3.3.9"></a>
## [3.3.9](https://github.com/paradox41/angular-chartist.js/compare/v3.3.8...v3.3.9) (2015-08-26)
### Bug Fixes
* **gulp:** Task doesn't work when using config ([786eec6](https://github.com/paradox41/angular-chartist.js/commit/786eec6))
<a name="3.3.8"></a>
## [3.3.8](https://github.com/paradox41/angular-chartist.js/compare/v3.3.7...v3.3.8) (2015-08-26)
### Bug Fixes
* **gulp:** import the main config file ([fb82ff6](https://github.com/paradox41/angular-chartist.js/commit/fb82ff6))
* **gulp:** use config value ([cc952c9](https://github.com/paradox41/angular-chartist.js/commit/cc952c9))
### Features
* **gulp:** Add example to release ([c863515](https://github.com/paradox41/angular-chartist.js/commit/c863515))
<a name="3.3.7"></a>
## [3.3.7](https://github.com/paradox41/angular-chartist.js/compare/v3.3.6...v3.3.7) (2015-08-22)
### Bug Fixes
* **gulp:** Fix import for gulp-tag-version ([05404ed](https://github.com/paradox41/angular-chartist.js/commit/05404ed))
* **gulp:** Remove releaseCount ([f238b26](https://github.com/paradox41/angular-chartist.js/commit/f238b26))
* **travis:** Fix travis build ([6006e42](https://github.com/paradox41/angular-chartist.js/commit/6006e42))
<a name="3.3.6"></a>
## [3.3.6](https://github.com/paradox41/angular-chartist.js/compare/v3.3.6...v3.3.6) (2015-08-22)
### Bug Fixes
* **travis:** Fix travis build ([6006e42](https://github.com/paradox41/angular-chartist.js/commit/6006e42))
<a name="3.3.6"></a>
## [3.3.6](https://github.com/paradox41/angular-chartist.js/compare/v3.3.5...v3.3.6) (2015-06-23)
<a name="3.3.5"></a>
## [3.3.5](https://github.com/paradox41/angular-chartist.js/compare/v3.3.4...v3.3.5) (2015-06-08)
### Bug Fixes
* **angular-chartist:** Don't detach chart, if it has never been rendered. ([dd252a2](https://github.com/paradox41/angular-chartist.js/commit/dd252a2))
<a name="3.3.4"></a>
## [3.3.4](https://github.com/paradox41/angular-chartist.js/compare/v3.3.3...v3.3.4) (2015-06-06)
### Bug Fixes
* **angular-chartist:** Fix events not binding ([0a287f4](https://github.com/paradox41/angular-chartist.js/commit/0a287f4)), closes [#47](https://github.com/paradox41/angular-chartist.js/issues/47)
<a name="3.3.3"></a>
## [3.3.3](https://github.com/paradox41/angular-chartist.js/compare/v3.3.2...v3.3.3) (2015-06-06)
### Bug Fixes
* **angular-chartist:** Fix events erroring on async data ([f97bc99](https://github.com/paradox41/angular-chartist.js/commit/f97bc99)), closes [#47](https://github.com/paradox41/angular-chartist.js/issues/47)
<a name="3.3.2"></a>
## [3.3.2](https://github.com/paradox41/angular-chartist.js/compare/v3.3.1...v3.3.2) (2015-06-06)
### Bug Fixes
* **angular-chartist:** Work with async data ([f2a8af2](https://github.com/paradox41/angular-chartist.js/commit/f2a8af2)), closes [#47](https://github.com/paradox41/angular-chartist.js/issues/47)
<a name="3.3.1"></a>
## [3.3.1](https://github.com/paradox41/angular-chartist.js/compare/v3.3.0...v3.3.1) (2015-06-06)
<a name="3.3.0"></a>
# [3.3.0](https://github.com/paradox41/angular-chartist.js/compare/v3.2.0...v3.3.0) (2015-06-02)
<a name="3.2.0"></a>
# [3.2.0](https://github.com/paradox41/angular-chartist.js/compare/v3.1.1...v3.2.0) (2015-05-22)
### Bug Fixes
* **build:** Add bower as a dev dep ([602a245](https://github.com/paradox41/angular-chartist.js/commit/602a245))
* **build:** Add bower as a dev-dep ([0ad7407](https://github.com/paradox41/angular-chartist.js/commit/0ad7407))
### Features
* **travis:** Get CI working ([0552e21](https://github.com/paradox41/angular-chartist.js/commit/0552e21))
<a name="3.1.1"></a>
## [3.1.1](https://github.com/paradox41/angular-chartist.js/compare/v3.1.0...v3.1.1) (2015-04-16)
<a name="3.1.0"></a>
# [3.1.0](https://github.com/paradox41/angular-chartist.js/compare/v3.0.3...v3.1.0) (2015-04-06)
### Bug Fixes
* **angular-chartist:** Call detach on ([9529e63](https://github.com/paradox41/angular-chartist.js/commit/9529e63)), closes [#40](https://github.com/paradox41/angular-chartist.js/issues/40)
* **angular-chartist:** Fix typo ([7f17e7e](https://github.com/paradox41/angular-chartist.js/commit/7f17e7e))
* **angular-chartist:** Fixed issue with update and recreation performed in sequence ([b30f505](https://github.com/paradox41/angular-chartist.js/commit/b30f505))
<a name="3.0.3"></a>
## [3.0.3](https://github.com/paradox41/angular-chartist.js/compare/v3.0.2...v3.0.3) (2015-02-17)
### Bug Fixes
* **bower:** Fix location of main ([ec5210b](https://github.com/paradox41/angular-chartist.js/commit/ec5210b))
### Features
* **angular-chartist:** Rerender chart on options change ([af7b6fd](https://github.com/paradox41/angular-chartist.js/commit/af7b6fd))
* **angular-chartist:** Rerender chart on options change ([1815bf7](https://github.com/paradox41/angular-chartist.js/commit/1815bf7))
<a name="3.0.1"></a>
## [3.0.1](https://github.com/paradox41/angular-chartist.js/compare/v3.0.0...v3.0.1) (2015-02-04)
### Bug Fixes
* **package.json:** Fix location of main ([469a7ed](https://github.com/paradox41/angular-chartist.js/commit/469a7ed))
<a name="3.0.0"></a>
# [3.0.0](https://github.com/paradox41/angular-chartist.js/compare/v2.0.3...v3.0.0) (2015-01-22)
### Bug Fixes
* **angular-chartist:** Fix live updating bug ([38a1830](https://github.com/paradox41/angular-chartist.js/commit/38a1830))
* **angular-chartist:** Rename the file since ng is reserved by angular ([334420b](https://github.com/paradox41/angular-chartist.js/commit/334420b))
* **angular-chartist:** Watch chartType for changes ([f25b0b5](https://github.com/paradox41/angular-chartist.js/commit/f25b0b5)), closes [#25](https://github.com/paradox41/angular-chartist.js/issues/25)
* **gulp:** Change commit message ([7dc65b5](https://github.com/paradox41/angular-chartist.js/commit/7dc65b5))
<a name="2.0.3"></a>
## [2.0.3](https://github.com/paradox41/angular-chartist.js/compare/v2.0.2...v2.0.3) (2014-12-12)
<a name="2.0.2"></a>
## [2.0.2](https://github.com/paradox41/angular-chartist.js/compare/v2.0.1...v2.0.2) (2014-12-12)
<a name="2.0.0"></a>
# [2.0.0](https://github.com/paradox41/angular-chartist.js/compare/v1.1.0...v2.0.0) (2014-12-03)
### Bug Fixes
* **module:** Change the module name to angular-chartist ([f62d348](https://github.com/paradox41/angular-chartist.js/commit/f62d348))
### BREAKING CHANGES
* ngChartist is no longer a valid module name.
Please update your module name to
<a name="1.1.0"></a>
# [1.1.0](https://github.com/paradox41/angular-chartist.js/compare/v1.0.8...v1.1.0) (2014-10-31)
### Bug Fixes
* **events:** rebind events after chart is updated ([9124301](https://github.com/paradox41/angular-chartist.js/commit/9124301))
<a name="1.0.8"></a>
## [1.0.8](https://github.com/paradox41/angular-chartist.js/compare/v1.0.7...v1.0.8) (2014-10-08)
<a name="1.0.7"></a>
## [1.0.7](https://github.com/paradox41/angular-chartist.js/compare/v1.0.6...v1.0.7) (2014-09-16)
<a name="1.0.6"></a>
## [1.0.6](https://github.com/paradox41/angular-chartist.js/compare/v1.0.5...v1.0.6) (2014-09-16)
<a name="1.0.5"></a>
## [1.0.5](https://github.com/paradox41/angular-chartist.js/compare/v1.0.4...v1.0.5) (2014-09-16)
<a name="1.0.4"></a>
## [1.0.4](https://github.com/paradox41/angular-chartist.js/compare/v1.0.3...v1.0.4) (2014-09-16)
<a name="1.0.3"></a>
## [1.0.3](https://github.com/paradox41/angular-chartist.js/compare/v1.0.2...v1.0.3) (2014-09-11)
<a name="1.0.2"></a>
## [1.0.2](https://github.com/paradox41/angular-chartist.js/compare/v1.0.1...v1.0.2) (2014-09-11)
<a name="1.0.1"></a>
## [1.0.1](https://github.com/paradox41/angular-chartist.js/compare/v1.0.0...v1.0.1) (2014-09-10)
<a name="1.0.0"></a>
# [1.0.0](https://github.com/paradox41/angular-chartist.js/compare/v0.1.2...v1.0.0) (2014-09-10)
<a name="0.1.2"></a>
## 0.1.2 (2014-09-10)