jeffersongoncalves/filament-action-export
data_get() — data_get() interprets dots as nested array traversal, causing relationship columns (e.g. roles.name) to show empty in print outputdata_get() — data_get() interprets dots as nested array traversal, causing relationship columns (e.g. roles.name) to show empty in print outputdata_get() — data_get() interprets dots as nested array traversal, causing relationship columns (e.g. roles.name) to show empty in print outputroles.name) for export/print to prevent N+1 queries and empty data in apps with preventLazyLoading()roles.name) for export/print to prevent N+1 queries and empty data in apps with preventLazyLoading()roles.name) for export/print to prevent N+1 queries and empty data in apps with preventLazyLoading()$get() paths without ../ prefix (resolved to wrong state path)$get() paths without ../ prefix (resolved to wrong state path)$get() paths without ../ prefix (resolved to wrong state path)htmlentities() with base64_encode() in PHP and atob() in JS to correctly pass HTML through the template literal without breaking the iframe renderinghtmlentities() with base64_encode() in PHP and atob() in JS to correctly pass HTML through the template literal without breaking the iframe renderinghtmlentities() with base64_encode() in PHP and atob() in JS to correctly pass HTML through the template literal without breaking the iframe renderingafterStateUpdated callback to use Get $get('../field') instead of Livewire form methods for reading sibling form field values.$livewire->getMountedTableActionForm()->getState() with Get $get('../field') in afterStateUpdated callback for better compatibility across Filament versions.$livewire->getMountedTableActionForm()->getState() with Get $get('../field') in afterStateUpdated callback. The Livewire form methods don't exist in Filament v5, causing the callback to fail silently.shouldRefresh is not defined Alpine.js error - inlines PHP boolean values directly in x-init instead of relying on x-data which may be overridden by Filament's modal component.shouldRefresh is not defined Alpine.js error - Filament's modal component overrides x-data, so custom variables were lost. Now inlines PHP boolean values directly in x-init as JS literals.shouldRefresh is not defined Alpine.js error - Filament's modal component overrides x-data, so custom variables were lost. Now inlines PHP boolean values directly in x-init as JS literals.getState() methodProperty [mountedTableBulkAction] not found error - replaced direct Livewire property access with component getState() method in table-view bladeProperty [mountedTableBulkAction] not found on component error in Livewire v4 - replaced direct Livewire property access with component getState() method in table-view bladeMethod TableView::name does not exist error - use statePath() instead of name() in TableView::make() for Filament v4 compatibilityMethod TableView::name does not exist error - use statePath() instead of name() in TableView::make() for Filament v5 compatibilitytable_view hidden inputfilament-export.js with triggerInputEvent() and printHTML() functionsExportPreview Livewire component (replaced by TableView form component)preview-section.blade.php (replaced by modal in table-view.blade.php)[@phpstan-ignore](https://github.com/phpstan-ignore) annotations (Filament v5 types are correct)Full Changelog: https://github.com/jeffersongoncalves/filament-action-export/compare/v3.6.2...v3.6.3
Uncaught SyntaxError: Unexpected token 'var' caused by Livewire's js() evaluating via Alpine.js new Function()window.print(). Works for both HeaderAction and BulkAction. Respects isPrintEnabled() and isDirectDownload() settings.How can I help you explore Laravel packages today?