Skip to content

Commit

Permalink
v3.0.6 3/30/2016 Closes #451
Browse files Browse the repository at this point in the history
## Version 3.0.6 - March 30, 2016

No breaking changes

**Bug Fixes**
*
Closes #448 - OfflineEditAdvanced - after multiple offline restarts, UID
begins at -1 again for Adds.

**Enhancements**
* Closes #451 -
OfflineTiles - Option for offline_id_manager localStorage key name
*
Updates to howtousetiles.md documentation for the offlineIdManager
parameter.
  • Loading branch information
robkspeer committed Mar 30, 2016
1 parent c535dac commit 574b8b9
Show file tree
Hide file tree
Showing 17 changed files with 93 additions and 61 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# offline-editor-js - Changelog

## Version 3.0.6 - March 3, 2016
## Version 3.0.6 - March 30, 2016

No breaking changes

**Bug Fixes**

* Closes #448 - OfflineEditAdvanced - after multiple offline restarts, UID begins at -1 again for Adds.

**Enhancements**
* Closes #451 - OfflineTiles - Option for offline_id_manager localStorage key name
* Updates to howtousetiles.md documentation for the offlineIdManager parameter.

## Version 3.0.5 - Feb 2, 2016

Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module.exports = function(grunt) {
beautify: {
semicolons: false //Required: prevents dojo parser errors w/ minified files in this project
},
// preserveComments: 'some',
preserveComments: /^!/,
wrap: false
// mangle: {
// except: ['O']
Expand Down
4 changes: 1 addition & 3 deletions dist/offline-edit-advanced-min.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/offline-edit-advanced-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! esri-offline-maps - v3.0.6 - 2016-03-03
/*! esri-offline-maps - v3.0.6 - 2016-03-30
* Copyright (c) 2016 Environmental Systems Research Institute, Inc.
* Apache License*/
// Configure offline/online detection
Expand Down
3 changes: 3 additions & 0 deletions dist/offline-edit-basic-min.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/offline-edit-basic-src.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! esri-offline-maps - v3.0.6 - 2016-03-03
/*! esri-offline-maps - v3.0.6 - 2016-03-30
* Copyright (c) 2016 Environmental Systems Research Institute, Inc.
* Apache License*/
// Configure offline/online detection
Expand Down
29 changes: 17 additions & 12 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 574b8b9

Please sign in to comment.