Commit Graph

29 Commits

Author SHA1 Message Date
Evert Timberg
40d76b6a7b 2.1.4 release 2016-05-26 18:43:39 -04:00
Evert Timberg
5514ee07c1 Revert "Travis GitHub Releases" (#2553) 2016-05-14 18:08:38 -04:00
Simon Brunel
4e9e26c85d Travis GitHub Releases (#2552)
* Make Travis to deploy built files for tags

See https://docs.travis-ci.com/user/deployment/releases

* Remove and ignore dist/* files

Travis now builds and deploys these files for all tags, so we don't need to have them on the repository anymore.

* Add download links to the latest version

Remove outdated *standard build* and *bundled with Moment.js* links from the documentation and add a link to the latest GitHub release, from where the user can download `*.js` files.
2016-05-14 17:35:32 -04:00
Evert Timberg
eb05588c95 2.1.3 release 2016-05-12 18:41:22 -04:00
Evert Timberg
53b9d389d3 Revert "Added new plugin Callback afterScaleUpdate" 2016-05-10 10:28:24 -04:00
Tarqwyn
c80c434e1b Doh!! removed the built files 2016-05-10 15:23:02 +01:00
Tarqwyn
194cfa7db6 Added new plugin Callback afterScaleUpdate
Following a Slack conversation tadd new Callback to allow updates to datasets config (ie borderColor) based on results of the calculated scale, A typical use case would be apply a Gradient fill.

On branch feature_New_plugin_interface_afterScaleUpdate
Changes to be committed:
	modified:   dist/Chart.bundle.js
	modified:   dist/Chart.bundle.min.js
2016-05-10 15:01:30 +01:00
Evert Timberg
8ffbe23493 2.1.2 release 2016-05-08 11:26:48 -04:00
Evert Timberg
8fb2073260 2.1.1 release build 2016-05-07 08:07:09 -04:00
Tanner Linsley
2ee37e12e3 2.1.0 build 2016-05-03 16:53:09 -05:00
Evert Timberg
81a5b4e3c0 Updated build 2016-04-30 11:16:34 -04:00
Evert Timberg
c382aeaaa5 New built files 2016-04-24 19:24:53 -04:00
Evert Timberg
b82f080605 Built files 2016-04-17 14:40:18 -04:00
Tanner Linsley
67625063a3 2.0.2 2016-04-16 17:39:51 -05:00
etimberg
5e8bfea53e Bump and build for 2.0.1 2016-04-16 14:22:45 -04:00
dibsyjr1
447801c45a Returned Chart.js build file back to normal 2016-04-13 18:51:32 +01:00
dibsyjr1
4b96572ac0 Fixed legendCallback() html generation
Fixed legendCallback's html generation so that the span lies next to the text instead of being around it.
2016-04-13 15:26:03 +01:00
Tom Duncalf
0c854dd40c Allow gradients to be used as colors without causing errors when e.g. calling the color helper to generate the defualt colour value for hover 2016-04-13 09:46:39 +01:00
etimberg
ebb8ca233d Bump version to v2.0.0 2016-04-09 08:01:01 -04:00
Evert Timberg
6ba2efe3a4 Built files 2016-04-03 13:23:09 -04:00
etimberg
f6cb3cf0ef Updated build 2016-03-20 11:17:49 -04:00
Evert Timberg
9a0553a1b5 Update built files 2016-03-19 09:16:44 -04:00
Evert Timberg
9bcc3ca34c Allow ticks.fixedStepSize or ticks.stepSize options to mean the same thing 2016-03-06 08:56:31 -05:00
Evert Timberg
156f8f0be8 Updated build files 2016-02-28 15:55:05 -05:00
Evert Timberg
d31db87115 Updated build 2016-02-15 10:52:51 -05:00
etimberg
f6951816a0 Improve joshing reporting. Added a JSHint config file.
Fixed JSHint warnings.
2016-02-13 20:12:26 -05:00
Tanner Linsley
2f5e0924ef Built Files 2016-02-11 23:45:30 -07:00
Tanner Linsley
813d18bd78 Passing All Tests, Updated Dependencies 2016-02-11 23:16:43 -07:00
Tanner Linsley
007d029837 Bundled builds
Possible usages are:

src/Chart.js (umd)
dist/Chart.js (ChartJS)
dist/Chart.min.js (ChartJS minified)
dist/Chart.bundle.js (ChartJS with Moment.js)
dist/Chart.bundle.min.js (ChartJS with Moment.js minified)
2016-02-11 21:29:26 -07:00