Skip to content

Commit cb9e950

Browse files
committed
Update changelog
1 parent af92b4f commit cb9e950

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Ember CLI Addon Docs Changelog
22

3-
## master
4-
5-
- Adds new `section` contextual component yielded from DocsViewer
6-
- Renames `{{docs-navbar}}` to `{{docs-header}}`
7-
- Removes yield for alt-logo in docs-hero (was anyone using this?)
8-
- Adds `style` attr to docs-hero which can be "light" or "dark". Defaults to "light".
9-
- Simpler /docs/template.hbs setup (viewer.main outlet)
3+
## 0.3.0
4+
5+
- [ 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.)
6+
- [ 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.
9+
- [ 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).
10+
- Adds `style` arg to docs-hero which can be "light" or "dark". Defaults to "light".
1011

1112
## 0.2.4
1213

0 commit comments

Comments
 (0)