mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-23 21:56:10 +03:00
Compare commits
No commits in common. "fe3b1c5a0d4ad1e62d748fbe294a5aea6bf26280" and "2b13120fcc08078040040ea5e4c745e0aeeb26c4" have entirely different histories.
fe3b1c5a0d
...
2b13120fcc
@ -19,7 +19,6 @@ OPENSEADRAGON CHANGELOG
|
||||
* Tile cache keys are now generated by the tile source, so it's easier to override them as needed (#2138 @Aiosa)
|
||||
* Now if you pass an error handler into makeAjaxRequest, it doesn't report errors into the console (#2142 @Aiosa)
|
||||
* Fixed error caused by attaching MouseTracker to the page's document element (#2145 @tdiprima)
|
||||
* Added fallback and deprecation warning for Viewer.buttons (which got changed to buttonGroup in 3.0.0) (#2153 @devbyjonah)
|
||||
|
||||
3.0.0:
|
||||
|
||||
|
@ -507,12 +507,6 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
||||
return this.open( tileSource );
|
||||
},
|
||||
|
||||
//deprecated
|
||||
get buttons () {
|
||||
$.console.warn('Viewer.buttons is deprecated; Please use Viewer.buttonGroup');
|
||||
return this.buttonGroup;
|
||||
},
|
||||
|
||||
/**
|
||||
* Open tiled images into the viewer, closing any others.
|
||||
* To get the TiledImage instance created by open, add an event listener for
|
||||
|
Loading…
Reference in New Issue
Block a user