Skip to content

Commit

Permalink
NativeScript 4 plugin format compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed May 7, 2018
1 parent 7618580 commit eb9f056
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.log
*.map
*.tgz
*.aar
!src/angular/*.js
!demo/karma.conf.js
!demo/app/tests/*.js
Expand All @@ -16,4 +17,4 @@ demo/lib
demo/platforms
node_modules
demo/hooks/
publish/package/
publish/package/
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion publish/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish() {
npm publish *.tgz
}

./pack.sh && publish
./pack.sh && publish
5 changes: 4 additions & 1 deletion src/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
*.ts
!*.d.ts
tsconfig.json
references.d.ts
references.d.ts
platforms/android/*
!platforms/android/include.gradle
!platforms/android/*.aar

0 comments on commit eb9f056

Please sign in to comment.