v1.0.26
Release v1.0.26
New Features
- None (This release focuses on fixes and cleanup.)
Bug Fixes
- Fixed variable name from
page_numtopageNuminPdfViewer.svelte. - Updated the PDF URL in
+page.svelteto use a local path instead of a remote URL. - Added
sample.pdfto 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 (
srcdirectory) - 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.25to1.0.26inpackage.json.
Full Changelog: v1.0.25...v1.0.26