Releases: AsBuiltReport/AsBuiltReport.Diagram
Releases · AsBuiltReport/AsBuiltReport.Diagram
v1.0.6
v1.0.5
[1.0.5] - 2026-03-24
🧰 Added
- Add Format-HtmlCell cmdlet to the module to format HTML table cells with specified background color, text color, and font size
- Add Set-ImageOpacity cmdlet to the module to set the opacity of an image file
- Add new parameters to Add-NodeImage cmdlet to set image opacity for node images
- Add WaterMark support to SVG output format
- Use the DiaConvertImageToPDF c# net4.8 package to add watermark support to SVG output format
🔃 Changed
- Update module version to v1.0.5
- Update edge length validation range, and help message to reflect the new range of 0 to 50 in Add-NodeEdge function
- Update Pester workflow to run tests and upload results with code coverage support
- Optimize aspect ratio calculation in Get-BestImageAspectRatio function
🔧 Fixed
- Fix pester tests failing in Windows Pwsh 5.1+
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
[1.0.0] - 2026-03-15
🧰 Added
- Add WaterMark support to SVG output format
- Use the Diagrammer c# package to add watermark support to SVG output format
🔃 Changed
- Update module version to v1.0.0
- Migrated source code to new repository structure
- Moved source code to AsBuiltReport.Diagram directory
- Updated module manifest to reflect new structure
- Update Graphviz binary to version 14.1.3
- Migrate namespace from Diagrammer/DiaConvertImageToPDF to AsBuiltReportDiagram in all source files
- Change cmdlet name from New-WatermarkToImage to Add-WatermarkToImage in all source files
- Change cmdlet name from New-WatermarkToSvg to Add-WatermarkToSvg in all source files
- Change default Main_Logo image from Diagrammer.png to AsBuiltReport.png
- Integrate PSGraph cmdlets to the module (Project without active maintenance)
- Update assembly references and add new project files for AbrDiagrammer and AbrDiaConvertImageToPDF
🔧 Fixed
- Fix initialization of $TRAditionalInfo array in Add-DiaNodeIcon function