All notable changes to laravel-markdown
will be documented in this file.
- Laravel 12.x Compatibility by @laravel-shift in #89
- @laravel-shift made their first contribution in #89
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.7.0...2.7.1
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.6.0...2.7.0
- feat: support (at least) dual themes by @Barbapapazes in #86
- @Barbapapazes made their first contribution in #86
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.5.2...2.6.0
- Fix breaking change cache duration by @chillbram in #77
- @chillbram made their first contribution in #77
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.5.1...2.5.2
- Add cache duration configurability by @alxndrmlr in #76
- @alxndrmlr made their first contribution in #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 #71
- @TomasVotruba made their first contribution in #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 #69
- @yanalshoubaki made their first contribution in #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 #66
- @WendellAdriel made their first contribution in #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 #54
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.3.0...2.3.1
- Update commonmark links by @erikn69 in #55
- Fix badges by @erikn69 in #57
- Add blade directive by @erikn69 in #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 #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 #38
- Update class for extending MarkdownRender by @Raimomo in #39
- Refactor tests to pest by @AyoobMH in #46
- Update MarkdownServiceProvider.php by @neomasterr in #49
- @nessimabadi made their first contribution in #38
- @Raimomo made their first contribution in #39
- @AyoobMH made their first contribution in #46
- @neomasterr made their first contribution in #49
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.4...2.2.5
- MarkdownBladeComponent missing inline parsers by @MortenDHansen in #37
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.3...2.2.4
- Adding inline parsers by @MortenDHansen in #36
- @MortenDHansen made their first contribution in #36
Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.2...2.2.3
- Update .gitattributes by @erikn69 in #34
- Use afterResolving on markdown component register by @erikn69 in #35
- @erikn69 made their first contribution in #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 #27
- Side note for using blade's unescaped statememt by @AshboDev in #28
- @AshboDev made their first contribution in #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 #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 #20
- Allow priority to be set for Block and Inline Renderers by @SimonJulian in #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