From 4bd5cf28114ce68fe8b529d70f33de56ac05a6b1 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 14 Jun 2021 00:23:26 -0400 Subject: [PATCH] Prep for v0.3.0 --- docs/changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 82532bb2af..5a5d379467 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,23 @@ # Changelog +## v0.3.0 - June 14, 2021 + +**New Features**: + +- Added Planet basemaps GUI [#9](https://github.com/giswqs/leafmap/issues/9) +- Added open point layer GUI [#29](https://github.com/giswqs/leafmap/issues/29) +- Improved GUI for opening vector data from http [#33](https://github.com/giswqs/leafmap/issues/33) +- Added map to html function [#32](https://github.com/giswqs/leafmap/issues/32) +- Added point layer with popup [#27](https://github.com/giswqs/leafmap/issues/27) +- Added vector tile layer support [#26](https://github.com/giswqs/leafmap/pull/26) +- Added HERE map plotting backend [#20](https://github.com/giswqs/leafmap/pull/20) + +**Improvement** + +- Allow json file in open data widget +- Added five notebook tutorials +- Fixed folium map custom size bug [#21](https://github.com/giswqs/leafmap/issues/21) + ## v0.2.0 - June 5, 2021 **New Features**: