Skip to content

Commit 158a694

Browse files
committed
Merge branch 'main' of github.com:stephenjude/filament-debugger
2 parents fd1d7be + 7aa8d97 commit 158a694

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `filament-debugger` will be documented in this file.
44

5+
## 3.1.2 - 2024-09-25
6+
7+
- Renamed `groupNavigation` to `navigationGroup` and deprecate the former.
8+
- Updated readme file.
9+
510
## 3.1.1 - 2024-09-22
611

712
- Fixed issue #32

src/Traits/HasGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function navigationGroup(Closure | bool $condition = true, string $label
2525
/**
2626
* @deprecated since v3.1.2
2727
*/
28-
public function groupNavigation(Closure|bool $condition = true, string $label = 'Debuggers'): static
28+
public function groupNavigation(Closure | bool $condition = true, string $label = 'Debuggers'): static
2929
{
3030
$this->navigationGroup = $condition;
3131

0 commit comments

Comments
 (0)