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 24, 2024
1 parent 249001d commit cd88951
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.1 - 2024-02-24

### What's Changed

* add support for hover trigger by @atmonshi in https://github.com/lara-zeus/popover/pull/10

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

## 1.1.0 - 2024-02-09

### What's Changed
Expand All @@ -23,12 +31,14 @@ PopoverColumn::make('email')
//.... other config
->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 cd88951

Please sign in to comment.