ember-command icon indicating copy to clipboard operation
ember-command copied to clipboard

Integrate your Business Logic with Ember

Results 18 ember-command issues
Sort by recently updated
recently updated
newest added

Simply: ```hbs ``` inside the component: ```ts export default class MyComponent extends Component { @command go = commandFor([ this.args.link, this.somethingElse ]); } ``` and then writing tests for this: ```ts...

Allow this to work: ```ts class MyComponent extends Component { link = this.linkMananger.createLink({...}); @command = commandFor([new LinkCommand(this.link)]); } ``` which would enable this: ```hbs {{! invocation }} ``` ```hbs {{!...

As part of #31 it was tried to add API docs (similar to `ember-link`) but typedoc cannot understand `gts` files and pointing it at `dts` files output of glint didn't...

As for migrating into a v2 addon, the `instanceof` checks have been replaced with duck-type testing, due to embroider-build/ember-auto-import#503 Once the mentioned issue is solved, this can be reworked, by...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm-sync-dependencies-meta-injected](https://togithub.com/NullVoxPopuli/pnpm-sync-dependencies-meta-injected) | [`^0.0.9` -> `^0.0.14`](https://renovatebot.com/diffs/npm/pnpm-sync-dependencies-meta-injected/0.0.9/0.0.14) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm-sync-dependencies-meta-injected/0.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm-sync-dependencies-meta-injected/0.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | volta | minor | [`18.17.1` -> `18.20.4`](https://renovatebot.com/diffs/npm/node/v18.17.1/v18.20.4) | --- ###...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@glimmer/manager](https://togithub.com/glimmerjs/glimmer-vm/tree/main#readme) ([source](https://togithub.com/glimmerjs/glimmer-vm)) | [`^0.84.3` -> `^0.92.0`](https://renovatebot.com/diffs/npm/@glimmer%2fmanager/0.84.3/0.92.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@glimmer%2fmanager/0.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@glimmer/interfaces](https://togithub.com/glimmerjs/glimmer-vm/tree/main#readme) ([source](https://togithub.com/glimmerjs/glimmer-vm)) | [`^0.84.3` -> `^0.92.0`](https://renovatebot.com/diffs/npm/@glimmer%2finterfaces/0.84.3/0.92.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@glimmer%2finterfaces/0.92.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-core)) | [`^7.22.9` -> `^7.24.6`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.9/7.24.6) |...