rfcs
rfcs copied to clipboard
RFCs for changes to Ember
# Propose better `on` syntax ## [Rendered](https://github.com/emberjs/rfcs/blob/better-on-syntax/text/1007-better-on-syntax.md) Alternative to [RFC#997](https://github.com/emberjs/rfcs/pull/997) ## Summary This pull request is proposing a new RFC. To succeed, it will need to pass into the [Exploring...
# Propose making `{{on}}` a built in modifier ## [Rendered](https://github.com/NullVoxPopuli/rfcs/blob/make-on-built-in/text/0997-make-on-built-in.md) ## Summary Today, we need ```js import { on } from '@ember/modifier'`; ``` This should be built in, and not...
# Propose deprecating the `(action)` template helper and modifier ## [Rendered](github.com/emberjs/rfcs/blob/deprecate-action-template-helper/text/1006-deprecate-action-template-helper.md) ## Summary This pull request is proposing a new RFC. To succeed, it will need to pass into the...
# Propose making `(fn)` a built in helper ## [Rendered](https://github.com/NullVoxPopuli/rfcs/blob/make-fn-built-in/text/1000-make-fn-built-in.md) ## Summary Today, we need ```js import { fn } from '@ember/helper'`; ``` This should be built in, and not...
# Propose deprecating `import Ember from 'ember'` See: https://github.com/orgs/emberjs/projects/9/views/1?pane=issue&itemId=50454015 ## [Rendered](https://github.com/emberjs/rfcs/blob/deprecate-import-ember-from-ember/text/1003-deprecation-import-ember-from-ember.md) ## Summary This pull request is proposing a new RFC. To succeed, it will need to pass into the...
# Advance #0774 to the [Recommended Stage](https://github.com/emberjs/rfcs#recommended) ## Summary This pull request is advancing the RFC to the [Recommended Stage](https://github.com/emberjs/rfcs#recommended). - PR to Accepted Stage: #0774 - [PR to Ready...
# Propose deprecating named `inject` ## [Rendered](https://github.com/emberjs/rfcs/blob/deprecate-named-inject/text/1001-deprecate-named-inject.md) ## Summary This pull request is proposing a new RFC. To succeed, it will need to pass into the [Exploring Stage](https://github.com/emberjs/rfcs#exploring)), followed by...
# Propose making `(array)` a built in helper ## [Rendered](https://github.com/NullVoxPopuli/rfcs/blob/make-array-built-in/text/1000-make-array-built-in.md) ## Summary Today, we need ```js import { array } from '@ember/helper'`; ``` This should be built in, and not...
# Propose making `(hash)` a built in helper ## [Rendered](https://github.com/NullVoxPopuli/rfcs/blob/make-hash-built-in/text/1000-make-hash-built-in.md) ## Summary Today, we need ```js import { hash } from '@ember/helper'`; ``` This should be built in, and not...
# Enable the interactive mode in the CLI by default ## [Rendered](https://github.com/{{username}}/rfcs/blob/{{branch}}/text/{{rfc_number}}-{{rfc_slug}}.md) ## Summary This pull request is proposing a new RFC. To succeed, it will need to pass into...