Skip to content

Commit

Permalink
📦 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jul 4, 2016
1 parent 6bbe38b commit 1a3224c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.0.4

### Fixed

* ensure we remove all Esri logos from the map #795
* ensure addfeature and removefeature events are emitted when L.esri.featureLayers are added to and removed from the map. #788

## 1.0.3

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esri-leaflet",
"version": "v1.0.3",
"version": "v1.0.4",
"main": "dist/esri-leaflet.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esri-leaflet",
"version": "1.0.3",
"version": "1.0.4",
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services",
"main": "dist/esri-leaflet.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/EsriLeaflet.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var EsriLeaflet = { //jshint ignore:line
VERSION: '1.0.3',
VERSION: '1.0.4',
Layers: {},
Services: {},
Controls: {},
Expand Down

0 comments on commit 1a3224c

Please sign in to comment.