You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you discover a security vulnerability within Livewire, please send an email to Caleb Porzio at [email protected]. All security vulnerabilities will be promptly addressed.
All contributions are welcomed! (but please submit an issue to make sure the PR is warranted first)
10
12
11
-
Open GitHub issues for all bugs. Ideas and questions belong on the [forum](https://forum.laravel-livewire.com) or [Discord server](https://discord.gg/H884eyt).
13
+
Open GitHub issues for all bugs. Ideas and questions belong on the [forum](https://forum.laravel-livewire.com) or [Discord server](https://discord.gg/livewire).
12
14
13
15
Contribute to the docs here: https://github.com/livewire/docs
14
16
@@ -24,10 +26,7 @@ Livewire uses semantic versioning and will use the following release schedule st
24
26
## Roadmap
25
27
* Scope loading targets to actions WITH parameters: `<div wire:loading wire:target="updateTodo({{ $todo->id }})">`
26
28
* Add `wire:append` for appending DOM changes rather than replacing them
27
-
28
-
## V2 Roadmap
29
-
* Make `->getName()` in `src/Component.php` a static method
30
-
* Use camel-cased accessors for snake-cased properties ($this->foo_bar -> $this->getFooBarProperty) (PR ready here: #690)
29
+
* Refine the "asset_url" config. Potentially change to "app_url" (https://github.com/livewire/livewire/pull/1693)
31
30
32
31
## Contributors ✨
33
32
@@ -116,7 +115,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
0 commit comments