emberjs / rfcs

RFCs for changes to Ember
https://rfcs.emberjs.com/
790 stars 406 forks source link

Advance RFC #0848 `"Deprecate array prototype extensions"` to Stage Ready for Release #1020

Closed emberjs-rfcs-bot closed 3 months ago

emberjs-rfcs-bot commented 7 months ago

Advance #0848 to the Ready For Release Stage

Rendered

Summary

This pull request is advancing the RFC to the Ready For Release Stage.

An FCP is required before merging this PR to advance.

Upon merging this PR, automation will open a draft PR for this RFC to move to the Released Stage.

Ready for Release Stage Description This stage is complete when the implementation is complete according to plan outlined in the RFC, and is in harmony with any changes in Ember that have occurred since the RFC was first written. This includes any necessary learning materials. At this stage, features or deprecations may be available for use behind a feature flag, or with an optional package, etc. For codebase changes, there are no open questions that are anticipated to require breaking changes; the Ember team is ready to commit to the stability of any interfaces exposed by the current implementation of the feature. This stage should include a list of criteria for determining when the proposal can be considered Recommended after being Released. An FCP is required to move into this stage. Each Ember core team will be requested as a reviewer on the PR to move into this stage. A representative of each team adds a review. If a team does not respond to the request, and after the conclusion of the FCP, it is assumed that the release may proceed.

Checklist to move to Ready for Release

Criteria for moving to Recommended (required)

A set of criteria for moving this RFC to the Recommended Stage, following release:

  1. Deprecation guide is published.
  2. Ember version including the deprecation is released.

Track Implementation

apellerano-pw commented 7 months ago

Here's a learning material spot that will need updating

https://guides.emberjs.com/v5.8.0/in-depth-topics/autotracking-in-depth/#toc_arrays

ef4 commented 7 months ago

Additional notes on issues people can encounter when they disable prototype extensions

ef4 commented 3 months ago

The actual deprecations here have been released, so this RFC is really waiting to go to Recommended next.