Skip to content

Releases: coderello/laravel-shared-data

4.0.0

22 Feb 14:35
5d5cc6e
Compare
Choose a tag to compare
  • Drop Laravel 6/7/8 support
  • Drop PHP 7.3/7.4 support
  • Add Laravel 9 support
  • Add PHP 8.1 support

3.2.0

22 Oct 12:54
bfbdc47
Compare
Choose a tag to compare

Make it possible to pass attributes to the <script> tag:

{!! shared()->render(['attributes' => ['nonce' => $nonce]]) !!}

3.1.1

29 Jan 09:00
c4cc20c
Compare
Choose a tag to compare

Fix #28.

3.1.0

18 Nov 11:41
2ece664
Compare
Choose a tag to compare

PHP 8 support

3.0.0

09 Sep 07:59
3efc56e
Compare
Choose a tag to compare
  • Add Laravel 8 support
  • Drop Laravel 5.8 support
  • Drop PHP 7.2 support

2.1.0

12 May 13:49
Compare
Choose a tag to compare
  • Increase browser support for JS helper

2.0.0

03 Mar 06:34
a740255
Compare
Choose a tag to compare
  • Add Laravel 7 support
  • Drop PHP 7.1 support

1.4.0

24 Feb 12:47
Compare
Choose a tag to compare
  • allows custom Blade directive name

1.3.0

05 Feb 13:02
Compare
Choose a tag to compare
  • JavaScript helper

1.2.0

07 Jan 13:56
Compare
Choose a tag to compare
  • @shared directive
  • sharedDataNamespace