Skip to content

Releases: Carasent-ASMA/asma-doc-viewer

Release v1.2.0

25 May 10:31
6401aba

Choose a tag to compare

Commit Summary (minor)

  • ASMA-7232 refactor in the crm (#4) (6401aba)

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

07 May 11:22
0159f64

Choose a tag to compare

Overview
A bugfix release that restores hyperlink interactivity in exported PDFs used by the Montebello Tilbudsbrev workflow.

🐛 Fixes

  • Restore clickable hyperlinks in Tilbudsbrev PDFs after sending to Ad Voca — PDF page rendering and link styling were adjusted so links remain interactive when exported/sent.

What's Changed

  • ASMA-7263 montebello hyperlinks in tilbudsbrev pdf not clickable after sending it to ad voca by @mark31072 in #3

New Contributors

Full Changelog: v1.0.31...v1.1.0

Release v1.0.31

17 Apr 17:14
5f8d96f

Choose a tag to compare

Overview
A small release that improves PDF rendering on narrow and mobile viewports by measuring the viewer container and using that measurement when laying out pages.

🐛 Fixes

  • Measure and store the PDF viewer container width so pages scale correctly on narrow/mobile viewports.
  • Add resize observation and debounce logic to stabilize page layout when the container size changes.

✨ Features

  • Exposed container-width state/action so the renderer can react to viewport changes.

⚡ Performance

  • Reduced layout thrash by debouncing container-size updates, improving render stability on mobile.

(No breaking changes.)

What's Changed

  • fix(ASMA-7025): Improve PDF rendering for mobile viewports by measuri… by @VasiliiPeicov in #2

New Contributors

Full Changelog: v1.0.30...v1.0.31

Release v1.0.30

05 Apr 18:05

Choose a tag to compare

Commit Summary (patch)

  • chore(package): Add repository field to package.json (087f6f8)

Full Changelog: v1.0.29...v1.0.30

Release v1.0.29

05 Apr 17:55

Choose a tag to compare

Commit Summary (patch)

  • chore(github): Add publish workflow configuration (0f9da03)
  • fix(pdf): Fix PDF document horizontal overflow and full width layout (c22ec4d)

Full Changelog: v1.0.28...v1.0.29