From e01a5dd55833ba847d9c6b1ee39e04733620247d Mon Sep 17 00:00:00 2001 From: Tim Appelhans Date: Sat, 16 Sep 2023 12:05:21 +0200 Subject: [PATCH] bump version 0.2.1 --- DESCRIPTION | 2 +- NEWS | 15 +-------------- NEWS.md | 27 +++++++-------------------- 3 files changed, 9 insertions(+), 35 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 82e5109..1f39806 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: leafem Title: 'leaflet' Extensions for 'mapview' -Version: 0.2.0.9021 +Version: 0.2.1 Authors@R: c(person(given = "Tim", family = "Appelhans", diff --git a/NEWS b/NEWS index 7cc4996..8463e53 100644 --- a/NEWS +++ b/NEWS @@ -1,19 +1,10 @@ -leafem 0.2.0.9021 (2023-03-26) +leafem 0.2.1 (2023-09-16) features and improvements * new suite of functions to add PMTiles served from S3 bucket. * addFgb() now responds to click, mouseover & mouseout in shiny (thanks to @dfriend21). #64 -bug fixes - -documentation etc - -miscellaneous - - -leafem 0.2.0 (2022-04-16) - features and improvements * addFGB() now accepts arbitrary labels. #53 @@ -25,13 +16,10 @@ bug fixes * fix parsing of negative coordinates in clip2sfc(). @famuvie #45 * remove offending character conversion in addStaticLabels(). @jannes-m #47 -documentation etc - miscellaneous * removed gdalUtils dependency using new sf::st_layers() instead. - leafem 0.1.8 bugfixes: @@ -54,7 +42,6 @@ miscellaneous: * add(Raster/Stars)RGB default quantile stretching now between 0 & 1. - leafem 0.1.3 new features: diff --git a/NEWS.md b/NEWS.md index a652109..5f6a0a0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,18 +1,9 @@ -# leafem 0.2.0.9021 (2023-03-26) +# leafem 0.2.1 (2023-09-16) #### ✨ features and improvements * new suite of functions to add PMTiles served from S3 bucket. - * `addFgb()` now responds to click, mouseover & mouseout in shiny (thanks to @dfriend21). #64 - -#### 🐛 bug fixes - -#### 💬 documentation etc - -#### 🍬 miscellaneous - - -## leafem 0.2.0 (2022-04-16) + * `addFgb()` now responds to click, mouseover & mouseout in shiny (thanks to @dfriend21). #64 #### ✨ features and improvements @@ -25,12 +16,9 @@ * fix parsing of negative coordinates in `clip2sfc()`. @famuvie #45 * remove offending character conversion in `addStaticLabels()`. @jannes-m #47 -#### 💬 documentation etc - #### 🍬 miscellaneous - * removed `gdalUtils` dependency using new `sf::st_layers()` instead. - + * removed `gdalUtils` dependency using new `sf::st_layers()` instead. ## leafem 0.1.8 @@ -44,17 +32,16 @@ bugfixes: new features: * new function addReactiveFeatures to show/hide one layer when clicking on another. #38 - + bugfixes: * imageQuery now properly updated in shiny. #27 * homeButton did not work for extents with xmin = 0. #40 - + miscellaneous: * add(Raster/Stars)RGB default quantile stretching now between 0 & 1. - ## leafem 0.1.3 new features: @@ -63,7 +50,7 @@ new features: * new functions addGeotiff and addGeoRaster to render large raster data using https://github.com/GeoTIFF/georaster-layer-for-leaflet bugfixes: - + * don't use st_zm for addFeatures.mapdeck * remove mousecoords strip only if it exists. #23 * addFgb now respects pane passed via options. @@ -82,7 +69,7 @@ new features: * addFeatures now also works with leaflet_proxy objects. Thanks Lorento Busetto #2. * new function `addFgb` to add flatgeobuf files from file or url. * addImageQuery now much more robust. Also works with leaflet_proxy objects now. Thanks to Sebastian Gatscha #9, #12, #13 - + miscellaneous: * garnishMap now uses match.arg and tries to be more robust.