Releases: RobertBoes/inertia-breadcrumbs
Releases · RobertBoes/inertia-breadcrumbs
v0.7.0 - beta 1
0.7.0-beta style: PHP Linting (Pint)
v0.6.0
What's Changed
- Support
null
breadcrumb URLs by @shengslogar in #15
New Contributors
- @shengslogar made their first contribution in #15
Full Changelog: 0.5.0...0.6.0
v0.5.0
What's Changed
- feat: can custom shared key by @squiaios in #10
- feat: upgrade inertiajs/inertia-laravel version by @squiaios in #11
- feat: introduce pint by @RobertBoes in #13
- Support Laravel 11 by @RobertBoes in #19
New Contributors
Full Changelog: 0.4.0...0.5.0
v0.4.0
v0.3.2
v0.3.1
What's Changed
- Added: Customize breadcrumb serialization by @RobertBoes in #7
Full Changelog: 0.3.0...0.3.1
v0.3.0
⚠️ Experimental Laravel 10 support
⚠️ This is a very experimental release
Unfortunately Laravel 10 support isn't possible yet, as glhd/gretel and tabuna/breadcrumbs do not support Laravel 10 yet. But, they do have PR's that allow for Laravel 10. If you're using diglactic/laravel-breadcrumbs it should pretty much work, for the other packages you'd need to add the repository to your composer.json
and require the dev-[branch]
version (see this package's composer.json how you could do that in your own project)
v0.2.1
What's Changed
- Added tests to verify route model binding works for diglactic/laravel-breadcrumbs
- Added a global classifier, this can be used to determine if breadcrumbs should be shared or not
Full Changelog: 0.2.0...0.2.1