Skip to content

Commit 98161b3

Browse files
committed
Bumped to 3.6.1
1 parent ea214ef commit 98161b3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v3.6.1
2+
===================
3+
## Bug fixes
4+
* Fixed `px-map-marker-group` not updating when its data prop is updated with an empty features collection
5+
* Tweaked `px-map-control-scale` font-size so that it always fits within the scale element. Font-size can be configured with `--px-map-scale-font-size` CSS variable.
6+
17
v3.6.0
28
===================
39
## New features:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "px-map",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "A lightweight framework for building interactive maps with web components",
55
"main": [
66
"px-map.html"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "px-map",
33
"author": "General Electric",
44
"description": "A lightweight framework for building interactive maps with web components",
5-
"version": "3.6.0",
5+
"version": "3.6.1",
66
"private": false,
77
"extName": null,
88
"repository": {

0 commit comments

Comments
 (0)