Changelog
- #14229 [BUGFIX] Fix boot errors with
location: 'auto'
when using IE9. - #14219 [BUGFIX] Fix issue with template meta (i.e. compiled template
moduleName
) was being mutated during the rendering process. - #14159 [BUGFIX] Fix rendering system cleanup.
- #14123 [BUGFIX] Avoid rerendering outlet state during router destruction.
- #14077 [BUGFIX] Update route-recognizer.
- #14087 [BUGFIX] Check that route handler exists before triggering actions.
- #14106 [BUGFIX] Avoid assertion when
id=
is provided to tagless components. - #14110 [BUGFIX] Fix issues with revalidation during teardown.
- #14117 [BUGFIX] Call ArrayProxy's content change hooks
- #14135 [BUGFIX] Fix issues around Engine setup and teardown.
- #14140 [BUGFIX] Ensure component injections happen in engine instances.
- #14009 [BUGFIX] Fix usage of
role
when used inattributeBindings
. - #14044 / #14062 / #14066 [BUGFIX] Update
router.js
so thatgetHandlers
is invoked lazily. - #14054 [BUGFIX] Ensure substates properly work with
resetNamespace
. - #14033 [BUGFIX] Ensure
fillIn
acceptance test helper only sets value to first matched element. - #14058 [BUGFIX] Fix issues related to
Ember.Router.map
changes in 2.7.0. - #14068 [BUGFIX] Prevent errors when clicking a
{{link-to}}
during an existing transition. - #13887 [BUGFIX] Add assertions for illegal component invocations.
- #13892 [CLEANUP] Remove
View#createElement
/View#destroyElement
. - #13895 [BUGFIX] Fix template meta lookup for nested tagless and blockless components.
- #13911 [BUGFIX] Avoid using clobbering
.env
property on components. - #13913 [BUGFIX] Disallow paths beginning with @ in templates.
- #13920 [BUGFIX] Add more info to the
Ember.Binding
deprecation. - #13757 / #13773 [CLEANUP] Remove legacy view layer features.
- #13819 [DOC] Add documentation for container (getOwner, etc.)
- #13855 [FEATURE ember-string-ishtmlsafe] Enable by defaut.
- #13855 [FEATURE ember-application-engines] Enable by default.
- #13855 [FEATURE ember-runtime-enumerable-includes] Enable by default.
- #13855 [FEATURE ember-testing-check-waiters] Enable by default.