Skip to content

Commit 911a9ea

Browse files
committed
Bump to 1.1.0.0, Update metadata
1 parent 4839688 commit 911a9ea

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package: leaflet
22
Type: Package
33
Title: Create Interactive Web Maps with the JavaScript 'Leaflet' Library
4-
Version: 1.0.2.9010
5-
Date: 2016-12-14
4+
Version: 1.1.0
5+
Date: 2017-02-17
66
Authors@R: c(
77
person("Joe", "Cheng", email = "[email protected]", role = c("aut", "cre")),
8+
person("Bhaskar", "Karambelkar", role = c("aut")),
89
person("Yihui", "Xie", role = c("aut")),
910
person("Hadley", "Wickham", role = c("ctb")),
1011
person("Kenton", "Russell", role = c("ctb")),
11-
person("Bhaskar", "Karambelkar", role = c("ctb")),
1212
person("Kent", "Johnson", role=c("ctb")),
1313
person("jQuery Foundation and contributors", role = c("ctb", "cph"), comment = "jQuery library"),
1414
person("Vladimir", "Agafonkin", role = c("ctb", "cph"), comment = "Leaflet library"),

NEWS

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,42 @@
1-
leaflet 1.1
1+
leaflet 1.1.0
22
--------------------------------------------------------------------------------
33

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).
57

68
* Added support for Crosstalk (https://rstudio.github.io/crosstalk/).
79

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).
912

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.
1315

14-
* Fixed all isses due to missing or NA data.
16+
* Added `popupOptions` parameter to all markers and shape layers.
1517

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)
1720

18-
* Fixed Issues #288, #261, #283.
21+
* Added Proj4Leaflet plugin (PR #294).
1922

20-
* Added 2 new plugins Proj4Leaflet (PR #294) and EasyButton (PR #295).
23+
* Added EasyButton plugin (PR #295).
2124

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).
2326

24-
* Added Graticule plugin (PR #293)
27+
* Color palette improvements. All color palette functions now support viridis
28+
palettes ("viridis", "magma", "inferno", and "plasma").
2529

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.
2732

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)
2936

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)
3138

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.
3340

3441
leaflet 1.0.2
3542
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)