From 4cb6d966ee2ade714e9f5473e243bb6817b45fc3 Mon Sep 17 00:00:00 2001 From: Eric White Date: Thu, 1 Jun 2023 15:56:18 -0400 Subject: [PATCH] Resolves #1457 --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bfd41ed9..4c834c469 100644 --- a/README.md +++ b/README.md @@ -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`: