feat(frameworks): remove framework versioning feature flag#2781
Merged
feat(frameworks): remove framework versioning feature flag#2781
Conversation
Roll out framework versioning to all organizations by removing the PostHog feature flag gate. The History tab and update banner now render unconditionally. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
claudfuen
pushed a commit
that referenced
this pull request
May 7, 2026
# [3.45.0](v3.44.2...v3.45.0) (2026-05-07) ### Bug Fixes * address cubic review findings on onboarding PR ([#2783](#2783)) ([bd43e8a](bd43e8a)) * **onboarding:** handle zero-item steps in tracker ([#2785](#2785)) ([a196339](a196339)) * revert page-level hooks to useRealtimeRun to fix missing auth context ([#2780](#2780)) ([5a406f9](5a406f9)) ### Features * **frameworks:** remove is-framework-versioning-enabled feature flag ([#2781](#2781)) ([016f379](016f379)) ### Performance Improvements * **build:** skip TS in next build, reduce sentry upload, add CI typecheck ([#2782](#2782)) ([26e1667](26e1667)) * **onboarding:** optimize onboarding pipeline from ~5min to ~2min ([b14db0b](b14db0b))
Contributor
|
🎉 This PR is included in version 3.45.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
is-framework-versioning-enabledPostHog feature flag gate from framework detail pagesUpdateAvailableBannernow render unconditionally for all organizationsuseFrameworkUpdateStatushook by removing theenabledoption that was only used for the flagTest plan
🤖 Generated with Claude Code
Summary by cubic
Roll out framework versioning to all orgs by removing the
is-framework-versioning-enabledflag. The History tab and update banner now show for everyone on framework detail pages.useFeatureFlag('is-framework-versioning-enabled')inFrameworkDetailContentandFrameworkVersioningSection, and deleted the early return.useFrameworkUpdateStatus: dropped theenabledoption and always set the SWR key whenframeworkInstanceIdis present, keeping revalidate-on-mount behavior.Written for commit 0b5a5cc. Summary will update on new commits.