Skip to content

Releases: ember-learn/ember-cli-addon-docs

v0.3.0

26 Mar 04:00

Choose a tag to compare

  • [ 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.)
  • [ BREAKING ] Renames {{docs-navbar}} to {{docs-header}}
  • [ BREAKING ]The setup for your dummy app's /docs/template.hbs is simpler and should be updated. Check out the docs for example usage.
  • 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.
  • [ 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).
  • Adds style arg to docs-hero which can be "light" or "dark". Defaults to "light".

v0.2.4

20 Mar 00:39
29d6b9f

Choose a tag to compare

Fix #106: EMFILE errors when trying to build on APFS without Watchman installed

v0.1.4

05 Mar 17:38

Choose a tag to compare

Breaking change: You now must always pass the file extension into the DocsSnippet component: {{docs-snippet name='foo.js'}}

Addon docs now works in Fastboot

And more bug fixes.

v0.1.3

06 Feb 17:15

Choose a tag to compare

Bug fixes.

v0.1.2

06 Feb 17:04

Choose a tag to compare

Style tweaks.

v0.1.1

06 Feb 16:33

Choose a tag to compare

More style updates. Updates:

  • Use docs-link anywhere in your MD files where you were using link-to, as we now style by class rather than decendents.

v0.1.0

06 Feb 16:31

Choose a tag to compare

First release! We can start tracking "breaking" changes before 1.0.

If you were already using addon docs, this release

  • Removed the global app navbar. You can see how we're using it in this dummy app - just move {{docs-navbar}} from application.hbs to index.hbs.

  • Updated the design of the docs-viewer, to include the project name & version. This data is inferred from your project's package.json.