All Versions
281
Latest Version
Avg Release Cycle
29 days
Latest Release
977 days ago

Changelog History
Page 13

  • v3.20.0-beta.1 Changes

    May 26, 2020

    ๐Ÿ”„ CHANGELOG

  • v3.19.0 Changes

    May 26, 2020

    ๐Ÿ”„ 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
  • v3.19.0-beta.4 Changes

    May 12, 2020

    ๐Ÿ”„ CHANGELOG

    • ๐Ÿ›  #18958 [BUGFIX] Ensure AST transforms using in-element work properly.
    • ๐Ÿ›  #18960 [BUGFIX] More assertions for Application lifecycle methods
  • v3.19.0-beta.3 Changes

    May 04, 2020

    ๐Ÿ”„ CHANGELOG

    • ๐Ÿ›  #18941 [BUGFIX] Update rendering engine to latest version.
      • Reduce template size growth to near 3.16 levels (still ~ 3% higher than 3.16)
      • Ensures destroyable items added to an {{#each after initial render are invoked properly
      • Fixes an issue with key collisions in {{#each
  • v3.19.0-beta.2 Changes

    April 27, 2020

    ๐Ÿ”„ CHANGELOG

    • ๐Ÿ›  #18913 [BUGFIX] Update to glimmer-vm 0.51.0.
    • ๐Ÿ›  #18919 [BUGFIX] Add error for modifier manager without capabilities.
  • v3.19.0-beta.1 Changes

    April 14, 2020

    ๐Ÿ”„ CHANGELOG

    • ๐Ÿ›  #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
  • v3.19-0.beta.3 Changes

    May 04, 2020
    • ๐Ÿ›  #18941 [BUGFIX] Update rendering engine to latest version.
      • Reduce template size growth to near 3.16 levels (still ~ 3% higher than 3.16)
      • Ensures destroyable items added to an {{#each after initial render are invoked properly
      • Fixes an issue with key collisions in {{#each
  • v3.18.1 Changes

    May 04, 2020

    ๐Ÿ”„ CHANGELOG

    • ๐Ÿ›  #18941 [BUGFIX] Update rendering engine to latest version.
      • Reduce template size growth to near 3.16 levels (still ~ 3% higher than 3.16)
      • Ensures destroyable items added to an {{#each after initial render are invoked properly
      • Fixes an issue with key collisions in {{#each
  • v3.18.0 Changes

    April 14, 2020

    ๐Ÿ”„ CHANGELOG

    • ๐Ÿ›  #18869 / #18861 / #18811 [BUGFIX] Update to glimmer-vm 0.50.2.
    • ๐Ÿ›  #18807 [BUGFIX] Do not error (RE: elementId changing) if elementId is not changed
    • ๐Ÿ›  #18774 [BUGFIX] Suspend observer deactivation during property changes
    • ๐Ÿ‘ #18785 Drop Node 8 support.
  • v3.18.0-beta.5 Changes

    April 07, 2020

    ๐Ÿ”„ CHANGELOG

    • #18857 [BUGFIX] Pass value through to PROPERTY_DID_CHANGE to avoid calling get when setting values for computed props
    • ๐Ÿ›  #18861 [BUGFIX] Update glimmer-vm to 0.50.1 to improve dev time performance.