Releases: ember-learn/ember-cli-addon-docs
Releases · ember-learn/ember-cli-addon-docs
Release 0.8.0
💥 Breaking Change
- #475 ember-cli 3.18, some lint fixes (@rwwagner90)
- #474 Remove ember-component-css, drop Ember 2.18 support (@rwwagner90)
Committers: 1
- Robert Wagner (@rwwagner90)
Release 0.7.0
💥 Breaking Change
- #466 Ember 3.17 updates, drop node 8 support (@rwwagner90)
🚀 Enhancement
- #472 Adds tailwind list style classes (@rwwagner90)
- #469 [feature] be able to render tables from markdown (@gabrielcsapo)
- #444 Use Tailwind's scrolling-touch instead of custom overflow-momentum (@josemarluedke)
🐛 Bug Fix
- #451 fix deprecation computed-property.override by adding setters (@kturney)
- #450 fix deprecation ember-data:default-serializer (@kturney)
- #452 fix array helper clobbering built in helper (@kturney)
- #443 Fix docs heading styles due to Tailwind's v1 preflight (@josemarluedke)
📝 Documentation
- #461 Use section instead of item for Introduction (@elwayman02)
- #449 tip: Visual Studio Code addon-docs integration (@lifeart)
- #459 Fix file extension in docs (@elwayman02)
- #456 Fix doc typo (@elwayman02)
- #448 Document using standalone apps (@rwwagner90)
Committers: 6
- Alex Kanunnikov (@lifeart)
- Gabriel Csapo (@gabrielcsapo)
- Jordan Hawker (@elwayman02)
- Josemar Luedke (@josemarluedke)
- Kyle Turney (@kturney)
- Robert Wagner (@rwwagner90)
v0.6.16
🚀 New Features / Enhancements
- #412 Replace ember-cli-tailwind with postcss and tailwindcss
- #411 Add config options to indicate the file extensions that ember-code-snippet needs to use. Read the docs for this feature
- #409 Support standalone docs apps. See the PR for how to use this feature.
🐛 Bug fixes
- #404 Be more explicit on where label is located
- #421 Snippets support angle bracket invocation
- #430 Fix copy snippet button
- #428 rootURL: replace backslashes with forward slashes
- #426 docs-hero: Fix YUIDoc property name logo→prefix to match actual property name
- #441 Support non-block
<DocsSnippet>
invocation
📝 Documentation
- #434 Fix examples to use
docs-container
class instead ofcontainer
🏠 Internal
- #414 Upgrade Project Dependencies
- #418 Refactor route anchor jump system
- #419 Change scheduleOnce to schedule
- #416 dependabot: Add a config
- 7906347 Hide function from docs
- 4f5bfd1 Don't assume the existence of an
addon
dir in the documented addon - #433 Use double quotes everywhere
- #432 Update yarn.lock
- #435 Upgrade to tailwind 1.x
- #436 Upgrade ember-code-snippet to v3.0.0
v0.6.15
v0.6.14
v0.6.13
v0.6.13
v0.6.12
v0.6.12
v0.6.11
v0.6.10
v0.6.9
🚀 New Features / Enhancements
- #343 Adds docs-page blueprint. Try it out with
ember generate docs-page new-page
. - #352
highlightCode
function - #355 Better nav for generic module exports
🐛 Bug fixes
🏠 Internal