Closed twokul closed 2 years ago
Travis is running out of credits so we've switched to GitHub Actions for PRs too.
https://app.travis-ci.com/github/ember-polyfills/ember-angle-bracket-invocation-polyfill/requests
Fortunately, Ember 3.4 is passing. Ember 3.8 and Ember 3.28 are failing on two link-to related tests.
This is a more conservative version of the existing PR: https://github.com/ember-polyfills/ember-angle-bracket-invocation-polyfill/pull/123.
In Ember 3.4 (w/o the polyfill), angle-bracket invocations do not work properly in some cases. For example:
<FooBar class="some-class" />
<FooBar data-test="some-data-test" />