Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 09:56
· 13 commits to master since this release
b642221

1.0.0 (2025-09-22)

Bug Fixes

Features

  • add attachment file type (6a9fb32)
  • add components for legacy renderer (#3) (3ad22f4)
  • add default template and remove the need for a custom default key (3768553)
  • add new action from host -> print document (2568894)
  • add optional params to redactable value (#112) (0bd96ea)
  • add properties to received and send raw document along with the certificate to render (29d6a99)
  • add sandbox prop to FrameConnector (b809934)
  • allow renderer to filter out a specific template (4aabd0d)
  • bump oa (#71) (6e7a5ca)
  • defaulting to full attachment renderer (48326ae)
  • deps update (#81) (4b42f43)
  • enable w3c vc for decentralized renderer (#13) (244d37a)
  • extract attachment to component function (775be2f)
  • keep templates internally (remove need for meta) (224823d)
  • migrate to github actions (#106) (fa44905)
  • only allow dispatch for FrameConnector (9a34044)
  • penpal v5 (#39) (00548cb)
  • pretty design for driver license (f037f95)
  • provide document to attachments renderer (6d72c37)
  • redact hide (#115) (dde9f60)
  • redact text (#85) (14524df)
  • rename scope (#4) (f9b9815)
  • rendereableAttachmentRenderer (ddb0ada)
  • trigger release (#2) (cf892ae)
  • update package and lock (#1) (1614f06)
  • update template action only allow for string (664dc00)
  • upgrade emotion | oa (#107) (72deb3d)
  • upgrade to support v3 (8a4425e)
  • upgraded documentTemplates to accept v3 document (ae85306)
  • upgraded example application to allow for multiple document rendering (e260289)
  • use fallback url when source url fails in frame connector (#23) (9ee6d0e)
  • using noAttachmentRenderer but without showing tabs (2cc000d)

BREAKING CHANGES

  • selectTemplate action only accept string. HostConnector only uses dispatch to connect with the parent application.
  • removed props methods in FrameConnector component and provide only a dispatch method to the application
  • previous behaviour was using pdf attachment by default. react-pdf growing the size of the bundles unnecessarily for renderer that dont need it, it wont be the case anymore. Default behaviour will provide no attachments support.