Releases: Carasent-ASMA/asma-doc-viewer
Releases · Carasent-ASMA/asma-doc-viewer
Release v1.2.0
Commit Summary (minor)
What's Changed
- ASMA-7232 refactor in the crm by @maxim-carasent in #4
New Contributors
- @maxim-carasent made their first contribution in #4
Full Changelog: v1.1.0...v1.2.0
Release v1.1.0
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
- @mark31072 made their first contribution in #3
Full Changelog: v1.0.31...v1.1.0
Release v1.0.31
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
- @VasiliiPeicov made their first contribution in #2
Full Changelog: v1.0.30...v1.0.31
Release v1.0.30
Commit Summary (patch)
- chore(package): Add repository field to package.json (087f6f8)
Full Changelog: v1.0.29...v1.0.30
Release v1.0.29
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