- Included Leaflet.Geosearch
plugin
- Fixed missing OpenWeather loading GIF and layers/group
matching.
- Fixed missing heightgraph icons. (Thanks @hungkitwchi)
- Fixed tests using leaflet::atlStorms2005, as it will be
ansfobject. (Thanks @olivroy)
- Fixed reachability icon handling: check for dependencies in options
and extend the example app.
- Fix tests
- Add select-inputs to sidebar-example
- Included LayerGroup.Collision
plugin
- Included LayerGroup.Conditional
plugin
- Included OSM Buildings
plugin
- New Function addDiviconaddsDivIconmarkers to Leaflet maps with support for custom HTML and CSS classes.
See the example in./inst/examples/divicons_html_app.R
- Added addClusterChartsto enable pie
and bar charts in Marker clusters usingLeaflet.markercluster,d3andL.DivIcon, with support for customizable category styling
and various aggregation methods like sum, min, max,
mean, and median.
- The opened sidebar tab is returned as Shiny input using the
sidebar_tabsID. #67
- allow ...inantpathOptionsto be able to
set the pane (e.g.:renderer= JS('L.svg({pane: "my-pane"})'))
- Switched from geojsonsftoyyjsonr(heightgraph, timeslider, clustercharts)
- Fix for roxygen2 > 7.0.0. #1491
- Added enableContextmenuanddisableContextmenu
- Fixed tests for leaflet v2.2.0. Thanks to @gadenbuie (#60)
- Bugfix when Sidebar is used inside Shiny modules. The sidebar
functions addSidebarandopenSidebarnow have
an argumentns, where Shiny’s namespacing function (e.g:
session$ns) can be included.
- Arrowheads now passes all options in arrowheadOptionstoL.polyline
- Update leaflet.heightgraphto 1.3.2.
Has no dependency tod3anymore.
- Skip tests which use an internet connection
- Adapted URLs and deleted old Mapkey URL
- Included Arrowheads
plugin
- Included Leaflet.Sync
plugin
- Included Leaflet
MovingMarkers plugin
- Included Leaflet Spin
plugin. Thanks to @radbasa
- Included Labelgun plugin.
- addTimeslidergained styling options and the arguments- label,- labelOptions,- sameDateand- ordertimeand works for Point / Linestring Simple Feature
Collections
- Enable multiple sidebars. Thanks to @jeffreyhanson
- Option fitremoved for sidebars as plugin CSS/JS was
adapted
- Deprecated
menuItem/mapmenuItems/markermenuItemsand renamed with prefixcontext_. Fixes #10 and #17
- Some improvement for the easyprintplugin: (Fixes #31)
- It is now possible to include multiple custom sizeModesineasyprintOptions. The example easyprint_app.R has been
extended to demonstrate the new functionalities.
- The tileLayeroption now accepts a group name for a
tilelayer for which printing will wait until the layer is fully
loaded.
 
- The addPlaybackis now capable of displaying labels and
popups for every timestep. The transition of labels and popups can be
controlled withtransitionpopupandtransitionlabel.
- The function addHistorynow requires the
fontawesome package, since the dependency is not included in
shiny’s shared directory anymore.
- The function addWMSgained the argumentcheckempty, which will check the returning HTML-body tag.
If the body is empty, no popup is opened.
- The function addMovingMarkernow accepts icons created
bymakeAwesomeIcon.
- Included Leaflet
Contextmenu plugin
- Included Leaflet
TimeSlider plugin
- addWMSgained the- layerIdargument and
works like- leaflet::addWMSTilesexcept for the- popupOptions
- Side-by-Sidedoesn’t propagate click events when
dragging. Thanks to- f905a47of #23