Skip to content

Commit 00a02f5

Browse files
authored
Merge pull request #19 from DutchCodingCompany/update-changlog
Update CHANGELOG.md
2 parents 7dab070 + ea2d5d9 commit 00a02f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
All notable changes to `dutchcodingcompany/developer-logins` will be documented in this file.
44

5+
## 1.4.0 - 2024-10-12
6+
7+
- Fix Layout with Filament Grid Style and HasColumns Trait by @slimani-dev in https://github.com/DutchCodingCompany/filament-developer-logins/pull/16
8+
59
## 1.3.0 - 2024-10-11
610

711
- Catch model-not-found errors + simplify code by @bert-w in https://github.com/DutchCodingCompany/filament-developer-logins/pull/10

src/View/Components/DeveloperLogins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function render(): View
2323
{
2424
return view('filament-developer-logins::components.developer-logins', [
2525
'users' => $this->plugin->getUsers(),
26-
'columns' => $this->plugin->getColumns()
26+
'columns' => $this->plugin->getColumns(),
2727
]);
2828
}
2929
}

0 commit comments

Comments
 (0)