Changelog for #1149

This commit is contained in:
Ian Gilman 2017-04-21 09:55:23 -07:00
parent 2f7ebc2d67
commit be382a47b6

View File

@ -1,12 +1,14 @@
OPENSEADRAGON CHANGELOG
=======================
2.2.2: (in progress)
2.3.0: (in progress)
* BREAKING CHANGE: Tile.distance has been removed (#1027)
* BREAKING CHANGE: Viewer's canvas-click event is now fired before it initiates the zoom (#1148)
* BREAKING CHANGE: Viewer's canvas-drag event is now fired before it pans (#1149)
* Optimization: Use the squared distance when comparing tiles (#1027)
* You can now prevent canvas-click events from zooming on a per-event basis (#1148)
* You can now prevent canvas-drag events from panning on a per-event basis (#1149)
* You can now set the rotation of individual tiled images (#1006)
* Fixed CORS bug in IE 10 (#967)
* Added support for commonjs (#984)