Skip to content

Commit

Permalink
Release 3.2.0 (#18)
Browse files Browse the repository at this point in the history
* prepare next dev version

* Prepare github changes

* Update README.md

* Remove circleci

* prepare next dev version

* Update fontawesome

* Merge visyn_scripts

* Update deps (#15)

* remove outdated yarn.lock

* reformat git dependencies

* add RouterScrollToTop to coral public

* add canvas-confetti dependency

* format coda

* temporary switch coral branch  to dev_d3_merge_fix

* Revert "temporary switch coral branch  to dev_d3_merge_fix"

This reverts commit 695a56a.

* prepare relase 3.2.0

---------

Co-authored-by: anita-steiner <>
Co-authored-by: Anita Steiner <anita.steiner@datavisyn.io>
Co-authored-by: Klaus Eckelt <Klaus.Eckelt@jku.at>
  • Loading branch information
3 people authored Feb 13, 2023
1 parent dcb0168 commit 43123c0
Show file tree
Hide file tree
Showing 152 changed files with 937 additions and 5,769 deletions.
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 });
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ node_modules/
/.awcache
/.cache-loader
package-lock.json
/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
19 changes: 1 addition & 18 deletions .yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,6 @@
"githubAccount": "Caleydo",
"app": "coral_public",
"clientOnly": true,
"entries": {
"app": {
"js": "dist/initialize.app.js",
"template": "dist/app.template.ejs",
"html": "app/index.html",
"chunkName": "app",
"excludeChunks": ["welcome"]
},
"welcome": {
"js": "dist/initialize.welcome.js",
"template": "dist/welcome.template.ejs",
"html": "index.html",
"chunkName": "welcome",
"excludeChunks": ["app"]
}
},
"libraryAliases": {
"d3": "d3/d3.js"
},
Expand All @@ -47,7 +31,6 @@
"dockerPackages": []
},
"ignores": [],
"extensions": [
]
"extensions": []
}
}
1 change: 0 additions & 1 deletion dist/LoginDialog.d.ts

This file was deleted.

47 changes: 0 additions & 47 deletions dist/LoginDialog.html

This file was deleted.

13 changes: 0 additions & 13 deletions dist/LoginDialog.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/LoginDialog.js.map

This file was deleted.

62 changes: 0 additions & 62 deletions dist/app.template.ejs

This file was deleted.

Binary file removed dist/assets/coral-hero.png
Binary file not shown.
Loading

0 comments on commit 43123c0

Please sign in to comment.