Changelog
- #10795 - [BUGFIX] Fix regression triggered by
CollectionView
instances withattributeBindings
. - #10805 - [BUGFIX] Correctly update URL after browser popstate.
- #10813 - [BUGFIX] Ensure
options.fn
can be called within in anEmber.Handlebars
compat mode helper. - #10813 - [BUGFIX] Ensure
options.inverse
can be called in anEmber.Handlebars
compat mode helper. - #10815 - [BUGFIX] Fix invalid assertion for
{{each foos as |foo|}}
whenfoos
is falsey. - #10822 - [BUGFIX] Allow
{{render}}
helper to give template to its view.