ember.js v3.23.0 Release Notes

Release Date: 2020-11-16 // over 3 years ago
  • ๐Ÿ”„ CHANGELOG

    • #19160 / #19182 [FEATURE] Implements the helper manager feature specified in the Helper Managers RFC.
    • #19171 / #19182 [FEATURE] Implements invokeHelper from the JavaScript Helper Invocation API RFC.
    • โšก๏ธ #19148 / #19119 Update rendering engine to @glimmer/* 0.62.1
    • ๐Ÿ›  #19122 [BUGFIX] Prevents dynamic invocations of string values when referenced directly in angle brackets
    • ๐Ÿ›  #19136 [BUGFIX] Update router microlib to improve Transition related debugging
    • ๐Ÿ›  #19173 [BUGFIX] Enforce usage of capabilities generation.
    • ๐Ÿ›  #19236 [BUGFIX] Only serialize query params once on activeTransition
    • ๐Ÿ›  #19250 [BUGFIX] Prevents infinite rerenders when errors occur during render
    • ๐Ÿ›  #19249 [BUGFIX] Fix bugs in query params with intermediate transitions
    • ๐Ÿ›  #19142 [BUGFIX] Fix App booting before DOM ready without jQuery
    • ๐Ÿ›  #19198 / #19232 [BUGFIX] Restores the shadowed property set behavior
    • ๐Ÿ›  #19221 [BUGFIX] Ensure fn and (mut) work with falsy values
    • ๐Ÿ›  #19213 [BUGFIX] Update rendering engine to improve error ergonomics.