Skip to content

Commit eb9f056

Browse files
NativeScript 4 plugin format compat.
1 parent 7618580 commit eb9f056

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*.log
66
*.map
77
*.tgz
8+
*.aar
89
!src/angular/*.js
910
!demo/karma.conf.js
1011
!demo/app/tests/*.js
@@ -16,4 +17,4 @@ demo/lib
1617
demo/platforms
1718
node_modules
1819
demo/hooks/
19-
publish/package/
20+
publish/package/

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55

66
**Fixed bugs:**
77

8-
- The App crashs on Android when using nativescript-vue - missing toHumanReadableAscii method[\#216](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/216)
8+
- Nativescript Mapbox on iOS retain memory after navigation away [\#67](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/67)
9+
- The App crashs on Android when using nativescript-vue - missing toHumanReadableAscii method [\#216](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/216)
10+
- Didn't find class "com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin" [\#198](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/198)
911

1012
**Implemented enhancements:**
1113

14+
- Using/Showing an offline map [\#150](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/150)
1215
- Polygons for iOS [\#204](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/204)
1316
- animateCamera with target increases the zoomLevel to maximum in iOS [\#215](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/215)
1417
- Bump Mapbox iOS SDK to 4.0.0 and Android to 6.0.1 [\#219](https://github.com/EddyVerbruggen/nativescript-mapbox/issues/219)

publish/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ publish() {
88
npm publish *.tgz
99
}
1010

11-
./pack.sh && publish
11+
./pack.sh && publish

src/.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
*.ts
33
!*.d.ts
44
tsconfig.json
5-
references.d.ts
5+
references.d.ts
6+
platforms/android/*
7+
!platforms/android/include.gradle
8+
!platforms/android/*.aar

0 commit comments

Comments
 (0)