DashHtml
1.6.0
Minimum PowerShell version
7.0
Installation Options
Owners
Copyright
(c) 2026 DashHtml Contributors. MIT License.
Package Details
Author(s)
- DashHtml Contributors
Tags
HTML Dashboard Table Export CSV Excel PDF Report Infrastructure
Functions
New-DhDashboard Add-DhTable Set-DhTableLink Export-DhDashboard Get-DhTheme Add-DhSummary Add-DhHtmlBlock Add-DhCollapsible Add-DhFilterCard Add-DhBarChart Add-DhAlertBanner Add-DhPieChart Add-DhBullet Add-DhLineChart Add-DhEventFeed Add-DhStatusGrid Add-DhTabs Add-DhHeatmap Add-DhTopologyMap
Dependencies
This module has no dependencies.
Release Notes
1.6.0 — Opt-in HTML safety. New -AllowHtml switch on the four cmdlets that inject caller content via innerHTML: Add-DhHtmlBlock (-Content), Add-DhTabs (per-tab Content), Add-DhCollapsible (-Content), Add-DhAlertBanner (-Message). Defaults to $true (v1.x raw-markup behaviour preserved — NON-breaking). Pass -AllowHtml:$false to HTML-encode untrusted / externally-sourced content. When HTML-looking content is passed without an explicit -AllowHtml, a deprecation warning notes the default will flip to $false (encode) in DashHtml 2.0.0. Also fixes a latent bug where Add-DhTabs with a single tab threw. 345 tests.
Full version history: https://github.com/nicola-vi/DashHtml/blob/main/CHANGELOG.md
FileList
- DashHtml.nuspec
- Public\Add-DhTopologyMap.ps1
- Private\ConvertTo-DhJsonString.ps1
- Private\Get-DhCssCompanyLight.ps1
- Private\Get-DhCssRagLight.ps1
- Private\Test-DhSafeInput.ps1
- Public\Add-DhEventFeed.ps1
- Public\Add-DhPieChart.ps1
- Public\Export-DhDashboard.ps1
- Private\ConvertTo-DhRagThresholds.ps1
- Private\Get-DhCssDefaultDark.ps1
- Private\Get-DhCssVMwareDark.ps1
- Public\Add-DhAlertBanner.ps1
- Public\Add-DhFilterCard.ps1
- Public\Add-DhStatusGrid.ps1
- Public\Get-DhTheme.ps1
- Private\Get-DhCssAzureDark.ps1
- Private\Get-DhCssDefaultLight.ps1
- Private\Get-DhCssVMwareLight.ps1
- Public\Add-DhBarChart.ps1
- Public\Add-DhHeatmap.ps1
- Public\Add-DhSummary.ps1
- Public\New-DhDashboard.ps1
- Private\Get-DhCssAzureLight.ps1
- Private\Get-DhCssGreyDark.ps1
- Private\Get-DhJsContent.ps1
- Public\Add-DhBullet.ps1
- Public\Add-DhHtmlBlock.ps1
- Public\Add-DhTable.ps1
- Public\Set-DhTableLink.ps1
- Private\Get-DhCssBase.ps1
- Private\Get-DhCssGreyLight.ps1
- Private\Get-DhThemeCss.ps1
- Public\Add-DhCollapsible.ps1
- Public\Add-DhLineChart.ps1
- Public\Add-DhTabs.ps1
- Private\Get-DhCssCompanyDark.ps1
- Private\Get-DhCssRagDark.ps1
- DashHtml.psd1
- DashHtml.psm1
- LICENSE
- README.md
- Private\Build-DhTableSections.ps1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 1.10.2 | 8 | 7/22/2026 |
| 1.10.0 | 8 | 7/21/2026 |
| 1.7.0 | 5 | 7/21/2026 |
| 1.6.0 (current version) | 3 | 7/21/2026 |
| 1.5.3 | 26 | 6/23/2026 |
| 1.5.2 | 10 | 6/19/2026 |
| 1.5.0 | 25 | 5/25/2026 |
| 1.3.3 | 32 | 5/19/2026 |
| 1.3.2 | 12 | 5/18/2026 |
| 1.3.1 | 17 | 4/29/2026 |
| 1.2.2 | 27 | 4/15/2026 |
| 1.2.1 | 9 | 4/15/2026 |
| 1.2.0 | 24 | 4/15/2026 |
| 1.1.0 | 12 | 4/14/2026 |
| 1.0.0 | 10 | 4/13/2026 |