Skip to content

Commit

Permalink
refactor(legacy support): use unified component
Browse files Browse the repository at this point in the history
* uses `in-element-polyfill` and `maybe-in-element` AST transforms to allow to use `in-element` with legacy support back to Ember 1.13
* Cleaned up unnecessary legacy components

Closes kybishop#71

BREAKING CHANGE:
Support for Ember 1.11/.12 has been dropped!
  • Loading branch information
simonihmig committed Jan 14, 2018
1 parent ceb35f2 commit 76fa3bc
Show file tree
Hide file tree
Showing 11 changed files with 415 additions and 612 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ env:
matrix:
# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- EMBER_TRY_SCENARIO=ember-1.11
- EMBER_TRY_SCENARIO=ember-1.13
- EMBER_TRY_SCENARIO=ember-lts-2.4
- EMBER_TRY_SCENARIO=ember-lts-2.8
Expand Down
84 changes: 0 additions & 84 deletions addon/components/-ember-popper-legacy.js

This file was deleted.

Loading

0 comments on commit 76fa3bc

Please sign in to comment.