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

Initial View Transition Support #7511

Merged
merged 57 commits into from
Jul 19, 2023
Merged

Initial View Transition Support #7511

merged 57 commits into from
Jul 19, 2023

Commits on Jul 11, 2023

  1. Basic support

    matthewp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    fbb925d View commit details
    Browse the repository at this point in the history
  2. Add the fade transition

    matthewp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    429be8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa32aaa View commit details
    Browse the repository at this point in the history
  4. Add transition name

    matthewp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cec93b8 View commit details
    Browse the repository at this point in the history
  5. View Transitions changeset

    matthewp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6f0cf0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    848db48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d6966c View commit details
    Browse the repository at this point in the history
  8. Use head propagation

    matthewp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    684dce6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b9764f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    862efda View commit details
    Browse the repository at this point in the history
  11. Misquote

    matthewp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3e1d465 View commit details
    Browse the repository at this point in the history
  12. Remove unused code

    matthewp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    203298e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    375726d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dfda9c3 View commit details
    Browse the repository at this point in the history
  15. Use [data-astro-transition]

    matthewp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5253ff0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8f69981 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    692083f View commit details
    Browse the repository at this point in the history
  18. Updated stuff

    matthewp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6e9be38 View commit details
    Browse the repository at this point in the history
  19. Update the compiler

    matthewp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c9690ec View commit details
    Browse the repository at this point in the history
  20. Fix

    matthewp committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    370f54a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Fallback support

    matthewp committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    dbf9398 View commit details
    Browse the repository at this point in the history
  2. Properly do fallback

    matthewp committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4f6401b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Simplify the selectors

    matthewp committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    90ca262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1649231 View commit details
    Browse the repository at this point in the history
  3. Upgrade the compiler

    matthewp committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    454f414 View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    matthewp committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4f78b3c View commit details
    Browse the repository at this point in the history
  5. Add tests

    matthewp committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    190695d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    965a56e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3df49c0 View commit details
    Browse the repository at this point in the history
  8. Fix linting

    matthewp committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8d4d2a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11cc735 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8658ec6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    7e38b0c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Prevent glitch in fallback

    matthewp committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6645b6a View commit details
    Browse the repository at this point in the history
  2. Do not combine selectors

    matthewp committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    cf63e4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    034f4c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c606fd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Update packages/astro/src/@types/astro.ts

    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    matthewp and sarah11918 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b3c79d4 View commit details
    Browse the repository at this point in the history
  2. Update packages/astro/components/ViewTransitions.astro

    Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
    matthewp and ematipico committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    35abfbb View commit details
    Browse the repository at this point in the history
  3. Update packages/astro/components/ViewTransitions.astro

    Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
    matthewp and ematipico committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ba8d7f3 View commit details
    Browse the repository at this point in the history
  4. Update the changeset

    matthewp committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2b15915 View commit details
    Browse the repository at this point in the history
  5. PR review changes

    matthewp committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2c9d9dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0067db0 View commit details
    Browse the repository at this point in the history
  7. Update the updateDOM default

    matthewp committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2492264 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26525a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    a34e643 View commit details
    Browse the repository at this point in the history
  2. Update broken tests

    matthewp committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5361a84 View commit details
    Browse the repository at this point in the history
  3. Update .changeset/silly-garlics-live.md

    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    matthewp and sarah11918 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ddbeb56 View commit details
    Browse the repository at this point in the history
  4. Update .changeset/silly-garlics-live.md

    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    matthewp and sarah11918 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3757f6b View commit details
    Browse the repository at this point in the history
  5. Update .changeset/silly-garlics-live.md

    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    matthewp and sarah11918 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bbf7d94 View commit details
    Browse the repository at this point in the history
  6. Update .changeset/silly-garlics-live.md

    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    matthewp and sarah11918 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    78e83b1 View commit details
    Browse the repository at this point in the history
  7. h2 -> h4

    matthewp committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    12d4f70 View commit details
    Browse the repository at this point in the history
  8. Upgrade to stable compiler

    matthewp committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d4ad84f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b17c5d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fee0145 View commit details
    Browse the repository at this point in the history
  11. Remove usage from examples

    matthewp committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d6e96be View commit details
    Browse the repository at this point in the history
  12. Remove example updates

    matthewp committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ecfadd7 View commit details
    Browse the repository at this point in the history