emberjs / rfcs

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

Advance RFC #0984 `"Treat Safari as an Evergreen Browser"` to Stage Ready for Release #1005

Closed emberjs-rfcs-bot closed 7 months ago

emberjs-rfcs-bot commented 9 months ago

Advance #0984 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. Browser support page is updated.
  2. Entry added to deprecations guide (so when people scan deprecations in 6.0 they see this).
  3. While this RFC only gives us the option (not obligation) to drop Safari 12 at Ember 6.0 we should actually remember to do that, since the major is a clearly communicated place where people will expect browser support issues.

Track Implementation

NullVoxPopuli commented 9 months ago

PR to the browser-support page: https://github.com/ember-learn/ember-website/pull/1088