Releases: ayame113/embed-pdf-element
Releases · ayame113/embed-pdf-element
v1.3.0
What's Changed
- feat: take advantage of the built-in pdf embedding support by @ayame113 in #3
- If the built-in pdf embed support is available, take advantage of it.
- Shows a download link if an error occurs while loading.
- chore: setup demo page by @ayame113 in #4
- feat: Reload pdf when src attribute is changed. by @ayame113 in #5
const el = document.querySelector("embed-pdf"); el.setAttribute("src", "./path/to/pdf"); // then the pdf at the new path is loaded
- chore: update readme by @ayame113 in #6
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.0
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Full Changelog: v0.0.2...v1.0.0
v0.0.2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Full Changelog: https://github.com/ayame113/embed-pdf-element/commits/v0.0.1