Skip to content

Commit

Permalink
Update #121
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Apr 23, 2020
1 parent 2ae6e1d commit 7f0f518
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PSWriteHTML.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Przemyslaw Klys
#
# Generated on: 19.04.2020
# Generated on: 23.04.2020
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PSWriteHTML.psm1'

# Version number of this module.
ModuleVersion = '0.0.81'
ModuleVersion = '0.0.82'

# Supported PSEditions
CompatiblePSEditions = 'Desktop', 'Core'
Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ Dependencies: **PSSharedGoods**, **PSWriteColor** and **Connectimo** are only us

## Changelog

- 0.0.82 - 2020.04.23
- `New-HTMLTable` added ability to define Title which will be used as filename when exporting
- If no Title is defined title is used from `New-HTML`
- If no Title is provided name of button will be used (default)
- `New-TableButtonXXX` also have `Title` field which allows different naming for buttons

- 0.0.81 - 2020.04.18
- `New-HTMLDiagram` keeps expanding without height bug fixed ([#113](https://github.com/EvotecIT/PSWriteHTML/issues/113)) with huge help from Thomaash

Expand Down Expand Up @@ -178,7 +184,7 @@ Dependencies: **PSSharedGoods**, **PSWriteColor** and **Connectimo** are only us
- Fix for Tab Selector not being Active by default
- Changes to Tables
- Updated Table Row size to 20px from 27px
- Renamed New-HTMLTable* commands to New-Table* to better reflect what they deliver (and those don't deliver HTML)
- Renamed New-HTMLTable*commands to New-Table* to better reflect what they deliver (and those don't deliver HTML)
- Old commands still available as aliases
- Added **Calendar**
- Added New-HTMLCalendar
Expand Down

0 comments on commit 7f0f518

Please sign in to comment.