Releases: hrynko/vue-pdf-embed
Releases · hrynko/vue-pdf-embed
2.1.1
2.1.0
- ❗ 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
2.0.3
- 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
2.0.1
2.0.0
- 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
1.2.1
1.2.0
- Disable annotation and text layers by default (#113) 93aa92d
- Add before and after page slots (#157) 5571425
- Release callbacks on unmount to avoid memory leaks (#161) a7d6828
- Add download method (#68) 047005e
- Stop handling errors in the download and print methods 73f428b
Credits to @hgoncalves, @m4rcoperuano, @dougieled, @xandao-dev and @veerman72