Skip to content

Releases: songsterq/react-native-pdf-thumbnail

v1.3.1

05 Nov 21:49
Compare
Choose a tag to compare

v1.3.0

05 Nov 21:49
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #50
  • chore(deps): bump cacheable-request from 10.2.1 to 10.2.7 by @dependabot in #51
  • chore(deps): bump vm2 from 3.9.11 to 3.9.19 by @dependabot in #57
  • chore(deps): bump activesupport from 6.1.7.1 to 6.1.7.3 in /example by @dependabot in #52
  • chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /example by @dependabot in #58
  • chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in #59
  • chore(deps): bump semver from 5.7.1 to 5.7.2 in /example by @dependabot in #61
  • chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #62
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #63
  • fix: invoke bitmap.eraseColor before currentPage.render by @IgorGorbov in #65
  • chore(deps): bump activesupport from 6.1.7.3 to 6.1.7.6 in /example by @dependabot in #66
  • chore(deps): bump @babel/traverse from 7.18.5 to 7.23.2 in /example by @dependabot in #67
  • chore(deps): bump @babel/traverse from 7.19.4 to 7.23.2 by @dependabot in #68
  • chore(deps): bump react-devtools-core from 4.24.7 to 4.28.4 in /example by @dependabot in #69
  • chore(deps): bump react-devtools-core from 4.26.1 to 4.28.4 by @dependabot in #70

New Contributors

Full Changelog: v1.2.1...v1.3.0

Release 1.2.1

02 Feb 07:48
Compare
Choose a tag to compare

1.2.1 (2023-02-02)

What's Changed

  • Fix iOS Deployment target for PDFPage by @TomCorvus in #46
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #44
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /example by @dependabot in #45
  • chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #47
  • chore(deps): bump activesupport from 6.1.5.1 to 6.1.7.1 in /example by @dependabot in #48

New Contributors

Full Changelog: v1.2.0...v1.2.1

Release 1.2.0

21 Oct 05:22
Compare
Choose a tag to compare

1.2.0 (2022-10-21)

Bug Fixes

  • iOS jpegData compression quality is between 0 and 1 (4ac5f0c)

Features

  • specify compression quality of the thumbnail (445cd69)

Release 1.1.0

16 Oct 05:54
Compare
Choose a tag to compare

1.1.0 (2022-10-16)

Bug Fixes

  • remove placeholder in CONTRIBUTING.md (ede6ced)

Release 1.0.2

09 Dec 05:27
Compare
Choose a tag to compare

1.0.2 (2020-12-09)

Bug Fixes

  • change android minSdkVersion to 21 (2cf3810)
  • missing requiresMainQueueSetup in iOS module (cfdc2ce)

Release 1.0.1

09 Jul 16:27
Compare
Choose a tag to compare

1.0.1 (2020-07-09)

Release 1.0.0

09 Jul 05:23
Compare
Choose a tag to compare

1.0.0 (2020-07-09)

Features

  • implement generatAllPages on android (2826617)
  • implement generatAllPages on iOS (e82facb)

Release 0.3.0

06 Jul 07:51
Compare
Choose a tag to compare

0.3.0 (2020-07-06)

Bug Fixes

  • change iOS width and height to integer (a52bc13)

Features

  • android include original filename in thumbnail filename (2168328)
  • iOS include original filename in thumbnail filename (6e244d8)

Release 0.2.0

06 Jul 07:07
Compare
Choose a tag to compare

0.2.0 (2020-07-06)

Features