Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

91 lines (48 loc) · 2.97 KB

Changelog

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

v0.6.0 - 2024-04-26

What's Changed

New Contributors

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

v0.5.0 - 2024-04-25

What's Changed

New Contributors

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 RobertBoes#9

New Contributors

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 RobertBoes#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 RobertBoes#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 RobertBoes#1

New Contributors

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

v0.1.0 - 2022-02-18

Initial version