Releases: quasarframework/app-extension-qpdfviewer
Releases · quasarframework/app-extension-qpdfviewer
v1.0.0-beta.5
- fixed some minor issues which prevented SSR from working correctly in certain circumstances
v1.0.0-beta.4
- Feature: PDF.js Support #5
- NEW: Support for PDFJS or native HTML5 PDF engines
- new type property (use: 'pdfjs' or 'html5')
- tested with SPA, SSR and Electron
v1.0.0-beta.3
- Fix: getting onError and onLoad warnings in console #4
- feat: two new properties 'load' and 'error' (of type Function)
v1.0.0-beta.2
- update dependencies
- fix: issue with .git in npm package
v1.0.0-beta.1
- Updated to latest @quasar/app extension api
- Ensured component will compile for SSR
- and...beta.1!
v1.0.0-alpha.2
- Updated readme
v1.0.0-alpha.1
Initial code