Permalink
Comparing changes
Choose two branches to see what's changed or to start a
new pull request.
If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two
branches. If you need to, you can also .
25
contributors
Commits on Jan 28, 2021
Commits on Feb 28, 2021
Commits on Mar 01, 2021
This PR updates `WithPagination` to account for `queryString()` method introduced in 2.4.0
* fixed TestableLivewire to always return an instance of itself when calling unknown method * added test
Commits on Mar 22, 2021
Commits on Mar 24, 2021
…#2517) * Add failing test for dynamic nested entangled components * Bump Alpine to 2.8.2 for browser tests
Commits on Apr 03, 2021
Commits on Apr 04, 2021
* Add helpful entangle error * Build assets
* Add isPreviewable Method to TemporaryUpload Class * Add isPreviewable Tests
Commits on Apr 12, 2021
* rollback & simplify * add tests
* Add actingAs method to docblock * Add mixin for forwarded calls to the response
* Add tests for optional route parameters * Add support for optional route parameters * wip Co-authored-by: Caleb Porzio <calebporzio@gmail.com>
Commits on Apr 16, 2021
* Allow polling to be disabled outside viewport * feat: block 95% poll requests out of viewport This will stop polling if the element is not in the viewport by default. If it needs to continue even when it is not in the viewport, add `keep-alive`: `wire:poll.keep-alive` * chore: rewrite comment * feat: don't poll element outside viewport The .visible modifier ensures that polling only happens when the element is within the viewport. * tests: add test for visibile polling * feat: never poll instead of 5% of the time * fix: first check for the modifier * chore: add livewire js builds
* Avoid exception for unsupported HTTP methods In case a route is defined, but the utilized HTTP method (which is normally POST) is not supported, an exception other than `NotFoundHttpException` is thrown. By catching this `MethodNotAllowedHttpException`, we avoid exceptions to bubble up to the user. * Add browser test for method not allowed
…#2725) * Fixes to ensure Livewire can run in a sessionless Laravel application * wip * Merge master and re-build Co-authored-by: Caleb Porzio <calebporzio@gmail.com>
Commits on Apr 18, 2021
Commits on Apr 19, 2021
Commits on Apr 21, 2021
* Add dynamic Livewire component support * Add tag compiler tests * Add support for "is" syntax * Add check for existing dynamic component
* Add params method to macros * Add params tests
Commits on Apr 22, 2021
Commits on Apr 25, 2021
* Fix layoutData bug * Update tests
Commits on Apr 27, 2021
Commits on Apr 28, 2021
* More sensitive name for components * Update tests to cover more cases
Large diffs are not rendered by default.
Large diffs are not rendered by default.