Skip to content

Latest commit

 

History

History
146 lines (81 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

146 lines (81 loc) · 3.41 KB

Changelog

All notable changes will be documented in this file following the Keep a Changelog format. This project adheres to Semantic Versioning.

1.8.0 - 2024-03-12

1.7.0 - 2023-02-17

Added

  • Added Laravel 10 support

1.6.1 - 2023-01-06

Fixed

  • Resource routes now respect global names set via ResourceRegistrar::setParameters()
  • Resource routes now respect the ResourceRegistrar::singularParameters() config
  • Resource routes now account for setting parameters to "singular" on a case-by-case basis
  • Resource routes now correctly handle resource names that are hyphenated

1.6.0 - 2022-06-30

Added

  • Added the option to register breadcrumbs manually with Gretel::breadcrumb()

Fixed

1.5.0 - 2022-02-11

Added

  • Added support for Laravel 9.0

Added

  • Added support for Route::resource()

Added

  • Added support for Inertia.js

Added

  • Added Gretel facade
  • Added options for handling missing or mis-configured breadcrumbs (see README)
  • Added additional exceptions for more granular handling

Fixed

  • Calling Collection methods on RequestBreadcrumbs now automatically populates the collection first

Changed

  • Updated the internal Resolver API
  • Improved parent resolver so that you can refer to routes that haven't been defined yet

Fixed

  • Added forwardDecoratedCallTo for better backwards-compatibility

Fixed

  • Enabled package autoloading

Fixed

  • Now actually loads cached breadcrumbs on boot :)

Added

  • Added support for most popular CSS frameworks
  • Introduced Breadcrumb and BreadcrumbCollection to make UI work easier
  • Added helpers to blade component for easier custom themes and better consistency across views

Changed

  • Upgraded to PHPUnit 9.5
  • Improved route-bound breadcrumb structure

Added

  • Initial release

Keep a Changelog Syntax

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.