Skip to content

Releases: LibreSign/pdf-elements

v1.2.5

21 May 18:48
9c05ba6

Choose a tag to compare

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

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