ember.js v3.19.0 Release Notes

Release Date: 2020-05-26 // almost 4 years ago
  • 🔄 CHANGELOG

    • 🛠 #18982 / #18913 [BUGFIX] Update rendering engine to latest version.
      • Add a compile time error when passing arguments to regular HTML elements (e.g. <a @foo=)
      • Fix: Rerender an {{#eachs block only when the specific item has changed
    • 🛠 #18958 [BUGFIX] Ensure AST transforms using in-element work properly.
    • 🛠 #18960 [BUGFIX] More assertions for Application lifecycle methods
    • 🛠 #18919 [BUGFIX] Add error for modifier manager without capabilities.
    • 🛠 #18828 [BUGFIX] Prepend 'TODO: ' to 'Replace this with your real tests' comments in generated tests
    • 🛠 #18353 [BUGFIX] Improve fn & on undefined callback message
    • 🚚 #18824 [CLEANUP] Remove deprecated private window.ENV
    • 🚚 #18826 [CLEANUP] Remove deprecated private _setComputedDecorator
    • 🚚 #18832 [CLEANUP] Remove deprecated privateimplicit-modifier-manager-capabilities
    • ⚡️ #18839 [CLEANUP] Updates the VM and autotracking APIs