Skip to content

Releases: lara-zeus/popover

1.1.6

27 Aug 21:35
6b55a82
Compare
Choose a tag to compare

What's Changed

  • Change font & icon size to default for tables by @devSviat in #21

New Contributors

Full Changelog: 1.1.5...1.1.6

1.1.5

13 Mar 16:02
ae02970
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.4...1.1.5

1.1.4

09 Mar 08:37
334304b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.3

07 Mar 14:06
4dae848
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

25 Feb 12:30
9c00b1a
Compare
Choose a tag to compare

What's Changed

  • add a form component for popover as a placeholder by @atmonshi in #11

Full Changelog: 1.1.1...1.1.2

1.1.1

24 Feb 13:24
249001d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

09 Feb 17:18
577c5ee
Compare
Choose a tag to compare

What's Changed

  • refactor to alpine anchor by @atmonshi in #7
    using alpine x-anchor instead of tooltip js

if you're using it with livewire component, you must add a unique key as the example:

in your form:
please notice the type is our key per column

PopoverColumn::make('name')
    //.... other config
    ->content(fn ($record) => view('filament.user-card', ['record' => $record, 'type' => 'name'])),

PopoverColumn::make('email')
    //.... other config
    ->content(fn ($record) => view('filament.user-card', ['record' => $record, 'type' => 'email'])),

now in your LW view:

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

Full Changelog: 1.0.4...1.1.0

1.0.4

19 Jan 22:46
cba5b5c
Compare
Choose a tag to compare

What's Changed

  • hide tooltip container if the content is null by @atmonshi in #8

Full Changelog: 1.0.3...1.0.4

1.0.3

10 Jan 19:23
80fbed3
Compare
Choose a tag to compare

What's Changed

  • set separate views for column and entry by @atmonshi in #4

Full Changelog: 1.0.2...1.0.3

1.0.2

09 Jan 13:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2