diff --git a/.gitignore b/.gitignore index 514bfdb..c9e1946 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.log *.map *.tgz +*.aar !src/angular/*.js !demo/karma.conf.js !demo/app/tests/*.js @@ -16,4 +17,4 @@ demo/lib demo/platforms node_modules demo/hooks/ -publish/package/ \ No newline at end of file +publish/package/ diff --git a/CHANGELOG.md b/CHANGELOG.md index ce49b14..2b3963a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,13 @@ **Fixed bugs:** -- The App crashs on Android when using nativescript-vue - missing toHumanReadableAscii method[\#216](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/216) +- Nativescript Mapbox on iOS retain memory after navigation away [\#67](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/67) +- The App crashs on Android when using nativescript-vue - missing toHumanReadableAscii method [\#216](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/216) +- Didn't find class "com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin" [\#198](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/198) **Implemented enhancements:** +- Using/Showing an offline map [\#150](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/150) - Polygons for iOS [\#204](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/204) - animateCamera with target increases the zoomLevel to maximum in iOS [\#215](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/215) - Bump Mapbox iOS SDK to 4.0.0 and Android to 6.0.1 [\#219](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/219) diff --git a/publish/publish.sh b/publish/publish.sh index 8e72704..faa7927 100755 --- a/publish/publish.sh +++ b/publish/publish.sh @@ -8,4 +8,4 @@ publish() { npm publish *.tgz } -./pack.sh && publish \ No newline at end of file +./pack.sh && publish diff --git a/src/.npmignore b/src/.npmignore index 2f91548..562563b 100644 --- a/src/.npmignore +++ b/src/.npmignore @@ -2,4 +2,7 @@ *.ts !*.d.ts tsconfig.json -references.d.ts \ No newline at end of file +references.d.ts +platforms/android/* +!platforms/android/include.gradle +!platforms/android/*.aar