marko v4.18.9 Release Notes

Release Date: 2019-07-11 // almost 5 years ago
    • 🛠 Legacy compat fixes #1383
      • Temporary fix to ensure getComponents doesn't return null entries - these should really be removed from the lookup instead
      • Use a for...in loop to extend the BaseComponent (doesn't support getters properly) to maintain the same behavior as marko-widgets
      • Ensure that the original input for a widget is what gets serialized, not the result of getTemplateData (which is called again when hydrating)