Releases: coderello/laravel-shared-data
Releases · coderello/laravel-shared-data
4.0.0
- 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
Make it possible to pass attributes to the <script>
tag:
{!! shared()->render(['attributes' => ['nonce' => $nonce]]) !!}
3.0.0
- Add Laravel 8 support
- Drop Laravel 5.8 support
- Drop PHP 7.2 support
2.1.0
- Increase browser support for JS helper
2.0.0
- Add Laravel 7 support
- Drop PHP 7.1 support
1.4.0
- allows custom Blade directive name
1.2.0
@shared
directive
- sharedDataNamespace