Skip to content

Releases: RobertBoes/inertia-breadcrumbs

v0.6.0

26 Apr 21:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

v0.5.0

25 Apr 11:43
9615e45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0

v0.4.0

20 Oct 08:38
Compare
Choose a tag to compare

What's Changed

  • Added the option to ignore the request query string when determining the current URL by @lolsokje in #9

New Contributors

Full Changelog: 0.3.2...0.4.0

v0.3.2

24 Jul 13:25
e0dfe3a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

v0.3.1

24 Jul 12:28
3c8e99f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

v0.3.0

19 Feb 00:59
0334a93
Compare
Choose a tag to compare

What's Changed

  • Support for Laravel 10

Full Changelog: 0.2.1...0.3.0

⚠️ Experimental Laravel 10 support

14 Feb 20:50
Compare
Choose a tag to compare
Pre-release

⚠️ 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

24 Jun 21:56
Compare
Choose a tag to compare

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

v0.2.0

22 Jun 21:18
Compare
Choose a tag to compare

What's Changed

  • Allow inertiajs/inertia-laravel ^0.6.2 by @buzzclue in #1

New Contributors

Full Changelog: 0.1.0...0.2.0

v0.1.0

18 Feb 15:41
Compare
Choose a tag to compare

Initial version