All notable changes to laravel-markdown
will be documented in this file.
- @makkinga made their first contribution in spatie#87
- @timvandijck made their first contribution in spatie#88
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.6.0...2.7.0
- feat: support (at least) dual themes by @Barbapapazes in spatie#86
- @Barbapapazes made their first contribution in spatie#86
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.5.2...2.6.0
- Fix breaking change cache duration by @chillbram in spatie#77
- @chillbram made their first contribution in spatie#77
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.5.1...2.5.2
- Add cache duration configurability by @alxndrmlr in spatie#76
- @alxndrmlr made their first contribution in spatie#76
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.5.0...2.5.1
- Update the
commonmark-shiki-highlighter
dependency to support Shiki 1.
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.4.2...2.5.0
- Allow Laravel 11 by @TomasVotruba in spatie#71
- @TomasVotruba made their first contribution in spatie#71
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.4.1...2.4.2
- Update deprecated function 'convertToHtml' to 'convert' function by @yanalshoubaki in spatie#69
- @yanalshoubaki made their first contribution in spatie#69
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.4.0...2.4.1
- Add ability to render anchors as links by @WendellAdriel in spatie#66
- @WendellAdriel made their first contribution in spatie#66
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.3.1...2.4.0
- Support embeds class names for config serialization by @erikn69 in spatie#54
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.3.0...2.3.1
- Update commonmark links by @erikn69 in spatie#55
- Fix badges by @erikn69 in spatie#57
- Add blade directive by @erikn69 in spatie#56
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.7...2.3.0
- Support class names for config serialization by @erikn69 in spatie#53
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.6...2.2.7
- support L10
- Change package name in Docs by @nessimabadi in spatie#38
- Update class for extending MarkdownRender by @Raimomo in spatie#39
- Refactor tests to pest by @AyoobMH in spatie#46
- Update MarkdownServiceProvider.php by @neomasterr in spatie#49
- @nessimabadi made their first contribution in spatie#38
- @Raimomo made their first contribution in spatie#39
- @AyoobMH made their first contribution in spatie#46
- @neomasterr made their first contribution in spatie#49
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.4...2.2.5
- MarkdownBladeComponent missing inline parsers by @MortenDHansen in spatie#37
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.3...2.2.4
- Adding inline parsers by @MortenDHansen in spatie#36
- @MortenDHansen made their first contribution in spatie#36
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.2...2.2.3
- Update .gitattributes by @erikn69 in spatie#34
- Use afterResolving on markdown component register by @erikn69 in spatie#35
- @erikn69 made their first contribution in spatie#34
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.1...2.2.2
- use
convert
instead of deprecatedconvertToHtml
- use
convert
instead of deprecatedconvertToHtml
- Add support for Laravel 9
- Fix broken link in code highlighting documentation by @AshboDev in spatie#27
- Side note for using blade's unescaped statememt by @AshboDev in spatie#28
- @AshboDev made their first contribution in spatie#27
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.1.1...2.2.0
- Add tests to identify and fix bug with renderers priority by @mallardduck in spatie#26
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.1.0...2.1.1
- Corrected some markdown, spelling, and URL mistakes... by @telkins in spatie#20
- Allow priority to be set for Block and Inline Renderers by @SimonJulian in spatie#23
- @telkins made their first contribution in spatie#20
- @SimonJulian made their first contribution in spatie#23
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.0.1...2.1.0
- enable use of RenderedContentInterface and small fix (#18)
- use spatie/commonmark-shiki-highlighter 2.0 (#17)
- don't ignore extensions in the Blade component (#15)
- fix commonmarkOptions not being set in the commonmark environment
- fix various links + docs
- add support for inline renderers
- fix autoloading
- initial release