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

Support Overflow::Hidden #424

Merged
merged 23 commits into from
Apr 10, 2023
Merged

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    f8297e8 View commit details
    Browse the repository at this point in the history
  2. Add overflow style property

    nicoburns committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    749ac4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67d6439 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    308b930 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f643a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04dbc9b View commit details
    Browse the repository at this point in the history
  7. Implement setting automatic minimum size of flex items to 0 for nodes…

    … with non-visible overflow
    nicoburns committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    7d0e59a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    601cac6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8343441 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a73eafa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    affabc6 View commit details
    Browse the repository at this point in the history
  12. Implement resolving automatic minimum size to zero for grid items wit…

    …h non-visible overflow
    nicoburns committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3993323 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8be594f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4a0d06 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5915b0d View commit details
    Browse the repository at this point in the history
  16. Add tests for overflow:hidden

    These tests were generated by temporarily setting overflow:hidden on
    every node across the entire generated test suite and then manually
    creating copies of the tests with overflow:hidden for those testse
    that failed.
    nicoburns committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    db03a2f View commit details
    Browse the repository at this point in the history
  17. Use 0 when distributing intrinsic minimums of scroll containers to au…

    …to tracks, even when sizing under a min- or max-content constraint
    nicoburns committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    5d432f1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    34244c4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    84b6f43 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b045d52 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8c97772 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ae857c5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2011868 View commit details
    Browse the repository at this point in the history