Skip to content

Commit

Permalink
release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ths2-9Y-LqJt6 committed Nov 15, 2018
1 parent 924b9dd commit cc3b49a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,9 @@ Run these commands as your unprivileged user you're doing your development as:
## Release History
* Version 1.7.2 November 15 2018
* Change first click on column head to be Descending instead of Ascending - [Issue #95](https://github.com/Packet-Clearing-House/maptable/issues/95)
* Fix some corner cases this.legendCountry[attrKey] is not defined in GeoMap.js - [Issue #96](https://github.com/Packet-Clearing-House/maptable/issues/96)
* Version 1.7.1 November 14 2018
* Fix Excessive updates to window history - [Issue #93](https://github.com/Packet-Clearing-House/maptable/issues/93)
* Version 1.7.0 November 14 2018 (Also includes items in unreleased 1.6.1)
Expand Down
4 changes: 2 additions & 2 deletions dist/maptable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/maptable.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/maptable.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/maptable.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/maptable.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maptable",
"version": "1.7.1",
"version": "1.7.2",
"description": "Visualization tool that transforms data to Map or/and Table (with filters)",
"main": "dist/maptable.min.js",
"homepage": "https://github.com/Packet-Clearing-House/maptable",
Expand Down

0 comments on commit cc3b49a

Please sign in to comment.