wireui / wireui

TallStack UI components
https://v1.wireui.dev
MIT License
1.37k stars 166 forks source link

Support Livewire v3 #710

Closed joaopalopes24 closed 8 months ago

devajmeireles commented 8 months ago

Any idea when it will be released?

joaopalopes24 commented 8 months ago

@devajmeireles Hi Aj, I am working in tests, I think I finish this weekend.

vlados commented 8 months ago

wow! you've done amazing work! thanks!!!

thsteinmetz commented 8 months ago

So glad you're keeping this alive with Livewire v3. Thanks for all your hard work!

yasnaderi commented 8 months ago

👏 Fantastic work, team! The library components you're developing are pure genius. Keep up the amazing work! 💪🚀

PH7-Jack commented 8 months ago

Hi everyone! We now have a branch ready for testing. We have fixed all failing tests. 🎉 💪🏼 It's now compatible with Livewire v3. Unfortunately, we have dropped the Livewire v2 compatibility. It was really annoying to keep the compatibility with both versions.

I hope all of you start testing this version. Require this version in the composer:

composer require wireui/wireui:dev-support-livewire-v3
yasnaderi commented 8 months ago

Hi everyone! We now have a branch ready for testing. We have fixed all failing tests. 🎉 💪🏼 It's now compatible with Livewire v3. Unfortunately, we have dropped the Livewire v2 compatibility. It was really annoying to keep the compatibility with both versions.

I hope all of you start testing this version. Require this version in the composer:

composer require wireui/wireui:dev-support-livewire-v3

Yeah 🎉

image

josepueblaphcs commented 8 months ago

I have a fresh install of laravel with jetstream + livewire 3 and, after installling wire ui and config following the installation instructions, I run "npm run build" and got this error:

image

joaopalopes24 commented 8 months ago

@josepueblaphcs I will go to test today.

yasnaderi commented 8 months ago

I have a fresh install of laravel with jetstream + livewire 3 and, after installling wire ui and config following the installation instructions, I run "npm run build" and got this error:

Did you run composer require wireui/wireui:dev-support-livewire-v3

josepueblaphcs commented 8 months ago

@josepueblaphcs I will go to test today.

thanks so much!

josepueblaphcs commented 8 months ago

I have a fresh install of laravel with jetstream + livewire 3 and, after installling wire ui and config following the installation instructions, I run "npm run build" and got this error:

Did you run composer require wireui/wireui:dev-support-livewire-v3

Yes

joaopalopes24 commented 8 months ago

@josepueblaphcs The problem isn't with the WireUI. I tested here and it work normally.

josepueblaphcs commented 8 months ago

Now is ok, I was doing wrong the configuration of the tailwind.config.js file. Now I'm testing the components and the only one that is not working for me is the modal.

PH7-Jack commented 8 months ago

Now is ok, I was doing wrong the configuration of the tailwind.config.js file. Now I'm testing the components and the only one that is not working for me is the modal.

Try again. Update the package via composer.

PH7-Jack commented 8 months ago

If someone finds a problem, reply here in this PR. We will fix it ASAP. We're planning to create a release this Monday.

josepueblaphcs commented 8 months ago

Now is ok, I was doing wrong the configuration of the tailwind.config.js file. Now I'm testing the components and the only one that is not working for me is the modal.

Try again. Update the package via composer.

thanks so much, now it's all working for me. The only thing that I had to do, but also on the previous version was replace the from the navigation menu from jetstream for from wireUI. Not a big deal but to have in mind.

thsteinmetz commented 8 months ago

Just upgraded my side project with this latest branch. Everything is working as expected. Thank you so much.

joaopalopes24 commented 8 months ago

@thsteinmetz It's good!

ramaID commented 8 months ago

This week?

PH7-Jack commented 8 months ago

Hi everyone, it's now released. Check out the release here