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
I started migrating to v5 in my fork, but realized there are many changes required. It's not that easy to just make it work.
In the current state I can at least install the package and my pages are working as well. I can also include the Nova tool without any errors, but when actually loading it to edit resources there are many errors. The tests except one execute without errors, but apparently they only cover a fraction of what is really needed to use the package in an application, so that's not the best indicator.
Manager, Template, StaticResource, PageResource and the tests require major rewrites to make it work with the strict typing in Nova v5. Nova will not allow replacing actual classes with Mocks because of type incompatiblities for example.
For me at this point it is the current state of my fork is sufficient, because we rarely change the content of our pages and I could also do that manually in the json if really needed. Most of our templates haven't been working anyway for a while.
But would be great if we could make it fully work in Nova v5. Maybe we can join forces and see how to fix the issues together. I have the feeling whitecube will not put in a lot of time into this package anymore.
Hi,
Thanks for your packages. Any chance to get this updated to support Nova 5.x released a few days ago?
Thanks
The text was updated successfully, but these errors were encountered: