Releases: LibreSign/pdf-elements
Releases · LibreSign/pdf-elements
v1.2.5
What's Changed
- fix: centralize zoom state and guard auto-fit during pinch by @vitormattos in #62
- chore(deps): Bump pdfjs-dist from 5.4.624 to 5.6.205 by @dependabot[bot] in #57
- chore(deps-dev): Bump happy-dom from 20.7.0 to 20.8.9 by @dependabot[bot] in #60
- chore(deps-dev): Bump vue-tsc from 3.2.4 to 3.2.6 by @dependabot[bot] in #59
- chore(deps-dev): Bump @vitejs/plugin-vue from 6.0.4 to 6.0.5 by @dependabot[bot] in #56
- chore(deps-dev): Bump rollup-plugin-visualizer from 7.0.0 to 7.0.1 by @dependabot[bot] in #58
- chore(release): bump version to v1.2.5 by @vitormattos in #63
Full Changelog: v1.2.4...v1.2.5
v1.2.4
fix: handle pinch zoom inside the PDF viewer
v1.2.3
fix: enable pinch-to-zoom by adding pinch-zoom to touch-action
v1.2.2
What's Changed
Bug Fixes
- fix: enable horizontal scrolling on mobile devices (8a1dee1)
overflow-x: hidden→overflow-x: autoon.pdf-elements-rootoverflow: hidden→overflow: visibleon.pages-container- Added
touch-action: pan-x pan-yfor proper touch gesture handling - Added
-webkit-overflow-scrolling: touchfor smooth iOS scrolling
Fixes
- Resolves LibreSign/libresign#7341 – users couldn't scroll PDF horizontally on mobile devices
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Changes
- add stable actions toolbar styling hooks for theming
- expose actions slot styling props for custom buttons
- document theme variables and slot contract
Internal
- version bump to 1.2.1
v1.2.0
v1.1.6
Summary
- track package-lock.json for deterministic release installs
- add a dist validator and prepack guard for bundled PDF.js runtime/worker consistency
- expose ensureWorkerReady() for consumers that want to warm up the package worker
Validation
- npm ci
- npm test
- npm run build
- npm run validate:dist
v1.1.5
Fixes
- fix root TypeScript entrypoint for package consumers
- point package
typesandexports['.'].typestodist/src/index.d.ts
This release restores imports like import type { PDFElementObject } from '@libresign/pdf-elements'.
v1.1.4
What's Changed
- fix(touch): support placement on touchend without prior touchmove by @Phillipxh in #49
- chore: bump version by @vitormattos in #50
New Contributors
- @Phillipxh made their first contribution in #49
Full Changelog: v1.1.3...v1.1.4