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
Are you planning to put together a quick guide or notes to highlight the changes from version 0.9 to 0.10? It would really help make adapting complex systems that use Trestle a lot smoother.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
You can find a very basic outline of the main changes and deprecations in the release notes for v0.10.0.pre at https://github.com/TrestleAdmin/trestle/releases/tag/v0.10.0.pre. In my experience so far, this has covered the main changes for most simple Trestle instances without major customizations.
Things get a little trickier when there is custom JavaScript, or even just Rails UJS interactions involved (e.g. custom actions with data-method attributes on link/button triggers). In these cases, you'll need to update to use Turbo interactions (turbo frames and/or streams). I do have plans to put together a bit of a library of common Turbo patterns (in particular for things like modal interactions), but things are a little behind due to my consulting workload right now.
Of course if you do encounter any specific problems, please post them, either here or in a new issue -- in some cases I can try to improve the backwards compatibility, or at least it gives me an idea of what else I need to document.
Hi, @spohlenz
Are you planning to put together a quick guide or notes to highlight the changes from version 0.9 to 0.10? It would really help make adapting complex systems that use Trestle a lot smoother.
Thanks a lot!
The text was updated successfully, but these errors were encountered: