Skip to content

Commit

Permalink
Cleanup. Bump to v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Oct 2, 2018
1 parent c8aefae commit 7b72721
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 36 deletions.
28 changes: 25 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
**v0.10.0**

- Add info tab to the right bar of the viewer and display moused over values from HiGlass's heatmap.
**v1.0.0**

- Add list of plugins
- Add news from Twitter
- Add permanent full screen mode when started without demos, i.e., `"homepageDemos": false` in the `config.json`
- Update to session storage only
- Update to HiGlass `v1.2`
- Update to React `v16`
- Update to React Scripts `v2`
- Update to Webpack `v4`
- Update to Babel `v7`
- Update 3rd party packages
- Updated citation
- Updated help page with slack channel and 4DN Hi-C Bootcamp
- Refactor pub-sub service as HOC using an external library
- Refactor state service as factory
- Refactor DOM event server as factory

**v0.9.2**

- Add separate file for global settings

**v0.9.1**

- Update version of HiGlass in production build

**v0.9.0**

Expand Down
48 changes: 15 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
{
"name": "higlass-app",
"version": "1.0.0-rc1",
"description": "A fully-featured app for viewing, exploring, and annotating 1D and 2D genomic data",
"version": "0.9.3",
"keywords": [
"higlass",
"app",
"genomics",
"3d genome",
"hi-c"
],
"author": "Fritz Lekschas (https://lekschas.de)",
"license": "MIT",
"homepage": "https://github.com/hms-dbmi/higlass-app",
"repository": {
"type": "git",
"url": "https://github.com/hms-dbmi/higlass-app.git"
},
"bugs": {
"url": "https://github.com/hms-dbmi/higlass-app/issues"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"bootstrap": "3.3.7",
"deep-equal": "1.0.1",
Expand Down Expand Up @@ -100,38 +114,6 @@
"test": "echo \"Warning: no test specified\" && exit 0",
"fix": "eslint --fix src"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
],
"setupFiles": [
"<rootDir>/config/polyfills.js"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.js?(x)",
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
],
"testEnvironment": "node",
"testURL": "http://localhost",
"transform": {
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
],
"moduleNameMapper": {
"^react-native$": "react-native-web"
},
"moduleFileExtensions": [
"web.js",
"js",
"json",
"web.jsx",
"jsx"
]
},
"browserslist": [
">0.2%",
"not dead",
Expand Down

0 comments on commit 7b72721

Please sign in to comment.