Skip to content

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 17, 2022
1 parent 49ff317 commit 02360aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@




## v2.8.0 (2022-05-17)

#### :rocket: Enhancement
* [#1211](https://github.com/emberjs/ember-test-helpers/pull/1211) Implement [embrerjs/rfcs#785](https://github.com/emberjs/rfcs/pull/785) ([@cafreeman](https://github.com/cafreeman))
- Add `rerender` API
- Allow `render` to accept components (e.g. `<template></template>`).

#### :bug: Bug Fix
* [#1216](https://github.com/emberjs/ember-test-helpers/pull/1216) Fix usage of `owner.unregister` within `ember-engines` tests ([@buschtoens](https://github.com/buschtoens))

#### Committers: 2
- Chris Freeman ([@cafreeman](https://github.com/cafreeman))
- Jan Buschtöns ([@buschtoens](https://github.com/buschtoens))


## v2.7.0 (2022-04-04)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember/test-helpers",
"version": "2.7.0",
"version": "2.8.0",
"description": "Helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 02360aa

Please sign in to comment.