-
Will |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can read here how the API development works and how future flags are used. But as a quick answer, the future flags targeting a future major release (v8 in this case) are not removed until that major release, the reason they target a future major is because they are breaking changes, removing them in a minor would be a breaking change. What does happen is that the templates eventually come with the future flag enabled, so old apps can upgrade when they're ready but new apps can start with the feature enabled. |
Beta Was this translation helpful? Give feedback.
You can read here how the API development works and how future flags are used.
But as a quick answer, the future flags targeting a future major release (v8 in this case) are not removed until that major release, the reason they target a future major is because they are breaking changes, removing them in a minor would be a breaking change.
What does happen is that the templates eventually come with the future flag enabled, so old apps can upgrade when they're ready but new apps can start with the feature enabled.