Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 6e0db9e

Browse files
committed
Release v0.8.6
1 parent afae8f4 commit 6e0db9e

6 files changed

Lines changed: 34 additions & 5 deletions

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a name"0.8.6"></a>
2+
### 0.8.6 (2015-07-28)
3+
4+
5+
#### Bug Fixes
6+
7+
* **dependencies:**
8+
* Require any AngularJS library between the 1.x major versions ([ad7d402a](https://github.com/tombatossals/angular-leaflet-directive/commit/ad7d402a))
9+
* JSDOM must be version below 4.x to be able to work with NodeJS ([45f706bb](https://github.com/tombatossals/angular-leaflet-directive/commit/45f706bb))
10+
* JSDOM must be version below 4.x to be able to work with NodeJS ([575bd06f](https://github.com/tombatossals/angular-leaflet-directive/commit/575bd06f))
11+
* **libraries:** Updated bower.json with AngularJS latest stable version: https://github.com/tomb ([50ec972c](https://github.com/tombatossals/angular-leaflet-directive/commit/50ec972c))
12+
* **marker:** use correct individual isDeep watch parameter ([17fb090c](https://github.com/tombatossals/angular-leaflet-directive/commit/17fb090c))
13+
14+
15+
#### Features
16+
17+
* **bounds:**
18+
* Extracted the nominatim functionality as a service, to be able to use it from ce ([11e9e31c](https://github.com/tombatossals/angular-leaflet-directive/commit/11e9e31c))
19+
* Added the nominatim address way of setting bounds, as requested by @stefan-niede ([6e16cad0](https://github.com/tombatossals/angular-leaflet-directive/commit/6e16cad0))
20+
* **controls:**
21+
* Reworked and cleaned up "controls" code. Now is possible to add/remove controls ([2d008cc4](https://github.com/tombatossals/angular-leaflet-directive/commit/2d008cc4))
22+
* Added new example of the search-plugin ([18597cb9](https://github.com/tombatossals/angular-leaflet-directive/commit/18597cb9))
23+
* **examples:** Added a new example of setting bounds with Nominatim feature. ([48986290](https://github.com/tombatossals/angular-leaflet-directive/commit/48986290))
24+
* **layercontrol:**
25+
* Add groups for layers ([6c35d448](https://github.com/tombatossals/angular-leaflet-directive/commit/6c35d448))
26+
* Add group option ([93e33971](https://github.com/tombatossals/angular-leaflet-directive/commit/93e33971))
27+
* New layer control ([27677059](https://github.com/tombatossals/angular-leaflet-directive/commit/27677059))
28+
29+
130
<a name"0.8.5"></a>
231
### 0.8.5 (2015-06-29)
332

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.5",
5+
"version": "0.8.6",
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.5 2015-07-28
2+
* angular-leaflet-directive 0.8.6 2015-07-28
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.5",
5+
"version": "0.8.6",
66
"homepage": "http://tombatossals.github.io/angular-leaflet-directive/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)