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
{{#each
s block only when the specific item has changed
- Add a compile time error when passing arguments to regular HTML elements (e.g.
- #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 private
implicit-modifier-manager-capabilities
- #18839 [CLEANUP] Updates the VM and autotracking APIs