Skip to content

Commit

Permalink
Release 4.0.0 (#46)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Sep 9, 2022
1 parent 6acd4f4 commit 5a308b6
Show file tree
Hide file tree
Showing 361 changed files with 6,502 additions and 31,487 deletions.
1 change: 1 addition & 0 deletions .eslintcache

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('visyn_scripts/config/eslintrc.template')({ tsconfigRootDir: __dirname });
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,15 @@ node_modules/
*.css
/.cache-loader
package-lock.json
*:Zone.Identifier
*:Zone.Identifier/dist/
/dist


# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('visyn_scripts/config/prettierrc.template')
783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.2.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.2.2.cjs
nodeLinker: node-modules
16 changes: 2 additions & 14 deletions .yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@
"githubAccount": "Caleydo",
"app": "coral",
"clientOnly": false,
"entries": {
"app": {
"js": "dist/initialize.app.js",
"template": "dist/app.template.ejs",
"html": "app/index.html",
"chunkName": "app",
"excludeChunks": [

]
}
},
"libraryAliases": {
"d3": "d3/d3.js"
},
Expand All @@ -52,7 +41,6 @@
"selection": "some"
}
}
],
"copyFiles": ["dist/clientConfig.json"]
]
}
}
}
135 changes: 0 additions & 135 deletions dist/Cohort.d.ts

This file was deleted.

Loading

0 comments on commit 5a308b6

Please sign in to comment.