Skip to content

Commit

Permalink
Release 7.0.1 (#106)
Browse files Browse the repository at this point in the history
* prepare next development version 6.0.1-SNAPSHOT

* Fix LineUp data type icons in comparison

The issue is present since we use Font Awesome from tdp_core for LineUp and disable the lu-font.

This change imports the lu-font from the LineUp assets.

It also fixes the icons for the numerical data type.

* Prepare github changes

* Update README.md

* Remove circleci

* prepare next dev version

* Remove outdated styles for link with Font Awesome 4 icon (#100)

Remove outdated styles for link w/ Font Awesome 4 icon

I couldn't find any TypeScript code or link in the UI.

* Update fontawesome

* Update .yo-rc.json

* Merge visyn_scripts

* prepare next dev version

* fix lint

* fix lint

* prepare release 7.0.1

Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
Co-authored-by: anita-steiner <>
Co-authored-by: Anita Steiner <anita.steiner@datavisyn.io>
  • Loading branch information
3 people authored Sep 30, 2022
1 parent d8e3213 commit e5ab111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tourdino",
"description": "Calculate and visualize similarity measures.",
"homepage": "https://phovea.caleydo.org",
"version": "7.0.0",
"version": "7.0.1",
"author": {
"name": "The Caleydo Team",
"email": "contact@caleydo.org",
Expand Down Expand Up @@ -65,7 +65,7 @@
"d3.parsets": "git+ssh://git@github.com/jasondavies/d3-parsets#v1.2.4",
"jstat": "^1.9.4",
"lodash": "~4.17.20",
"tdp_core": "^16.0.1",
"tdp_core": "^16.1.0",
"vega": "~5.20.0",
"vega-embed": "6.19.1",
"vega-functions": "5.12.0",
Expand Down
3 changes: 1 addition & 2 deletions src/tasks/ATouringTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -744,10 +744,9 @@ export abstract class ATouringTask implements ITouringTask {
.each(function () {
rowCategories.push(d3v3.select(this).text());
});
// the first cell in the first row of the cells tbody
// the first cell in the first row of the cells tbody## Release notes
const row = d3v3.select(tbody).select('tr').select('td').text();

// maxIndex is the maximum number of table cell in the table
const maxLength = d3v3.select(tbody).select('tr').selectAll('td')[0].length;

// if currMaxIndex and maxIndex are not the same -> increase headerIndex by one
Expand Down

0 comments on commit e5ab111

Please sign in to comment.