Skip to content

Commit

Permalink
0.10.0-beta.16
Browse files Browse the repository at this point in the history
Fixed:
- Protect Reset button from box-sizing override.
  • Loading branch information
alexanderby committed Feb 8, 2017
1 parent d96c4c3 commit 308d04e
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taucharts",
"version": "0.10.0-beta.15",
"version": "0.10.0-beta.16",
"homepage": "https://github.com/TargetProcess/tauCharts",
"description": "D3 based data-focused charting library",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions build/development/plugins/tauCharts.legend.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
background-color: #fff;
border: 1px solid #b3b3b3;
border-radius: 12px;
box-sizing: content-box;
color: #b3b3b3;
cursor: pointer;
font-size: 13px;
Expand Down
1 change: 1 addition & 0 deletions build/development/plugins/tauCharts.legend.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
background-color: #000;
border: 1px solid #606060;
border-radius: 12px;
box-sizing: content-box;
color: #606060;
cursor: pointer;
font-size: 13px;
Expand Down
1 change: 1 addition & 0 deletions build/development/plugins/tauCharts.legend.default.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
background-color: #fff;
border: 1px solid #b3b3b3;
border-radius: 12px;
box-sizing: content-box;
color: #b3b3b3;
cursor: pointer;
font-size: 13px;
Expand Down
4 changes: 2 additions & 2 deletions build/development/tauCharts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! taucharts - v0.10.0-beta.15 - 2017-02-08
/*! taucharts - v0.10.0-beta.16 - 2017-02-08
* https://github.com/TargetProcess/tauCharts
* Copyright (c) 2017 Taucraft Limited; Licensed Apache License 2.0 */
(function webpackUniversalModuleDefinition(root, factory) {
Expand Down Expand Up @@ -348,7 +348,7 @@ return /******/ (function(modules) { // webpackBootstrap
}]));

/* global VERSION:false */
var version = ("0.10.0-beta.15");
var version = ("0.10.0-beta.16");
exports.GPL = _tau.GPL;
exports.Plot = _tau2.Plot;
exports.Chart = _tau3.Chart;
Expand Down
4 changes: 2 additions & 2 deletions build/production/tauCharts.dark.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/production/tauCharts.default.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/production/tauCharts.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/production/tauCharts.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taucharts",
"version": "0.10.0-beta.15",
"version": "0.10.0-beta.16",
"homepage": "https://github.com/TargetProcess/tauCharts",
"description": "D3 based data-focused charting library",
"author": {
Expand Down

0 comments on commit 308d04e

Please sign in to comment.