Skip to content

Commit

Permalink
Update dependencies + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed Aug 19, 2016
1 parent 2297626 commit c3a3cac
Show file tree
Hide file tree
Showing 22 changed files with 319 additions and 456 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
"rules": {
"comma-dangle": [1, "always-multiline"],
"jsx-quotes": [2, "prefer-single"],
"no-duplicate-imports": [0],
"no-unused-vars": [2, { "varsIgnorePattern": "^_" }],
"space-infix-ops": [0]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.0-beta.2 (unreleased)

- Revert basing components from `React.PureComponent` to `React.Component`.

## v1.0.0-beta.1 (2016-07-30)

- [BREAKING] Renamed `GeoJson` to `GeoJSON` to match Leaflet's change.
Expand Down
4 changes: 2 additions & 2 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Please make sure to check the following boxes before submitting an issue. Thanks!

- [ ] Check that all peer dependencies are installed: React, ReactDOM and Leaflet.
- [ ] Check that you are using a supported version of React and ReactDOM (v15.3.0+).
- [ ] Check that you are using the supported version of Leaflet (v.1.0.0-rc.2) and its corresponding CSS file is loaded.
- [ ] Check that you are using a supported version of React and ReactDOM (v15.0.0+).
- [ ] Check that you are using the supported version of Leaflet (v.1.0.0-rc.3) and its corresponding CSS file is loaded.
- [ ] Make sure you have followed the [quick start guide](http://leafletjs.com/examples/quick-start.html) for Leaflet.
- [ ] Make sure you have fully read the [documentation](https://github.com/PaulLeCam/react-leaflet/blob/next/docs/README.md) and that you understand the [technical considerations](https://github.com/PaulLeCam/react-leaflet/blob/next/docs/How%20it%20works.md#limitations).

Expand Down
Loading

0 comments on commit c3a3cac

Please sign in to comment.