Skip to content

Commit

Permalink
Release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 5, 2020
1 parent 8ed5525 commit c07e8c6
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
## v2.0.0-beta.1 (2020-05-05)

#### :boom: Breaking Change
* [#845](https://github.com/emberjs/ember-test-helpers/pull/845) Bump ember-cli-htmlbars from 4.3.1 to 5.0.0 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
* [#826](https://github.com/emberjs/ember-test-helpers/pull/826) Remove deprecated `this.$` from `setupRenderingContext`. ([@rwjblue](https://github.com/rwjblue))
* [#825](https://github.com/emberjs/ember-test-helpers/pull/825) Remove deprecation for `files` array with `triggerEvent`. ([@rwjblue](https://github.com/rwjblue))
* [#822](https://github.com/emberjs/ember-test-helpers/pull/822) Remove `moduleFor`, `moduleForComponent`, `moduleForModel`, `moduleForAcceptance` support. ([@rwjblue](https://github.com/rwjblue))
* [#818](https://github.com/emberjs/ember-test-helpers/pull/818) Remove `ember-test-helpers/wait`. ([@rwjblue](https://github.com/rwjblue))
* [#778](https://github.com/emberjs/ember-test-helpers/pull/778) Error when interacting with disabled form controls ([@ro0gr](https://github.com/ro0gr))
* [#779](https://github.com/emberjs/ember-test-helpers/pull/779) Error when attempting to `fillIn` / `typeIn` a readonly form control ([@ro0gr](https://github.com/ro0gr))
* [#741](https://github.com/emberjs/ember-test-helpers/pull/741) Error when attempting to `fillIn`/`typeIn` a disabled form control ([@ro0gr](https://github.com/ro0gr))
* [#799](https://github.com/emberjs/ember-test-helpers/pull/799) Drop Support for Ember 3.7 and below ([@Turbo87](https://github.com/Turbo87))
* [#788](https://github.com/emberjs/ember-test-helpers/pull/788) Bump ember-test-waiters from 1.1.1 to 2.0.1 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
* [#775](https://github.com/emberjs/ember-test-helpers/pull/775) Drop support for Node 8 ([@Turbo87](https://github.com/Turbo87))
* [#744](https://github.com/emberjs/ember-test-helpers/pull/744) Drop support for Node 6 ([@Turbo87](https://github.com/Turbo87))

#### :rocket: Enhancement
* [#698](https://github.com/emberjs/ember-test-helpers/pull/698) Add `scrollTo` helper ([@nlfurniss](https://github.com/nlfurniss))
* [#745](https://github.com/emberjs/ember-test-helpers/pull/745) Implement test helper logging ([@Turbo87](https://github.com/Turbo87))

#### :bug: Bug Fix
* [#747](https://github.com/emberjs/ember-test-helpers/pull/747) Error when `fillIn`/ `typeIn` attempt to enter a value longer than `maxlength` ([@jaydgruber](https://github.com/jaydgruber))
* [#685](https://github.com/emberjs/ember-test-helpers/pull/685) Default `click` and `doubleClick` to be left button clicks. ([@evanfarina](https://github.com/evanfarina))
* [#610](https://github.com/emberjs/ember-test-helpers/pull/610) Only require ember-cli-typescript while developing ([@davewasmer](https://github.com/davewasmer))

#### :memo: Documentation
* [#801](https://github.com/emberjs/ember-test-helpers/pull/801) README: Add "Compatibility" section ([@Turbo87](https://github.com/Turbo87))
* [#750](https://github.com/emberjs/ember-test-helpers/pull/750) Add examples to `waitUntil` and `waitFor` ([@jenweber](https://github.com/jenweber))
* [#751](https://github.com/emberjs/ember-test-helpers/pull/751) fix `typeIn` documentation example ([@craigteegarden](https://github.com/craigteegarden))

#### :house: Internal
* [#833](https://github.com/emberjs/ember-test-helpers/pull/833) Tweak automated release setup. ([@rwjblue](https://github.com/rwjblue))
* [#832](https://github.com/emberjs/ember-test-helpers/pull/832) Remove ember-debug-handlers-polyfill. ([@rwjblue](https://github.com/rwjblue))
* [#831](https://github.com/emberjs/ember-test-helpers/pull/831) Refactor ember-try scenarios. ([@rwjblue](https://github.com/rwjblue))
* [#830](https://github.com/emberjs/ember-test-helpers/pull/830) Increase browser start timeout. ([@rwjblue](https://github.com/rwjblue))
* [#824](https://github.com/emberjs/ember-test-helpers/pull/824) Migrate CI to GitHub Actions. ([@rwjblue](https://github.com/rwjblue))
* [#821](https://github.com/emberjs/ember-test-helpers/pull/821) Remove ember-cli-htmlbars-inline-precompile. ([@rwjblue](https://github.com/rwjblue))
* [#819](https://github.com/emberjs/ember-test-helpers/pull/819) Move buildRegistry into `@ember/test-helpers/-internals`. ([@rwjblue](https://github.com/rwjblue))
* [#820](https://github.com/emberjs/ember-test-helpers/pull/820) Remove ember-assign-polyfill dependency. ([@rwjblue](https://github.com/rwjblue))
* [#798](https://github.com/emberjs/ember-test-helpers/pull/798) CI: Add test scenarios for Ember 3.8, 3.12 and 3.16 ([@Turbo87](https://github.com/Turbo87))

#### Committers: 10
- Craig Teegarden ([@craigteegarden](https://github.com/craigteegarden))
- Dave Wasmer ([@davewasmer](https://github.com/davewasmer))
- Evan Farina ([@evanfarina](https://github.com/evanfarina))
- Jen Weber ([@jenweber](https://github.com/jenweber))
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Ruslan Hrabovyi ([@ro0gr](https://github.com/ro0gr))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
- [@jaydgruber](https://github.com/jaydgruber)


## v1.7.1 (2019-10-25)

#### :bug: Bug Fix
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": "1.7.1",
"version": "2.0.0-beta.1",
"description": "Helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit c07e8c6

Please sign in to comment.