Skip to content

v1.0.26

Choose a tag to compare

@vinodnimbalkar vinodnimbalkar released this 01 Mar 14:17
· 23 commits to master since this release

Release v1.0.26

New Features

  • None (This release focuses on fixes and cleanup.)

Bug Fixes

  • Fixed variable name from page_num to pageNum in PdfViewer.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)

Version Bump

  • Updated the package version from 1.0.25 to 1.0.26 in package.json.

Full Changelog: v1.0.25...v1.0.26