Skip to content

Commit

Permalink
Version 6.0.3, fixes #186 and #159
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed May 17, 2012
1 parent b47a22a commit 913e19f
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
## Changelog

## 6.0.3

* The template HTML sanitizer now permits the use of
`_target` in link elements
* Fix for tooltips updating on hover

## 6.0.2

* Fixes off-by-one error that limited OpenLayers
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.bing.js
@@ -1,4 +1,4 @@
/* wax - 6.0.2 - 1.0.4-564-gff7fc26 */
/* wax - 6.0.3 - 1.0.4-565-gb47a22a */


!function (name, context, definition) {
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.bing.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wax.esri.js
@@ -1,4 +1,4 @@
/* wax - 6.0.2 - 1.0.4-564-gff7fc26 */
/* wax - 6.0.3 - 1.0.4-565-gb47a22a */


!function (name, context, definition) {
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.esri.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wax.g.js
@@ -1,4 +1,4 @@
/* wax - 6.0.2 - 1.0.4-564-gff7fc26 */
/* wax - 6.0.3 - 1.0.4-565-gb47a22a */


!function (name, context, definition) {
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.g.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wax.leaf.js
@@ -1,4 +1,4 @@
/* wax - 6.0.2 - 1.0.4-564-gff7fc26 */
/* wax - 6.0.3 - 1.0.4-565-gb47a22a */


!function (name, context, definition) {
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.leaf.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wax.mm.js
@@ -1,4 +1,4 @@
/* wax - 6.0.2 - 1.0.4-564-gff7fc26 */
/* wax - 6.0.3 - 1.0.4-565-gb47a22a */


!function (name, context, definition) {
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.mm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wax.ol.js
@@ -1,4 +1,4 @@
/* wax - 6.0.2 - 1.0.4-564-gff7fc26 */
/* wax - 6.0.3 - 1.0.4-565-gb47a22a */


!function (name, context, definition) {
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.ol.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wax.p.js
@@ -1,4 +1,4 @@
/* wax - 6.0.2 - 1.0.4-564-gff7fc26 */
/* wax - 6.0.3 - 1.0.4-565-gb47a22a */


!function (name, context, definition) {
Expand Down
2 changes: 1 addition & 1 deletion dist/wax.p.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "wax",
"version": "6.0.2",
"version": "6.0.3",
"description": "Tools for improving web maps.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 913e19f

Please sign in to comment.