Skip to content

Commit d11be11

Browse files
author
Edan Schwartz
committed
Update version to 0.7.5
1 parent 4535caf commit d11be11

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.7.5
2+
3+
* FIX: Bug fix: MarkerCollection markers adding before setting the object to a map
4+
were not being rendered (Leaflet only)
5+
* FIX: Include marker cluster icon styles inline (Leaflet), or injected into the DOM (gmaps)
6+
* FIX: Fix PointDataMarker attribute lookups, in cases where the data object is not populated.
7+
8+
19
# 0.7.4
210

311
* ADD: Animation method: `setFrom`, `setTo`, `getFrom`, `getTo`

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"weathernation",
88
"backbone"
99
],
10-
"version": "0.7.4",
10+
"version": "0.7.5",
1111
"homepage": "https://github.com/hamweather/aerisjs",
1212
"main": "src",
1313
"ignore": [

docs/yuidoc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Aeris.js",
33
"description": "A javscript library for maps and weather.",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"url": "http://aerisjs.com",
66
"logo": "themes/public/images/aeris_logo.png",
77
"helpers": [
@@ -11,7 +11,7 @@
1111
"themes/api/helpers/helpers.js"
1212
],
1313
"config": {
14-
"version": "0.7.4",
14+
"version": "0.7.5",
1515
"cdnPath": "//cdn.aerisjs.com/{PACKAGE}.min.js",
1616
"githubUrl": "https://github.com/hamweather/aerisjs",
1717
"aerisApiUrl": "http://www.hamweather.com/support/documentation/aeris",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Aeris.js",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "A javscript library for maps and weather.",
55
"main": "",
66
"directories": {

0 commit comments

Comments
 (0)