Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Feb 14, 2018
1 parent 3072f68 commit 20ccb0d
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 23 deletions.
2 changes: 1 addition & 1 deletion dist/stackonly/tablesaw.stackonly.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Tablesaw - v3.0.8 - 2018-01-25
/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */

Expand Down
11 changes: 7 additions & 4 deletions dist/stackonly/tablesaw.stackonly.jquery.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Tablesaw - v3.0.8 - 2018-01-25
/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
(function (root, factory) {
Expand Down Expand Up @@ -597,9 +597,12 @@ if (Tablesaw.mustard) {
if (index > 0) {
$newHeader.append(document.createTextNode(", "));
}
$newHeader.append(
$sortableButton.length ? $sortableButton[0].childNodes : $header[0].childNodes
);

var parentNode = $sortableButton.length ? $sortableButton[0] : $header[0];
var el;
while ((el = parentNode.firstChild)) {
$newHeader[0].appendChild(el);
}
});

if ($newHeader.length && !$cell.find("." + classes.cellContentLabels).length) {
Expand Down
11 changes: 7 additions & 4 deletions dist/stackonly/tablesaw.stackonly.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Tablesaw - v3.0.8 - 2018-01-25
/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
/*! Shoestring - v2.0.0 - 2017-02-14
Expand Down Expand Up @@ -2298,9 +2298,12 @@ if (Tablesaw.mustard) {
if (index > 0) {
$newHeader.append(document.createTextNode(", "));
}
$newHeader.append(
$sortableButton.length ? $sortableButton[0].childNodes : $header[0].childNodes
);

var parentNode = $sortableButton.length ? $sortableButton[0] : $header[0];
var el;
while ((el = parentNode.firstChild)) {
$newHeader[0].appendChild(el);
}
});

if ($newHeader.length && !$cell.find("." + classes.cellContentLabels).length) {
Expand Down
4 changes: 2 additions & 2 deletions dist/stackonly/tablesaw.stackonly.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! Tablesaw - v3.0.8 - 2018-01-25
/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
/*! Tablesaw - v3.0.8 - 2018-01-25
/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/tablesaw-init.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Tablesaw - v3.0.8 - 2018-01-25
/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
(function(win) {
Expand Down
3 changes: 1 addition & 2 deletions dist/tablesaw.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Tablesaw - v3.0.8 - 2018-01-25
/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */

Expand Down Expand Up @@ -106,7 +106,6 @@ a.tablesaw-btn {
color: #4d4d4d;
padding-right: 2.5em;
min-width: 7.25em;
text-align: left;
}

.tablesaw-btn-select:after {
Expand Down
11 changes: 7 additions & 4 deletions dist/tablesaw.jquery.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Tablesaw - v3.0.8 - 2018-01-25
/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
(function (root, factory) {
Expand Down Expand Up @@ -597,9 +597,12 @@ if (Tablesaw.mustard) {
if (index > 0) {
$newHeader.append(document.createTextNode(", "));
}
$newHeader.append(
$sortableButton.length ? $sortableButton[0].childNodes : $header[0].childNodes
);

var parentNode = $sortableButton.length ? $sortableButton[0] : $header[0];
var el;
while ((el = parentNode.firstChild)) {
$newHeader[0].appendChild(el);
}
});

if ($newHeader.length && !$cell.find("." + classes.cellContentLabels).length) {
Expand Down
11 changes: 7 additions & 4 deletions dist/tablesaw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Tablesaw - v3.0.8 - 2018-01-25
/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
/*! Shoestring - v2.0.0 - 2017-02-14
Expand Down Expand Up @@ -2298,9 +2298,12 @@ if (Tablesaw.mustard) {
if (index > 0) {
$newHeader.append(document.createTextNode(", "));
}
$newHeader.append(
$sortableButton.length ? $sortableButton[0].childNodes : $header[0].childNodes
);

var parentNode = $sortableButton.length ? $sortableButton[0] : $header[0];
var el;
while ((el = parentNode.firstChild)) {
$newHeader[0].appendChild(el);
}
});

if ($newHeader.length && !$cell.find("." + classes.cellContentLabels).length) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tablesaw",
"title": "Tablesaw",
"description": "A set of plugins for responsive tables.",
"version": "3.0.8",
"version": "3.0.9",
"homepage": "https://github.com/filamentgroup/tablesaw",
"author": {
"name": "Zach Leatherman",
Expand Down

0 comments on commit 20ccb0d

Please sign in to comment.