Releases: christophrumpel/missing-livewire-assertions
Releases · christophrumpel/missing-livewire-assertions
v2.9.1
v2.9.0
v2.8.0
What's Changed
- Convert to Pest by @alexmanase in #35
- Add IDE support for assertions by @alexmanase in #36
- Added wire:model.boolean as an option to assertPropertyWired and assertPropertyNotWired by @pikepa in #38
New Contributors
Full Changelog: v2.7.0...v2.8.0
v2.7.0
Add defer to pattern
v2.6.0
What's Changed
- Add
assertMethodWiredToAction
andassertMethodNotWiredToAction
by @alexmanase in #32 - Fix
assertContainsLivewireComponent
for @livewire directive that is used on multiple line by @alexmanase in #33
New Contributors
- @alexmanase made their first contribution in #32
Full Changelog: v2.5.0...v2.6.0
v2.5.0
- Add L11 support
v2.4.0
- Clean up
- Assert against downloads
Thanks to @nuernbergerA 👏
v2.3.0
Support magic Livewire methods
v2.2.0
- Add support for "model.blur"
v2.1.1
- Fix how new assertions get the component HTML