Skip to content

v1.11.1

Compare
Choose a tag to compare
@TaTo30 TaTo30 released this 08 Sep 18:18
· 11 commits to master since this release

Breaking changes

  • Destroy the worker when component has been unmounted [#130]
    • If VuePDF component is conditionated to render under v-if directive the worker will be terminated when the condition sets false and the pages rendered won't be rendered again when the condition returns to true. To avoid this behavior replace v-if directive by v-show or ensure to change the src parameter on usePDF to reload the worker.

Fixes

  • Fix mismatch between pdfjs version [#142]
  • Escape regex special characters in highlight process [#140]