Closed coolsam726 closed 1 year ago
@coolsam726 Thanks for this PR. I will merge this soon.
This PR is intended for the next major release of the package since it doesn't have backward compatibility with Livewire 2.
It should be a v2.0.0 then ?
@tomgrv Sorry, I did not understand properly. Do you mean that, the latest release version should be v2.0.0 instead of v1.7.0 for this package?
@tomgrv Sorry, I did not understand properly. Do you mean that, the latest release version should be v2.0.0 instead of v1.7.0 for this package?
Sorry for the lack of clarity.
Yes, since you introduce a breaking change, version should be 2.0.0 to reflect it (as per semver guidelines) it and prevent automatic updates.
@tomgrv Oh, ok. Thanks for your suggestions. I will change it.
Livewire v3 is a ground-up rewrite of Livewire, with a few breaking changes.
The following are some of the changes that affect this package:
Livewire\\Commands
namespace has moved to\Livewire\Features\SupportConsoleCommands\Commands
Http\\Livewire
toLivewire
This PR is intended for the next major release of the package since it doesn't have backward compatibility with Livewire 2.