From 7b72721be564da938da5beca340f71bed45c4efe Mon Sep 17 00:00:00 2001 From: Fritz Lekschas Date: Tue, 2 Oct 2018 17:59:28 -0400 Subject: [PATCH] Cleanup. Bump to v1.0.0-rc1 --- CHANGELOG.md | 28 +++++++++++++++++++++++++--- package.json | 48 +++++++++++++++--------------------------------- 2 files changed, 40 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6342f..6e0278d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/package.json b/package.json index 6309167..97859b6 100644 --- a/package.json +++ b/package.json @@ -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", @@ -100,38 +114,6 @@ "test": "echo \"Warning: no test specified\" && exit 0", "fix": "eslint --fix src" }, - "jest": { - "collectCoverageFrom": [ - "src/**/*.{js,jsx}" - ], - "setupFiles": [ - "/config/polyfills.js" - ], - "testMatch": [ - "/src/**/__tests__/**/*.js?(x)", - "/src/**/?(*.)(spec|test).js?(x)" - ], - "testEnvironment": "node", - "testURL": "http://localhost", - "transform": { - "^.+\\.(js|jsx)$": "/node_modules/babel-jest", - "^.+\\.css$": "/config/jest/cssTransform.js", - "^(?!.*\\.(js|jsx|css|json)$)": "/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",