Skip to content

Commit 018689b

Browse files
committed
Drop support for Ember 3.19 and below
1 parent cbff95e commit 018689b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ module.exports = {
386386

387387
## Dependencies
388388

389-
* For Ember versions >= 2.8, use the latest published version (Note that ember-cli >= 2.13 is required, though your ember version may be >= 2.8)
389+
* For Ember versions >= 3.20, use the latest published version
390+
* For Ember versions >= 2.8 and < 3.20, use the latest 3.x version (Note that ember-cli >= 2.13 is required, though your ember version may be >= 2.8)
390391
* For Ember versions >= 2.4 and < 2.8, use the latest 2.x version
391392
* For Ember versions >= 1.10 and < 2.4, use ember-modal-dialog 1.0.0 _(Due to a bug in these versions of Ember, you may have trouble with Ember 1.13.7, 1.13.8 and 1.13.9 -- See #71)_
392393

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"configPath": "tests/dummy/config",
7777
"demoURL": "http://yapplabs.github.io/ember-modal-dialog/",
7878
"versionCompatibility": {
79-
"ember": "~2.8.0 || ~2.12.0 || ~2.16.0 || ~2.18.0 || ~3.0.0 || ~3.4.0 || ~3.8.0 || ~3.12.0 || ~3.16.0 || > 3.17.0"
79+
"ember": "~3.20.0 || ~3.24.0 || >= 3.25.0"
8080
}
8181
},
8282
"release-it": {

0 commit comments

Comments
 (0)