Skip to content

Releases: EvotecIT/PSWriteHTML

v1.0.0

10 Jul 08:06
3cb2997

Choose a tag to compare

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 for New-HTMLWizard (globally)
  • Added New-HTMLTabPanelColor - allows setting colors for New-HTMLTabPanel (globally)
  • Fixed New-HTMLWizard themes
  • Added New-HTMLTabPanel themes
  • Updated handful of libraries

Full Changelog: v0.0.191...v1.0.0

v0.0.191

04 Jul 16:37
605a97b

Choose a tag to compare

Update changelog

v0.0.190

11 Jun 08:31
8a22e9f

Choose a tag to compare

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-HTMLStyle to fix issues with non-ASCII characters on PS 5.1
  • Fixes issue with New-HTMLTable sorting 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

26 May 17:15
45aff48

Choose a tag to compare

What's new

  • Fixes AlphabetSearch

Full Changelog: v0.0.187...v0.0.189

v0.0.188

08 May 09:49
7e7d1f9

Choose a tag to compare

What's new

  • Fix for null handling values in New-HTMLTable when using AllProperties (real fix in dependant PSSharedGoods)

Full Changelog: v0.0.186...v0.0.188

v0.0.187

08 May 07:15
7e7d1f9

Choose a tag to compare

Update changelog

v0.0.186

24 Apr 08:54
efcad1e

Choose a tag to compare

Merge pull request #382 from EvotecIT/MapImprovements

Map improvements

v0.0.185

20 Apr 08:01
42f46fb

Choose a tag to compare

Update module builder

v0.0.184

29 Mar 10:38
75387f4

Choose a tag to compare

Bump version

v0.0.183

14 Feb 07:33
59764cb

Choose a tag to compare

  • Fixes AlphabetSearch being used in New-HTMLTable when it shouldn't be used. #351

Full Changelog: v0.0.182...v0.0.183