Skip to content

Latest commit

 

History

History
116 lines (61 loc) · 3.84 KB

File metadata and controls

116 lines (61 loc) · 3.84 KB

Changelog

All notable changes to inertia-breadcrumbs will be documented in this file.

v1.0.0 - 2026-03-31

What's Changed

  • [1.x] Bump dependencies, upgrade phpstan, share strategy, closure collector by @RobertBoes in #28
  • feat: update dependencies to support Laravel 13 by @RobertBoes in #29

Full Changelog: https://github.com/RobertBoes/inertia-breadcrumbs/compare/0.8.0...1.0.0

v0.8.0 - 2025-04-08

What's Changed

  • Support Laravel 12 by @squiaios in #25

Full Changelog: https://github.com/RobertBoes/inertia-breadcrumbs/compare/0.7.0...0.8.0

v0.7.0 - 2025-02-28

What's Changed

  • Accept laravel inertia 2.0 by @squiaios in #22

Full Changelog: https://github.com/RobertBoes/inertia-breadcrumbs/compare/0.6.0...0.7.0

v0.6.0 - 2024-04-26

What's Changed

  • Support null breadcrumb URLs by @shengslogar in #15

New Contributors

  • @shengslogar made their first contribution in #15

Full Changelog: https://github.com/RobertBoes/inertia-breadcrumbs/compare/0.5.0...0.6.0

v0.5.0 - 2024-04-25

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

  • @squiaios made their first contribution in #10

Full Changelog: https://github.com/RobertBoes/inertia-breadcrumbs/compare/0.4.0...0.5.0

v0.4.0 - 2023-10-20

What's Changed

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

New Contributors

  • @lolsokje made their first contribution in #9

Full Changelog: https://github.com/RobertBoes/inertia-breadcrumbs/compare/0.3.2...0.4.0

v0.3.2 - 2023-07-24

What's Changed

  • Fix routes with "name" parameter by @RobertBoes in #8

Full Changelog: https://github.com/RobertBoes/inertia-breadcrumbs/compare/0.3.1...0.3.2

v0.3.1 - 2023-07-24

What's Changed

  • Added: Customize breadcrumb serialization by @RobertBoes in #7

Full Changelog: https://github.com/RobertBoes/inertia-breadcrumbs/compare/0.3.0...0.3.1

v0.3.0 - 2023-02-19

What's Changed

  • Support for Laravel 10

Full Changelog: https://github.com/RobertBoes/inertia-breadcrumbs/compare/0.2.1...0.3.0

v0.2.1 - 2022-06-24

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: https://github.com/RobertBoes/inertia-breadcrumbs/compare/0.2.0...0.2.1

v0.2.0 - 2022-06-22

What's Changed

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

New Contributors

  • @buzzclue made their first contribution in #1

Full Changelog: https://github.com/RobertBoes/inertia-breadcrumbs/compare/0.1.0...0.2.0

v0.1.0 - 2022-02-18

Initial version