Skip to content

Releases: hrynko/vue-pdf-embed

2.1.4

06 Mar 06:58

Choose a tag to compare

  • Fix issue with missing styles export (#241) c177541
  • Fix page breaks when printing 48f6514
  • Optimize printing performance 9bfbb2b
  • Expose download and print methods from composable 374338b
  • Fix rendering task queue c7eba66

2.1.3

14 Jul 06:34

Choose a tag to compare

Credits to @NicolaiHorlacher, @liuhonghui and @xiaohuxd

2.1.2

16 Jan 22:34

Choose a tag to compare

Credits to @NicolaiHorlacher, @AkromaPhage and @beliefgp

2.1.1

22 Oct 06:50

Choose a tag to compare

Credits to @wintoniak

2.1.0

23 Jul 18:21

Choose a tag to compare

  • ❗ Rename the styles directory so that they are exported as vue-pdf-embed/dist/styles/*.css 538d03a
  • ❗ Inline essential styles so that importing vue-pdf-embed/dist/styles/index.css is no longer required 8c70b09
  • Update pdf.js to 4.4.168 (#226) bc9b2a8
  • Ensure page order when re-rendering (#208, #220) 7bbea06
  • Take view offset into account when calculating page dimensions c53ffa3
  • Improve rendering performance a02c066
  • Update memory releasing (#194, #196, #210) f8cb757
  • Prevent document proxy destroying when provided as a prop (#225) 7633eea

Credits to @Marwan-Thirdwayv, @cronco, @asugai, @NicolaiHorlacher and Jos van den Oever

2.0.4

31 May 05:58

Choose a tag to compare

2.0.3

20 Mar 06:44

Choose a tag to compare

  • Fix the problem of blank pages when printing (#189) 575a359
  • Fix the scaling factor causing the additional layers to be shifted (#186) d976c05

Credits to @ljh-coder and @markusgeert

2.0.2

22 Jan 06:54

Choose a tag to compare

  • Fix package installation lifecycle 46c1705

2.0.1

21 Jan 15:53

Choose a tag to compare

  • Fix the generation of type declarations edfe343
  • Fix the issue of additional layers rotation 089359e

2.0.0

20 Jan 12:45

Choose a tag to compare

  • Switch to Vite and stop building for Vue 2 (#153) 4c0a6e7
  • Introduce TypeScript 913b374
  • Introduce composable function for PDF load 15b200c
  • Update pdf.js to 3.11.174 (#163) f88d2d1
  • Remove fallback prop types 79223c7
  • Export styles (essential, text layer and annotation layer separately) instead of injecting 4c0a6e7 aeb5f20
  • Introduce the essential build (exposing GlobalWorkerOptions instead of internal worker loading) 03d9880

Credits to @cooper667 and @mispencer