github TaTo30/vue-pdf v1.11.1

11 days ago

Breaking changes

  • Destroy de 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]

Don't miss a new vue-pdf release

NewReleases is sending notifications on new releases.