Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Releases: Okipa/laravel-html-helper

2.0.0: Adding PHP 8 support (#4)

14 Nov 14:23
1d6d333
Compare
Choose a tag to compare
  • Added PHP 8 support
  • Removed Scrutinizer analysis
  • Updated PHPCS checker and fixer norm to PSR-12
  • Helpers naming breaking changes

👉 See the upgrade guide

1.4.0 (#3)

11 Aug 12:54
0709abc
Compare
Choose a tag to compare
  • Added support for Laravel 8.
  • Dropped support for Laravel 5.8 and 6
  • Dropped support for PHP 7.2 and 7.3

1.3.1

03 Mar 09:46
Compare
Choose a tag to compare
  • Added testing files to .gitattributes export-ignore.

1.3.0

18 Feb 14:42
Compare
Choose a tag to compare
  • Dropped support for Laravel 5.5, 5.6 and 5.7.
  • Added support for Laravel 7.

1.2.0

04 Sep 14:43
Compare
Choose a tag to compare
  • Added compatibility for Laravel 6.
  • Dropped support for php 7.1.

1.1.1

02 Aug 13:43
Compare
Choose a tag to compare
  • Fixed htmlAttributes() feature which was adding a space before the returned value, even if it was supposed to be an empty space.

1.1.0

02 Aug 13:21
Compare
Choose a tag to compare
  • classTag() and htmlAttributes() helpers are now callable directly after a html tag : they do add a space if the helper returns something and no space if nothing is returned.
<!-- Example -->
<div{{ classTag(<your dynamic classes>) }}></div>

1.0.5

07 Feb 16:00
Compare
Choose a tag to compare
  • Updated treatment to return an empty string when the classes list to return is empty.

1.0.4

09 Jun 21:21
Compare
Choose a tag to compare
refactored HtmlAttributes class

1.0.3

07 Jun 21:19
Compare
Choose a tag to compare
improved classTag treatment