Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
https://livewire-powergrid.com
MIT License
1.42k stars 209 forks source link

I am feeling the package is not safe for production each time i do composer update some kind of error occour #1414

Closed nrngajurel5 closed 5 months ago

nrngajurel5 commented 5 months ago

Have you searched through other issues to see if your problem is already reported or has been fixed?

Yes, I did not find it.

Did you read the documentation?

Yes, I did not find it.

Have you tried to publish the views?

Yes - I didn't work.

Is there an error in the console?

No

PHP Version

8.1

PowerGrid

^5.0

Laravel

^10.10

Livewire

^3.0

Alpine JS

No response

Theme

Bootstrap

Describe the bug.

I am feeling the package is not safe for production each time i do composer update some kind of error occour i have to customize the design in my project so I export its view and do some customization it perfectly works and push to production when i do composer update after few day it gives another error

before composer update image

after composer udpate image

when i remove my custom behavior nothing works even default filter is not working

image

please dont do major breaking change in each minor version please

To Reproduce...

First click on "FOO" then....

Extra information

<?php
 //...
luanfreitasdev commented 5 months ago

Hello! Even in minor versions, views can fail, resulting in refactoring due to backend backlash.

The changes may be related to changes in the views, if you published and changed the behavior of the views, you should be able to check the compatibility between the backend and frontend, there is no way for this to be self-adaptive, as we will always need to change the views