Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'since' versions to the deprecated features #30072

Open
wants to merge 1 commit into
base: trunk
from

Conversation

@Mamaduka
Copy link
Contributor

@Mamaduka Mamaduka commented Mar 22, 2021

Description

This is a follow-up of #30017 and adds deprecation versions to the features.

I've used a combination of git history, Github milestones, and inline comments to track down deprecation versions.

How has this been tested?

Locally by using the deprecated features. Example:

wp.data.select( 'core/editor' ).getSelectedBlock();

Calling the following selector in the console should result in a deprecation message with a version it was deprecated.

Types of changes

New feature

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • [N/A] My code follows the accessibility standards.
  • [N/A] I've tested my changes with keyboard and screen readers.
  • My code has proper inline documentation.
  • I've included developer documentation if appropriate.
  • [N/A] I've updated all React Native files affected by any refactorings/renamings in this PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant