Skip to content

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

Release 0.8.0

01 Aug 12:25
ea004a8
Compare
Choose a tag to compare

💥 Breaking Change

Committers: 1

Release 0.7.0

05 May 14:44
9a8ed11
Compare
Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

🐛 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

Committers: 6

v0.6.16

04 Jan 21:10
67d4cc8
Compare
Choose a tag to compare

🚀 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 of container

🏠 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

07 Oct 16:47
eaa6cbc
Compare
Choose a tag to compare

🚀 New Features / Enhancements

  • #403 Scroll hash anchor into view on initial load

v0.6.14

26 Aug 12:25
af59a22
Compare
Choose a tag to compare
v0.6.14

v0.6.13

12 Jun 20:16
2f9c1c1
Compare
Choose a tag to compare
v0.6.13

v0.6.12

22 May 14:40
644e5a2
Compare
Choose a tag to compare
v0.6.12

v0.6.11

17 May 11:20
748647c
Compare
Choose a tag to compare

🐛 Bugfixes

  • #363 Update ember responsive to solve broken tests on 3.11

v0.6.10

12 Apr 03:43
5863fc9
Compare
Choose a tag to compare

🚀 New Features / Enhancements

  • #329 Allows docs-hero class to be customized

🐛 Bug fixes

  • #357 Nav doesn't break for addons with no module exports

📝 Documentation

  • #358 Touch up quickstart

v0.6.9

09 Apr 18:38
3af6701
Compare
Choose a tag to compare

🚀 New Features / Enhancements

🐛 Bug fixes

  • #347 Better monorepo support
  • 116ba91 guard search hotkey when an input is focused

🏠 Internal

  • #350 Don't blow away host's auto-import config
  • #349 Convert node tests to use mocha
  • #341 Fix usage of test selector on tagless component
  • #351 Adds tests for docs-page blueprint