alt3 / ember-light-table-cell-type-link

Custom cell type for creating hyperlinks inside your Ember Light Table.
MIT License
0 stars 3 forks source link

Update ember-cli-addon-docs to the latest version πŸš€ #25

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 0.5.0 of ember-cli-addon-docs was just published.

Dependency ember-cli-addon-docs
Current Version 0.4.3
Type devDependency

The version 0.5.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ember-cli-addon-docs.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 0.5.1 just got published.

Update to this version instead πŸš€

Release Notes v0.5.1

Enhancements and changes

  • Addon Docs comes with automatic support for versioned documentation, and in this release we've reorganized the site structure for those versions a bit. The biggest change is that the "latest" version of your docs (typically the most recently tagged release), which used to live under the URL /latest, now lives at the root of your site. (For example, www.ember-cli-mirage.com instead of www.ember-cli-mirage.com/latest). Other versions now live under a /versions namespace.

    This version should automatically migrate previous versions of your project to use the new structure. It also redirect old links from /latest to the new root location. If something isn't working right, please reach out to us in an issue here or in #ec-addon-docs in Slack.

  • Addon Docs uses utility CSS classes to style its components (DocsHero, DocsDemo, etc.). These classes are provided by TailwindCSS and have names like text-center. These classes should be considered private to Addon Docs, but due to CSS's global nature these generic names have been conflicting with addon authors' own CSS classes.

    In this release we've updated our Tailwind build to prefix all class names with ad-. There should be no upgrade steps for you unless you were relying on the included Tailwind build to style your dummy app. If so, you'll need to provide those classes yourself. The ad- classes should also not be relied upon and should still be considered private. This is so we can change them – and in fact we will be soon, as the ad- prefix is considered advertisement CSS and blocked by certain ad-blockers.

  • <DocsDemo> can accept additional CSS classes for customization.

Breaking changes

None.

Other

  • Fixed a bug where API reference pages weren't showing up in search.
  • Other bugfixes & upgrades.
Commits

The new version differs by 49 commits.

  • 517c686 v0.5.1
  • e0d10f0 Travis can publish
  • 963bbdf Merge pull request #222 from ember-learn/69/update-search-indexer
  • d666025 Merge pull request #223 from ember-learn/53/supported-version
  • b63eb18 Document supported Ember version
  • 935af55 Update search indexer
  • 206ca25 Update .gitignore
  • 63069c5 Merge pull request #214 from miguelcobain/patch-3
  • e9ffc3d Document API doc generator plugins
  • 3e1940d Merge pull request #220 from dcyriller/ember-code-snippet-upgrade
  • 68d5ef6 Upgrade ember-code-snippet
  • 72ce301 Delete .DS_Store
  • 3ba9aa8 Merge pull request #213 from miguelcobain/patch-2
  • 8860432 classes on doc-demo component
  • 90ee2d5 Merge pull request #212 from jrowlingson/tailwind-prefix

There are 49 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.5.2 just got published.

Update to this version instead πŸš€

Release Notes v0.5.2

Changes

  • We changed our Tailwind build to use a docs- prefix instead of ad-, since ad- was getting picked up and ignored by ad blockers.

Breaking changes

  • None.
Commits

The new version differs by 4 commits.

  • 668c10e v0.5.2
  • dd0b78f Merge pull request #224 from ember-learn/change-tailwind-prefix
  • 664468e Upgrade ember-cli-tailwind
  • 7d13da8 Change prefix from ad- to docs-

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.5.3 just got published.

Update to this version instead πŸš€

Release Notes v0.5.3

Bugfixes.

Commits

The new version differs by 7 commits.

  • 9ecdebe v0.5.3
  • 3a55407 Merge pull request #233 from ember-learn/upgrade-tailwind
  • 6d3730d Upgrade tailwind
  • a61d13b Merge pull request #229 from ember-learn/fix-styles
  • 4c6972d Revert ember-cli-tailwind upgrade
  • 5b867af Merge pull request #227 from ember-learn/225-fix-project-version-included
  • 5117c93 Dont fail on addons without any API items

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Release Notes for v0.6.0

Added

  • Prompt on installation for whether to add the YUIDoc or ESDoc plugin (#248)

Changed

  • Design overhaul (#247)
  • Allow Ember Data 2.x or 3.x (#243)

Fixed

  • No more "tree cycle detected" with Ember CLI 3.4+ (#239)
  • "Edit this Page" links now work with non-pod templates (#237)
Commits

The new version differs by 39 commits.

  • 92d6c44 v0.6.0
  • 86942d7 Merge pull request #259 from ember-learn/fix-production-builds
  • f907d25 Fix #255
  • 70e493d Merge pull request #258 from josemarluedke/jl-inform-vendor
  • 69297db Merge pull request #257 from josemarluedke/jl-template-lint
  • 6500063 Inform to github that scripts/parallel is vendored
  • c0eb85a Fix template lint issues
  • 6fff0c3 Add ember-cli-template-lint
  • c1abf28 Remove unnecessary ember-cli-shims
  • 4caf597 Merge pull request #254 from ember-learn/fix-cli-3.4
  • 8764e86 Use postprocessTree('all') for compatibility with Ember CLI 3.4
  • 806ca88 Merge pull request #248 from rwwagner90/docs-prompt
  • 1033aac Merge pull request #252 from josemarluedke/upgrade
  • 2273b73 Add ember-cli-shims to dependencies as it is used in test-apps
  • 0c521da Use jsdom v11.12.0

There are 39 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v0.6.3

πŸ›Bug fixes

  • #309 version selector changed on second open
  • #312 support opening tags inside backticks

πŸš€ Enhancements

  • #315 hide snippet nav when demo has single snippet

πŸ“ Documentation

  • #316 update deploy docs

🏠 Internal

  • #310 upgrade Mirage
  • #314 wrap nav & snippet in div
Commits

The new version differs by 29 commits.

  • 1f9f9dd v0.6.3
  • 89cf52d Merge pull request #316 from alexlafroscia/fix-public-key-name
  • 30fd72e fix(docs): use correct public key name
  • 9e1e088 add top border when nav is hidden
  • ede2970 hide snippet nav when demo has a single snippet
  • 7428e15 wrap nav and snippet in a div
  • 3d77fcd test balance without escaped code
  • e7087e1 do not compact paragraphs when opening component tags are used inside backticks
  • 84b8264 disable this rule in this template for showcase purposes
  • 69cb06a include docs-snippet usage in demo1 snippet
  • abf317f no line breaks in docs-snippet tag
  • 1bf8bc1 fix typo
  • bb37a22 without a closing tag, this breaks formatting on the rest of the page
  • 1ce81d2 use reject to return a copy of the original
  • 2b9e031 lastest and master are not in version selector on second open

There are 29 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v0.6.4

πŸš€ New Features / Enhancements

  • #320 Dark syntax highlighting
  • #321 Expose compileMarkdown function

πŸ›Bug fixes

  • #322 Better sort order for version selector

πŸ“ Documentation

  • dfd71ae update docs-snippet guide
Commits

The new version differs by 5 commits.

  • edad442 Update package.json
  • 9a59bcf Improve version selector sorting (#322)
  • ac5147b Expose compileMarkdown as public API (#321)
  • a00a28e Dark syntax highlighting (#320)
  • dfd71ae Update docs-snippet guide

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v0.6.5

πŸš€ New Features / Enhancements

  • #324 Improved search UI
Commits

The new version differs by 4 commits.

  • 5de0d85 v0.6.5
  • 316d3e5 Fix feature requests link
  • 0fa77ca Slightly better search ui... (#324)
  • b12e521 Add note about ESDoc generator for classic classes

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v0.6.6

πŸ›Bug fixes

  • #332 Fix a double slash in url that causes history corruption
  • #331 Fix resolved type on module name containing type itself
  • #325 Upgrade Sass (removes @import warning)

πŸ“ Documentation

  • 2217b1d Updates ssh-keygen snippet due to new defaults
Commits

The new version differs by 5 commits.

  • bdb9ebc v0.6.6
  • 2217b1d Updates ssh-keygen snippet due to new defaults
  • 59f6320 Upgrade sass (removes @import warning) (#325)
  • 944d194 Fix resolved type on module name containing type itself (#331)
  • c3bcab0 Fix a double slash in url that causes history corruption (#332)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 5131eaa v0.6.7
  • 8c36926 Merge pull request #335 from ember-learn/fancier-function-signatures
  • 3e02d3d feat(api-docs): support fancier function signatures

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 4d082bd 0.6.8
  • 4ddb379 Merge pull request #348 from ember-learn/update-ember-concurrency
  • 7066fb4 Update ember-concurrency
  • 2ff6c6a Merge pull request #338 from zachgarwood/quickstart-remove-outdated-optional-step
  • 3487c35 Removed outdated optional step: "Better scrolling"

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€