Skip to content

Remove experimental property from Icon block.#75742

Merged
Mamaduka merged 1 commit intotrunkfrom
fix/remove-experimental-icon-property
Feb 19, 2026
Merged

Remove experimental property from Icon block.#75742
Mamaduka merged 1 commit intotrunkfrom
fix/remove-experimental-icon-property

Conversation

@ryanwelcher
Copy link
Contributor

What?

The __experimental property was missed in #75576

@ryanwelcher ryanwelcher added [Type] Bug An existing feature does not function as intended [Block] Icon Affects the Icon block labels Feb 19, 2026
@github-actions
Copy link

github-actions bot commented Feb 19, 2026

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 props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: ryanwelcher <welcher@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@github-actions github-actions bot added the [Package] Block library /packages/block-library label Feb 19, 2026
@Mamaduka Mamaduka added Backport to Gutenberg RC Pull request that needs to be backported to a Gutenberg release candidate (RC) Backport to WP 7.0 Beta/RC Pull request that needs to be backported to the WordPress major release that's currently in beta labels Feb 19, 2026
Copy link
Member

@Mamaduka Mamaduka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

cc @ellatrix, @ockham, we forgot to remove the flag. Adding label for backports, so it's part of the 7.0 release and plugin.

@ryanwelcher ryanwelcher enabled auto-merge (squash) February 19, 2026 17:44
@Mamaduka Mamaduka disabled auto-merge February 19, 2026 17:48
@Mamaduka Mamaduka merged commit 46eb561 into trunk Feb 19, 2026
53 of 56 checks passed
@Mamaduka Mamaduka deleted the fix/remove-experimental-icon-property branch February 19, 2026 18:01
@ellatrix
Copy link
Member

Thanks!

@ellatrix
Copy link
Member

Please let tests fully run and make sure it's the same as failures as trunk

@github-actions github-actions bot added this to the Gutenberg 22.7 milestone Feb 19, 2026
@Mamaduka
Copy link
Member

Please let tests fully run and make sure it's the same as failures as trunk

I did. Those were the same failures. Only the perf test was running, and this will have no effect on it.

@github-actions github-actions bot removed the Backport to WP 7.0 Beta/RC Pull request that needs to be backported to the WordPress major release that's currently in beta label Feb 19, 2026
gutenbergplugin pushed a commit that referenced this pull request Feb 19, 2026
Co-authored-by: ryanwelcher <welcher@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
@github-actions github-actions bot added the Backported to WP Core Pull request that has been successfully merged into WP Core label Feb 19, 2026
@github-actions
Copy link

I just cherry-picked this PR to the wp/7.0 branch to get it included in the next release: e7de547

pento pushed a commit to WordPress/wordpress-develop that referenced this pull request Feb 20, 2026
CI run: #10988.

See #64595.

---

I've included a log of the Gutenberg changes with the following command:

```
git log --reverse --format="- %s" b441348bb7e05af351c250b74283f253acaf9138..23b566c72e9c4a36219ef5d6e62890f05551f6cb | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | pbcopy
```

- Remove experimental property from Icon block (WordPress/gutenberg#75742)
- Real-time collab editing: Fix undo E2E test (WordPress/gutenberg#75740)
- Snackbar: Fix scaling issue with snackbars that update their content via a common id (WordPress/gutenberg#75709)
- Vips and worker-threads packages: remove private flag so that packages can be published to npm (WordPress/gutenberg#75752)
- Update wordpress/vips in root package.json to use a relative path (WordPress/gutenberg#75758)
- Fix change-detection and new-post E2E tests after RTC enabled by default (WordPress/gutenberg#75751)
- Query: Remove content role from block (WordPress/gutenberg#75760)
- `ToggleGroupControl`: Make unselected item color consistent across all variants (WordPress/gutenberg#75737)
- Icon-block: fix global-styles selectors (WordPress/gutenberg#75724)
- RTC: Add cap check for single taxonomy term entities (WordPress/gutenberg#75708)
- Core Data: Create icons entity (WordPress/gutenberg#75773)


git-svn-id: https://develop.svn.wordpress.org/trunk@61705 602fd350-edb4-49c9-b593-d223f7449a82
markjaquith pushed a commit to markjaquith/WordPress that referenced this pull request Feb 20, 2026
CI run: WordPress/wordpress-develop#10988.

See #64595.

---

I've included a log of the Gutenberg changes with the following command:

```
git log --reverse --format="- %s" b441348bb7e05af351c250b74283f253acaf9138..23b566c72e9c4a36219ef5d6e62890f05551f6cb | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | pbcopy
```

- Remove experimental property from Icon block (WordPress/gutenberg#75742)
- Real-time collab editing: Fix undo E2E test (WordPress/gutenberg#75740)
- Snackbar: Fix scaling issue with snackbars that update their content via a common id (WordPress/gutenberg#75709)
- Vips and worker-threads packages: remove private flag so that packages can be published to npm (WordPress/gutenberg#75752)
- Update wordpress/vips in root package.json to use a relative path (WordPress/gutenberg#75758)
- Fix change-detection and new-post E2E tests after RTC enabled by default (WordPress/gutenberg#75751)
- Query: Remove content role from block (WordPress/gutenberg#75760)
- `ToggleGroupControl`: Make unselected item color consistent across all variants (WordPress/gutenberg#75737)
- Icon-block: fix global-styles selectors (WordPress/gutenberg#75724)
- RTC: Add cap check for single taxonomy term entities (WordPress/gutenberg#75708)
- Core Data: Create icons entity (WordPress/gutenberg#75773)

Built from https://develop.svn.wordpress.org/trunk@61705


git-svn-id: http://core.svn.wordpress.org/trunk@61013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
@ockham ockham modified the milestones: Gutenberg 22.7, Gutenberg 22.6 Feb 23, 2026
ockham pushed a commit that referenced this pull request Feb 23, 2026
Co-authored-by: ryanwelcher <welcher@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
@ockham
Copy link
Contributor

ockham commented Feb 23, 2026

I just cherry-picked this PR to the release/22.6 branch to get it included in the next release: 935a411

@ockham ockham removed the Backport to Gutenberg RC Pull request that needs to be backported to a Gutenberg release candidate (RC) label Feb 23, 2026
scruffian pushed a commit that referenced this pull request Feb 23, 2026
Co-authored-by: ryanwelcher <welcher@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backported to WP Core Pull request that has been successfully merged into WP Core [Block] Icon Affects the Icon block [Package] Block library /packages/block-library [Type] Bug An existing feature does not function as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants