Skip to content

Commit

Permalink
Prepared docs and package info for v1.3.5 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kplindegaard authored Jul 8, 2017
1 parent ef87687 commit c6c04c4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gauge.js",
"version": "1.3.4",
"version": "1.3.5",
"main": [
"dist/gauge.js",
"dist/gauge.min.js",
Expand Down
2 changes: 2 additions & 0 deletions dist/gauge.js

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

2 changes: 1 addition & 1 deletion dist/gauge.min.js

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ <h2 id="usage">Usage</h2>
strokeWidth: <span id="opt-pointer-strokeWidth" class="lit">0</span>, // The thickness
color: '<span id="opt-pointer-color" class="lit">#000000</span>' // Fill color
},
limitMax: <span id="opt-limitMax" class="lit">false</span>, // If false, the max value of the gauge will be updated if value surpass max
limitMin: <span id="opt-limitMin" class="lit">false</span>, // If true, the min value of the gauge will be fixed unless you set it manually
limitMax: <span id="opt-limitMax" class="lit">false</span>, // If false, max value increases automatically if value > maxValue
limitMin: <span id="opt-limitMin" class="lit">false</span>, // If true, the min value of the gauge will be fixed
colorStart: '<span id="opt-colorStart" class="lit">0</span>', // Colors
colorStop: '<span id="opt-colorStop" class="lit">0</span>', // just experiment with them
strokeColor: '<span id="opt-strokeColor" class="lit">0</span>', // to see which ones work best for you
Expand Down Expand Up @@ -206,6 +206,13 @@ <h2>Supported browsers</h2>

<h2>Changes</h2>

<h3 id="v1.3.5">Version 1.3.5 (08.07.2017)</h3>
<p>
<ul>
<li>Fixed <a href="https://github.com/bernii/gauge.js/issues/139">issue #139</a>: Donut support for limitMin and -Max.
</ul>
</p>

<h3 id="v1.3.4">Version 1.3.4 (13.05.2017)</h3>
<p>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gauge.js",
"version": "1.3.4",
"name": "gaugeJS",
"version": "1.3.5",
"description": "100% native and cool looking animated JavaScript/CoffeeScript gauge",
"main": "dist/gauge.js",
"repository": {
Expand Down

0 comments on commit c6c04c4

Please sign in to comment.