Releases: Merott/nativescript-pdf-view
Releases · Merott/nativescript-pdf-view
v2.0.1
<a name"2.0.1">
2.0.1 (2017-05-25)
Bug Fixes
- android: fix crash on android (b84c6cae)
v2.0.0
<a name"2.0.0">
2.0.0 (2017-05-21)
Bug Fixes
- eveyrthing: upgrade to NativeScript 3.0.0 (1bf80c74)
Performance Improvements
- iOS: switched from
UIWebView
to WKWebView
for improved performance on iOS.
Breaking Changes
- The plugin no longer auto-registers a tag in Angular applications. Instructions to register a
PDFView
element have been added to the project README.
- Support for iOS 7 has been dropped as a result of switching from
UIWebView
to WKWebView
.
(1bf80c74)
v1.2.1
<a name"1.2.1">
1.2.1 (2017-02-11)
Bug Fixes
iOS: fix issue with mainScreen no longer a function in Xcode 8 (66bd513b)
v1.2.0
<a name"1.2.0">
1.2.0 (2016-09-01)
Features
- Events: a
load
event to notify when a PDF has finished loading (5170ffd5, closes #3)
v1.1.0
<a name"1.1.0">
1.1.0 (2016-08-26)
Bug Fixes
- iOS: crash on iOS 64-bit architecture (391559fb)
Features
- Android: upgrade to AndroidPdfViewer@2.0.1 with continuous scroll (6c2c0fce)
v1.0.2
<a name"1.0.1">
1.0.1 (2016-08-08)
Bug Fixes
- demo: fix demo dependencies and update README (5a1ce1b)
v1.0.1
<a name"1.0.1">
1.0.1 (2016-08-08)
Bug Fixes
- exceptions: avoid trying to load when not given a source (d18b3b06)
- iOS: fix loading local PDF files on iOS (71281787)