Skip to content

Commit

Permalink
Merge pull request #1458 from EWhite613/issue/1457
Browse files Browse the repository at this point in the history
Add compatible Ember version to README.md
  • Loading branch information
NullVoxPopuli authored Jun 1, 2023
2 parents d950e6a + 4cb6d96 commit d120477
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,17 @@ return require('@embroider/compat').compatBuild(app, Webpack, {
});
```

## Compatibility with Classic Builds
## Compatibility

### Ember version

Requires Ember 3.28.11 or greater

### With Classic Builds

While we have a strong emphasis on backward compatibility with classic builds, there are a few places where you may need to make changes to your code:

### Lazy Engines
#### Lazy Engines

If you're using lazy loaded engines, you need to use `@embroider/router`, which is a drop-in replacement for `@ember/routing/router`:

Expand Down

0 comments on commit d120477

Please sign in to comment.