- #12348 Route#disconnectOutlet should not be private
- #12648 Move
packages/**/lib/main.js
topackages/**/lib/index.js
. - #12647 update cli
- #12638 Update references to find methods
- #12757 Update build related deps.
- #12662 correction for Ember.String.capitalize docs
- #12674 removed unused
name
prop - #12664 Include NaN as a falsey value in the
with
helper's docstring - #12698 convert all this._super.apply(this, arguments) to this._super(...arguments)