Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Feb 25, 2024
1 parent 9c00b1a commit 3e782ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 1.1.2 - 2024-02-25

### What's Changed

* add a form component for popover as a placeholder by @atmonshi in https://github.com/lara-zeus/popover/pull/11

**Full Changelog**: https://github.com/lara-zeus/popover/compare/1.1.1...1.1.2

## 1.1.1 - 2024-02-24

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



```
now in your LW view:

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



```
**Full Changelog**: https://github.com/lara-zeus/popover/compare/1.0.4...1.1.0

Expand Down

0 comments on commit 3e782ac

Please sign in to comment.