ember-set-helper icon indicating copy to clipboard operation
ember-set-helper copied to clipboard

A better `mut` helper

Results 15 ember-set-helper issues
Sort by recently updated
recently updated
newest added

Have just spent about an hour trying to convert this: ```oninput={{action (mut this.creativeForForm.shareContent.shareCommentary.text) value="target.value"}}``` into this: ```{{on "input" (pick "target.value" (set this "creativeForForm.shareContent.shareCommentary.text"))}}``` I would have expected this to work...

We have a few actions in our codebase that do only a `setProperties` call which could use that `set` helper but it accepts only one key and value. Perhaps another...

enhancement

Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.3.0. Release notes Sourced from prettier's releases. 3.3.0 diff πŸ”— Release note 3.2.5 πŸ”— Changelog 3.2.4 Fix .eslintrc.json format #15947 πŸ”— Changelog 3.2.3 Format tsconfig.json...

dependencies
javascript

Bumps [ember-template-imports](https://github.com/ember-template-imports/ember-template-imports) from 3.4.2 to 4.1.1. Release notes Sourced from ember-template-imports's releases. Release 4.1.1 :bug: Bug Fix #236 Use this.parent instead of this.project when version checking (@​Windvis) #234 Add project...

dependencies
javascript

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 4. Release notes Sourced from pnpm/action-setup's releases. v4.0.0 An error is thrown if one version of pnpm is specified in the packageManager field of package.json...

dependencies
github_actions