Release notes - New experience

June 9, 2026 (Build: 20260609.4)

New features and improvements

  • Introduced Datasets (initial release).
  • Added text color support in the rich text editor, applied through to Word output.
  • Added separator support for Select fields in HTML output.
  • Continued the transition to style names for improved Word compatibility.
  • Broadened formatting-element support in Word output.
  • Updated layout adjustment rules in HTML output.
  • Improved breadcrumb display for long content paths.

API improvements

  • Added support for filtering by tags via a query parameter.

Bug fixes

  • Fixed pre-filling of Select fields (used for visibility) from data providers.
  • Fixed populating table, repeat, select and element nodes from multiple data providers.
  • Fixed user-identity Select fields when an identifier field name is used.
  • Improved error handling when parsing values.
  • Fixed a sizing issue with two consecutive tables in Word output.
  • Fixed an unintended paragraph being inserted before a table in HTML output.

May 12, 2026 (Build: 20260511.7)

This release includes enhancements focused on the new Create experience, integration capabilities, document styling, and overall stability.

New features and improvements

  • Updated Create front-end.

    • The /create application now includes a dedicated layout focused on the functionality relevant for new experience.
    • A new Contents page has been added, replacing the previous documents overview.
    • A new Recents page has been added, allowing users to quickly return to recently viewed recipes.
    • Users with two or more recent items are now automatically taken to the Recents page when opening the application.
    • A dedicated Search page has been added, allowing users to search across the entire unit with support for search queries and tag filtering.
  • Added Favorites in Create.

    • Users can now mark content as favorites in Create.
    • This makes it easier to quickly access important or frequently used items.
  • Removed time picker from date node default value.

    • The time picker has been removed from the date node default value configuration.
    • This aligns the default value behavior with the active date flow.
  • Improved default styling for lists.

    • Numbered lists now use the correct default numbering styles, and bulleted lists use the correct default bullet styles.
    • This improves consistency and predictability in generated documents.
  • Started transition from style IDs to style names.

    • The engine now begins using style names as the foundation for style handling.
    • This improves compatibility with templates authored in different language versions of Word.

API improvements

  • Improved AppFlow document delivery with metadata

    • The AppFlow integration now supports sending form metadata back with the generated document.
  • Added webhook support for prepare flows.

    • Webhook handling has been added for the legacy prepare flow.
    • MIME type support has also been added to both regular and legacy prepare flows.
    • This improves compatibility in scenarios where generated documents should be returned through webhook instead of being downloaded directly.
  • Expanded webhook success message metadata.

    • Webhook success messages now include a metadata object.
    • The metadata contains generation data and the recipe ID of the generated recipe.
    • This provides downstream integrations with more useful context.

Bug fixes

  • Fixed cloning issue affecting information tree bindings.

    • Resolved an issue where cloning a recipe could detach information tree nodes from their corresponding bindings.
  • Fixed query parameters disappearing during navigation.

    • Resolved an issue in the user front-end pages where query parameters could be lost during navigation in some cases.
  • Fixed table overflow for fixed-width columns.

    • Resolved an issue where tables with large fixed column sizes could overflow the page width in LibreOffice and PDF output.
  • Fixed list numbering restart behavior.

    • Resolved an issue where numbered lists were not always restarted correctly, resulting in incorrect ordering in some generated documents.
  • Fixed nested table conversion issues.

    • Resolved issues causing nested tables to produce invalid documents or incorrect sizing behavior.
    • This improves both document correctness and visual consistency.
  • Fixed table size unit handling in conversion.

    • Table conversion now correctly interprets size units such as px, pt, cm, in, and mm.
    • This improves consistency between the editor preview and the generated Word document.
  • Fixed disappearing whitespace in rich text conversion.

    • Resolved an issue where whitespace between adjacent links could be lost during HTML-to-DOCX conversion.

March 26, 2026 (Build: 20260325.6)

This release includes enhancements focused on editor usability, performance, and the administrative experience.

New features and improvements

  • Added hyperlink support in the editor.

    • Users can now add hyperlinks directly to selected text in the editor.
    • This makes it easier to create richer documents without leaving the editing flow.
  • Improved web application load time.

    • This release includes the first round of performance optimizations in the web application, resulting in a noticeable improvement in load time.
    • Additional optimizations are planned for the upcoming sprint.
  • Improved information tree behavior.

    • Fields are now automatically removed from the editor when the corresponding information tree node is deleted.
    • Double-clicking a regular field now reveals its position in the information tree.
    • This makes it easier for administrators to manage fields and understand how they relate to the structure.
  • Added support for default node configuration.

    • Formatting can now be defined either on fields placed under a table or repeater node, or directly on the inserted field itself.
    • This provides greater flexibility in how formatting is configured and maintained.

API improvements

  • Improved core API error handling.
    • Error responses are now clearer and more actionable, making integrations easier to troubleshoot.

March 4, 2026 (Build: 20260304.2)

In this sprint, we introduced a major release of Create focused on Independent Software Vendors (ISVs). The release introduces the foundation of our ISV platform, including a dedicated ISV environment and new capabilities for template management, branding, accessibility, and integrations. Customers interested in this experience should contact their Omnidocs representative for more information.

New features and improvements

  • Introduced the foundation for a new ISV platform in Create.
    • This release includes a dedicated ISV environment for software vendors that want to integrate document generation into their workflow and case management solutions.
  • Added a new browser-based Dynamic Template Editor.
    • Template builders can now create and manage templates directly in the browser.
    • The editor supports HTML and .docx themes, reusable elements, and repeating structures for more flexible template creation.
  • Added full Dutch and German localization for the Create user interface.
    • This improves usability for customers and partners in key ISV markets.
  • Introduced Operator-based organization management.
    • ISV administrators can now create, manage, and delete customer organizations with greater independence and control.
  • Added support for shared templates.
    • ISVs can centrally manage and publish templates across customer organizations, while still allowing end customers to apply their own branding where relevant.
  • Added white labelling capabilities.
    • ISVs can tailor the Create experience with their own logos, styling, and communication elements, making it a more seamless extension of their own solution.
  • Expanded authentication and API integration capabilities.
    • This includes support for OIDC, OAuth 2.0, API Secrets, and a new token endpoint to support a wider range of integration scenarios.
  • Added support for asynchronous document generation with webhooks.
    • Create now supports both synchronous and asynchronous integration patterns, including callback notifications for completed or failed document generation jobs.
  • Added a new Template Preparation Flow for server-side orchestration.
    • This enables guided document generation flows through API-based preparation and browser-based finalization.