CHANGELOG
- #14762 [BUGFIX] Ensure subexpressions can be used for
{{input}}
'stype
. - #14723 [BUGFIX] Improved backtracking re-render assertion message.
- #14750 [BUGFIX] Add assertion when a component's
tagName
is a computed property. - #14685 [BUGFIX] Fix
this.$()
returningundefined
inwillDestroyElement
. - #14717 [BUGFIX] Fix an issue with block params named
attrs
. - #14671 [BUGFIX] Fix an issue with the
list
attribute in<input>
elements. - #14681 [BUGFIX] Fix an issue with computed properties when using aliases as dependent keys.
- #14682 [BUGFIX] Ensure closure actions do not trigger unnecessary re-renders.
- #14658 [BUGFIX] Make the ember-source build work.
- #14389 [BUGFIX] Move
classNames
andclassNameBindings
properties into the component's prototype. - #14389 [BUGFIX] Disallow mutation of shared concatenatedProperties, such as
classNames
andclassNameBindings
. - #14441 [DEPRECATION] Deprecate remaining usage of the
{{render}}
helper. - #14482 [DEPRECATION] Deprecate
Component#renderToElement
.