Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

react-pdf

Display PDFs in your React app as easily as if they were images.
Collective - Host: opensource - https://opencollective.com/react-pdf-wojtekmaj - Website: https://projects.wojtekmaj.pl/react-pdf - Code: https://github.com/wojtekmaj/react-pdf

Merge pull request #182 from wojtekmaj/feature/interactive-forms

Implement interactive forms

github.com/wojtekmaj/react-pdf - 9e6faadb148deaf5e34f81acb4caa70cb5645fc7 authored almost 7 years ago
Add documentation for renderInteractiveForms

github.com/wojtekmaj/react-pdf - e8688adfc393c55ff25d4c239574292bacb5b13f authored almost 7 years ago
Merge branch 'next' into feature/interactive-forms

github.com/wojtekmaj/react-pdf - e43927654ffbbab0dcf60164d9551a23dffbb86a authored almost 7 years ago
Add documentation for options prop

github.com/wojtekmaj/react-pdf - 62688d19c567059f0c58b6f5226527a856f3da0b authored almost 7 years ago
Reset state on loading new Document/Page/Outline

github.com/wojtekmaj/react-pdf - 0755924d606209cb0ec61c188f59afdba9d9f9b9 authored almost 7 years ago
Merge pull request #181 from wojtekmaj/pdfjs-larger-than-2.0.305

Update the code to PDF.js larger than 2.0.305

github.com/wojtekmaj/react-pdf - c4374a5a71165d237ab347d30e78e390db4fdf1a authored almost 7 years ago
Add support for Document component options as setOptions replacement

github.com/wojtekmaj/react-pdf - f8b3d72f8d2675bc00e9e82588b952e4824fee2f authored almost 7 years ago
Update the entire package to use PDF.js > 2.0.305

github.com/wojtekmaj/react-pdf - 6cc17ca63d5742f23293e8379202a37787941f8f authored almost 7 years ago
Fix DocumentContext not properly passed to AnnotationLayer

github.com/wojtekmaj/react-pdf - d01c78f9a39267f155fcc7db71984dda4b84b8a3 authored almost 7 years ago
Merge pull request #175 from wojtekmaj/react-17

Implement compatibility with React 17

github.com/wojtekmaj/react-pdf - edd43bc553e6e750f93bd0c844adb6923d2de68a authored almost 7 years ago
Update compatibility table in README

github.com/wojtekmaj/react-pdf - 98a34a7c3f2d56aae488626e164ec7df090dc7a2 authored almost 7 years ago
Merge branch 'master' into react-17

github.com/wojtekmaj/react-pdf - 10ee867cbb634930c47e537d02d1c162d5268997 authored almost 7 years ago
Exclude React 17.x from peerDependencies

Now that we know deprecations in React 17, we're sure current codebase won't work with React 17.

github.com/wojtekmaj/react-pdf - e41ad4208aaa2b15e4b0440a00539fb3629adcc6 authored almost 7 years ago
Merge branch 'master' into react-17

github.com/wojtekmaj/react-pdf - 5dac7a6e3fbb09d9ecedfbfff4f9a512722ed78e authored almost 7 years ago
Bump version to 3.0.4

github.com/wojtekmaj/react-pdf - 55a25273837af4773ad93f197c7195e46a01a6db authored almost 7 years ago
Fix PDFPageProxy methods stripped away from Page callback

github.com/wojtekmaj/react-pdf - b589d4973badd697710c23f675765315fa6393a1 authored almost 7 years ago
Bump version to 3.0.3

github.com/wojtekmaj/react-pdf - 1b5fb7888225c6c3fa6a08a91a92fc9a6d112a12 authored almost 7 years ago
Add new tests for onClick/onTouchStart

github.com/wojtekmaj/react-pdf - 897f3ea2e52db3926569ae89ce9cd52e6265fdee authored almost 7 years ago
Fix a potential error when the user clicked the page before it loaded

github.com/wojtekmaj/react-pdf - e58c54ba2ab5af6d1c2157cb3a175f28e9a8b51e authored almost 7 years ago
Remove unused code

github.com/wojtekmaj/react-pdf - 541c5fee63de8234fdc2d7f8944a10de199d7697 authored almost 7 years ago
Fix ESLint error

github.com/wojtekmaj/react-pdf - 09e52657d24a9e70c2a48f69043e7ef1e2dcdb0b authored almost 7 years ago
Change Components into PureComponents in test suite

github.com/wojtekmaj/react-pdf - 290c0dd519572b945fae7613664cd787cfe1a509 authored almost 7 years ago
Enable StrictMode in test suite

github.com/wojtekmaj/react-pdf - 028fbe5b927964905586961d9b9d5666227a8fdb authored almost 7 years ago
Test suite compatibility with React 16.3.0

github.com/wojtekmaj/react-pdf - 3ab41f5419178bc0902f140425788a0a1c270e4c authored almost 7 years ago
Update React dependencies to 16.3.0

github.com/wojtekmaj/react-pdf - 42837643c10baa1a74edaa8a3189107d2be5ddf9 authored almost 7 years ago
Merge branch 'master' into react-17

github.com/wojtekmaj/react-pdf - b95dc78de43d3ec1672bc02ead9339a78c61715b authored almost 7 years ago
Remove direct react-test-renderer dependency

github.com/wojtekmaj/react-pdf - ec08f8c286c0fdf2324fb59dcaa2f0e2a013ec1e authored almost 7 years ago
Implement new Context API

github.com/wojtekmaj/react-pdf - 9bf86e3ff197da3a69441522810d89bbcb63bf62 authored almost 7 years ago
Merge branch 'master' into react-17

github.com/wojtekmaj/react-pdf - 1c7d1a3310f2031cc9fbe3f50e26a959068f1982 authored almost 7 years ago
Fix registerPage and unregisterPage not being properly called resulting in not working Outline

github.com/wojtekmaj/react-pdf - 3122b992bc469c69382a2429dc6a924048f49f54 authored almost 7 years ago
Replace all componentWillReceiveProps with componentDidUpdate methods

github.com/wojtekmaj/react-pdf - aea6415167d823a30c342192b9c19a6ff79c2c27 authored almost 7 years ago
Add tests for passing rotate context to page layers

github.com/wojtekmaj/react-pdf - 8e1b6878c16135080b4aad4a9539115cca9658fb authored almost 7 years ago
Add tests for passing scale context to page layers

github.com/wojtekmaj/react-pdf - 1bf6e9a8b9ec040c9e298f613bb898b8dd18cbb2 authored almost 7 years ago
Bump version to 3.0.2

github.com/wojtekmaj/react-pdf - acee15fe9d7cdff46e5e045e47494433a86ec704 authored almost 7 years ago
Fixed AnnotationLayer not accepting scale context

Fixes #173

github.com/wojtekmaj/react-pdf - d4ec24e2c0bc6f9881a26b667522367eb270b22f authored almost 7 years ago
Enhance tests for AnnotationLayer to include rendering testing

github.com/wojtekmaj/react-pdf - be368d3aba54db07d82e05c11b638d1f41927ea5 authored almost 7 years ago
Add unit tests for Page component messages & width, for Ref

github.com/wojtekmaj/react-pdf - 69ef30fc2b9e1768bfe599efc447b89256c7339f authored almost 7 years ago
Fix invalid message when AnnotationLayer is used without page

github.com/wojtekmaj/react-pdf - 3441270a4fcc04200c71c92f89e94efa471dac52 authored almost 7 years ago
Add missing documentation for Page component props

github.com/wojtekmaj/react-pdf - 8ba3c1d2faf11d033ad935df849c384a592174ba authored almost 7 years ago
Implement noData for Page component when given no pageIndex/pageNumber

github.com/wojtekmaj/react-pdf - 551b19a4777886dbc6c181feca7914824fd1d002 authored almost 7 years ago
Optimize rendering of TextLayer and AnnotationLayer by not checking for null values unnecessairly

github.com/wojtekmaj/react-pdf - 0ec8998f444d947d7c04251ced3c126394cf9e5d authored almost 7 years ago
Configure code duplication detection in Code Climate

github.com/wojtekmaj/react-pdf - 5820e39828c732a9c1f2f61bbc7dddbd2b9df518 authored almost 7 years ago
Bump version to 3.0.1

github.com/wojtekmaj/react-pdf - 4f55bae90dbe5c84f03016c7cf4cf69d674c47cc authored almost 7 years ago
Fix customTextRendered not getting itemIndex prop

github.com/wojtekmaj/react-pdf - 3d4d2d82e5a5b2fec9df0aafa5a1fecfee96c1db authored almost 7 years ago
Write tests to ensure all necessary parameters are passed to customTextRenderer

github.com/wojtekmaj/react-pdf - f5dddccd6b216c2b0bb3d9c39feca27e4fba0047 authored almost 7 years ago
Fix warning during Jest tests about duplicated package names

github.com/wojtekmaj/react-pdf - 0c055766db9787134f01667aa248cf584f6cd6cf authored almost 7 years ago
Bump version to 3.0.0

github.com/wojtekmaj/react-pdf - 5c81d01f886bece0fc2626b19e4e322c61aefc20 authored almost 7 years ago
Update dependencies

github.com/wojtekmaj/react-pdf - 22d09441c25e8f02a8159c570e60eb0d320d8fd6 authored almost 7 years ago
Trim trailing spaces

github.com/wojtekmaj/react-pdf - a4a87fcabb009c9fda675f4876dbe389158f2ca2 authored almost 7 years ago
Ensure no React warning is thrown in Test suite

github.com/wojtekmaj/react-pdf - 03c0c01bc7fde175355eec82b20c50fb843465da authored almost 7 years ago
Change Travis build shield to check master branch only

github.com/wojtekmaj/react-pdf - 59b9bbe84c0689cbd67ce8c28437adb2b506eef4 authored almost 7 years ago
Move resetting this.state.pdf in case of changed document to avoid initial checking

github.com/wojtekmaj/react-pdf - 0ab8792e68c0fb812a11df3b9eb54ee4398bce5d authored almost 7 years ago
Allow falsy isPdf value in case of an error

github.com/wojtekmaj/react-pdf - 7e8734724f18df1009463069324d92a541159206 authored almost 7 years ago
Merge pull request #170 from juliakieserman/master

include customTextRenderer prop in documentation

github.com/wojtekmaj/react-pdf - 56b073a36f458be4f2c089a76e8cac643c623942 authored almost 7 years ago
Bump version to 3.0.0-beta

github.com/wojtekmaj/react-pdf - 5f3dd1113d2c00cb68b12eaa92828ff4f300c2be authored almost 7 years ago
Fix version of react and react-dom in test suite

github.com/wojtekmaj/react-pdf - 47250fdafd914256ed2b4e6ba1acc3fa30b24c73 authored almost 7 years ago
Exclude react/sort-comp rule

github.com/wojtekmaj/react-pdf - 053a49b41502bd3729bb3266cc939de2d762c422 authored almost 7 years ago
update documentation

github.com/wojtekmaj/react-pdf - acb7e03838f2cb2098f8069f7421fc50fffce65a authored almost 7 years ago
Move react, react-dom to peerDependencies

github.com/wojtekmaj/react-pdf - 72a8f2c86c3869b6733b2bd2a3be81d1c05799d5 authored almost 7 years ago
Merge branch 'master' of https://github.com/wojtekmaj/react-pdf

github.com/wojtekmaj/react-pdf - e72923f67a66b81af9bf5c67fb7c7572e4d07384 authored almost 7 years ago
Merge pull request #168 from kandros/patch-1

fix typo

github.com/wojtekmaj/react-pdf - 043f9a65af760ea2237423b15b99913919b1441a authored almost 7 years ago
Enable more strict ESLint rules

github.com/wojtekmaj/react-pdf - 27fcd8cfa12a2dfbbd115c33c78a5f08da23950c authored almost 7 years ago
Update subdomain of demo URL

github.com/wojtekmaj/react-pdf - cb5f2eb01f7a43f40e7ec04c65dabb6eb57f945e authored almost 7 years ago
Add missing error and loading props, add defaults

github.com/wojtekmaj/react-pdf - 323da8caee918781c2030b12773f6eea4b20c51a authored almost 7 years ago
Merge pull request #144 from wojtekmaj/parcel

Support for Parcel bundler

github.com/wojtekmaj/react-pdf - 8e9dd524ab2d2f6897efbc61672a7c43043792cd authored almost 7 years ago
Merge branch 'master' into parcel

github.com/wojtekmaj/react-pdf - f2aa3e53ba7eb6c04db7e6f570315671e85beaa6 authored almost 7 years ago
Add tests for TextLayerItem

github.com/wojtekmaj/react-pdf - abe05520045fd1d7c25496f12dc68bea7a41e9ac authored almost 7 years ago
Add Julia Kieserman to contributors

github.com/wojtekmaj/react-pdf - 94f231970c620b5fd9e8ded4383ebea482491d39 authored almost 7 years ago
Split TextLayer into TextLayer and TextLayerItem, test customTextRenderer

github.com/wojtekmaj/react-pdf - 35332845c27026e4cb77a097612b4b17d51747f8 authored almost 7 years ago
Merge pull request #163 from juliakieserman/master

Add prop for custom text rendering

github.com/wojtekmaj/react-pdf - 4381638f9a466dab46f02ec1d4566c9f7cb9d142 authored almost 7 years ago
ternary operator

github.com/wojtekmaj/react-pdf - 10d0f64da1ee182c68cf6cbe567f95bada915e2d authored almost 7 years ago
testing customTextRenderer prop

github.com/wojtekmaj/react-pdf - d35ece345a09aa30c071c4eaa9676117abacd625 authored almost 7 years ago
remove unused or not needed code

github.com/wojtekmaj/react-pdf - 0c11ce04df42d15cb4cb646703f01026413b121c authored almost 7 years ago
allow for custom text layer rendering

github.com/wojtekmaj/react-pdf - 99c1817bad79ef4ef2996055f94a6c5ab8b3acfa authored almost 7 years ago
Merge pull request #162 from jacksteamdev/jacksteamdev-fix-readme

Update README.md

github.com/wojtekmaj/react-pdf - 0ce92a886751e573c956b95fdd3f02743bf4f0ff authored almost 7 years ago
Update README.md

Fix success and error callbacks to match descriptions.

github.com/wojtekmaj/react-pdf - 45b340100b2dd0e7746e8f9b7c2ce879a93324ef authored almost 7 years ago
Fix invalid heading level

github.com/wojtekmaj/react-pdf - e88a20b3aa73f548030afb32e0b650e598827ed3 authored almost 7 years ago
Fully switch from npm to Yarn

github.com/wojtekmaj/react-pdf - c9c0d2fd23951861237871e877800e3a92a8dd1b authored almost 7 years ago
Bump version to v3.0.0-alpha.4

github.com/wojtekmaj/react-pdf - 6caa838e7dc63508249a143257e693238546bffb authored almost 7 years ago
Merge pull request #150 from Kerumen/fix-pinpdfjs

Pin pdfjs-dist to 2.0.305

github.com/wojtekmaj/react-pdf - 473d7dc314bc56e1c53e31a3fa2da611251cb389 authored almost 7 years ago
Pin pdfjs-dist to 2.0.305

Fixes #149

github.com/wojtekmaj/react-pdf - 6f8e391be3d42512c0480672fc8a830484106799 authored almost 7 years ago
Bump version to v3.0.0-alpha.3

github.com/wojtekmaj/react-pdf - df504203de64852f28f7201f45b28d2d46b5fb29 authored almost 7 years ago
Merge branch 'master' into parcel

github.com/wojtekmaj/react-pdf - b2bdbd79fd1b6889685cd86ae9020145369013a7 authored almost 7 years ago
Merge branch 'master' into parcel

github.com/wojtekmaj/react-pdf - f864ff4683b24b76bb146ecf0a3b65bdf6ce1e45 authored almost 7 years ago
Use compiled entry file for Parcel sample

github.com/wojtekmaj/react-pdf - 7b99d781034ebaf9c764bd3a7ba62041e217d339 authored almost 7 years ago
Add documentation for Parcel entry

github.com/wojtekmaj/react-pdf - e6f685950fc5be549b93fe861fd6d4722422b28b authored almost 7 years ago
Implement workaround for parcel-bundler/parcel#670

github.com/wojtekmaj/react-pdf - 657615e58e89b3bf558f0f12c2e7ee152f168c13 authored almost 7 years ago
Fix importing sample.pdf file

github.com/wojtekmaj/react-pdf - a51ee8b41066d4d4a42229fab26fdb5a81990bf5 authored almost 7 years ago
Move unit tests to where they belong

github.com/wojtekmaj/react-pdf - d95a7914983e53cfdb83888b0f563812383da5cf authored almost 7 years ago
Bump version to 3.0.0-alpha.3

github.com/wojtekmaj/react-pdf - 198cf9d0ad90355b996c194e959964446e309bfb authored almost 7 years ago
Update dependencies

github.com/wojtekmaj/react-pdf - a865dd0f966c3d6b0f029205bd153dc13a8b743a authored almost 7 years ago
Update dependencies

github.com/wojtekmaj/react-pdf - 27f637b967217b6842ef7de7c7b1b018369dc4e3 authored almost 7 years ago
Merge branch 'master' into parcel

github.com/wojtekmaj/react-pdf - ad34742e0f56997bb405a46ff6b28cb186f719e4 authored almost 7 years ago
Make AnnotationLayer stylesheet optional

github.com/wojtekmaj/react-pdf - 4abddde7d6533ff39843994c9838efa2c7d00861 authored almost 7 years ago
Move outputs to /dist directory

github.com/wojtekmaj/react-pdf - a14ad6514ae085dae653c73b2823539214782d48 authored almost 7 years ago
Add support for Parcel bundler

github.com/wojtekmaj/react-pdf - 453d6c06db4d783cf54bc56587fb832b8a3813f0 authored almost 7 years ago
Move outputs to /dist directory

github.com/wojtekmaj/react-pdf - 042e58fc7101337e0f796f3f2b88976d345c3166 authored almost 7 years ago
Move Webpack sample to its own separate folder

github.com/wojtekmaj/react-pdf - 87fa0681e4a61ad595e9ce191ca696b81f62a4b2 authored almost 7 years ago