Releases: vinodnimbalkar/svelte-pdf
Releases · vinodnimbalkar/svelte-pdf
v1.0.26
Release v1.0.26
New Features
- None (This release focuses on fixes and cleanup.)
Bug Fixes
- Fixed variable name from
page_num
topageNum
inPdfViewer.svelte
. - Updated the PDF URL in
+page.svelte
to use a local path instead of a remote URL. - Added
sample.pdf
to the static directory for local testing.
Improvements
- Added a Netlify status badge to the README file to display the deployment status of the project.
Cleanup
- Removed unnecessary example project files, including:
- Configuration files (
.gitignore
,jsconfig.json
,vite.config.js
) - Source code (
src
directory) - Public assets
- Dependency files (
package-lock.json
,package.json
) - Documentation (
README.md
) - Example HTML file (
index.html
)
- Configuration files (
Version Bump
- Updated the package version from
1.0.25
to1.0.26
inpackage.json
.
Full Changelog: v1.0.25...v1.0.26
v1.0.25
What's Changed
- Update README.md by @vinodnimbalkar in #93
- Update README.md by @vinodnimbalkar in #94
- Added onProgress callback #88 by @aryan-debug in #95
- Update package.json for example by @vinodnimbalkar in #96
New Contributors
- @aryan-debug made their first contribution in #95
Full Changelog: v1.0.23...v1.0.25
v1.0.23
Full Changelog: v1.0.22...v1.0.23
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