Skip to content

Commit

Permalink
Merge pull request #480 from andygup/compress
Browse files Browse the repository at this point in the history
v3.4.0
  • Loading branch information
andygup committed Sep 14, 2016
2 parents 9dfecda + 037ed56 commit 2f9a2c9
Show file tree
Hide file tree
Showing 16 changed files with 1,056 additions and 24 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# offline-editor-js - Changelog

## Version 3.4.0 - September 13, 2016

Possible breaking changes.

**Enhancements**
* Added base64 re-encoding to the tile database that results in a 2.7x (16/6) reduction in storage size.

**Known Issues**
* Firefox v48.x is showing tiles as hidden when they should be visible. This issue existed at v3.3.2.


## Version 3.3.2 - August 24, 2016

No breaking changes.
Expand Down
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = function(grunt) {
'lib/tiles/OfflineTilesNS.js',
'lib/tiles/TilesCore.js',
'lib/tiles/TilesStore.js',
'lib/tiles/base64string.js',
'lib/tiles/tilingScheme.js',
'lib/tpk/autoCenterMap.js',
'lib/tpk/OfflineTpkNS.js',
Expand Down Expand Up @@ -74,6 +75,7 @@ module.exports = function(grunt) {
'lib/tiles/OfflineTilesBasic.js',
'lib/tiles/OfflineTilesNS.js',
'lib/tiles/base64utils.js',
'lib/tiles/base64string.js',
'lib/tiles/FileSaver.js',
'lib/tiles/TilesCore.js',
'lib/tiles/TilesStore.js',
Expand All @@ -87,6 +89,7 @@ module.exports = function(grunt) {
'lib/tiles/OfflineTilesAdvanced.js',
'lib/tiles/OfflineTilesNS.js',
'lib/tiles/base64utils.js',
'lib/tiles/base64string.js',
'lib/tiles/FileSaver.js',
'lib/tiles/TilesCore.js',
'lib/tiles/TilesStore.js',
Expand Down
2 changes: 1 addition & 1 deletion dist/offline-edit-advanced-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! esri-offline-maps - v3.3.0 - 2016-07-12
/*! esri-offline-maps - v3.4.0 - 2016-09-13
* Copyright (c) 2016 Environmental Systems Research Institute, Inc.
* Apache License*/
// Configure offline/online detection
Expand Down
2 changes: 1 addition & 1 deletion dist/offline-edit-basic-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! esri-offline-maps - v3.3.0 - 2016-07-12
/*! esri-offline-maps - v3.4.0 - 2016-09-13
* Copyright (c) 2016 Environmental Systems Research Institute, Inc.
* Apache License*/
// Configure offline/online detection
Expand Down
70 changes: 67 additions & 3 deletions dist/offline-tiles-advanced-min.js

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

Loading

0 comments on commit 2f9a2c9

Please sign in to comment.