Skip to content

Latest commit

 

History

History
252 lines (134 loc) · 7.75 KB

CHANGELOG.md

File metadata and controls

252 lines (134 loc) · 7.75 KB

Changelog

All notable changes to laravel-markdown will be documented in this file.

2.7.0 - 2024-12-10

What's Changed

New Contributors

  • @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

2.6.0 - 2024-11-12

What's Changed

  • feat: support (at least) dual themes by @Barbapapazes in spatie#86

New Contributors

  • @Barbapapazes made their first contribution in spatie#86

Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.5.2...2.6.0

2.5.2 - 2024-04-22

What's Changed

  • Fix breaking change cache duration by @chillbram in spatie#77

New Contributors

  • @chillbram made their first contribution in spatie#77

Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.5.1...2.5.2

2.5.1 - 2024-04-12

What's Changed

  • Add cache duration configurability by @alxndrmlr in spatie#76

New Contributors

  • @alxndrmlr made their first contribution in spatie#76

Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.5.0...2.5.1

2.5.0 - 2024-02-26

  • 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

2.4.2 - 2024-01-11

What's Changed

  • Allow Laravel 11 by @TomasVotruba in spatie#71

New Contributors

  • @TomasVotruba made their first contribution in spatie#71

Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.4.1...2.4.2

2.4.1 - 2023-12-30

What's Changed

  • Update deprecated function 'convertToHtml' to 'convert' function by @yanalshoubaki in spatie#69

New Contributors

  • @yanalshoubaki made their first contribution in spatie#69

Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.4.0...2.4.1

2.4.0 - 2023-08-17

What's Changed

  • Add ability to render anchors as links by @WendellAdriel in spatie#66

New Contributors

  • @WendellAdriel made their first contribution in spatie#66

Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.3.1...2.4.0

2.3.1 - 2023-05-05

What's Changed

  • 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

2.3.0 - 2023-05-03

What's Changed

Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.7...2.3.0

2.2.7 - 2023-04-28

What's Changed

  • 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

2.2.6 - 2023-01-25

  • support L10

2.2.5 - 2022-12-29

What's Changed

  • 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

New Contributors

  • @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

2.2.4 - 2022-05-21

What's Changed

  • MarkdownBladeComponent missing inline parsers by @MortenDHansen in spatie#37

Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.3...2.2.4

2.2.3 - 2022-05-11

What's Changed

  • Adding inline parsers by @MortenDHansen in spatie#36

New Contributors

  • @MortenDHansen made their first contribution in spatie#36

Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.2...2.2.3

2.2.2 - 2022-03-08

What's Changed

  • Update .gitattributes by @erikn69 in spatie#34
  • Use afterResolving on markdown component register by @erikn69 in spatie#35

New Contributors

  • @erikn69 made their first contribution in spatie#34

Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.2.1...2.2.2

2.2.1 - 2022-02-28

  • use convert instead of deprecated convertToHtml

2.2.1 - 2022-02-28

  • use convert instead of deprecated convertToHtml

2.2.0 - 2022-01-13

What's Changed

  • 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

New Contributors

  • @AshboDev made their first contribution in spatie#27

Full Changelog: https://github.com/spatie/laravel-markdown/compare/2.1.1...2.2.0

2.1.1 - 2021-12-27

What's Changed

  • 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

2.1.0 - 2021-12-03

What's Changed

  • 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

New Contributors

  • @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

2.0.1 - 2021-09-13

  • enable use of RenderedContentInterface and small fix (#18)

2.0.0 - 2021-09-12

  • use spatie/commonmark-shiki-highlighter 2.0 (#17)

1.1.3 - 2021-08-27

  • don't ignore extensions in the Blade component (#15)

1.1.2 - 2021-08-13

  • fix commonmarkOptions not being set in the commonmark environment

1.1.1 - 2021-07-25

  • fix various links + docs

1.1.0 - 2021-07-12

  • add support for inline renderers

1.0.1 - 2021-07-12

  • fix autoloading

1.0.0 - 2021-07-12

  • initial release