v1.1.5

- Merge'd Chuck's PR for adding 'same-origin' to fetch request headers
- Fixed a bug where a view without a layout is created with a width of 1

v1.1.4

- Fix the checkAllTilesetInfoReceived function so that it ignores left and top
axis tracks

v1.1.3

- Add z-index to mouseover div so that it's not hidden behind other elements

v1.1.2

- Inline the SVG styles so they aren't overwritten by other elments on the
page
- Inline TrackControl svg styles so they aren't overwritten by page css
settings
- Clear gene annotation graphics before redrawing

v1.1.1

- Fixed export track data bug in heatmaps that are not combined tracks

v1.1.0

- Check whether the tileset_info specifies that the tiles should be mirrored
- Added data export feature
- Added showMousePosition and showMouseTooltip to horizontal-bar-track

v1.0.4

- Zoom through the viewport projection

v1.0.3

- Fixed cross rule bug

v1.0.2

- Added vertical divergent bar tracks
- Fixed export in SVG
- Fix mouseover error when trackrenderer hasn't been initialized yet
- Added zoomFixed option to the top level of the viewconf
- Use transpiled version of `mixwith.js`
- Add options to change the background of the label and colorbar

v1.0.1 (2018-06-14)

- Fixed background export in SVG
- Turned off line mouseover by default

v1.0.0-alpha.12

- Fixed long loading bug on zoomed in genes

v1.0.0-alpha.11

- Fixed gene stretching issues

v1.0.0-alpha.10

- Fixed background rendering after resizing
- Fixed viewconf export link (use state.viewconf vs props.viewconf)

v1.0.0-alpha.9

- Fixed lock value scales

v1.0.0-alpha.8

- Fixed tooltip scrollbar appearance
- Fixed context menu appearing issue

v1.0.0-alpha.7

- Fixed scrolling bug when multiple higlass components are on a single page
- Fixed hover bug in combined tracks

v1.0.0-alpha

- Added triangles to genes
- Preliminary authentication support
- Added track for displaying gigapixel images
- Added GeoJSON track and updated OSM track
- Added mouseMoveZoom event to public API
- Fixed and extended pubSub module
- Added flexible per-track crosshair
- Fixed and robustified range selection API
- Display error message on error
- Don't error when displaying menus when invalid track type is
entered
- Added an endpoint for sharing view configs as a link (`shareViewConfigAsLink()`) and exporting them as png and svg (`get('png' || 'svg')`)
- Simplified `hglib` API
- Updated third-party libs to get rid of deprecation warnings for React v16
- Fixed small bug in placing rules
- Display error when failing to retrieve tilesetInfo
* Added support for cross-section tracks
- Rendering improvements

v0.10.22 (2018-02-22)

- Added options to change the fill color of bedlike tracks

v0.10.21 (2018-02-21)

- Exposed the ChromosomeInfo structure as part of the hglib API

?? v0.10.20 (2018-02-??

- Rendering improvements

?? v0.10.20 (2018-02-20)

- Fixed api variable in HiGlassComponent
- Fixed relToAbsChromPos so that it converts locations to numbers before
adding
- Added strokeWidth as an option to the viewport projection track

v0.10.19 (2018-02-11)

- Fixed the 2D chromosome labels track

v0.10.18 (2018-02-11)

- Fixed Horizontal2DTilesTrack

v0.10.16 (2018-

- Don't show the "Strange tileData" warnings
- Pegged bootstrap to version 3.3.7

v0.10.16 (2018-02-01)

- Fixed a bug during active range selection when the _select_ mouse tool is deactivated

v0.10.15 (2018-01-30)

- Added the vertical bed-like track

v0.10.13 (2018-01-25)

- Added the multivec track

v0.10.12 (2018-01-21)

- Fixed pseudocounts in linear-scaled heatmaps

v0.10.12 (2018-01-20)

- Fixed get scale bug

v0.10.11 (2018-01-17)

- Fixed non-draggable views bug

v0.10.10 (2018-01-17)

- Default to log scaling if there are negative values
- Fixed the custom colormap
- Fix the gene annotations color changing
- Fixed two regressions regarding the viewport projections

v0.10.9 (2018-01-13)

- Skipping a version because the latest version wasn't specified in
package.json

v0.10.8

- Skipping a version because the latest version wasn't specified in
package.json

v0.10.7 (2018-01-13)

- Show current data resolution in tiled sets containing raw resolutions rather
than zoom levels

v0.10.6 (2017-12-28)

- Load ResizeSensors after the element is attached to the DOM tree
- Added DivergentBarTrack
- Fixed submenu hiding bug

v0.10.5 (2017-12-27)

- Fixed bug in TrackRenderer.setUpInitialScales where updating the view with
new equivalent initial domains and different dimensions led to the view being
misplaced
- Added z-index to popup menus

v0.10.4 (2017-12-16)

- Fixed a bug in zoomToData
- New API call for setViewConfig
- New API call for zoomToDataExtent

v0.10.3 (2017-12-13)

- Don't include a colon if the port is 80
- Added an option to clear the view
- Exclude NaN values when setting the valueScale
- Fixed bug related to displaying empty matrix tiles

v0.10.2 (2017-12-12)

- Fixed a bug in loading tileset info that isn't there
- Better error handling on internal server error
- Removed functionless menu item

v0.10.1 (2017-12-05)

- Fixed bug in Bedlike tracks that don't have a header

v0.10.0 (2017-12-05)

- Change track type from the config menu
- Initial framework for divided by tracks
- Y-positioned bed-like tracks

v0.9.16 (2017-

- Fixed undefined error when toggling genome position search box

v0.9.15 (2017-11-22)

- Fixed bug where newly selected annotations weren't being used
- Added the hideHeader option
- Added a warning for malformed gene annotations
- Free up webgl renderer resources when unmount
- Minor CSS cleanup
- Fix resizing bug that appears after closing a view
- Warn if there are no track source servers specified in the viewconf

v0.9.14 (2017-11-11)

- Show labels on bar chart

v0.9.13 (2017-11-09)

- Fixed gene position searching regression

v0.9.12 (2017-11-08)

- Fix inter-chromosomal searches (chr1-chr2)

v0.9.11 (2017-11-08)

- Fix gene annotation coloring bug
- Fix menu clash error that occurs when a center track is specified
without a combined track
- Zoom into entire chromosomes by just entering its name

v0.9.10 (2017-11-01)

- Fixed d3 brush Error: <rect> attribute height: Expected length, "Infinity"
- Fixed scale initialization error
- Added back heatmap value scaling
- Fixed horizontal heatmap multires tile loading
- Better point export

v0.9.9 (2017-11-01)

- Fix SVG bar chart export
- Fixed network error on SVG export again (from v0.8.44)

v0.9.8 (2017-10-31)

- Switch back to minified build

v0.9.7 (2017-10-31)

- Initialize scales when viewconfig is loaded rather than on
handleScalesChanged

v0.9.6 (2017-10-31)

- Faulty build (package.json wasn't there)

v0.9.5 (2017-10-31)

- Fix visual clash of the center track's context menu and the colormap
- Make visualization of 2D annotations more flexible: stroke width and fill / stroke opacity can be changed
- Create debug output files

v0.9.4 (2017-10-26)

- Reintroduced value scale serialization fix
- Fixed HorizontalHeatmapExport
- Added a minimum width to 2D annotations
- Added SVG export for 2d-rectangle-domains track

v0.9.3 (2017-10-23)

- Removed console log statement

v0.9.2 (2017-10-23)

- Fixed the build script to copy hglib.css rather than style.css

v0.9.1 (2017-10-23)

- Add support for vertical bar tracks
- Fixed .travis.yml release issue

v0.9.0 (2017-10-21)

- Add 1D and 2D range selection
- Add support for SASS
- Add support for CSS Modules
- Update visuals of the context menu and view header
- Integrate search bar into view header
- Add ESLint and adhere to consistent code style
- (Fix #135) - Colorbar moves with the track when it's being resized
- (Fix #126) - Gene annotations shouldn't overlap on vertical tracks anymore
- Keep track controls visible if config menu is active
- Show child menus above the parent if there isn't enough space on the bottom
- Add port number when exporting viewconfs from a non-standard port
- Support arbitrary resolutions in heatmaps

v0.8.44

- Redraw TiledPixiTracks after the tileset info has been received
- Remove value scale locks on handleCloseTrack
- Check that tiledPlot is defined in createSVG to fix the export
failing when there's two side-by-side by views created after closing
one
- Fixed the "Failed: network error" issue in chrome by changing the
"download" function in utils.js

v0.8.43

- More fixes for SVG output for bedlike tracks

v0.8.42

- Fixed SVG output for bedlike tracks

v0.8.41

- Fixed chromosome grid color bug
- Fixed chromosome grid loading with many values bug

v0.8.40

- Fixed value scale locking bug

v0.8.37

- Fixed center track label background oddness (#144)

v0.8.36

- (fix #146) Fixed value scale locking serialization bug
- Fixed gene annotation SVG export
- Fixed chromosome ticks SVG export

v0.8.35

- Fixed colorbar hiding bug (Issue #131)

v0.8.34

- Fixed horizontal heatmap loading after the adjustable color scale changes
- Fixed vertical heatmap loading
- Fixed vertical heatmap colorscale brush in LeftTrackModifier

v0.8.33

- Removed the outside colorbar labels option (it's a little
ambiguous on the right side since the labels will be adjacent
to the other axis elements.

v0.8.32

- Removed tests from package.json so that build completes (tests fail on
travis for some reason)

v0.8.31

- Add a color limit selection to the Heatmap track in HiGlass

v0.8.30

- Cherry picked the BedLikeTrack from the circle branch

v0.8.28

- Fixed dependencies (peer and normal)
- Fixed other minor issues with `package.json`

v0.8.27

- Fixed bug wher the "Loading" sign remained with 1D point tracks

v0.8.26

- Different mapbox style options

v0.8.25

- Hidden OSM tiles
- Customizeable osm width

v0.8.24

- Major performance improvements for Gene annotations and horizontal points
- Fixed bug in searching for genome positions with a space at one of the ends
- Added the OSM tiles

v0.8.23

- Don't show chromosome sizes as a separate track

v0.8.22 - 2017-07-13

- Safari add track bug fix
- Backwards compatibility on selectable chromosome axis tracks

v0.8.21 - 2017-07-10

- Fixed the default transformation for horizontal tracks

v0.8.20 - 2017-07-10

- Fix label display

v0.8.19 - 2017-07-10

- Added the ability to select different transformations

v0.8.18 - 2017-06-29

- Fixed custom colormap picker
- Fixed overlayed track addition on double click

v0.8.17 - 2017-06-28

- Performance improvements

v0.8.16 - 2017-06-27

- Fixed a regression where closing views didn't remove the associated PIXI
Components
- Increased the drag timeout time to 5 seconds

v0.8.15 - 2017-06-26

- Lowered the maximum number of tiles retrieved at once to 20

v0.8.14 - 2017-06-26

- Increase the maximum number of tiles retrieved at once to 40

v0.8.13 - 2017-06-26

- Option to draw borders around tracks
- Option to change the stroke, fill colors and opacity of the
horizontal-2d-rectangle-domains track

v0.8.12 - 2017-06-26

- Hide overflow track handles

v0.8.11 - 2017-06-26

- Fixed double click track addition bug
- Mask view boundaries so that when the tracks are too large
to fit inside, they don't overflow outside of their view
- Added favicon


v0.8.10 - 2017-06-25

- Multiple tileset selection
- Disabled zooming on scrolling fix

v0.8.9

- Make sure that the zoomable div matches the size of the container

v0.8.8 - 2017-06-20

- Don't start zooming when scrolling into a HGC

v0.8.7 - 2017-06-18

- Decreased the maximum colorbar height
- Made the draggable div handles more transparent
- Lowered the minimum height for chromosome axes

v0.8.6 - 2017-06-18

- Fixed a bug where the HG Component would automatically and indefinitely
  increase in size

v0.8.5 - 2017-06-16

- Fixed view linking bug (regression)
- Added horizontal and vertical 2D domains tracks

v0.8.4 - 2017-06-12

- Include a limit in the tilesets query so that all results are returned

v0.8.3 - 2017-06-06

- Fixed a regression where adding new tracks doesn't work

v0.8.2 - 2017-06-01

- Move hglib.css to dist/styles rather than dist/

v0.8.1 - 2017-06-01

- Changed package.json to create hglib.css rather than style.css

v0.8.0 - 2017-06-01

- Switched to webpack 2
- Various warning fixes in the code
- Pull chromsizes from the tilesets table instead
- Remove the chroms table and app

v0.7.3 - 2017-05-23

- Added stroke width as a property of line tracks
- Fixed view layout bug caused by the "i" member of the layout not
  matching the view's uid
- Fixed resizing so that vertical changes get handled immediately

v0.7.2

- Added purple and turquoise colors
- Added an option to control the label opacity

v0.7.1

- Added horizontal and vertical track viewport projections
- Bug fix where assembly name gets removed from track label

v0.7.0

- Added an assembly selector to the GenomePositionSearchBox
- Prefix track names with their assembly

v0.6.9

- Lower the default resolution of lines for performance reasons
- Added outsideLeft, outsideRight, outsideTop and outsideBottom
as available axis positions

v0.6.8

- Component sizes are adjsuted on component load
- Genome position search box styling is set to not
have a bottom margin

v0.6.7

- Unbounded functionality to increase the size of the layout if new tracks are
added which increase its size
- Configurable track label background opacity
- Fixed: vertical colorbar label mirroring

v0.6.6

- Bug fix: closing a track which had a value scale lock with another track now
works

v0.6.5

- Bug fix: tracks rendered with locked scale, rather than just the colorbar
- Bug fix: locked line scales
- Bug fix: assorted other track locking, scale and colorbar bugs

v0.6.4

- Added value scale locking
- Fixed bug where newly added heatmaps didn't render (syncTrackObjects needs
to call applyZoomTransform)
- Fixed bug where new chromosome axis didn't appear after being added
	- Had to call animate after the chromosome info was received

v0.6.3

- Added colorbar for Heatmaps
- Draw scales on the outside of the linear tracks
- Added the SquareMarkerTrack

v0.6.2

- Scale tracks from minimum to maximum value, rather than starting at 0

v0.6.1

- Fixed a minor issue with chromosome labels not being exported

v0.6.0

- Automatically draw the 2D grid after the data is loaded
- Add animated zoom transitions
- Add public BEDPE-like API to navigate to a given location
- SVG export
- Testing using Karma
- (Might have been in a different release) Default to interpolation-less rendering

v0.5.16

- Fixed resizing bug

v0.5.15

- Added mm9 chromosome labels
- Draw chromosome labels on reload
- Take name from track options

v0.5.14

- Revert the initialXDomain changes Fritz introduced because they were causing
issues with faithful reproduction of viewconfs
- Change 'tilesetInfo not loaded message' to 'loading...' until we either get
an error or the tileset is loaded
- Omit certain fields from JSON export (HiGlassComponenent.getViewsAsString)


v0.5.12

- Fixed export viewconfig link bug

v0.5.11

- Added the fall colormap and made it the default

v0.5.10

- Fix Chromosome2DAnnotations not being drawn by calling draw after the
ChromosomeInfo is loaded
- Zoom to the currently visible data
- Use the minimum position to load data that is not located at the origin
- Viewconf downloads work on Firefox
- Alert when trying to project a viewport on the same view
- Resize handle positions fixed in Firefox
- Track config button icons fixed in Firefox
- Only redraw in timedUpdate if track positions have changed
- Fixed top and left axis not appearing bug
- Fixed chromosome horizontal labels not appearing
- Show minValue pixels by scaling from minValue to maxValue + minValue and
adding minValue to each pixel
- Fix viewport projection error when new viewconfig is passed


v0.5.9

- Labels outside of the bounds of a track
- Label colors

v0.5.8

- A host of performance improvements

v0.5.7

- Empty accidental release

v0.5.6

- Add log scaling to line tracks
- Add colors to line tracks
- Add width option to 2D grid
- Add color option to 2D grid

v0.5.5

- Add per-view `zoomFixed` settings
- Added configurable viewport projection colors (projectionFillColor,
projectionStrokeColor)
- Added an empty .npmignore to prevent it from excluding the dist/
directory specified in the .gitignore
- Enhance 2D annotations by supporting RGBA, fill and stroke-dependent coloring,
and locus-wise min width / height definitions
- Remove builds. Use NPM

v0.5.4

- Fixed bug related to the selection of the plot type
- Update existing tracks before adding new ones in syncTrackObjects
- Removed the "Move up" menu item
- Deep copy incoming viewconfs so that changing them outside of the component
leads to an update
- Added onLocationChanged event listener

v0.5.3

- Forgot to bump the version number in 0.5.2

v0.5.2

- Don't draw data that extends beyond the end of the assembly
- Fixed bug where data was being hidden in empty (all 0) tiles
	- Changed minVisibleValue and maxVisibleValue in TiledPixiTrack
- Label the horizontal and vertical line tracks by default

v0.5.1

- Configurable gene annotation colors
- Added chromosome annotations tracks for programmatically addeable
annotations
- Fixed the 'Cannot read property 0 of undefined' bug when tileset info is
inaccessible
- Remove track resize handles when the component isn't editable
- Fix bug associated with setting a new initial[X/Y]Domain where the
cumulativeCenterOffset wasn't being reset
- Bug fix where if a view doesn't have a uid we should assign it one

v0.5.0

- Default to 12 columns
- Display a warning if tileset info isn't found
- Use 16bit floats for heatmap data

v0.4.40

- Remove default colormap from viewconfig

v0.4.39

- Switch cog and close buttons

v0.4.33

- New header colors

v0.4.32

- Reduced the number of tiles requested by the horizontal heatmap track
- Removed console log statements

v0.4.31

- Fixed regression and compatibility change with new zoom and location locking
- Fixed regression in the selection dragging

v0.4.30

- Added a minimum width to left-axis so that it doesn't only show the last two
digits by default
* Added horizontal and vertical heatmaps
- Styling changes for the Configure track controls
- Fixed the bug with AddTrackMenu cancel button turning black by properly
increasing the number of visible tilesets in TilesetFinder
- Added options to allow flipping horizontal and vertical charts
- Fixed NaN prefix bug
- Fixed invalid negative value attributes for <rect> bug

v0.4.29

- Moved default heatmap information to lower right hand corner
- Fixed a bug which distorted the view when initialized with an initial X
scale and Y scale
- Added white to red, white to green and white to blue scales
- Added axes for the 1D tracks
- Took the ID out of the view header
- Added a white border behind the track controls

v0.4.28

- Fixed critical regression where track replacement wasn't working because
newly created tracks didn't have their options set
- Fixed a regression where track movement wasn't working because TiledPlot
wasn't being updated
- Increase the size of the tileset selector

v0.4.27

- Changed config.js Chromosome Labels to Chromosome Axis
- Fixed default option setting so that it doesn't override provided options
- Adding zoom limit option to heatmap
- Add current resolution to the track label
- Fixed regression caused by "Fast redraw by tiling commit"
- Hitting enter in the genome position search box initiates a search

v0.4.26

- Fixed close button

v0.4.25

- Fractional zoom lock
- Faster config menu loading
- Faster track addition by limiting the udpates of TiledPlot (using
shouldComponentUpdate)

v0.4.21

- Chromosome grid positions start at position 1
- Export link includes 'app'

v0.4.20

- Changed tile API location to use included server value rather than
prepending '//'

v0.4.19

- Removed dist directory from .gitignore

v0.4.18

- Use production react in the build
- Added dist to .gitignore

v0.4.17

- Updated default view config
- Wider ticks

v0.4.16

- Fritz's public API

v0.4.15

- Fritz's lazy animation
- Fritz's public API
- Minimum height for tracks can be specified in track type definition in
config.js
- New chromosome 2D grid (for hg19)
- New chromosome 1D axis (for hg19)
- New chromosome horizontal axis (for hg19)

* larger change
- minor change
