Skip to content

Releases: lfoppiano/streamlit-pdf-viewer

0.0.18

18 Sep 12:00
Compare
Choose a tag to compare

What's Changed

  • Scroll to page or to annotation by @lfoppiano in #65
  • Improve text highlight and selection by cursor on top of annotations by @lfoppiano in #66
  • Fix issues with text layers on Chrome in the case of tabs (or extenders) by @lfoppiano, @t29mato in #63

Full Changelog: v0.0.17...v0.0.18

v0.0.17

16 Aug 05:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17

v0.0.16

06 Aug 09:05
Compare
Choose a tag to compare

Full Changelog: v0.0.14...v0.0.16

What's Changed

  • Fix "invalid canvas" and other rendering problems by @lfoppiano in #58

Note
The behavior on which width an height are managed has changed.
If only the height is specified, the PDF document will be shown in proportion with the with proportional based on the PDF dimensions. So, the possibility to show a large view of only half the PDF is not available anymore.

If you need to occupy all the available space and limit the height, you can encapsulate the pdf_viewer into a st.component with specific height.

Full Changelog: v0.0.14...v0.0.16

v0.0.14

22 Jun 22:07
Compare
Choose a tag to compare
  • Fixed regression (or maybe it was there always) with the annotations getting disaligned on the latest pages

Full Changelog: v0.0.13...v0.0.14

v0.0.13

22 Jun 09:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

v0.0.12

17 May 12:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

12 May 01:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

31 Mar 23:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

19 Mar 11:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

16 Feb 07:52
Compare
Choose a tag to compare

What's Changed

  • Fix infinite execution of on updated method by @t29mato in #29

Full Changelog: v0.0.7...v0.0.8