Skip to content

Commit

Permalink
Update editions.md (#607)
Browse files Browse the repository at this point in the history
* Update editions.md

Removing references to items we de-scoped.

* Put auto import back
  • Loading branch information
MelSumner authored and jenweber committed Mar 18, 2019
1 parent 5ed0593 commit e40f1ca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions guides/release/upgrading/editions.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,12 @@ Here's are some of the core features in Octane:
- **Tracked properties**, a type of decorator that simplifies keeping the DOM
up-to-date with JavaScript changes.
- **Async functions** (`async`/`await`) for authoring asynchronous code.
- **Native JavaScript modules**, including
- **Distributing Ember as npm packages**.
- **Importing npm packages** with zero additional configuration.
- **Treeshaking** to eliminate unused dependencies from the final output.
- **Importing npm packages** with zero additional configuration.
- **Octane-style components**, including
- **"Outer HTML" templates** that support fragments and easily customizing the
root element.
- **Customizable DOM attributes** with `...attributes`.
- **`<AngleBracket>` syntax** for better readability.
- **Modernized file system layout** based on the Module Unification design.

Just as important is what we're removing from the Ember experience. These
features below will keep working, but you won't have to use them if you don't
Expand Down

0 comments on commit e40f1ca

Please sign in to comment.