Skip to content

Releases: bjuppa/laravel-blog

Compatibility with CommonMark v2

08 Sep 18:44
74d97ae
Compare
Choose a tag to compare

Added

  • Support for both CommonMark 1.x and 2.x

PHP 8 support

02 Apr 06:47
f6a102d
Compare
Choose a tag to compare

Added

  • Support for PHP 8

Fixed

  • Replace underscore in lang attributes with dash

Laravel 8 support

10 Sep 07:54
88f2dd1
Compare
Choose a tag to compare

Added

  • Support for Laravel 8

Fixed

  • Removed unnecessary z-index from CSS

Notes

From this release PHP 7.3 is required (up from 7.1) so the tests can use laravel/legacy-factories.

Deprecation notice

Future releases will remove support for Laravel 5.*.

Style around mobile camera screen notch

21 Aug 14:20
0e17422
Compare
Choose a tag to compare

Added

  • Accommodation to screens' camera notch in bundled styles.

Fix image urls

29 May 14:05
99fa63f
Compare
Choose a tag to compare

Added

  • New .full-column-bleed CSS class

Fixed

  • Extraction of image urls for entry's main image had problems with multiple attributes in image tag

Laravel 7 support

20 Mar 11:58
01424f5
Compare
Choose a tag to compare

Added

  • Support for Laravel 7

Changed

  • Hide latest entries section from Safari Reader Mode

Fix markdown parsing

14 Feb 14:25
d35b9ba
Compare
Choose a tag to compare

Fixed

  • Replaced the old markdown parser that was removed from Laravel 6.10 with league/commonmark that is the new default. Also makes the markdown parser replaceable by defining a MarkdownStringContract and registering a default implementation that can be swapped out.

Custom blade sections

31 Jan 13:40
83f93af
Compare
Choose a tag to compare

Added

  • Template files that enable manipulation of blade sections without overriding original file.

Improved summary extraction

13 Dec 13:52
28788fa
Compare
Choose a tag to compare

Fixes

  • Fix problem where extracting summaries from a blog post could fail when <p> tags were nested deeper in html structure.

Fix touch target spacing

21 Nov 17:29
66ab47c
Compare
Choose a tag to compare

Fixes

  • Increase vertical spacing between share links so that touch targets are not too close.