Skip to content

v2.7.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@rwjblue rwjblue released this 27 Jun 18:44
· 10263 commits to main since this release
69ada66

CHANGELOG

  • #13634 [BUGFIX] Fix issues with rerendering blockless and tagless components.
  • #13605 [BUGFIX] Ensure pauseTest runs after other async helpers.
  • #13655 [BUGFIX] Make debugging this._super much easier (remove manual .call / .apply optimizations).
  • #13672 [BUGFIX] Fix issue with this.render and this.disconnectOutlet in routes.
  • #13716 [BUGFIX] Ensure that Ember.Test.waiters allows access to configured test waiters.
  • #13273 [BUGFIX] Fix a number of query param related issues reported.