-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.x #100
Conversation
- ditch dispatchBrowserEvent , livewire/livewire#5640 - v3 filament <x-filament::form> to <x-filament-panels::form> - v3 filament plugin
fix modal not closed after create/edit
i dont want to sound pushing ... Thanks for your work! |
hey @chengkangzai, currently the plugin already works in v3, the latest version that supports v3 is v3.0.0-beta3 i do have some refactor (and breaking changes) to do before i can tag v3, i don't want to tag v3 right now and break someone's app later with the BCs |
Alright, I will test it out and let you know if it have any problems 🤘 Thanks again @saade 🙏 |
Thanks, but it does not seem to work
|
Weird, i'm requiring ^3.0 |
@saade According to GitHub releases the 3.0.0-beta3 tag is published to composer from this commit https://github.com/saade/filament-fullcalendar/tree/7f4a801ee40eec4db2004ed913c4e8dcfc68b54f Which is the main branch. The 3 tag should be published from the 3.x branch instead. I will install the package directly from GitHub branch, but just to let you know in future that the current tag is still pointing to the main branch where it has filament 2 support. |
🤦🏼 i've target the wrong branch, sorry about that v3.0.0-beta4 is out |
Aite the full plugin work perfectly in my upgrade to filament v3 👍 Good job! Thanks Saade once again |
👀 only documentation left |
V3 is out! this PR was closed due to |
v3 is out! This PR was closed due to the
main
branch deletion.