Releases: EvotecIT/PSWriteHTML
Releases · EvotecIT/PSWriteHTML
v1.0.0
What's new
- This release is first release of PSWriteHTML that is considered stable. It's been in development for over 2 years, but it's time to say it's stable.
- Add columnVisibility button to
New-HTMLTable
$DataTable = @(
[PSCustomObject] @{ 'Test.1' = 'Name'; 'Test 2 Another' = 'Name2'; 'Test..3' = 'Name3'; "Da't'es" = $Date; 'Numbers' = $Int; Enum = $Enum; EnumFruit = $EnumFruit; Bool = $false }
[PSCustomObject] @{ 'Test.1' = 'Name'; 'Test 2 Another' = 'Name2'; 'Test..3' = 'Name3'; "Da't'es" = $Date2; 'Numbers' = $Int; Enum = $Enum; EnumFruit = $EnumFruit; Bool = $false }
[PSCustomObject] @{ 'Test.1' = 'Przemysłąw'; 'Test 2 Another' = 'Name2'; 'Test..3' = 'Name3'; "Da't'es" = $Date3; 'Numbers' = $Int; Enum = $Enum; EnumFruit = $EnumFruit; Bool = $false }
[PSCustomObject] @{ 'Test.1' = 'Kłys'; 'Test 2 Another' = 'Name2'; 'Test..3' = 'Name3'; "Da't'es" = $Date2; 'Numbers' = $Int; Enum = $Enum; EnumFruit = $EnumFruit; Bool = $false }
)
#$DataTable = Get-Process | Select-Object -First 30
New-HTML -TitleText 'Title' -Online -FilePath $PSScriptRoot\Example-TableColumnVisibility.html -ShowHTML {
New-HTMLTable -DataTable $DataTable -Filtering -Buttons columnVisibility, csvHtml5, excelHtml5, pageLength, searchBuilder
}- Improve CSV output (UTF8 with BOM)
- Added new options for
New-TableButtonCSV - Improve
New-TableButton*with a few more options - Added European Union to
New-HTMLMap - Added
New-HTMLWizardColor- allows setting colors forNew-HTMLWizard(globally) - Added
New-HTMLTabPanelColor- allows setting colors forNew-HTMLTabPanel(globally) - Fixed
New-HTMLWizardthemes - Added
New-HTMLTabPanelthemes - Updated handful of libraries
Full Changelog: v0.0.191...v1.0.0
v0.0.191
Update changelog
v0.0.190
What's new
- Rename CSS to JS file fixing wrong name
- Fix Color for
New-ChartPie,New-ChartRadial - Jquery 3.6.3 to 3.7.0
- Forces use of UTF8 for
Add-HTMLScript,Add-HTMLStyleto fix issues with non-ASCII characters on PS 5.1 - Fixes issue with
New-HTMLTablesorting buttons in offline mode - Remove not needed functions
- Removed images for DataTables as no longer nessecary
Full Changelog: v0.0.189...v0.0.190
v0.0.189
v0.0.188
What's new
- Fix for null handling values in
New-HTMLTablewhen usingAllProperties(real fix in dependant PSSharedGoods)
Full Changelog: v0.0.186...v0.0.188
v0.0.187
Update changelog
v0.0.186
Merge pull request #382 from EvotecIT/MapImprovements Map improvements
v0.0.185
Update module builder
v0.0.184
Bump version
v0.0.183
- Fixes
AlphabetSearchbeing used inNew-HTMLTablewhen it shouldn't be used. #351
Full Changelog: v0.0.182...v0.0.183