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

Interactivity API: Improvements to the experimental full-page navigation #64067

Open
wants to merge 22 commits into
base: trunk
Choose a base branch
from

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    b34f5b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894bc9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d132d26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f8c93b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8500ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    804b7c1 View commit details
    Browse the repository at this point in the history
  7. feat: Update head tags to improve prefetching of scripts and stylesheets

    This commit modifies the `updateHead` function in `head.ts` to improve support for lazy loading of scripts and stylesheets. It preloades the script modules using `modulepreload`, imports the necessary scripts using dynamic imports and adds the `preload` link elements for stylesheets.
    michalczaplinski committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0f2a51b View commit details
    Browse the repository at this point in the history
  8. Do not load interactivity script modules in development mode when ful…

    …l page navigation is enabled
    michalczaplinski committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    eac0deb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af136bc View commit details
    Browse the repository at this point in the history
  10. Update interactivity script module registration to use version from a…

    …sset files
    
    - Added logic to retrieve version information from `index.min.asset.php` and `router.min.asset.php` files.
    - Updated `wp_register_script_module` calls to use the retrieved version instead of the default version when full-page navigation is not enabled.
    michalczaplinski committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    424da1c View commit details
    Browse the repository at this point in the history
  11. empty commit

    michalczaplinski committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    56a9b08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc0c933 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    78d2d88 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a5a40cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3cef459 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2811a8c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    79bd1c9 View commit details
    Browse the repository at this point in the history
  18. Revert "try: remove the webpack comment"

    This reverts commit 62e527e.
    michalczaplinski committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    06fd98d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9983180 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    0186d2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e49d89 View commit details
    Browse the repository at this point in the history
  3. Make renderRegions async

    DAreRodz committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a9469d0 View commit details
    Browse the repository at this point in the history