From eabc6d674702986dc7ddad1e4dad611b910cbd57 Mon Sep 17 00:00:00 2001 From: Wonday Date: Wed, 10 Jan 2018 16:22:00 +0800 Subject: [PATCH] version up to 3.0.0 --- README.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f89897a..bdd176b3 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,13 @@ A2. Your react-native version is too old, please upgrade it to 0.47.0+ see also ### ChangeLog -v3.0.0-alpha -(Just a test version, Do not use in your product) +v3.0.0 1. rewrite all iOS codes, improve scroll performance/Smoothness, fix scale/onPageChanged... 2. add onPageSigleTap(), onScaleChanged() -3. update android dependent lib AndroidPdfViewer to 3.0.0.alpha.4 +3. update android dependent lib AndroidPdfViewer to 3.0.0.alpha.5 +4. android support link in pdf +5. delete cache file when error happened Known issues 1. iOS zooming can not scroll to pinch center diff --git a/package.json b/package.json index 8ab8061f..8d362176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "3.0.0-alpha", + "version": "3.0.0", "description": "A react native PDF view component", "main": "index.js", "typings": "./index.d.ts",