variety of premium plugins

Learn More
Popover Releases Notes

Popover Releases Notes

Changelogs and Releases Notes for Popover: filamentphp component to show a Popover with custom content in tables and infolist.

Running Lara Zeus packages and the website doesn't come for free. You can help support us by checking out relevant sponsors from the banner above.

1.1.5

What's Changed

  • fix formatState by @andreazani

New Contributors

  • @andreazani made their first contribution

1.1.4

What's Changed

  • add support for format state

1.1.3

What's Changed

  • Bump ramsey/composer-stall from 2 to 3 by @dependabot
  • fix popover table

1.1.2

What's Changed

  • add a form component for popover as a placeholder

1.1.1

What's Changed

  • add support for hover trigger

1.1.0

What's Changed

  • refactor to alpe anchor
    usg alpe x-anchor stead of tooltip js

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

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 your LW view:

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

1.0.4

What's Changed

  • hide tooltip contaer if the content is null

1.0.3

What's Changed

  • set separate views for column and entry

1.0.2

What's Changed

  • add description by @a7medKhalid

New Contributors

  • @a7medKhalid made their first contribution

1.0.1

What's Changed

  • Bump aglipanci/laravel-pt-action from 2.3.0 to 2.3.1 by @dependabot
  • 🤙 update dependencies

New Contributors

  • @dependabot made their first contribution
  • @atmonshi made their first contribution

1.0.0

🍾 First Release