rfcs
rfcs copied to clipboard
RFCs for changes to Ember
# Advance #0724 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: #0724 - [PR to Ready...
https://github.com/emberjs/rfcs/pull/779 does not specify the whitespace handling semantics for `` tag, as a result the current implementation leaves all the whitespace intact as they appear in the source code. This...
One thing I noticed as I am both going through the [Svelte tutorial](https://svelte.dev/tutorial/else-blocks) again as well as writing a similar one for Ember / ``, is that `{{else}}` is is...
Historically, Ember compiles a `moduleName` into the wire format of each template. The Ember Inspector displays this when navigating the hierarchy of components. This isn't really viable going forward, for...
# Advance #0931 to the [Ready For Release Stage](https://github.com/emberjs/rfcs#ready-for-release) ## Summary This pull request is advancing the RFC to the [Ready For Release Stage](https://github.com/emberjs/rfcs#ready-for-release). - PR to Accepted Stage: #0931...
# Advance #0830 to the [Ready For Release Stage](https://github.com/emberjs/rfcs#ready-for-release) ## Summary This pull request is advancing the RFC to the [Ready For Release Stage](https://github.com/emberjs/rfcs#ready-for-release). - PR to Accepted Stage: #0830...
The `LinkTo` component lacks native support for the `aria-current` attribute. From: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current > When you have a group of related elements, such as several links in a breadcrumb or steps...
I was not sure how to debug an RFC that was not rendering in the deployed app. @mansona pointed me in the right direction, and I'm documenting what I learned.
"Unreleased" was not a valid value. https://github.com/emberjs/rfcs/pull/961 was not the fix needed.
# Advance #0617 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: #0617 - [PR to Ready...