Changelog 3B Docs v4.18: Difference between revisions

From 3B Knowledge
Jump to navigation Jump to search
(Created page with "===== Features Added ===== # Added <code>sortable.js</code> for Reordering Fields #* Description: Added <code>sortable.js</code> for reordering fields by dragging. #* Impact: Enhances user experience by allowing easy reordering of fields through drag-and-drop functionality. # Added <code>svg</code> Dots to <code>panelField</code> Component #* Description: Added <code>svg</code> dots to the <code>panelField</code> component. #* Impact: Improves the visual design and usabi...")
 
No edit summary
 
Line 42: Line 42:
#* Description: HTML and Word Document download options have been deprecated.
#* Description: HTML and Word Document download options have been deprecated.
#* Impact: Simplifies the document download options, focusing on more relevant formats.
#* Impact: Simplifies the document download options, focusing on more relevant formats.
===== Additional Information =====
* Dependencies: <code>sortablejs</code>: "^1.15.2", https://github.com/SortableJS/Sortable
===== Related Tickets =====
* [https://app-eu1.hubspot.com/live-messages/143372710/inbox/4053861872#comment Hubspot ticket #4053861872]


===== Release URL =====
===== Release URL =====

Latest revision as of 05:52, 25 June 2024

Features Added
  1. Added sortable.js for Reordering Fields
    • Description: Added sortable.js for reordering fields by dragging.
    • Impact: Enhances user experience by allowing easy reordering of fields through drag-and-drop functionality.
  2. Added svg Dots to panelField Component
    • Description: Added svg dots to the panelField component.
    • Impact: Improves the visual design and usability of the panelField component.
  3. Hidden HTML and Word Document Download Options
    • Description: HTML and Word Document download options are now hidden from the dropdown on the document page.
    • Impact: Streamlines the document page by removing unnecessary options from the dropdown menu.
Bug Fixes
  1. Fixed HTML Format Display Issue
    • Description: There was an issue caused by the iframe embedded to show the contents of the file in HTML format. This was bypassed by setting the contents of a simple div and ensuring necessary styles are attached.
    • Impact: Ensures correct display of HTML content, improving user experience.
  2. Updated getTemplateVersions Method
    • Description: Updated the getTemplateVersions method to return an empty list rather than null, ensuring the client-side code always receives an array.
    • Impact: Prevents errors and ensures consistency in the response object.
  3. Added Padding to Modal Window
    • Description: Added padding to the modal window and a wrapper to the x-generator to style and fix the clipping window.
    • Impact: Improves the appearance and usability of modal windows.
  4. Ensured Correct Display of Colours in Browser Print Dialog
    • Description: Added style to ensure that colours display correctly within the browser print dialog.
    • Impact: Enhances the accuracy of printed documents.
  5. Fixed Page Breaks in Browser Print Dialog
    • Description: Page breaks now work as expected within the browser print dialog.
    • Impact: Improves document formatting in printed output.
  6. Updated Redlining to Use Async Endpoint
    • Description: Redlining was not updated to use the async endpoint. Now, when all collaborators have agreed to sign, a PDF is generated asynchronously and added to the redlining request.
    • Impact: Improves the efficiency and reliability of the redlining process.
Optimizations
  1. Support for Larger Files in Document Trace Updates
    • Description: Document trace updates now support larger files.
    • Impact: Enhances performance and reliability when handling large documents.
  2. Improved PDF Content Formatting
    • Description: Changed scale of PDF so that the content is better formatted within the document generated by the API.
    • Impact: Ensures better presentation and formatting of generated PDFs.
Deprecations
  1. Deprecated HTML and Word Document Download Options
    • Description: HTML and Word Document download options have been deprecated.
    • Impact: Simplifies the document download options, focusing on more relevant formats.
Release URL