Added new Twig function tw_merge_as_array that merges Tailwind CSS classes and returns them as an array of class names, complementing the existing tw_merge function which returns a string.
This release fixes some major problems, that were introduced in v1.8 and v2.0:
- Issue #3473989: Transition pre hook is broken in v1.8
- Issue #3530732: Enable Workflow on Comments
- Issue #3525032: Scheduled transition cannot be updated
In the mean time, many technical update are made to make the code mor fluent.