ember.js v3.17.0 Release Notes

Release Date: 2020-03-04 // about 4 years ago
  • ๐Ÿ”„ CHANGELOG

    • โฌ†๏ธ #18688 / #18621 / #18714 / #18743 / #18762 Upgrades Glimmer VM to 0.47.9, fixes ignored checked attribute on input, fixes using array and hash helper together
    • ๐Ÿ›  #18741 [BUGFIX] Don't setup mandatory setters on array indexes
    • ๐Ÿ›  #18767 [BUGFIX] Fix observer leaks
    • ๐Ÿ›  #18770 [BUGFIX] Make ArrayProxy Lazy
    • ๐Ÿ›  #18780 [BUGFIX] Fix ownerInjection when used to create services directly
    • ๐Ÿ›  #18742 [BUGFIX] Fix setDiff computed macro used within glimmer component
    • ๐Ÿ›  #18727 [BUGFIX] Avoid breaking {{-in-element}} usage
    • ๐Ÿ›  #18728 [BUGFIX] Fix {{#-in-element}} double-clearing issue
    • ๐Ÿ›  #18703 [BUGFIX] Correctly links ArrayProxy tags to arrangedContent
    • ๐Ÿ›  #18707 [BUGFIX] Fixes tag chaining on Proxy mixins
    • ๐Ÿ›  #18708 [BUGFIX] Ensures the arg proxy works with get
    • ๐Ÿ›  #18694 [BUGFIX] Ensure tag updates are buffered, remove error message
    • ๐Ÿ›  #18709 [BUGFIX] Fix this in @tracked initializer