Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed May 28, 2021
1 parent c844f67 commit 3aaf336
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Next Version
------------

BREAKING CHANGES:
- The OpenLayers version was updated to v6.5.0. To use this version run `npm i @geoext/openlayers-legacy` and include the
`ol.js` and `ol.css` files from there.
- Due to the OpenLayers update the OverviewMap no longer can use the same layers as the main map and always has to be
provided own layers.
- One of the bigger changes in OpenLayers is the removal of `opt_this` arguments. If you do not call `un` on the method
you can simply use `.bind` on the call. It you want to unbind the listener, either store a bound version of the listener
or store the listenerKey returned by `on` and usw `ol.Observable.unByKey`.
- Please refer to https://github.com/openlayers/openlayers/releases/tag/v5.0.0 and
https://github.com/openlayers/openlayers/releases/tag/v6.0.0 for overviews over the OpenLayers changes.

0 comments on commit 3aaf336

Please sign in to comment.