- Fixes
New-AdaptiveTable
when using null values or empty strings #55 - Fixes
New-AdaptiveTable
when using longer data #50 - Add couple of options for
New-AdaptiveTable
(disable separators)
- Improves
New-AdaptiveTable
to supportWidth
(Auto/Stretch), default being 'Stretch' #51
- Improves
New-AdaptiveTable
with more parameters to better support user needs. - Improves
New-AdaptiveTextBlock
with more parameters to better support user needs. - Improves
New-AdaptiveTable
when it comes to Ordered Dictionary support. - Added
New-AdaptiveLineBreak
to create a line break easily.
- Added support for
New-AdaptiveTable
that simplifies the creation of tables from arrays.
- ☑ Added support for
Proxy
parameter inSend-TeamsMessage
andSend-TeamsMessageBody
, for environments where connections to Office 365 go via a proxy.
- 🐛 Fixes broken
FullWidth
andAllowImageExpand
in last version of PSTeams forNew-AdaptiveCard
- 📃 Updated docs for
New-AdaptiveCard
- ☑ Added
New-AdaptiveMention
that allows to define mentions for Adaptive Cards. Requires MS to enable notifications. For details: #17
- ☑ Added
FullWidth
switch toNew-AdaptiveCard
. This allows for full width adaptive card. - ☑ Added
AllowImageExpand
switch toNew-AdaptiveCard
. This allows for expanding on images
- ☑ Added support for AdaptiveCard using
New-AdaptiveCard
- ☑ Added
New-AdaptiveActionSet
- ☑ Added
New-AdaptiveAction
- ☑ Added
- ☑ Added
New-AdaptiveColumnSet
- ☑ Added
New-AdaptiveColumn
- ☑ Added
- ☑ Added
New-AdaptiveImageSet
-> aliasNew-AdaptiveImageGallery
- ☑ Added
New-AdaptiveImage
- ☑ Added
- ☑ Added
New-AdaptiveMedia
- ☑ Added
New-AdaptiveMediaSource
- ☑ Added
- ☑ Added
New-AdaptiveFactSet
- ☑ Added
New-AdaptiveFact
- ☑ Added
- ☑ Added
New-AdaptiveContainer
- ☑ Added
New-AdaptiveTextBlock
- ☑ Added
New-AdaptiveRichTextBlock
- ☑ Added
- ☑ Added support for List Cards using
New-CardList
- ☑ Added
New-CardListItem
- ☑ Added
New-CardListButton
(Maximum 6 buttons) - ☑ Please notice this isn't really supported in Connectors and is added mostly for fun or basic usage as most of the features do not work
- ☑ Added
- ☑ Added support for Hero Cards using
New-HeroCard
- ☑ Added
New-HeroImage
-> actually an aliasNew-AdaptiveImage
- ☑ Added
New-HeroButton
-> actually an aliasNew-CardListButton
- ☑ Added
- ☑ Added support for Thumbnail Cards using
New-ThumbnailCard
- ☑ Added
New-ThumbnailImage
-> actually an aliasNew-AdaptiveImage
- ☑ Added
New-ThumbnailButton
-> actually an aliasNew-CardListButton
- ☑ Added
- ☑ Improved
Send-TeamsMessageBody
- ☑ Removed
ShowErrors
fromSend-TeamsMessage
- ☑ Replaced it with
ErrorAction Stop
- ☑ Replaced it with
- ☑ Add support for custom activity image file system path #24 by R3ality
- ☑ Fix for ActivityImage images not working correctly #22
- ☑ Small update to error handling
- ☑ Small update to
Send-TeamsMessage
to potentially display warning if cmdlet fails - ☑ Renamed
Supress
toSuppress
inSend-TeamsMessage
- this will hunt me forever all over my modules (left alias in place)
- ☑ Added missing images
New-TeamsActivityImage
- ☑ Module is now signed
- ☑ Added
ConvertTo-TeamsFact
- tnx theramiyer #15 - ☑ Added
ConvertTo-TeamsSection
- tnx theramiyer #15 - ☑ Fixed problem with missing image
- ☑ Added missing image choice
1.0.0 / 2019.12.22 - full blog post
- ☑ New way of sending to Teams, old way still works
- ☑ Added new aliases
- ☑ Reworked lists/list items creation
- ☑ Removed Enums in favour of ArgumentCompleters with strings.
- ☑ Changed 149 colors into 800 (+-) colors (same as PSWriteHTML)
- ☑ Stability issues
- ☑ fix for UTF-8 charset - (provided by hjorslev)
- ☑ emoji support added - (provided by hjorslev) - to use it you may need UTF-8 with BOM file encoding
- ☑ added summary for message that is visible in Activity pane
0.2.0 / 2018.10.04 - full blog post
- ☑ added cross-platform (works on linux, mac os, windows)
- ☑ added azure pipelines
- ☑ added some pester tests
☑ first release