Skip to content

Commit ebbc50d

Browse files
authored
Update CHANGELOG.md
1 parent 53b7346 commit ebbc50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
- [ BREAKING ] If you have any config for `ember-router-scroll` in your dummy app's `config/environment`, you can remove it. (The `<body>` element is the only scrollable element now.)
66
- [ BREAKING ] Renames `{{docs-navbar}}` to `{{docs-header}}`
7-
- [ BREAKING ]The setup for your dummy app's `/docs/template.hbs` is simpler and should be updated. Check out the docs for example usage.
8-
- The navigation section of `{{docs-viewer}}` has a new contextual component `{{viewer.section}}` that you should use to group your guides. (The nav layout was designed to expect a section for the first item). See the docs for example usage.
7+
- [ BREAKING ]The setup for your dummy app's `/docs/template.hbs` is simpler and should be updated. [Check out the docs for example usage](https://ember-learn.github.io/ember-cli-addon-docs/latest/docs/components/docs-viewer).
8+
- The navigation section of `{{docs-viewer}}` has a new contextual component `{{viewer.section}}` that you should use to group your guides. (The nav layout was designed to expect a section for the first item). [See the docs for example usage](https://ember-learn.github.io/ember-cli-addon-docs/latest/docs/components/docs-viewer).
99
- [ BREAKING ] Removes yield for alt-logo in docs-hero. The block below the byline is now yielded. (We will introduce a new api for custom project logos later).
1010
- Adds `style` arg to docs-hero which can be "light" or "dark". Defaults to "light".
1111

0 commit comments

Comments
 (0)