Releases: vinodnimbalkar/svelte-pdf
Releases · vinodnimbalkar/svelte-pdf
v1.0.22
What's Changed
- ⬆️ Bump postcss from 8.4.24 to 8.4.31 in /example by @dependabot in #64
- Upgrade dependencies by @bdfinst in #70
- Update package.json by @vinodnimbalkar in #71
- update: insert new props in PdfViewer to show or not top button by @dauid64 in #77
New Contributors
Full Changelog: v1.0.20...v1.0.22
v1.0.20
What's Changed
- Bump vite from 3.0.7 to 3.2.7 in /example by @dependabot in #54
- Bump vite from 3.2.5 to 3.2.7 by @dependabot in #55
- ⬆️ Updated pdf-dist version by @vinodnimbalkar in #58
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #59
Full Changelog: v1.0.19...v1.0.20
Release v1.0.19
What's Changed
- removed fileSaver and added custom savePDF function by @vinodnimbalkar in #51
- remove a11y warnings by @vinodnimbalkar in #52
Full Changelog: v1.0.17...v1.0.19
Release v1.0.17
What's Changed
- 🐛 Fixed could not read from file issue by @vinodnimbalkar in #50
Full Changelog: v1.0.16...v1.0.17
Release v1.0.16
What's Changed
- Customize download filename by @aureleoules in #48
- ⚡ version and readme updated by @vinodnimbalkar in #49
Full Changelog: v1.0.15...v1.0.16
Release v1.0.15
What's Changed
- dependencies update by @lguzzon in #43
- typo: Prevoius -> Previous by @aureleoules in #44
New Contributors
- @lguzzon made their first contribution in #43
- @aureleoules made their first contribution in #44
Full Changelog: v1.0.14...v1.0.15
Release v1.0.14
What's Changed
- feat: decoupled buttons from showButtons by @vinodnimbalkar in #41
Full Changelog: v1.0.13...v1.0.14
Release v1.0.13
What's Changed
- feat: base64 string encode support added by @vinodnimbalkar in #38
Release v1.0.12
Description
- Updated existing package with svelte-kit package stucture, it compatible with svelte and svelte-kit.