Skip to content

Releases: quasarframework/app-extension-qpdfviewer

v2.0.0-alpha.6

16 Apr 16:52
1ba1146
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

QPdfviewer v2.0.0-alpha.6

Features

  • feat(app-ext): updated PDFjs

Note: To update your project to the latest PDFjs supported by QPdfviewer, run the following in your project after updating:

quasar ext invoke @quasar/qpdfviewer

Fixes

  • fix(app-ext): extendWebpack error in app-vite using @next version (#117)
  • fix(app-ext): use setup() function over render() function

Installing

Use the next tag whenever you'd install it normally.

$ quasar ext add @quasar/qpdfviewer@next

Documentation

QPdfviewer v2 documentation is now hosted by Netlify. Visit the documentation to get more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.

Donations

QPdfviewer is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v2.0.0-alpha.5

13 Mar 16:56
fc3c72f
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

QPdfviewer v2.0.0-alpha.5

Features

  • feat: support for q/app-vite

Fixes

  • none

Installing

Use the next tag whenever you'd install it normally.

$ quasar ext add @quasar/qpdfviewer@next

Documentation

QPdfviewer v2 documentation is now hosted by Netlify. Visit the documentation to get more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.

Donations

QPdfviewer is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v2.0.0-alpha.4

06 Mar 18:00
2f19116
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

QPdfviewer v2.0.0-alpha.4

  • Maintenance release

Features

  • none

Fixes

  • none

Installing

Use the next tag whenever you'd install it normally.

$ quasar ext add @quasar/qpdfviewer@next

Documentation

QPdfviewer v2 documentation is now hosted by Netlify. Visit the documentation to get more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.

Donations

QPdfviewer is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v1.0.1

06 Mar 20:20
d291331
Compare
Choose a tag to compare

QPdfviewer v1.0.1

Features

  • none

Fixes

  • fix(app-ext): work better with PDFjs

Installing

$ quasar ext add @quasar/qpdfviewer

Documentation

QPdfviewer v1 documentation is hosted by GitHub.io. Visit the documentation to get more information.

If you are interested in QPdfviewer for Quasar v2/Vue v3, then go to the v2 documentation

Donations

QPdfviewer is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v2.0.0-alpha.3

01 Jan 16:04
8789c77
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

QPdfviewer v2.0.0-alpha.3

Features

  • feat: updated PDFjs => 2.12.313

Fixes

  • none

Notes

For this fix to work, you either have to re-add the app-extension or invoke it (after upgrading)

quasar ext add @quasar/qpdfviewer
# or, after updating version
quasar ext invoke @quasar/qpdfviewer

Installing

Use the next tag whenever you'd install it normally.

$ quasar ext add @quasar/qpdfviewer@next

Documentation

QPdfviewer v2 documentation is now hosted by Netlify. Visit the documentation to get more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.

Donations

QPdfviewer is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v1.0.0

01 Jan 15:55
8789c77
Compare
Choose a tag to compare

QPdfviewer v1.0.0

Features

  • feat: update PDFjs => v2.12.313

Fixes

  • none

Notes

For this fix to work, you either have to re-add the app-extension or invoke it (after upgrading)

quasar ext add @quasar/qpdfviewer
# or, after updating version
quasar ext invoke @quasar/qpdfviewer

Installing

$ quasar ext add @quasar/qpdfviewer

Documentation

QPdfviewer v1 documentation is hosted by GitHub.io. Visit the documentation to get more information.

If you are interested in QPdfviewer for Quasar v2/Vue v3, then go to the v2 documentation

Donations

QPdfviewer is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v2.0.0-alpha.2

07 Aug 14:31
9b495a9
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release
  • fix: Package install of QPdfviewer v2.0.0 Alpha 1 not matching next branch (#96)

v2.0.0-alpha.1

04 Aug 19:50
3e5f06f
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

QPdfviewer v2.0.0 Alpha 1

Welcome to the QPdfviewer v2.0.0 Alpha 1 release

QPdfviewer is now converted to use Quasar v2/Vue v3

Until the final stable version is released, some aspects of the calendar may change. We're not planning for additional changes, but unforeseen reported issues may require us to do breaking changes (unlikely, but keep this in mind). So please make sure that you read each v2 alpha/beta version's release notes carefully before upgrading.

Installing

Use the next tag whenever you'd install it normally.

$ quasar ext add @quasar/qpdfviewer@next

Documentation

QPdfviewer v2 documentation is now hosted by Netlify. Visit the documentation to get more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.

Donations

QPdfviewer is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

v1.0.0-beta.8

07 Jul 17:02
Compare
Choose a tag to compare
  • fix: Move static files to public (#60)
  • fix: remove error/load events and add $listeners support

IMPORTANT: This app-ext now uses q/app v2's public folder instead of the previous src/statics
You should first uninstall the app-ext, then re-install it.

quasar ext remove @quasar/qpdfviewer

then

quasar ext add @quasar/qpdfviewer

If you didn't do this, then follow the Upgrade Guide for moving the src/statics folder to the public folder.

and

quasar ext uninvoke @quasar/qpdfviewer

then

quasar ext invoke @quasar/qpdfviewer

v1.0.0-beta.7

18 Jun 15:01
Compare
Choose a tag to compare
  • fix syntax highlighting (#32)
  • fix(events): adding error and load events (#36)
  • maintenance release in preparation for q/app v2