rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

RFCs for changes to Ember

Results 216 rfcs issues
Sort by recently updated
recently updated
newest added
trafficstars

Using block `let` to assign multiple template variables quickly becomes a pain to read the more variables you want to assign, especially when you're assigning values derived from more complex...

Previous Discussions: - https://github.com/emberjs/rfcs/pull/266 - https://github.com/emberjs/data/issues/2162 `findHasMany` and `findBelongsTo` would delegate to `findMany` and `findRecord` as they do today in the case where there is no link present, to preserve...

T-ember-data
Needs Implementer

[Rendered](https://github.com/SergeAstapov/rfcs/blob/ember-modifier/text/0811-element-modifiers.md) This RFC supersedes the original [RFC #353 "Modifiers"](https://github.com/emberjs/rfcs/pull/353)

T-framework

[Rendered](https://github.com/mehulkar/rfcs/blob/ssr-by-default/text/0000-ssr-by-default.md)

During implementation, a couple things came up: - we don't do a great job of documenting when autotracking happens outside of getters -- therefore, added an example of autotracking in...

At the moment, only argument names starting with a lowercase letter are allowed. I think it would be nice if this restriction could be loosened for the following use cases:...

[Rendered](https://github.com/SergeAstapov/rfcs/blob/public-router-service/text/0819-public-router-service.md)

T-framework
T-ember-engines
S-Proposed

[Rendered](https://github.com/ryanto/rfcs/blob/always-model-hook/0000-always-run-model-hook.md)

T-routing

[Rendered](https://github.com/simonihmig/rfcs/blob/no-globals/text/0784-no-globals.md) --- For the record: there has been an early draft and some discussion around it here: https://github.com/emberjs/rfcs/issues/781. Special thanks to @bendemboski for contributing a lot of details about the...

T-infrastructure
T-framework
T-Tooling
T-ember-cli
T-ember-engines

[Rendered](https://github.com/DLiblik/rfcs/blob/master/text/0656-read-cached-last-value.md) Allow a conventional way for RFC 566's @cached getters to retrieve the last-returned value from within the next execution of the getter to reduce computation load for complex results...

S-Proposed