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
Yes. I'm not sure which Umbraco version the Utilities helper is introduced in. (I assume 8.7.0, I'll check tomorrow). Either way, I'm happy to bump up the min version.
Currently, Contentment is built against v8.6.1. I'm happy to bump this up to v8.7.0 once it is released, which would be for whatever the next Contentment version would be, either v1.1.x or v1.2.x.
I guess in the meantime, it's checking if there are any Underscore helpers used that could be replaced with native functions?
Taking lead from the Some decoupling from underscorejs #7731 ticket on the Umbraco CMS repo. I'd like Contentment to follow the same approach.
Using GitHub's search, these are the code files containing
// TODO: Replace Underscore.js dependency.
that I've littered throughout my codebase. https://github.com/leekelleher/umbraco-contentment/search?q=TODO+Underscore+dependency&unscoped_q=TODO+Underscore+dependency&type=CodeIf anyone would like to help with this ticket, please don't interpret it as a whole task - any small incremental amends are warmly welcome.
The text was updated successfully, but these errors were encountered: