Releases: TaTo30/vue-pdf
Releases · TaTo30/vue-pdf
v1.11.5
- Overlay slot by @adamgreenhall in #193
- Fix memory leak when switching rapidly between pdf files by @Dummerle in #194
- Fix a bug on link annotations when are grouped on the same container [#190, #195]
- ignore text layer cancelled errors [#189, #196]
Full Changelog: v1.11.4...v1.11.5
v1.11.4
v1.11.3
v1.11.2
This version is a rollback of the previous one with few new changes and options after some concerns about the worker being destroying when the component is hidden with v-if (see #156 and #151)
- Destroying the component's worker will be optional
auto-destroyprop was added to allow keeping the previous behaviour.- By default the worker will keep active even if the component is not used anymore.
destroy()method was added to destroy the worker manually.
v1.11.1
Breaking changes
- Destroy the worker when component has been unmounted [#130]
- If
VuePDFcomponent is conditionated to render underv-ifdirective the worker will be terminated when the condition setsfalseand the pages rendered won't be rendered again when the condition returns totrue. To avoid this behavior replacev-ifdirective byv-showor ensure to change thesrcparameter onusePDFto reload the worker.
- If
Fixes
v1.11.0
v1.10.0
v1.9.7
v1.9.6
v1.9.5
'Loaded' events has been added in order to have more control about rendering process of page's layers:
@text-loadedevent whentext-layerhas loaded with the textDivs and textContent as a payload@annotation-loadedevent whenannotation-layerhas loaded with annotations list as a payload@xfa-loadedevent whenxfa-layerhas loadedpdfjs-distupdated to 3.11.174