Ecosyste.ms: OpenCollective

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

github.com/wojtekmaj/react-pdf

Display PDFs in your React app as easily as if they were images.
https://github.com/wojtekmaj/react-pdf

Move Page component-related components to separate folder

5016ce4de0564a4a2f3e1ba16bf463e0af35e66b authored almost 7 years ago by Wojciech Maj <[email protected]>
Fix duplicated Document component container

125fad9b9c424d3e44fc704b5124729e4ea89bef authored almost 7 years ago by Wojciech Maj <[email protected]>
Fix order of childContextTypes

684ac5a9c84feff31a7f85f0c4433c8a7904583a authored almost 7 years ago by Wojciech Maj <[email protected]>
Use context for internal data handling (#127)

* Implement using context instead of props

* Configure Code Climate coverage report

* Fix ...

07018aac1e369f79794688a5f453213f15e3bd1c authored almost 7 years ago by Wojciech Maj <[email protected]>
Add page argument to onRenderSuccess callback

c2de3cfee54fe76b8374bd8f0bfa5cab92c7d45e authored almost 7 years ago by Wojciech Maj <[email protected]>
Fix React-PDF requiring React 16.2.0 instead of 15.5 and higher

28020761b69f2a90d70953cc724b7494b5f2ba34 authored almost 7 years ago by Wojciech Maj <[email protected]>
Bump version to 3.0.0-alpha.2

b3b402f0ab278f3a0141dd3b93f7bbe9cf0e8bb3 authored almost 7 years ago by Wojciech Maj <[email protected]>
Improve PageSVG performance by allowing it to update itself on scale change

fd69bb80f8708467c78993878e2b54797ae6469e authored almost 7 years ago by Wojciech Maj <[email protected]>
Remove unnecessary prefixes from PropTypes warnings

cd3eaa5d7e389720efd20e856fc91503cdbb17e2 authored almost 7 years ago by Wojciech Maj <[email protected]>
Wrap PageAnnotations rendering in try catch block to catch errors in SSR

7333ebcc9e107dea7925336c8cc72a8e64e63334 authored almost 7 years ago by Wojciech Maj <[email protected]>
Add protection against running PageAnnotations without page passed in props

1c67ed3ad39a0f706010636f9a690cd8e0d236c7 authored almost 7 years ago by Wojciech Maj <[email protected]>
Add tests for replacing content in PageTextContent and PageAnnotations

8bf8e80fbefe01d65399b7f5f321b36a8ac08e71 authored almost 7 years ago by Wojciech Maj <[email protected]>
Refactor Outline to have separate OutlineItem component, add unit tests for Outline

a8064f2d51a156ef0549b580a9971d6ade91fbab authored almost 7 years ago by Wojciech Maj <[email protected]>
Fix code duplication

1e6b8833b65a0d55b81e245368393838b5343949 authored almost 7 years ago by Wojciech Maj <[email protected]>
Add "tested with Jest" badge

0bee4e6a03b090fe9c5e672481bbcccd7e963c9b authored almost 7 years ago by Wojciech Maj <[email protected]>
Add PageAnnotations and PageTextContent callbacks to README

fe19924c6170215ee8c7073f8aa905467c80c781 authored almost 7 years ago by Wojciech Maj <[email protected]>
Update all dependencies

408c1cddc1a368e7ec802a9f2e7869305349c79c authored almost 7 years ago by Wojciech Maj <[email protected]>
Bump version to 3.0.0-alpha

cf7c7d04944aba67e7dd578c645dca989ba32c42 authored almost 7 years ago by Wojciech Maj <[email protected]>
Merge pull request #128 from wojtekmaj/feature/unit-testing

Add unit tests

9bf9a0110403623f50fc0b7f24d2ef4de38142fd authored almost 7 years ago by Wojciech Maj <[email protected]>
Use getter function to get canvasContext value in renderContext

bdb685ee35e4b02eb30b82b90b9aaae042f3c8fd authored almost 7 years ago by Wojciech Maj <[email protected]>
Add unit tests for PageCanvas and PageSVG

68d287ff0bc33120af14274eeaa230b03c0ea4d0 authored almost 7 years ago by Wojciech Maj <[email protected]>
Add unit tests for PageAnnotations

7656a0b666e13a646b38c1caf08d880c4ea68ab2 authored almost 7 years ago by Wojciech Maj <[email protected]>
Add unit tests for PageTextContent

e7181e705e577b24f1698bb06acaccafd2438acb authored almost 7 years ago by Wojciech Maj <[email protected]>
Fix Page unit tests loading wrong second page

ec0ec9e0a3cc70b38afff16537432f6fbe87eeae authored almost 7 years ago by Wojciech Maj <[email protected]>
Add unit tests for erroring Document component

f3cc45df4c334bf155f49761cd3fcafc16677b0c authored almost 7 years ago by Wojciech Maj <[email protected]>
Update year in LICENSE

8086c08c2a428633580930bdbf97fa9c2775ac11 authored about 7 years ago by Wojciech Maj <[email protected]>
Link Travis to Code Climate

65532b31b7c768f0b65bc9ef63db5b41833f11d6 authored about 7 years ago by Wojciech Maj <[email protected]>
Add unit tests for Outline

74b1dbc273db58565af40b77ccef0afae74a7689 authored about 7 years ago by Wojciech Maj <[email protected]>
Ensure all mocks are loaded before running tests

a4a4dabc51891a00464c3077851af5b8d65fbb6c authored about 7 years ago by Wojciech Maj <[email protected]>
Simplify desiredLoadedPdf mocks

09cbd27e3b8c2e2ca30eeba1bb240bb7ea42cf8b authored about 7 years ago by Wojciech Maj <[email protected]>
Merge branch 'master' into feature/unit-testing

7f06b23766aed6b99831faacca978bb26fab3e8b authored about 7 years ago by Wojciech Maj <[email protected]>
Bump version to 2.5.2

ccc92a1eebaba42db6035c0bca0035156358f4f8 authored about 7 years ago by Wojciech Maj <[email protected]>
Handle getAnnotations cancellation

5cdef9bbcb3475bf2bd2eea9d3f210aff08ffa4d authored about 7 years ago by Wojciech Maj <[email protected]>
Fix RenderingCancelledExceptions thrown to the console

3393c8f9df277af16088c5f5df909a8f5ceedfac authored about 7 years ago by Wojciech Maj <[email protected]>
Use state for keeping annotations in PageAnnotations component

e2e33b4b3a8eb7c049a8f3f49dca011de016be6d authored about 7 years ago by Wojciech Maj <[email protected]>
Refactor getting PDFs

b04bf8a81477f8f7e3ebf6bb0477be3c445f3d2d authored about 7 years ago by Wojciech Maj <[email protected]>
Add unit tests for inputRef

82ce1ddd09c67c2ddab193f5e819a043ab8f7cf1 authored about 7 years ago by Wojciech Maj <[email protected]>
Fix onLoadSuccess calling onLoadSuccess before state with new pdf has been set

a6353aa0b8222d4c78251d494f0eb1baf13cf504 authored about 7 years ago by Wojciech Maj <[email protected]>
Fix PageSVG not calling onRenderSuccess when rendered page

abdf9542d6a3ade97856130e5e3c7ecee3fd2287 authored about 7 years ago by Wojciech Maj <[email protected]>
Minor optimizations in loading page

145c4f0de232a26c5327ab7d45e0186683d679dd authored about 7 years ago by Wojciech Maj <[email protected]>
Move resetting page out of loadPage function

b3af064e6a553b384a2a5c6a26df1fe04f14eb54 authored about 7 years ago by Wojciech Maj <[email protected]>
Fix unmounting Page component throwing an error when page was not yet loaded

a73730b3dc049b9dccfcc04fdabc1170c923408d authored about 7 years ago by Wojciech Maj <[email protected]>
Fix getPageIndex returning pageIndex higher in priority than pageNumber

cbc2431ab953902573aa9e5883de07a8df51d83b authored about 7 years ago by Wojciech Maj <[email protected]>
Add unit tests on rotation, renderMode, renderTextLayer and renderAnnotations

cce636b94804f43e0a956f97687adf4b216a7744 authored about 7 years ago by Wojciech Maj <[email protected]>
Add unit tests for Page

01efc6a05a2c453a86a2266ac3e9537cbab6dc22 authored about 7 years ago by Wojciech Maj <[email protected]>
Fix build issue

7c8e39fe97ddcf8baf1c77ec605774cef4e966b1 authored about 7 years ago by Wojciech Maj <[email protected]>
Fix an issue that could have caused empty page callback in onLoadSuccess

cae34cf59ef77fa95485cafce76aad9a51303017 authored about 7 years ago by Wojciech Maj <[email protected]>
Move util.js to utils.js

5b4a58be1231bf60ac5c66040b350eec4dac1d31 authored about 7 years ago by Wojciech Maj <[email protected]>
Replace all classNames, make sure that Document and Page components always render their wrappers

abefce3da95c6528f655a55768973270dc29c953 authored about 7 years ago by Wojciech Maj <[email protected]>
Add advanced isPageIndex and isPageNumber PropTypes

3e495a251ad2944e0869b143920a492826fd58f2 authored about 7 years ago by Wojciech Maj <[email protected]>
Add unit tests for replacing file

f5386950a8e5e43de4e484f56a182117500f295f authored about 7 years ago by Wojciech Maj <[email protected]>
Categorize unit tests

05e75d59f3804f0946a553f3fe3bb064fdc1b515 authored about 7 years ago by Wojciech Maj <[email protected]>
Add actual working tests :tada:

530f8bf08e5e2221ed62188354380662f5aff5b6 authored about 7 years ago by Wojciech Maj <[email protected]>
Update test environment

e644de0f98c9eb4e33ae13df18ac5807e89dd8c2 authored about 7 years ago by Wojciech Maj <[email protected]>
Merge branch 'master' into feature/unit-testing

bce81d331bb992f9fedbaf0dd6baa3cfc2abbcb4 authored about 7 years ago by Wojciech Maj <[email protected]>
Rename PropTypes, add isClassName PropTypes

49ee1cb3e2c233d87e55b4304bd8f01c59a17316 authored about 7 years ago by Wojciech Maj <[email protected]>
Prevent rotate prop from going below zero

bc308fc8297d8bda1d4aa48e504f9c137d166d0e authored about 7 years ago by Wojciech Maj <[email protected]>
Bump version to 2.5.1

115c899fbff7c612fc779bb4cae72312978d167e authored about 7 years ago by Wojciech Maj <[email protected]>
Fix calling window.devicePixelRatio without ensuring window is defined

57238ebf03326d6c19d43f4f05dcfd9aef5c42b3 authored about 7 years ago by Wojciech Maj <[email protected]>
Bump version to 2.5.0

e0e582352ef3ad15420e22b5a2ee8e54eb19c24b authored about 7 years ago by Wojciech Maj <[email protected]>
Fix TextContent alignment on PDFs rotated sideways by default

bd4599b1540f58033e038b26623b068cd3650773 authored about 7 years ago by Wojciech Maj <[email protected]>
Fix TextContent alignment when viewport doesn't start at 0,0

27c5ae3ccb01f4ee34e74bf9e8f22eaf92d803ae authored about 7 years ago by Wojciech Maj <[email protected]>
Implement re-rendering page and pageAnnotations on renderInteractiveForms change

34a6602fa4ecf9f73e4ce1fdc8b6e9407aceeb94 authored about 7 years ago by Wojciech Maj <[email protected]>
Implement rendering interactive forms

3f70ec670ea6ccee67af36f2a3cab530b02ec70e authored about 7 years ago by Wojciech Maj <[email protected]>
Replace explicitly defined props for PageCanvas with pageProps

0824795f63353bcc8729665a1012928231d9cdfd authored about 7 years ago by Wojciech Maj <[email protected]>
Fix minor error in isFile error message

04313560a6e41ea082d5c48aa9c8147297c21dc7 authored about 7 years ago by Wojciech Maj <[email protected]>
Exclude test folder from Code Climate

00c85e0bb2143a3017fd800b5758c96a608b62b8 authored about 7 years ago by Wojciech Maj <[email protected]>
Merge branch 'master' of https://github.com/wojtekmaj/react-pdf

44845fe285dede07bbaabc5b62570708e998e92b authored about 7 years ago by Wojciech Maj <[email protected]>
Increase code quality

429cdd8b38a0c35c5e0394f484d6162ae439f9a7 authored about 7 years ago by Wojciech Maj <[email protected]>
Increase code quality

345b1f389a263f61c1d3e8aa89c40b3e1af56254 authored about 7 years ago by Wojciech Maj <[email protected]>
Bump version to 2.4.2

eeb1a882a97e7a0296d6c5737bccb0a26f34beee authored about 7 years ago by Wojciech Maj <[email protected]>
Simplify Test suite syntax

fd148287c929061fe17a88913f93fe84ff711f44 authored about 7 years ago by Wojciech Maj <[email protected]>
Update Code Climate config

23cc8668fc6c132456a3d98abc04a519576ff56d authored about 7 years ago by Wojciech Maj <[email protected]>
Fix Document-wide props taking priority over child props

4bde24cd77800709a7f1a49271f82aface77d607 authored about 7 years ago by Wojciech Maj <[email protected]>
Merge pull request #111 from jkhoang313/master

Fixed readme to bind onDocumentLoad function

e8042300fa03e463bef6f8955c2be036813dd91b authored about 7 years ago by Wojciech Maj <[email protected]>
Fixed readme to bind onDocumentLoad function

e2517ad6a69f2d9cd7555483c29567af56d3d02e authored about 7 years ago by jkhoang313 <[email protected]>
Bump version to 2.4.1

104a87d8f613b76b8e601932aea258f1351e1903 authored about 7 years ago by Wojciech Maj <[email protected]>
Fix DataCloneError when loading PDF from base64 on Windows 8/8.1 on Internet Explorer

b8e1b6e86cad71ee5458b953bccecac8cef59b82 authored about 7 years ago by Wojciech Maj <[email protected]>
Bump version to 2.4.0

e2651a7d617567526571377344d786b4bdafd482 authored about 7 years ago by Wojciech Maj <[email protected]>
Improve development warnings for missing onItemClick

1d56e5a7b5a203032d109d1b566bc1bf9bb904e1 authored about 7 years ago by Wojciech Maj <[email protected]>
Fix quirky selecting text on Firefox

5d55f5a6f192ac69cc93ce727a409c4dc5a852b0 authored about 7 years ago by Wojciech Maj <[email protected]>
Update Jest to newest with supported jsdom version

15b5cbf1dd49bf178d46cc0410f6fe7f9211c315 authored about 7 years ago by Wojciech Maj <[email protected]>
Setup initial test platform

f0ef5252283326aa5aed6cfd28b0837081269aef authored about 7 years ago by Wojciech Maj <[email protected]>
Merge pull request #104 from wojtekmaj/feature/internal-links

Internal links support

6a88cfc29f197d0880369e852e2a1c9bc4e3f4c0 authored about 7 years ago by Wojciech Maj <[email protected]>
Implement support for internal links fully

c8ebed38cd8478b496f84926279ba12d18fd771b authored about 7 years ago by Wojciech Maj <[email protected]>
Allow multiple arguments passed to callIfDefined function

b6f1a777614e8e72d990db24057647e94a4b2292 authored about 7 years ago by Wojciech Maj <[email protected]>
Merge branch 'master' into feature/internal-links

a2bd19e4d0503bece60bdbd9a821ce1f3b9b1232 authored about 7 years ago by Wojciech Maj <[email protected]>
Remove invalid/non-essential parameters from Sample suite

6e8b5479dcefa124d6b5873c62a1aa374006db69 authored about 7 years ago by Wojciech Maj <[email protected]>
Add documentation about setOptions

9ed8776efbf18513a49c170821c3c3550b56bd7e authored about 7 years ago by Wojciech Maj <[email protected]>
Merge pull request #103 from wojtekmaj/svg-rendering

SVG rendering

6bde889ad08875217ec3d811624b9c341f4dc719 authored about 7 years ago by Wojciech Maj <[email protected]>
Bump version to 2.3.0

228fd82a4517b33c00cd45092c4ba25b92702445 authored about 7 years ago by Wojciech Maj <[email protected]>
Add cMaps to both Test suite and Sample

4fc2ab6edbb162a95f96566d05c3018b49be5f16 authored about 7 years ago by Wojciech Maj <[email protected]>
Add documentation on cMaps and support for non-latin

a2c4e19c76edd9116d23a899524b2afb60477f39 authored about 7 years ago by Wojciech Maj <[email protected]>
Add setOptions method for easily setting PDFJS options

f5be7de9f74e2c3034b0ba84005d914a38cd42f5 authored about 7 years ago by Wojciech Maj <[email protected]>
Add SimpleLinkService for support for internal links annotations

3893e59134aae7533b654f61b2db1ee462516d7b authored about 7 years ago by Wojciech Maj <[email protected]>
Implement fallback annotations on top of SVG page.

80c50e266cfd16941a747f3053c12087eda220c4 authored about 7 years ago by Wojciech Maj <[email protected]>
Merge branch 'master' into svg-rendering

39665d5921d5ee78cb9b60b9ca120f2b5fa4036e authored about 7 years ago by Wojciech Maj <[email protected]>
Merge branch 'master' into svg-rendering

3b7bf3253ca1c2a1973530fea063496b3617624d authored about 7 years ago by Wojciech Maj <[email protected]>
Merge pull request #102 from wojtekmaj/change/pdfjs-2

Update React-PDF to work with PDF.js 2.0.x

9a94805b5bbc2690a5683209b6196383007e41da authored about 7 years ago by Wojciech Maj <[email protected]>
Update React-PDF to work with PDF.js 2.0.x

c6924eec58fcd62a1ac87961157bd3a23e3d1203 authored about 7 years ago by Wojciech Maj <[email protected]>