From 308a212cbee2c518ed26956594cb0a75ab4d56d8 Mon Sep 17 00:00:00 2001 From: Wonday Date: Tue, 31 Jul 2018 14:29:25 +0800 Subject: [PATCH] version up to v5.0.0 --- README.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 733b4f72..819cc176 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,15 @@ A4. Expo does not support native module. you can read more expo caveats [`here`] ### ChangeLog + +v5.0.0 (**break change**) +1. use iOS PDFKit to show pdf (iOS SDK>=11) +2. use js+native to show pdf (iOS SDK<11, the same with 4.0.0) +3. support pdf with layers (iOS SDK>=11) +4. support pdf with links (iOS SDK>=11) +5. fix zoom (iOS SDK>=11) + + v4.0.0 (**break change**) 1. replace dependence lib ```react-native-fetch-blob``` with ```rn-fetch-blob``` if you upgrade from an old version, you should diff --git a/package.json b/package.json index 739702b3..55794c79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "4.0.0", + "version": "5.0.0", "description": "A react native PDF view component", "main": "index.js", "typings": "./index.d.ts",