Skip to content

Commit 5a308b6

Browse files
dvvanessastoiberkeckeltthinkh
authored
Release 4.0.0 (#46)
* prepare next dev version * Fix colors assignment in plots (#41) * Prepare github changes * Remove circleci * prepare next dev version * Use `Font Awesome 6 Free` in `font-family` (#39) * Use `Font Awesome 6 Free` in `font-family` Requires datavisyn/tdp_core#732 * Update Lineup to 4.6.2 Co-authored-by: Klaus Eckelt <Klaus.Eckelt@jku.at> * Update fontawesome * Merge visyn_scripts * prepare release 4.0.0 Co-authored-by: Klaus Eckelt <Klaus.Eckelt@jku.at> Co-authored-by: anita-steiner <> Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
1 parent 6acd4f4 commit 5a308b6

File tree

361 files changed

+6502
-31487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

361 files changed

+6502
-31487
lines changed

.eslintcache

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('visyn_scripts/config/eslintrc.template')({ tsconfigRootDir: __dirname });

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,15 @@ node_modules/
2525
*.css
2626
/.cache-loader
2727
package-lock.json
28-
*:Zone.Identifier
28+
*:Zone.Identifier/dist/
29+
/dist
30+
31+
32+
# yarn
33+
.pnp.*
34+
.yarn/*
35+
!.yarn/patches
36+
!.yarn/plugins
37+
!.yarn/releases
38+
!.yarn/sdks
39+
!.yarn/versions

.prettierrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('visyn_scripts/config/prettierrc.template')

.yarn/releases/yarn-3.2.2.cjs

Lines changed: 783 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
yarnPath: .yarn/releases/yarn-3.2.2.cjs
2+
nodeLinker: node-modules

.yo-rc.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@
2121
"githubAccount": "Caleydo",
2222
"app": "coral",
2323
"clientOnly": false,
24-
"entries": {
25-
"app": {
26-
"js": "dist/initialize.app.js",
27-
"template": "dist/app.template.ejs",
28-
"html": "app/index.html",
29-
"chunkName": "app",
30-
"excludeChunks": [
31-
32-
]
33-
}
34-
},
3524
"libraryAliases": {
3625
"d3": "d3/d3.js"
3726
},
@@ -52,7 +41,6 @@
5241
"selection": "some"
5342
}
5443
}
55-
],
56-
"copyFiles": ["dist/clientConfig.json"]
44+
]
5745
}
58-
}
46+
}

dist/Cohort.d.ts

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)