Releases: quasarframework/app-extension-qpdfviewer
v2.0.0-alpha.6
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
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
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
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
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
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
- fix: Package install of QPdfviewer v2.0.0 Alpha 1 not matching next branch (#96)
v2.0.0-alpha.1
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
- 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