Releases: LibreSign/pdf-elements
Releases · LibreSign/pdf-elements
v1.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
v1.1.3
v1.1.2
What's Changed
- fix: correct published package entrypoints by @vitormattos in #41
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- fix: use legacy worker for browser compat by @vitormattos in #40
Full Changelog: v1.1.0...v1.1.1