• Updated Electron version to 29
• Added custom margin support for PDF export
• Added support for footer and header on each page (including a way to specify the page number)
• Added support for A0, A1, A2, and Ledger formats
• Updated templates for Gantt and Scheduler
• The background-clip: text
and other style rules should work since it is supported by Chrome 122
• Fixed PDF export with complex custom layout
• Fixed partial content export when using the resource panel
• Fixed empty pages in PDF when adding h1, h2 and similar tags in the header
• Fixed export hang when using custom data with the raw: true
and merge_pages: true
configs
• Fixed the Electron launch on Windows (EINVAL error)
• Updated templates for DHTMLX Gantt 9.0 raw export
• Fixes for the sticky scale cells for the raw
export
• Ignore unscheduled tasks when using export to Excel with the 'visual' config
• Added templates for DHTMLX Gantt 9.0
• Fixes for DHTMLX Scheduler 7.0 template
• Added the multipage export in one PDF file (export the chart for the specified format by chunks, then merge the pages into one file)
• Added the feature to show the grid and timeline headers per page when using the multipage export in one file functionality
• Updated the base image for the node.js environment to Node.js 20 for the Docker images
• Optimized the Dockerfile and reduced the Docker image size
• Added template for DHTMLX Scheduler 7.0
• Changed the endpoint of MS Project / Primavera P6 export service
• Fixed for the Excel export: correct highlight of the timeline cells with the "visual:true" parameter
• Updated packages for building the docker file
• Updated the node.js version for the docker image
• Removed unused file in the docker image to fix the security warning
• Fixed the bug when the export doesn't work if we have the formatter in the grid columns
• Main page for the export module with the link to test the export module functionality (check the URL in the dropdown before testing it). Example: https://export.dhtmlx.com
• New feature: import and export of Gantt for Node.js
• Bug fix for the Excel export with the visual:true
parameter. Now you can export data with several scales,
different duration units, and tasks don't need to start and end at the beginning of the timeline cells
• Improved compatibility with Node.js 14
• Fixes for custom locales
• Added the "init" process for the docker.
• Fixed some memory leaks when running on headless servers (without the graphical interface) and in the docker
• Improved the work of the application inside the docker image
• Switched from PhantomJS to Electron for the PDF and PNG export
Back to top