-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNEWS
29 lines (17 loc) · 943 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
leafpop 0.1.0 (2021-05-22)
new features:
* popupImages & popupGraphs have gained argument 'tooltip' to show images/graphs on hover. https://twitter.com/TimSalabim3/status/1347865160074072064
* popupImages will now append to already existing popup content. #14
bugfixes:
* in markdown mode widths of popupImages is now respected. #15
leafpop 0.0.6
new features:
* popupTable has gained argument 'className' to append a CSS class name to the table. #9 See ?popupTable for an example.
leafpop 0.0.5
changes:
* image/graph popup container background color now white.
* popupTable now drops geometry column if zcol is set and it is not explicitly included. #2
* new functions addPopupImages & addPopupGraphs register images properly so that they are now included if a map is rendered in markdown or saved locally. #1
* dropped Rcpp dependency with next to no speed loss. Thanks to @fdetsch!
leafpop 0.0.1
initial commit