- Updated Slack invite link
- Fixed broken links to the docs
- Added Altius' Epilogos, Altius' Index, and ABC Enhancer-Gene Maps to the example use cases
- Unknown. Please ask @pkerpedjiev
- Add a drop-down link for the user and python links
- Update HiGlass to v1.8, PIXI to v5.2, and other dependencies
- Update several dev libraries
- Replaced embedded blog and docs with links to the actual blog and docs
- Unregister the service worker
- Avoid mixed protocol issues when loading content
- Use PIXI legacy
v5
for better backwards compatibility
- Disable undo and redo handlers when an input element is focused
- Move Core Contributors and PIs above tutorial resources in
/about
- Add the talk video from the SciPy conference to
/about
- Switch content URLs to hopefully fix an ad blocker issue when loading JSON from GitHub pages
- Fix year of the copyright
- Disable service workers
- Fix minor visual glitch with HiGlass
v1.6
- Add support for a custom footer for branding the organization running the HiGlass instance.
- Fix #10 and #11
- Fix other minor visual glitches to provide better support for mobile devices
- Update to HiGlass v1.4
- Use
window.HGAC_SERVER
for pulling viewconfs - Use
window.hglib.version
for the info dialog - Do not enforce protocol when loading viewconfs from higlass.io
- Add link to our Twitter account
- Support deep links to blog posts. E.g., https://higlass.io/blog/2018/11/05/higlass-overview/
- Avoid strict protocol for higlass views on higlass.io to support https and http
- Fix link to adding plugin tracks
- Fix link to bioinformatics.stackexchange.com
- Fix typos
- Add cTracks to the list of projects using HiGlass
- Fix outdated citation on the homepage of higlass.io
- Fix a path issue: assume that HGA is running under root by default
- Add list of plugins
- Add blog
- Add news section on the home page
- Add permanent full screen mode when started without demos, i.e.,
"homepageDemos": false
in theconfig.json
(orconfig.js
) - Serve all assets locally and cache them using a service worker. This enables offline support and make it easier to deploy HiGlass within an intranet.
- Load home page demos on demand (i.e., once the user scrolls to them)
- Allow setting default viewconfs and default track options via
HGAC_DEFAULT_VIEW_CONFIG
andHGAC_DEFAULT_OPTIONS
inconfig.js
. - Allow running HGA under a different directory other than root using
HGAC_BASEPATH
inconfig.js
. - Update to session storage only
- Update to HiGlass
v1.3
- Update to React
v16.6
- 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
- Remove
/help
(content is integrated into/about
) - Exclude server endpoints from the service worker
- Load news, examples, and plugins from gh-pages since rawgit shuts down 😢
- Add stylelint to check for issue with stylesheets
- Add husky and lintstaged to run eslint, stylelint, and prettier automatically prior to commits
- Add separate file for global settings
- Update version of HiGlass in production build
- Replace outdated docs with live version; check
/docs
- Exclude HiGlass, React, ReactDOM, ReactBootstrap, and PIXI.js from production bundle. Libraries are loaded via CDNs now.
- Fix severe subSub bug
- Updated HiGlass to
v0.10.6
and other third-party libraries
- Add
/help
- Update
/about
- Updated HiGlass to
v0.9.14
and other third-party libraries - Fix smaller visual bugs
- Optimize Travis CI builds
- Update HiGlass to
v0.9.x
- Update tons of third party libs
- Add talks, presentations, and tutorials to about
- Fix nasty unboundedness bug
- Add range select tool
- Add annotation form
- Add sub-top bar
- Add right bar
- Add tool tip
- Add tabs
- Add support for user authentication
- Add various keyboard shortcuts
- Add dual-layer (session > localforage) state persistency
- Store and restore view config changes
- Add convinience button to download view config
- Add support for dialogs
- Add an info dialog for version numbers
- Replication of the functionality of https://github.com/hms-dbmi/higlass-website