Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Aug 21, 2017
1 parent 59040f9 commit 772065e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
leaflet 1.1.1
--------------------------------------------------------------------------------

* Add `groupOptions` parameter, currently the only option is letting you specify
* Fix a bug where the default `addTiles()` would not work with .html files
served directly from the filesystem.

* Add `groupOptions` function. Currently the only option is letting you specify
zoom levels at which a group should be visible.

* Fix bug with accessing columns in formulas when the data source is a Crosstalk
SharedData object wrapping a spatial data frame or sf object.

* Fix strange wrapping behavior for legend, especially common for Chrome when
browser zoom level is not 100%.

* Fix incorrect opacity on NA entry in legend. (PR #425)

leaflet 1.1.0
Expand Down

1 comment on commit 772065e

@bhaskarvk
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add auto legend support in NEWS?

Please sign in to comment.