Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.4.0 #480

Merged
merged 5 commits into from
Sep 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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