Skip to content

Releases: ayame113/embed-pdf-element

v1.3.0

10 Feb 18:38
2d94573

Choose a tag to compare

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

06 Feb 03:05
e78b216

Choose a tag to compare

What's Changed

  • feat: add develop container by @ayame113 in #2
  • add cache for viewer.html

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Feb 16:37

Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

v1.0.0

05 Feb 16:33

Choose a tag to compare

Full Changelog: v0.0.2...v1.0.0

v0.0.2

05 Feb 15:30

Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

v0.0.1

05 Feb 14:33

Choose a tag to compare