@kishannareshpal/expo-pdf 0.2.4 โ 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/README.md +5 -3
- package/package.json +1 -1
- package/release_body.txt +2 -27
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,23 @@
|
|
|
13
13
|
_This version does not introduce any user-facing changes._
|
|
14
14
|
-->
|
|
15
15
|
|
|
16
|
+
## 0.2.6 - 2026-01-23
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### ๐ Documentation
|
|
20
|
+
|
|
21
|
+
- docs: add lib banner ([280c81d](https://github.com/kishannareshpal/expo-pdf/commit/280c81db748787e6341a3bb46663643620b89225)) by `Kishan Jadav`
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
**Full Changelog**: https://github.com/kishannareshpal/expo-pdf/compare/v0.2.5...v0.2.6
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 0.2.5 - 2026-01-18
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
**Full Changelog**: https://github.com/kishannareshpal/expo-pdf/compare/v0.2.4...v0.2.5
|
|
31
|
+
|
|
32
|
+
|
|
16
33
|
## 0.2.4 - 2026-01-18
|
|
17
34
|
|
|
18
35
|
|
package/README.md
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
1
3
|
# `@kishannareshpal/expo-pdf`
|
|
2
4
|
|
|
3
5
|
[](https://www.npmjs.com/package/@kishannareshpal/expo-pdf)
|
|
4
6
|
[](https://github.com/kishannareshpal/expo-pdf/stargazers)
|
|
5
7
|
|
|
6
|
-
A cross-platform, high-performance PDF viewer for React Native and Expo, built on top of native PDF rendering engines.
|
|
8
|
+
A cross-platform, high-performance PDF viewer for React Native and Expo, built on top of native* PDF rendering engines.
|
|
7
9
|
|
|
8
10
|
| [iOS](./docs/preview-ios.mp4) | [Android](./docs/preview-android.mp4) |
|
|
9
11
|
| ----------------------------------------------------------- | --------------------------------------------------------------- |
|
|
10
|
-
|  |  |
|
|
11
13
|
|
|
12
14
|
## Features
|
|
13
15
|
|
|
14
16
|
- Supports Android and iOS
|
|
15
17
|
- Uses Apple's [`PDFKit`](https://developer.apple.com/documentation/pdfkit/pdfview) on iOS
|
|
16
|
-
- Uses [kishannareshpal/AndroidPdfViewer](https://github.com/kishannareshpal/AndroidPdfViewer) on Android which is a maintained
|
|
18
|
+
- *Uses [kishannareshpal/AndroidPdfViewer](https://github.com/kishannareshpal/AndroidPdfViewer) on Android which is a maintained
|
|
17
19
|
fork of [barteksc/AndroidPdfViewerV2](https://github.com/kishannareshpal/AndroidPdfViewer) which uses the open-source [PDFium](https://pdfium.googlesource.com/pdfium/+/HEAD/docs/getting-started.md) PDF rendering engine.
|
|
18
20
|
- Note: We'll be looking to switch to [`androidx.pdf`](https://developer.android.com/jetpack/androidx/releases/pdf) on Android once that becomes stable.
|
|
19
21
|
- Load PDFs from remote URLs or local file paths
|
package/package.json
CHANGED
package/release_body.txt
CHANGED
|
@@ -1,32 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
### ๐ Documentation
|
|
3
3
|
|
|
4
|
-
- docs:
|
|
5
|
-
- docs: fix typo ([75204b4](https://github.com/kishannareshpal/expo-pdf/commit/75204b4b04466b3c62ccb78f3fc28b2472c08e9f)) by `Kishan Jadav`
|
|
4
|
+
- docs: add lib banner ([280c81d](https://github.com/kishannareshpal/expo-pdf/commit/280c81db748787e6341a3bb46663643620b89225)) by `Kishan Jadav`
|
|
6
5
|
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
- chore: bump version to 0.2.4 ([446601b](https://github.com/kishannareshpal/expo-pdf/commit/446601b3ac3ffc46d1331f0418ae15e46e9776d1)) by `github-actions[bot]`
|
|
11
|
-
- chore: add uniwind styled component example ([592aafd](https://github.com/kishannareshpal/expo-pdf/commit/592aafdc40aed850a733d1f9eadf8c7410de8143)) by `Kishan Jadav`
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### ๐ฆ Other Changes
|
|
15
|
-
|
|
16
|
-
- ci: normalize gh release title ([100a27e](https://github.com/kishannareshpal/expo-pdf/commit/100a27e751fc7f09a43e339ef5720b49661a0d2c)) by `Kishan Jadav`
|
|
17
|
-
- ci: fix ci release ([99fa945](https://github.com/kishannareshpal/expo-pdf/commit/99fa945234141ea26b2c15214c97f0dc4412d3e8)) by `Kishan Jadav`
|
|
18
|
-
- ci: relax pr req and push directly from ci ([baa6a52](https://github.com/kishannareshpal/expo-pdf/commit/baa6a527771ce25aa8dddca055b8cd77f6874453)) by `Kishan Jadav`
|
|
19
|
-
- ci: try admin priv. for merging release pr ([f4f3496](https://github.com/kishannareshpal/expo-pdf/commit/f4f349616e7fc26e4bc68630016ba1825106ad76)) by `Kishan Jadav`
|
|
20
|
-
- ci: merge release pr ([90b2b2d](https://github.com/kishannareshpal/expo-pdf/commit/90b2b2dd96aecf4734899d70e85cbf0f878450cc)) by `Kishan Jadav`
|
|
21
|
-
- ci: fix changelog update ([ca9f012](https://github.com/kishannareshpal/expo-pdf/commit/ca9f0123887c567e325fab9ddc159a01e49bbae8)) by `Kishan Jadav`
|
|
22
|
-
- ci: fix pr not merging on release again ([b933332](https://github.com/kishannareshpal/expo-pdf/commit/b9333328a19d0518192aecfab78f5096726c7c7c)) by `Kishan Jadav`
|
|
23
|
-
- ci: fix pr not merging on release ([e3cc3bb](https://github.com/kishannareshpal/expo-pdf/commit/e3cc3bb3f5cc7c19baa8ad97d1229b7d37aee662)) by `Kishan Jadav`
|
|
24
|
-
- ci: release to create pr to allow push ([60dfc8a](https://github.com/kishannareshpal/expo-pdf/commit/60dfc8a7058dd84e27d071d5ba317e9e306a5b8f)) by `Kishan Jadav`
|
|
25
|
-
- ci: tidy release action summary ([64de3d7](https://github.com/kishannareshpal/expo-pdf/commit/64de3d7607f7625994704a66cdedbad25412b695)) by `Kishan Jadav`
|
|
26
|
-
- ci: fix gen release notes format ([14d6d2a](https://github.com/kishannareshpal/expo-pdf/commit/14d6d2a391de506e5c7cb201d8616c5e07d145ed)) by `Kishan Jadav`
|
|
27
|
-
- ci: update release notes format to include link to commit and author name ([d4c88fa](https://github.com/kishannareshpal/expo-pdf/commit/d4c88fa4c20cad9aaa8165acec262dbdde62c15b)) by `Kishan Jadav`
|
|
28
|
-
- ci: include generated summary notes in action summary ([23412a6](https://github.com/kishannareshpal/expo-pdf/commit/23412a6efb602afd1ec2a0a96ac348d714954f69)) by `Kishan Jadav`
|
|
29
|
-
- ci: improve release process, update docs preview ([5503c3e](https://github.com/kishannareshpal/expo-pdf/commit/5503c3ec4bafe49ed7a68a2ec8ce821118ad3757)) by `Kishan Jadav`
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
**Full Changelog**: https://github.com/kishannareshpal/expo-pdf/compare/v0.2.3...v0.2.4
|
|
7
|
+
**Full Changelog**: https://github.com/kishannareshpal/expo-pdf/compare/v0.2.5...v0.2.6
|