Skip to content

Commit

Permalink
Add drop support of IE <= 10 information (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvein authored and PaulLeCam committed Sep 30, 2016
1 parent 786474c commit 2853dff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v0.12.0

**Drop support for IE <= 10** as explained in [this comment](https://github.com/PaulLeCam/react-leaflet/issues/215#issuecomment-243996907).

**Deprecated:** the `getLeafletElement()` method on components is deprecated, you can simply use the `leafletElement` property instead.

The major change in this version is the use of [context](https://facebook.github.io/react/docs/context.html) instead of props to pass Leaflet instances from components to their children.
Expand Down

0 comments on commit 2853dff

Please sign in to comment.