changelog

This commit is contained in:
Yohan Boniface 2023-12-23 09:20:45 +01:00
parent fcc07846a4
commit 5f744848ac

View file

@ -1,5 +1,19 @@
# Changelog
## 1.12.1 - 2023-12-23
### New features
* Allow to edit pictogram categories from admin list by @yohanboniface in https://github.com/umap-project/umap/pull/1477
### Bug fixes
* Increase iconlayers titles on hover by @yohanboniface in https://github.com/umap-project/umap/pull/1476
* Remove zoom/moeveend events when deleting datalayer by @yohanboniface in https://github.com/umap-project/umap/pull/1484
* Better way of handling escape while drawing by @yohanboniface in https://github.com/umap-project/umap/pull/1483
* Do not fail on greedyTemplate when description is an object by @yohanboniface in https://github.com/umap-project/umap/pull/1482
### Internal changes
* build: Update makefile testjs to open the browser by @almet in https://github.com/umap-project/umap/pull/1472
## 1.12.0 - 2023-12-17
### New features