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

Changelog History
Page 23

  • v2.13.3 Changes

    May 31, 2017
    • πŸ›  #15284 [BUGFIX] remove nested transaction assertion from glimmer.
    • πŸ›  glimmerjs/glimmer-vm#529 [BUGFIX] Fix issues identified with custom element support.
  • v2.13.2 Changes

    May 18, 2017
    • ⬆️ Revert over eager dependency upgrades in 2.13.1.
  • v2.13.1 Changes

    May 17, 2017
    • #15129 Fix access to document service in ember-engines.
    • πŸ›  #15138 [BUGFIX] Fix mocha blueprint service test filename
    • #15204 [DEPRECATION] Ember.MODEL_FACTORY_INJECTIONS is now always false, deprecate setting it.
    • πŸ›  #15207 [BUGFIX] Ensure child engines do not have their container destroyed twice.
    • πŸ›  #15242 [BUGFIX] Fix EmberError import in system/router.
    • πŸ›  #15247 [BUGFIX] Ensure nested custom elements render properly.
  • v2.13.0 Changes

    April 27, 2017
    • #15111 / #15029 [PERF] factoryFor should cache when possible.
    • 🚚 #14961 [BUGIX] [Fixes #14925] remove duplicate / in pathname
    • πŸ›  #15065 [BUGFIX] Guard jQuery access in setupForTesting.
    • πŸ›  #15103 [BUGFIX] Allow calling Ember.warn without test.
    • ⚠ #15106 [DOC] Introduce a more debugging data to warnings about CP dependencies.
    • #15107 [PERF] avoid toBoolean conversion when possible (chains).
    • #14011 [FEATURE ember-unique-location-history-state] Implements RFC #186.
    • πŸ›  #13231 [BUGFIX] Fix a bug when using commas in computer property dependent keys.
    • πŸ›  #14890 [BUGFIX] Fix a race condition where actions are invoked on destroyed DOM nodes.
    • 0️⃣ #14894 [FEATURE ember-no-double-extend] Enable by default.
    • ⬆️ #14781 / #14954 Upgrade to Glimmer VM v0.22
    • πŸ—„ #14919 [DEPRECATION] Deprecate the private Ember.Router.router property in favor of Ember.Router._routerMicrolib.
    • πŸ›  #14970 [BUGFIX] Generate integration tests for template helpers by default.
    • πŸ›  #14976 [BUGFIX] Remove "no use strict" workaround for old versions of iOS 8.
  • v2.12.2 Changes

    April 27, 2017
    • πŸ›  #15160 [BUGFIX] Ensure Ember.Test global is setup when including ember-testing.js.
    • πŸ›  #15142 / #15163 [BUGFIX] Don’t leak deprecated container.
    • πŸ›  #15161 [BUGFIX] Prevent errors from being triggered during error processing on non ES6 platforms.
    • πŸ›  #15180 [BUGFIX] Correct until values for this.container deprecations.
  • v2.12.1 Changes

    April 07, 2017
    • 🚚 #14961 [BUGIX] Remove duplicate trailing / in pathname.
    • πŸ›  #15029 [PERF] [BUGFIX] cache factoryFor injections when possible
    • πŸ›  #15089 [BUGFIX] Fixing IE and Edge issue causing action handlers to be fired twice.
  • v2.12.0 Changes

    March 14, 2017
    • 🐎 #15000 / #15002 / #15006 / #15008 / #15009 / #15011 [PERF] Assorted performance improvements for modern browsers.
    • #14872 / #14871 / #14883 [PERF] Simplify action event handler.
    • #14360 [FEATURE factory-for] Implement factoryFor.
    • πŸ—„ #14751 [DEPRECATION] Deprecate Ember.K.
    • πŸ‘ #14756 [PERF] Disable costly eventManager support when unused.
    • πŸ›  #14794 [BUGFIX] Fix query param stickiness between models in ember-engines.
    • #14851 [PERF] only LOG_VIEW_LOOKUPS in debug
    • #14829 [PERF] only logLibraryVersions in debug mode
    • 🌲 #14852 [PERF] only LOG_TRANSITIONS and LOG_TRANSITIONS_INTERNAL in debug
    • #14854 [PERF] only LOG_ACTIVE_GENERATION and LOG_RESOLVER in debug
  • v2.11.3 Changes

    March 08, 2017
    • πŸ›  #14987 [BUGFIX] Fix a memory leak when components are destroyed.
    • πŸ›  #14986 [BUGFIX] Fix a memory leak in RSVP.js.
    • πŸ›  #14985 [BUGFIX] Fix a bug that added babel helpers to the global scope.
    • πŸ›  #14898 [BUGFIX] Fix an issue where errors in tests sometimes do not cause a failure.
    • πŸ›  #14707 [BUGFIX] Improve deprecation message for unsafe style attribute bindings.
  • v2.11.2 Changes

    February 19, 2017
    • πŸ›  #14937 [BUGFIX] Fix issue preventing ember generate * from creating test files as appropriate.
  • v2.11.1 Changes

    February 16, 2017
    • πŸ›  #14762 [BUGFIX] Make ember-template-compiler handle {{input}} helpers with sub-expression "type"
    • πŸ›  #14791 [BUGFIX] exempt routes that share a controller from duplicate assertion
    • πŸ›  #14860 [BUGFIX] Add back mainContext to loader #14859 (fixes issue with non ember-cli template compilation).
    • πŸ“š #14878 [DOC] Fix yuidoc package paths to ensure RSVP is properly included in API documentation.
    • πŸ›  #14910 [BUGFIX] Include blueprints in NPM release, to ensure ember-source blueprints are used over ember-cli-legacy-blueprints.
    • πŸ›  e94799c [BUGFIX] Update to [email protected] to prevent errors for duplicate route name definitions in Router.map.