Skip to content

Commit

Permalink
Release version 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teamdandelion committed Jun 24, 2014
1 parent 065a0e7 commit 3df2aa2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plottable",
"description": "A library for creating charts out of D3",
"version": "0.18.0",
"version": "0.18.1",
"main": ["plottable.js", "plottable.css"],
"license": "MIT",
"ignore": [
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": "plottable.js",
"version": "0.18.0",
"version": "0.18.1",
"description": "Build flexible, performant, interactive charts using D3",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions plottable.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Plottable 0.18.0 (https://github.com/palantir/plottable)
Plottable 0.18.1 (https://github.com/palantir/plottable)
Copyright 2014 Palantir Technologies
Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -2191,7 +2191,7 @@ var Plottable;
};

if (epsilonGT(spaceRequest.width, offeredWidths[colIndex]) || epsilonGT(spaceRequest.height, offeredHeights[rowIndex])) {
throw new Error("Invariant Violation: Abstract.Component cannot request more space than is offered");
console.log("Invariant Violation: Abstract.Component cannot request more space than is offered");
}

requestedWidths[colIndex] = Math.max(requestedWidths[colIndex], spaceRequest.width);
Expand Down
2 changes: 1 addition & 1 deletion plottable.min.js

Large diffs are not rendered by default.

Binary file modified plottable.zip
Binary file not shown.

0 comments on commit 3df2aa2

Please sign in to comment.