Tags: Omranic/livewire
Tags
Add `wire:confirm` (livewire#7043) * Add wire:confirm * wip * wip
Fix `$persist` not working anymore with `@entangle` (livewire#6756) * Add test * Add fix * Build assets --------- Co-authored-by: Josh Hanley <josh@hitsystems.com.au>
Revert new code causing navigate to remove injected assets such as np… …rogress styles (livewire#6824) * Add failing test Rename test * Update test * Remove code causing the issue * Add comment
[V3] Improve phpunit instructions in CONTRIBUTING.md (livewire#6499) * Improve phpunit instructions * Add information about single tests. * wip --------- Co-authored-by: Caleb Porzio <calebporzio@gmail.com>
[V3] Make \Livewire\Livewire::forceAssetInjection() override config l… …ivewire.asset_injection = false (livewire#6509) * Complete can_disable_auto_injection_using_config() with a failing test * Fix injection not responding to config changes at runtime * Add failing test can_force_injection_over_config * Add fix for forcing asset injection * Reverse assertions that could have positive results because of a side effect since the feature's state does not get reset between multiple $this->get(). * Add a state reset to the cleanup for these tests. Static changes to a class persist between tests and will only get cleared up if a livewire component is on the first assertion. * wip --------- Co-authored-by: Caleb Porzio <calebporzio@gmail.com>
[V3] Fix TemporaryUploadedFile::dimensions return type (livewire#6479) * fix getimagesize return type * fix file ext * fix test name * remove return
Fix flaky test for can_transition_blade_conditional_dom_segments (liv… …ewire#6449)
PreviousNext