Browse our Products
Aspose.HTML for Python via .NET 26.6 Release Notes
This page contains release notes information for Aspose.HTML for Python via .NET 26.6.
The June update for Aspose.HTML for .NET focuses on rendering consistency, advanced layout behavior, and overall stability.
Release Notes
This release introduces comprehensive support for CSS calc() expressions in layout calculations, improving the precision and flexibility of CSS dimension handling. The table layout engine has been enhanced with proper handling of the ‘break-after: avoid’ property. Additionally, page dimension handling during DOCX conversion has been fixed, and PDF/UA-1 validation support has been added for tagged PDF testing.
Package references
Aspose.HTML for Python via .NET 26.6.0 NuGet
Aspose.HTML.Drawing for .NET 26.6.0 NuGet
Aspose.HTML for Python via .NET 26.6.0 PyPI
Improvements and Changes
| Key | Summary | Category |
|---|---|---|
| HTMLNET-7104 | Fixed an ArgumentException caused by incompatible unit types that could occur during Flexbox layout. | Bug |
| HTMLNET-6717 | Resolved a stack overflow exception that could arise while processing large documents. | Bug |
| HTMLNET-6699 | Resolved a problem with emoji rendering. | Bug |
| HTMLNET-6403 | Resolved a page-break bug that produced incorrect pagination during rendering. | Bug |
| HTMLNET-4786 | The layout engine now computes logical size and block size to improve layout sizing. | Bug |
| HTMLNET-3081 | Corrected cell background painting to span all rows covered by a rowspan cell. | Bug |
| HTMLNET-6925 | The library now supports the space-evenly value for align-content and justify-content in Flexbox and Grid layouts. | Feature |
| HTMLNET-5407 | The library now supports the CSS textalignlast property and lastline text justification. | Feature |
| HTMLNET-3072 | Rendering issues when converting certain web pages to PDF | Bug |