Promote Image Generation from an Experiment to a Feature#418
Promote Image Generation from an Experiment to a Feature#418dkotter merged 10 commits intoWordPress:developfrom
Conversation
…directory. Remove the Experiments category and set stability to stable
…generation code there. Update webpack config to account for this
…riment to feature
… that reference experiments
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #418 +/- ##
==========================================
Coverage 68.36% 68.36%
Complexity 813 813
==========================================
Files 53 53
Lines 3945 3945
==========================================
Hits 2697 2697
Misses 1248 1248
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jorgefilipecosta
left a comment
There was a problem hiding this comment.
The changes look good to me 👍
jeffpaul
left a comment
There was a problem hiding this comment.
Moving forward with this promotion to Feature, see #416 (comment)
What?
Partially closes #234, #416
At a code-level, change the Image Generation Feature to be a stable Feature instead of an Experimental Feature.
Why?
The groundwork was laid in #316 to distinguish between an experimental Feature and a stable Feature. We left all Features as experimental but now want to promote certain ones that we feel have been thoroughly tested and bring significant value. We are starting with the Image Generation (which also includes Image Editing) Feature.
Note this only modifies things at the code-level, not the UI. Those changes are coming in #417. Worth noting that until that PR is merged, the Image Generation Feature will start to show in an existing "Other Features" section (from the current Editor Experiments section):
How?
Image_Generationclass from theExperimentsdirectory to theFeaturesdirectoryfeaturesdirectory within oursrcdirectory and move all Image Generation JS code hereFeaturesdirectory and out of theExperimentsdirectory for consistencyUse of AI Tools
None
Testing Instructions
npm i && npm run build