v3.0.0-beta.10
版本发布时间: 2023-08-20 18:19:55
livewire/livewire最新发布版本:v3.5.8(2024-09-21 03:42:04)
What's Changed
- [V3] Fix: Call to undefined method ReflectionUnionType::getName() on multiple-types property by @sakanjo in https://github.com/livewire/livewire/pull/6362
- [V3] Use the actual wrapper element type when wrapping HTML during morph by @markjaquith in https://github.com/livewire/livewire/pull/6299
- [V3] Rename other Suit reference to fix unit tests by @markjaquith in https://github.com/livewire/livewire/pull/6366
- [V3] Update CONTRIBUTING.md by @danharrin in https://github.com/livewire/livewire/pull/6363
- [V3] Revert ReplaceEmitWithDispatch move by @PerryvanderMeer in https://github.com/livewire/livewire/pull/6369
- [V3] Documentation typos by @klaasgeldof in https://github.com/livewire/livewire/pull/6360
- [V3] Can reset unset properties by @edalzell in https://github.com/livewire/livewire/pull/6345
- [V3] More robustly handle resetting properties that are unset by default by @markjaquith in https://github.com/livewire/livewire/pull/6375
- [V3] Use waitForTextIn() instead of assertSeeIn() to make browser test reliable by @markjaquith in https://github.com/livewire/livewire/pull/6377
- [V3] fix assertNoRedirect for plain rendering components by @faltjo in https://github.com/livewire/livewire/pull/6288
- [V3] Test cleanup by @nuernbergerA in https://github.com/livewire/livewire/pull/6096
- [V3] Add --pest command to Artisan commands by @skegel13 in https://github.com/livewire/livewire/pull/6053
- [V3] Rename base attribute classes by @calebporzio in https://github.com/livewire/livewire/pull/6389
- [V3] Add except method to form by @donkooijman in https://github.com/livewire/livewire/pull/6160
- [V3] fix: edited toggleBooleanStateDirective by @sakanjo in https://github.com/livewire/livewire/pull/6353
- [V3] Update synthesizers.md by @PhiloNL in https://github.com/livewire/livewire/pull/6291
- [V3] Add failing test for lazy nested components calling boot method twice by @archilex in https://github.com/livewire/livewire/pull/6327
- [V3] Fix flaky-test: Use waitForText() and waitUntilMissingText() instead of manual pause() by @markjaquith in https://github.com/livewire/livewire/pull/6380
- [V3] Fix doc typos by @PerryvanderMeer in https://github.com/livewire/livewire/pull/6388
- [V3] Fix flaky-test: can_transition_blade_conditional_dom_segments by @markjaquith in https://github.com/livewire/livewire/pull/6396
- [V3] Fix rendering/rendered hooks by @joshhanley in https://github.com/livewire/livewire/pull/6401
- [V3] Fix flaky-test: can_pass_reactive_props_to_lazyilly_loaded_component by @markjaquith in https://github.com/livewire/livewire/pull/6407
- [V3] Remove test skips for old versions of Laravel by @markjaquith in https://github.com/livewire/livewire/pull/6408
- [V3] Fix flaky-test: can_access_parent by @markjaquith in https://github.com/livewire/livewire/pull/6409
- [V3] Re-enable wireables unit tests by @markjaquith in https://github.com/livewire/livewire/pull/6410
- [V3] Remove unused tests by @markjaquith in https://github.com/livewire/livewire/pull/6411
- [V3] Update forms.md by @WatheqAlshowaiter in https://github.com/livewire/livewire/pull/6412
New Contributors
- @sakanjo made their first contribution in https://github.com/livewire/livewire/pull/6362
- @klaasgeldof made their first contribution in https://github.com/livewire/livewire/pull/6360
- @edalzell made their first contribution in https://github.com/livewire/livewire/pull/6345
- @faltjo made their first contribution in https://github.com/livewire/livewire/pull/6288
- @skegel13 made their first contribution in https://github.com/livewire/livewire/pull/6053
- @archilex made their first contribution in https://github.com/livewire/livewire/pull/6327
- @WatheqAlshowaiter made their first contribution in https://github.com/livewire/livewire/pull/6412
Full Changelog: https://github.com/livewire/livewire/compare/v3.0.0-beta.9...v3.0.0-beta.10