I have a custom function for Smarty that I register in my SmartyViewModel::before method.
Before I updated to 1.6.1 (from 1.5) this function was available in my $template and anything further down the chain, but now it's only available in $_view.
Since it was working before; should I be doing something different or wont this be possible going forward?
There were no changes to either the View or the Viewmodel. The parser package was changed to switch from a custom installed Smarty to using the Composer package, perhaps that has caused it?