Changelog
This commit is contained in:
parent
6f3803cce3
commit
e745a7c89b
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## 1.6.1 - 2023-08-25
|
||||
|
||||
* fix: correct changelog link by @eMerzh in https://github.com/umap-project/umap/pull/1275
|
||||
* Use magiclink extension for changelog with links by @davidbgk in https://github.com/umap-project/umap/pull/1278
|
||||
* Fix datalayers being shown on zoom even if displayOnLoad is false by @yohanboniface in https://github.com/umap-project/umap/pull/1283
|
||||
* Remove default center to prevent multiple map initialisations by @yohanboniface in https://github.com/umap-project/umap/pull/1284
|
||||
|
||||
## 1.6.0 - 2023-08-22
|
||||
|
||||
* Catch timeout error in ajax proxy by @yohanboniface in https://github.com/umap-project/umap/pull/1261
|
||||
|
@ -11,7 +18,6 @@
|
|||
* When map has max bounds, use those bounds for limiting search by @yohanboniface in https://github.com/umap-project/umap/pull/1268
|
||||
* Only call propagateShow at init if layer is visible by @yohanboniface in https://github.com/umap-project/umap/pull/1272
|
||||
|
||||
|
||||
## 1.5.1 - 2023-08-15
|
||||
|
||||
- Fix layers behing hidden at zoom
|
||||
|
|
Loading…
Reference in a new issue