Skip to content

Commit 3e782ac

Browse files
atmonshigithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 9c00b1a commit 3e782ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

33
All notable changes to `Popover` will be documented in this file
44

5+
## 1.1.2 - 2024-02-25
6+
7+
### What's Changed
8+
9+
* add a form component for popover as a placeholder by @atmonshi in https://github.com/lara-zeus/popover/pull/11
10+
11+
**Full Changelog**: https://github.com/lara-zeus/popover/compare/1.1.1...1.1.2
12+
513
## 1.1.1 - 2024-02-24
614

715
### What's Changed
@@ -32,13 +40,15 @@ PopoverColumn::make('email')
3240
->content(fn ($record) => view('filament.user-card', ['record' => $record, 'type' => 'email'])),
3341

3442

43+
3544
```
3645
now in your LW view:
3746

3847
```html
3948
<livewire:user-card :$record :key="$record->id.'-'.$type"/>
4049

4150

51+
4252
```
4353
**Full Changelog**: https://github.com/lara-zeus/popover/compare/1.0.4...1.1.0
4454

0 commit comments

Comments
 (0)