Skip to content

Commit e7b5484

Browse files
committed
1.0.0-beta1
1 parent 4e35e60 commit e7b5484

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ script and options.
1414

1515
# Installation
1616

17-
## Chart.js 2.0 and 1.0.0-alpha branch
17+
## Chart.js 2.0 and 1.0.0-beta branch
1818

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

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

3737
### cdn
3838

39+
**CND is not available anymore until we merge into master**
40+
3941
//cdn.jsdelivr.net/angular.chartjs/latest/angular-chart.min.js
4042

4143
### bower

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-chart.js",
3-
"version": "1.0.0-alpha8",
3+
"version": "1.0.0-beta1",
44
"main": [
55
"./dist/angular-chart.js"
66
],

dist/angular-chart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-chart.js - An angular.js wrapper for Chart.js
33
* http://jtblin.github.io/angular-chart.js/
4-
* Version: 1.0.0-alpha8
4+
* Version: 1.0.0-beta1
55
*
66
* Copyright 2016 Jerome Touffe-Blin
77
* Released under the BSD-2-Clause license

dist/angular-chart.js.tar.gz

2 Bytes
Binary file not shown.

dist/angular-chart.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/charts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1>
9595
<p>
9696
<a class="btn btn-default btn-lg" href="https://github.com/jtblin/angular-chart"><i class="icon-github"></i>Code on Github</a>
9797
<a class="btn btn-success btn-lg" href="../dist/angular-chart.js.tar.gz" download="angular-chart.js.tar.gz">
98-
<i class="fa fa-download"></i> Download <small>(1.0.0-alpha8)</small>
98+
<i class="fa fa-download"></i> Download <small>(1.0.0-beta1)</small>
9999
</a>
100100
</p>
101101
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-chart.js",
3-
"version": "1.0.0-alpha8",
3+
"version": "1.0.0-beta1",
44
"description": "An angular.js wrapper for Chart.js",
55
"homepage": "http://jtblin.github.io/angular-chart.js/",
66
"main": "dist/angular-chart.js",

0 commit comments

Comments
 (0)