Skip to content

Commit

Permalink
Bumping to v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Intellipharm committed Feb 7, 2016
1 parent d208778 commit 6e2c045
Show file tree
Hide file tree
Showing 34 changed files with 75 additions and 74 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The build steps to releasing a new version. Before you can do this you need to t
* Commit and push with the message "Bumping to v\*.\*.\*"
* [Create a new release](https://github.com/intellipharm/dc-addons/releases/new)
* Tag version is v\*.\*.\*
* Release title is "Angular CakePHP v\*.\*.\*"
* Release title is "dc-addons v\*.\*.\*"
* The comment section should be a list of commits and the changes the commit made. See below for an example
* If it is under v1.0.0 then mark "This is a pre-release" as true

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dc-addons",
"description": "These are additional charts that extend dc.js",
"version": "0.11.4",
"version": "0.11.5",
"homepage": "https://github.com/intellipharm/dc-addons",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions dist/angular/angular-dc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.4
* dc-addons v0.11.5
*
* 2015-12-17 15:06:51
* 2016-02-08 09:21:40
*
*/
(function () {
Expand Down
4 changes: 2 additions & 2 deletions dist/angular/angular-dc.min.js

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

4 changes: 2 additions & 2 deletions dist/bubble-cloud/dc-bubble-cloud.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.4
* dc-addons v0.11.5
*
* 2015-12-17 15:06:51
* 2016-02-08 09:21:40
*
*/
// Code copied and changed from https://github.com/vlandham/gates_bubbles
Expand Down
4 changes: 2 additions & 2 deletions dist/bubble-cloud/dc-bubble-cloud.min.js

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

4 changes: 2 additions & 2 deletions dist/crossfilter-server/crossfilter-server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.4
* dc-addons v0.11.5
*
* 2015-12-17 15:06:51
* 2016-02-08 09:21:40
*
*/
(function () {
Expand Down
4 changes: 2 additions & 2 deletions dist/crossfilter-server/crossfilter-server.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.4
* dc-addons v0.11.5
*
* 2015-12-17 15:06:51
* 2016-02-08 09:21:40
*
*/
!function(){"use strict";
Expand Down
11 changes: 6 additions & 5 deletions dist/dc-addons.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.4
* dc-addons v0.11.5
*
* 2015-12-17 15:06:51
* 2016-02-08 09:21:40
*
*/
if (!dc.utils.getAllFilters) {
Expand Down Expand Up @@ -921,7 +921,6 @@ dc.leafletLegend = function () {
var _layerGroup = false;
var _markerList = {};
var _markerListFilterd = [];
var _currentGroups = false;
var _icon = false;
var _infoWindow = null;
var _zoom = null;
Expand Down Expand Up @@ -997,10 +996,12 @@ dc.leafletLegend = function () {
return _chart.valueAccessor()(d) !== 0;
});

_currentGroups = groups;

if (_rebuildMarkers) {
_markerList = {};
} else {
for (var key in _markerList) {
_markerList[key].setVisible(false);
}
}

if (_cluster) {
Expand Down
8 changes: 4 additions & 4 deletions dist/dc-addons.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/elastic-search/elastic-search.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.4
* dc-addons v0.11.5
*
* 2015-12-17 15:06:51
* 2016-02-08 09:21:40
*
*/
(function () {
Expand Down
4 changes: 2 additions & 2 deletions dist/elastic-search/elastic-search.min.js

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

11 changes: 6 additions & 5 deletions dist/google-map/dc-google.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.4
* dc-addons v0.11.5
*
* 2015-12-17 15:06:51
* 2016-02-08 09:21:40
*
*/
(function () {
Expand Down Expand Up @@ -333,7 +333,6 @@
var _layerGroup = false;
var _markerList = {};
var _markerListFilterd = [];
var _currentGroups = false;
var _icon = false;
var _infoWindow = null;
var _zoom = null;
Expand Down Expand Up @@ -409,10 +408,12 @@
return _chart.valueAccessor()(d) !== 0;
});

_currentGroups = groups;

if (_rebuildMarkers) {
_markerList = {};
} else {
for (var key in _markerList) {
_markerList[key].setVisible(false);
}
}

if (_cluster) {
Expand Down
8 changes: 4 additions & 4 deletions dist/google-map/dc-google.min.js

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

4 changes: 2 additions & 2 deletions dist/leaflet-map/dc-leaflet.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* dc-addons v0.11.4
* dc-addons v0.11.5
*
* 2015-12-17 15:06:51
* 2016-02-08 09:21:40
*
*/
(function () {
Expand Down
Loading

0 comments on commit 6e2c045

Please sign in to comment.