ember.js v3.20.0 Release Notes

Release Date: 2020-07-13 // almost 4 years ago
    • #18867 / #18927 / #18928 [FEATURE] Promote {{in-element}} to public API RFC.
    • ๐Ÿ›  #19025 [BUGFIX] Updates Glimmer VM to 0.54.0
    • ๐Ÿ›  #19021 [BUGFIX] Disallow null/undefined targets in in-element.
    • ๐Ÿ›  #19023 [BUGFIX] Don't access properties during init unless required to prevent unnecessary rendering invalidations.
    • ๐Ÿ›  #18997 [BUGFIX] Fix components <Input> and <Textarea> to work with native class actions correctly.
    • ๐Ÿ›  #18859 [BUGFIX] Fix transitionTo with scoped aliased queryParam.
    • ๐Ÿ›  #18961 [BUGFIX] Remove assertions for updating auto-tracked state without Ember.set / this.set