February 24, 2026
Hand-Drawn Only Signature Setting
You can now require hand-drawn signatures via the API by settinghand_drawn_only: true in your signing request settings. When enabled, signers cannot use typed or font-based signatures and must draw their signature directly. See the API changelog for details.
February 18, 2026
Hand-Drawn Signatures
Firma now supports hand-drawn signatures in the signing view. Signers can draw their signature directly using a mouse, trackpad, or touchscreen in addition to the existing typed signature option.Localization Guide
A new Localization guide is now available in the documentation. It covers Firma’s full multilingual support including the 3-tier language detection system, URL-based language overrides via the?lang= parameter, per-user language persistence, and localization behavior in embeddable components.
February 17, 2026
Embedded Editor Close Controls
Both the Template Editor and Signing Request Editor now support a built-in close button and programmatic close, giving you full control over the editor lifecycle within your application.- Close button — Enable
showCloseButtonto display a close button in the editor header. When clicked, youronClosecallback receives{ hasUnsavedChanges: boolean }so you can prompt users to save before navigating away. - Programmatic close — Call
triggerClose()on the editor instance to close it from your own UI (e.g., a navigation event or “back” button). It checks for unsaved changes automatically.
FirmaTemplateEditor and FirmaSigningRequestEditor. See the embeddable template editor and embeddable signing request editor guides for full details.
February 11, 2026
Multi-Script Signature Support
Firma now supports 5 international writing systems for typed signatures with automatic script detection and curated signature fonts. Supported scripts:| Script | Languages | Signature Font |
|---|---|---|
| Latin/Western | English, Spanish, French, German, Portuguese, Italian, Polish, Czech | Default signature fonts |
| Cyrillic | Russian, Ukrainian, Bulgarian, Serbian | Marck Script |
| Greek | Greek (including accented characters like ά, έ, ί, ό) | Zen Kurenaido |
| Japanese | Hiragana, Katakana, Kanji | Zen Kurenaido |
| Korean | Hangul | Nanum Pen Script |
Greek Language Support
The Firma interface is now fully available in Greek, bringing the total to 7 supported languages:- English
- Spanish
- Portuguese
- French
- Italian
- German
- Greek (new)