Skip to content

Commit

Permalink
Version 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed Oct 15, 2014
1 parent acfa440 commit 1259109
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 15 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# History

## Version 3.0.0 - 2014/10/15

* Remove the ability to read options from data attributes.
* Add donut chart type.
* Switch from `diameter` pie chart option to `radius`.
* Expose the internally-used scale functions to the outside world.
* Rename `gap` bar chart option to `padding`. It is now specified as a portion of the width of each bar and is present on both sides.

## Version 2.0.5 - 2014/10/15

* Changes to make the minified version 147 bytes smaller!
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": "peity",
"version": "2.0.5",
"version": "3.0.0",
"main": "jquery.peity.js",
"dependencies": {
"jquery": ">=1.6.2"
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ <h1>Peity</h1>
</p>
</nav>

<h2>Download <span class="version">version 2.0.5</span></h2>
<h2>Download <span class="version">version 3.0.0</span></h2>

<dl>
<dt>Uncompressed <span class="size-js">7.3Kb</span></dt>
<dt>Uncompressed <span class="size-js">8.4Kb</span></dt>
<dd><a href="jquery.peity.js">jquery.peity.js</a></dd>
<dt>Minified <span class="size-min">3.2Kb</span> (+gzipped <span class="size-gz">1.5Kb</span>)</dt>
<dt>Minified <span class="size-min">3.6Kb</span> (+gzipped <span class="size-gz">1.6Kb</span>)</dt>
<dd><a href="jquery.peity.min.js">jquery.peity.min.js</a></dd>
<dt>Source</dt>
<dd><a href="https://github.com/benpickles/peity">github.com/benpickles/peity</a></dd>
Expand Down
2 changes: 1 addition & 1 deletion jquery.peity.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Peity jQuery plugin version 2.0.5
// Peity jQuery plugin version 3.0.0
// (c) 2014 Ben Pickles
//
// http://benpickles.github.io/peity
Expand Down
16 changes: 8 additions & 8 deletions jquery.peity.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peity",
"version": "2.0.5",
"version": "3.0.0",
"description": "Peity (sounds like deity) is a simple jQuery plugin that converts an element's content into a simple mini `svg` pie, line or bar chart.",
"scripts": {
"test": "make test"
Expand Down
2 changes: 1 addition & 1 deletion peity.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "peity",
"title": "Peity",
"version": "2.0.5",
"version": "3.0.0",
"author": {
"name": "Ben Pickles",
"url": "https://github.com/benpickles"
Expand Down

0 comments on commit 1259109

Please sign in to comment.