Skip to content

Releases: coolsoftwaretyler/cool-pdf

v0.1.10

06 Oct 01:43
368fb4d

Choose a tag to compare

Release v0.1.10

Version 0.1.10 has 89% props parity with react-native-pdf. If you're looking for a replacement, it should be in a state where you can experiment with it, although it's not quite production-ready.

Unsupported props:

  1. enableAntialiasing - we don't intend to support Android 4.4, so we will probably not support turning this off.
  2. trustAllCerts - have not actually run into issues with this during initial development, so we may not need to implement. Please file a bug report if you need it.
  3. Loading PDFs bundled with UWP apps - we do not have out-of-tree platform support planned. Please open a PR if you'd like it.
  4. Loading PDFs from a content URI - might be on the roadmap, needs more investigation.
  5. Loading PDFs from a blob URL - might be on the roadmap, needs more investigation

A lot of the implementation code was generated by Claude Code and needs more human review. See the roadmap for more information.

Full Changelog: https://github.com/coolsoftwaretyler/cool-pdf/commits/v0.1.10