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

Merge: Infrastructure for standalone plugins #1021

Merged
merged 192 commits into from
Mar 1, 2024

Conversation

felixarntz
Copy link
Member

Summary

See #656

  • This is simply a merge PR, no unreviewed changes.
  • It intentionally excludes Move published modules to standalone plugins #1011 and Upgrade notice to inform users of major change prior to 3.0.0 update #1019 which relate to the removal of old modules. Those two changes should be merged separately into trunk afterwards, as they're destructive, whereas the current state of the feature/modules-to-plugins branch could in theory even be used to publish additional 2.x releases.
  • We can afterwards create another temporary branch like trunk-with-legacy-modules from trunk before merging those two PRs - just in case we may need it later.

Checklist

  • PR has either [Focus] or Infrastructure label.
  • PR has a [Type] label.
  • PR has a milestone or the no milestone label.

felixarntz and others added 30 commits May 19, 2023 14:29
Co-authored-by: Weston Ruter <westonruter@google.com>
This adds a new module that will automatically enhance the `sizes` attribute of lazy-loaded images to support the new `auto` syntax.

See: whatwg/html#4654

Fixes: #791.
Implement new module to use Speculation Rules API for prerendering documents on hover
Specifically reference `sizes="auto"` in the description, rather than "auto sizes".

Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
Prepare the auto-sizes module as a standalone plugin
@felixarntz felixarntz added [Type] Enhancement A suggestion for improvement of an existing feature Infrastructure Issues for the overall performance plugin infrastructure no milestone PRs that do not have a defined milestone for release Creating standalone plugins [Plugin] Performance Lab Issue relates to work in the Performance Lab Plugin only labels Mar 1, 2024
Copy link

github-actions bot commented Mar 1, 2024

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.

Unlinked Accounts

The following contributors have not linked their GitHub and WordPress.org accounts: @jeremyroman.

Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases.

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

Unlinked contributors: jeremyroman.

Co-authored-by: felixarntz <flixos90@git.wordpress.org>
Co-authored-by: joemcgill <joemcgill@git.wordpress.org>
Co-authored-by: mukeshpanchal27 <mukesh27@git.wordpress.org>
Co-authored-by: westonruter <westonruter@git.wordpress.org>
Co-authored-by: adamsilverstein <adamsilverstein@git.wordpress.org>
Co-authored-by: thelovekesh <thelovekesh@git.wordpress.org>
Co-authored-by: swissspidy <swissspidy@git.wordpress.org>

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

else
echo "The ${{ inputs.slug }} module slug is missing in the file plugins.json."
exit 1
fi
else
# Load the JSON file and parse from "{name: {slug, version}, ...}" to "include: [{ name, slug, version }, ...]"
# for use in the matrix.
# For plugins, the "version" parameter is not included here; it will dynamically get it in its own job.

Copy link
Member

Choose a reason for hiding this comment

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

Suggested change

Remove empty line. Not blockers we can it later.

@swissspidy swissspidy merged commit b1f1052 into trunk Mar 1, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Issues for the overall performance plugin infrastructure no milestone PRs that do not have a defined milestone for release [Plugin] Performance Lab Issue relates to work in the Performance Lab Plugin only [Type] Enhancement A suggestion for improvement of an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants