Added changelog for #1954 and bumped upcoming version to 3.0.0

This commit is contained in:
Ian Gilman 2021-03-16 11:53:13 -07:00
parent dfd4ea3b04
commit 3caf4a0da4

View File

@ -1,7 +1,7 @@
OPENSEADRAGON CHANGELOG
=======================
2.5.0: (In progress)
3.0.0: (In progress)
* BREAKING CHANGE: Dropped support for older browsers (IE < 11) (#1872 #1949 #1951 @msalsbery, #1950 @rmontroy)
* BREAKING CHANGE: Removed deprecated OpenSeadragon.getEvent function (#1949 @msalsbery)
@ -38,6 +38,7 @@ OPENSEADRAGON CHANGELOG
* Added preventDefault option to MouseTracker.contextMenuHandler and Viewer 'canvas-contextmenu' event args (#1951 @msalsbery)
* MouseTracker: Added preProcessEventHandler for keydown, keyup, keypress, focus, blur Events (#1951 @msalsbery)
* Fixed preventDefaultAction functionality in viewer events (#1953 @msalsbery)
* Added setImageFormatsSupported function (#1954 @pandaxtc)
2.4.2: