Skip to content

Releases: LibreSign/pdf-elements

v1.2.4

23 Apr 01:32
76310ad

Choose a tag to compare

fix: handle pinch zoom inside the PDF viewer

v1.2.3

23 Apr 01:23
04d8d81

Choose a tag to compare

fix: enable pinch-to-zoom by adding pinch-zoom to touch-action

v1.2.2

23 Apr 00:57
7bd9e87

Choose a tag to compare

What's Changed

Bug Fixes

  • fix: enable horizontal scrolling on mobile devices (8a1dee1)
    • overflow-x: hiddenoverflow-x: auto on .pdf-elements-root
    • overflow: hiddenoverflow: visible on .pages-container
    • Added touch-action: pan-x pan-y for proper touch gesture handling
    • Added -webkit-overflow-scrolling: touch for smooth iOS scrolling

Fixes

Full Changelog: v1.2.1...v1.2.2

v1.2.1

05 Apr 22:47
3d200bf

Choose a tag to compare

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

05 Apr 21:27
0678075

Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.2.0

v1.1.6

05 Apr 03:40
e6b8501

Choose a tag to compare

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

04 Apr 19:12
5ff153f

Choose a tag to compare

Fixes

  • fix root TypeScript entrypoint for package consumers
  • point package types and exports['.'].types to dist/src/index.d.ts

This release restores imports like import type { PDFElementObject } from '@libresign/pdf-elements'.

v1.1.4

31 Mar 19:52
781c4cf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

08 Mar 18:54
71d3380

Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

07 Mar 22:22
76b9a70

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2