Releases: asahasrabuddhe/laravel-mjml
Releases · asahasrabuddhe/laravel-mjml
Beta Release 9
What's Changed
- hotfix: fix Mailable if mjml is not used by @maximepvrt in #170
- Bump orchestra/testbench from 6.25.1 to 6.35.0 by @dependabot in #169
- Bump symfony/process from 5.4.22 to 5.4.28 by @dependabot in #168
- Bump php-coveralls/php-coveralls from 2.5.3 to 2.6.0 by @dependabot in #167
Full Changelog: 0.8.0...0.9.0
Beta Release 8.0
What's Changed
- feat: add direct MJML content support by @maximepvrt in #164
- chore: update readme to cater for Laravel 9 changes by @rizaljamhari in #151
- Added MIT license by @repat in #152
- Bump soundasleep/html2text from 2.0.0 to 2.1.0 by @dependabot in #153
- Bump symfony/http-kernel from 5.4.16 to 5.4.20 by @dependabot in #156
- Bump symfony/process from 5.4.11 to 5.4.22 by @dependabot in #160
- Bump guzzlehttp/psr7 from 2.4.3 to 2.6.1 by @dependabot in #165
- Use the parent buildView if mjml does not exist by @david-comet in #163
New Contributors
- @rizaljamhari made their first contribution in #151
- @repat made their first contribution in #152
- @david-comet made their first contribution in #163
Full Changelog: 0.7.0...0.8.0
Beta Release 7
What's Changed
- skip errors for html2text by @maximepvrt in #149
- fix public properties not available in the view by @eklundkristoffer in #150
- #141 set config.filePath to view location by @tennox in #143
- Bump php-coveralls/php-coveralls from 2.5.2 to 2.5.3 by @dependabot in #140
- Bump orchestra/testbench from 6.25.0 to 6.25.1 by @dependabot in #145
New Contributors
- @maximepvrt made their first contribution in #149
- @eklundkristoffer made their first contribution in #150
- @tennox made their first contribution in #143
Full Changelog: 0.6.0...0.7.0
Beta Release 6
What's Changed
- Fix html2text namespace by @mbardelmeijer in #133
- Fix #134 by @dannydehaan in #135
- Bugfix by @jimping in #136
- Bump symfony/process from 5.4.8 to 5.4.11 by @dependabot in #137
- Bump orchestra/testbench from 6.24.1 to 6.25.0 by @dependabot in #139
- Update MJML.php by @madina972 in #138
New Contributors
- @jimping made their first contribution in #136
- @madina972 made their first contribution in #138
Full Changelog: 0.5.0...0.6.0
Beta 5 Release
What's Changed
- [Security] Bump symfony/http-kernel from 4.3.11 to 4.4.14 by @dependabot-preview in #49
- Added node to binary path by @vanderb in #98
- Bump soundasleep/html2text from 0.5.0 to 1.1.0 by @dependabot-preview in #51
- use config('view.compiled') and follow VIEW_COMPILED_PATH if specified by @umihico in #68
- Bump php-coveralls/php-coveralls from 2.2.0 to 2.4.3 by @dependabot-preview in #79
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #104
- Bump orchestra/testbench from 3.9.4 to 4.17.0 by @dependabot-preview in #107
- [Security] Bump league/flysystem from 1.0.67 to 1.1.4 by @dependabot-preview in #111
- [Security] Bump laravel/framework from 6.18.13 to 6.20.30 by @dependabot-preview in #113
- Bump symfony/process from 4.4.8 to 4.4.27 by @dependabot-preview in #114
- Bump guzzlehttp/psr7 from 1.7.0 to 1.9.0 by @dependabot in #127
- Bump php-coveralls/php-coveralls from 2.4.3 to 2.5.2 by @dependabot in #131
- Bump symfony/process to also use ^6.0 by @dannydehaan in #119
- Bump orchestra/testbench from 4.18.0 to 6.24.1 by @dependabot in #132
New Contributors
- @vanderb made their first contribution in #98
- @umihico made their first contribution in #68
- @dependabot made their first contribution in #127
- @dannydehaan made their first contribution in #119
Beta 4 Release
Add support for Symfony 5 through #45 by @mbardelmeijer
Beta 3 Release
Fixed issue causing new data for existing Base View to be ignored via @GabeStah
Beta 2 Release
Caching is enabled again to increase performance. An earlier bug where old cached templates were used even after updating the view is now fixed by using the checksum to validate the cached template.
Beta 1.2.2 Release
Fix Bug: Disable caching of templates
Beta 1.2.1 Release
Quick Fix in comments