Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 957 Bytes

NEWS.md

File metadata and controls

29 lines (17 loc) · 957 Bytes

leafpop 0.1.0 (2021-05-22)

new features:

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