Cells v4.1.5 Release Notes

Release Date: 2016-12-09 // over 7 years ago
    • 🆕 Fix a bug where nested calls of cell(name, context: {...}) would ignore the new context elements, resulting in the old context being passed on. By adding Context::[] the new elements are now properly merged into a new context hash. This means that adding elements to the child context won't leak up into the parent context anymore.