Releases: laravel-notification-channels/microsoft-teams
Releases · laravel-notification-channels/microsoft-teams
v2.1.0
v2.0.0-alpha.3
What's Changed
- Feature: Add fullWidth() option for Adaptive Card display by @sebasfortierdev in #38
New Contributors
- @sebasfortierdev made their first contribution in #38
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.3
Release v2.0.0 again
Fixing the wrong commit hash linked to v2.0.0 tag
What's Changed
- Update README.md by @edikurniawan-dev in #34
- Microsoft Teams Adaptive Cards by @johnatricorocks in #35
New Contributors
- @edikurniawan-dev made their first contribution in #34
- @johnatricorocks made their first contribution in #35
Full Changelog: 1.3.0...v2.0.0
v2.0.0-alpha.2
v2.0.0-alpha.1
Change to use MS Adaptive Cards
The long-awaited shift from traditional message cards to "Adaptive Cards" is finally here.
This change introduces a breaking change and needs some migration to upgrade.
Please check the migration guide at https://github.com/laravel-notification-channels/microsoft-teams/blob/master/UPGRADE.md and let me know if anything is missing.
Huge thanks to @johnatricorocks for doing the migration and also preparing the migration guide ❤️
What's Changed
- Update README.md by @edikurniawan-dev in #34
- Microsoft Teams Adaptive Cards by @johnatricorocks in #35
New Contributors
- @edikurniawan-dev made their first contribution in #34
- @johnatricorocks made their first contribution in #35
Full Changelog: 1.3.0...v2.0.0
1.3.0
1.2.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #29
New Contributors
- @laravel-shift made their first contribution in #29
Full Changelog: v1.1.5...1.2.0
v1.1.5
What's Changed
- Fix missing semi-colon in README by @Douglasdc3 in #25
- Fix syntax highlighting by @Seb33300 in #27
- Check if message is an MicrosoftTeamsMessage instance by @Seb33300 in #28
New Contributors
- @Douglasdc3 made their first contribution in #25
- @Seb33300 made their first contribution in #27
Full Changelog: v1.1.4...v1.1.5
1.1.4
- support Laravel 10