Skip to content

Commit

Permalink
1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtblin committed Jun 21, 2016
1 parent 4e35e60 commit e7b5484
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ script and options.

# Installation

## Chart.js 2.0 and 1.0.0-alpha branch
## Chart.js 2.0 and 1.0.0-beta branch

This is the `1.0.0-alpha` branch which requires Chart.js 2.0.0 version. Following semantic versioning,
there are numerous **breaking changes** in this version notably:
This is the `1.0.0-beta` branch which requires Chart.js 2.x version. Following semantic versioning,
there are numerous **breaking changes** since 0.x, notably:

* all options now need to use the `chart-` prefix
* `chart-colours` is now `chart-colors` and `chart-get-colour` is now `chart-get-color`
Expand All @@ -36,6 +36,8 @@ but must be set via standard options e.g. `ChartJsProvider.setOptions({ responsi

### cdn

**CND is not available anymore until we merge into master**

//cdn.jsdelivr.net/angular.chartjs/latest/angular-chart.min.js

### bower
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-chart.js",
"version": "1.0.0-alpha8",
"version": "1.0.0-beta1",
"main": [
"./dist/angular-chart.js"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-chart.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* angular-chart.js - An angular.js wrapper for Chart.js
* http://jtblin.github.io/angular-chart.js/
* Version: 1.0.0-alpha8
* Version: 1.0.0-beta1
*
* Copyright 2016 Jerome Touffe-Blin
* Released under the BSD-2-Clause license
Expand Down
Binary file modified dist/angular-chart.js.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/angular-chart.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/charts.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h1>
<p>
<a class="btn btn-default btn-lg" href="https://github.com/jtblin/angular-chart"><i class="icon-github"></i>Code on Github</a>
<a class="btn btn-success btn-lg" href="../dist/angular-chart.js.tar.gz" download="angular-chart.js.tar.gz">
<i class="fa fa-download"></i> Download <small>(1.0.0-alpha8)</small>
<i class="fa fa-download"></i> Download <small>(1.0.0-beta1)</small>
</a>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-chart.js",
"version": "1.0.0-alpha8",
"version": "1.0.0-beta1",
"description": "An angular.js wrapper for Chart.js",
"homepage": "http://jtblin.github.io/angular-chart.js/",
"main": "dist/angular-chart.js",
Expand Down

0 comments on commit e7b5484

Please sign in to comment.