|
1 |
| -leaflet 1.1 |
| 1 | +leaflet 1.1.0 |
2 | 2 | --------------------------------------------------------------------------------
|
3 | 3 |
|
4 |
| -* Add support for sf |
| 4 | +* Add support for sf. sf, sfc, and sfg classes are supported with POINT, |
| 5 | + LINESTRING, MULTILINESTRING, POLYGON, and MULTIPOLYGON geometries (note |
| 6 | + that MULTIPOINT is not currently supported). |
5 | 7 |
|
6 | 8 | * Added support for Crosstalk (https://rstudio.github.io/crosstalk/).
|
7 | 9 |
|
8 |
| -* Added ability to select rectangular region in a map. |
| 10 | +* Added option to highlight polygons, polylines, circles, and rectangles on |
| 11 | + hover (use highlightOptions parameter). |
9 | 12 |
|
10 |
| -* Added a way for the Map instance to be instantiated via a factory. |
11 |
| - |
12 |
| -* Added option to highlight polygons on hover. |
| 13 | +* Fix behavior when data contains NA points, or zero rows. Previously this would |
| 14 | + cause an error. |
13 | 15 |
|
14 |
| -* Fixed all isses due to missing or NA data. |
| 16 | +* Added `popupOptions` parameter to all markers and shape layers. |
15 | 17 |
|
16 |
| -* Made the package extensible. |
| 18 | +* Upgraded existing plugins to their respective latest versions and added |
| 19 | + missing/new functionality from those plugins. (PR #293) |
17 | 20 |
|
18 |
| -* Fixed Issues #288, #261, #283. |
| 21 | +* Added Proj4Leaflet plugin (PR #294). |
19 | 22 |
|
20 |
| -* Added 2 new plugins Proj4Leaflet (PR #294) and EasyButton (PR #295). |
| 23 | +* Added EasyButton plugin (PR #295). |
21 | 24 |
|
22 |
| -* Upgraded existing plugins to their respective latest versions and added missing/new functionality from those plugins. (PR #293) |
| 25 | +* Added Graticule plugin (PR #293). |
23 | 26 |
|
24 |
| -* Added Graticule plugin (PR #293) |
| 27 | +* Color palette improvements. All color palette functions now support viridis |
| 28 | + palettes ("viridis", "magma", "inferno", and "plasma"). |
25 | 29 |
|
26 |
| -* Upgrade leaflet.js to 0.7.7.1 (PR #359) |
| 30 | +* Color palette functions now support reversing the order in which colors are |
| 31 | + used, via reverse=TRUE. |
27 | 32 |
|
28 |
| -* Color palette improvements. All color palette functions now support viridis palettes ("viridis", "magma", "inferno", and "plasma"). |
| 33 | +* `colorFactor` no longer interpolates qualitative RColorBrewer palettes, |
| 34 | + unless the number of factor levels being mapped exceeds the number of colors |
| 35 | + in the specified RColorBrewer palette. (Issue #300) |
29 | 36 |
|
30 |
| -* Color palette functions now support reversing the order in which colors are used, via reverse=TRUE. |
| 37 | +* Upgrade leaflet.js to 0.7.7.1 (PR #359) |
31 | 38 |
|
32 |
| -* colorFactor no longer interpolates qualitative RColorBrewer palettes, unless the number of factor levels being mapped exceeds the number of colors in the specified RColorBrewer palette. (Issue #300) |
| 39 | +* Added a way for the Map instance to be instantiated via a factory. |
33 | 40 |
|
34 | 41 | leaflet 1.0.2
|
35 | 42 | --------------------------------------------------------------------------------
|
|
0 commit comments