From 92d4c9d29148fbff1f505f201ceeaf0de35a8cc6 Mon Sep 17 00:00:00 2001 From: Wonday Date: Wed, 1 Nov 2017 17:16:05 +0800 Subject: [PATCH] version up to v2.0.2 --- README.md | 34 +++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 22170285..1bdf406a 100644 --- a/README.md +++ b/README.md @@ -34,45 +34,49 @@ A2. Your react-native version is too old, please upgrade it to 0.47.0+ see also ### ChangeLog +v2.0.2 + +1. Fix pdf canvas was clipped problem [`#69`](https://github.com/wonday/react-native-pdf/issues/69) + v2.0.1 -1. improve iOS version scrolling performance -2. fix never ending loop rendering problem in example code +1. Improve iOS version scrolling performance +2. Fix never ending loop rendering problem in example code v2.0.0 1. Reimplement iOS version by UIScrollView, improve scrolling performance -2. fix iOS paging [`#63`](https://github.com/wonday/react-native-pdf/issues/63) +2. Fix iOS paging [`#63`](https://github.com/wonday/react-native-pdf/issues/63) v1.3.5 -1. improve scolling performance -2. return pdf local/cache path when callback onLoadComplete [`#57`](https://github.com/wonday/react-native-pdf/issues/57) +1. Improve scolling performance +2. Return pdf local/cache path when callback onLoadComplete [`#57`](https://github.com/wonday/react-native-pdf/issues/57) v1.3.4 -1. update iOS project to Xcode9 format. -2. fix crash problem when load from base64 [`#58`](https://github.com/wonday/react-native-pdf/issues/58) -3. fix TypeScript definition for onError [`#53`](https://github.com/wonday/react-native-pdf/issues/53) -4. update sample code in readme +1. Update iOS project to Xcode9 format. +2. Fix crash problem when load from base64 [`#58`](https://github.com/wonday/react-native-pdf/issues/58) +3. Fix TypeScript definition for onError [`#53`](https://github.com/wonday/react-native-pdf/issues/53) +4. Update sample code in readme v1.3.3 -1. improve iOS scrolling performance, fix [`#47`](https://github.com/wonday/react-native-pdf/issues/47) +1. Improve iOS scrolling performance, fix [`#47`](https://github.com/wonday/react-native-pdf/issues/47) v1.3.2 -1. move react-native and react-native-fetch-blob to peerDependencies +1. Move react-native and react-native-fetch-blob to peerDependencies v1.3.1 -1. refactor android source -2. stop page scrolling when tap screen [`#41`](https://github.com/wonday/react-native-pdf/issues/41) +1. Refactor android source +2. Stop page scrolling when tap screen [`#41`](https://github.com/wonday/react-native-pdf/issues/41) v1.3.0 -1. fix drawing problem on Android 4.4 [`#31`](https://github.com/wonday/react-native-pdf/issues/31) -2. add fitWidth support [`#36`](https://github.com/wonday/react-native-pdf/issues/36) , [`#38`](https://github.com/wonday/react-native-pdf/issues/38) +1. Fix drawing problem on Android 4.4 [`#31`](https://github.com/wonday/react-native-pdf/issues/31) +2. Add fitWidth support [`#36`](https://github.com/wonday/react-native-pdf/issues/36) , [`#38`](https://github.com/wonday/react-native-pdf/issues/38) [[more]](https://github.com/wonday/react-native-pdf/releases) diff --git a/package.json b/package.json index 40b6f7aa..923b98cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf", - "version": "2.0.1", + "version": "2.0.2", "description": "A react native PDF view component", "main": "index.js", "typings": "./index.d.ts",