Skip to content

Commit 6a08769

Browse files
committed
Release v0.8.8
1 parent bed3abb commit 6a08769

File tree

6 files changed

+22
-5
lines changed

6 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name"0.8.8"></a>
2+
### 0.8.8 (2015-09-04)
3+
4+
5+
#### Bug Fixes
6+
7+
* **center:**
8+
* Fix bug with scope.center via @ageblade ([7e718c5f](https://github.com/tombatossals/angular-leaflet-directive/commit/7e718c5f))
9+
* Fix bug with scope.center ([277ebc58](https://github.com/tombatossals/angular-leaflet-directive/commit/277ebc58))
10+
11+
12+
#### Features
13+
14+
* **layers:** Add support for Leaflet.TileLayer.IIP ([ec0fe740](https://github.com/tombatossals/angular-leaflet-directive/commit/ec0fe740))
15+
* **lf-center:** lfCenter or 'lf-center' added which is a dupe of center. center to be deprecated ([06b5a3fa](https://github.com/tombatossals/angular-leaflet-directive/commit/06b5a3fa))
16+
17+
118
<a name"0.8.7"></a>
219
### 0.8.7 (2015-08-26)
320

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-leaflet-directive",
33
"author": "https://github.com/tombatossals/angular-leaflet-directive/graphs/contributors",
44
"description": "angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps",
5-
"version": "0.8.7",
5+
"version": "0.8.8",
66
"homepage": "http://tombatossals.github.io/angular-leaflet-directive/",
77
"keywords": [
88
"angularjs",

dist/angular-leaflet-directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* angular-leaflet-directive 0.8.7 2015-09-04
2+
* angular-leaflet-directive 0.8.8 2015-09-04
33
* angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps
44
* git: https://github.com/tombatossals/angular-leaflet-directive
55
*/

dist/angular-leaflet-directive.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-leaflet-directive_dev_mapped.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "https://github.com/tombatossals/angular-leaflet-directive/graphs/contributors",
33
"name": "angular-leaflet-directive",
44
"description": "angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps",
5-
"version": "0.8.7",
5+
"version": "0.8.8",
66
"homepage": "http://tombatossals.github.io/angular-leaflet-directive/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)