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

Implement new layouts system #6174

Merged
merged 47 commits into from
Aug 24, 2022
Merged

Implement new layouts system #6174

merged 47 commits into from
Aug 24, 2022

Commits on Aug 23, 2022

  1. start updating tests

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2a237eb View commit details
    Browse the repository at this point in the history
  2. fix patterns

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f47c3fb View commit details
    Browse the repository at this point in the history
  3. get unit tests passing

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d145557 View commit details
    Browse the repository at this point in the history
  4. fixes

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    de383f9 View commit details
    Browse the repository at this point in the history
  5. changeset

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    faee0df View commit details
    Browse the repository at this point in the history
  6. prevent conflicts

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d6fba37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb5ed6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02efc1e View commit details
    Browse the repository at this point in the history
  9. vanquish red squigglies

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d2d3000 View commit details
    Browse the repository at this point in the history
  10. update some unit tests

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    bdaa71c View commit details
    Browse the repository at this point in the history
  11. update tests

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6419645 View commit details
    Browse the repository at this point in the history
  12. fixes

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6e04821 View commit details
    Browse the repository at this point in the history
  13. fix

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ffb8a8a View commit details
    Browse the repository at this point in the history
  14. merge master

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    907f080 View commit details
    Browse the repository at this point in the history
  15. fix test

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8229811 View commit details
    Browse the repository at this point in the history
  16. update write_types

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0a72369 View commit details
    Browse the repository at this point in the history
  17. precompute depth

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    84e266f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2bd5203 View commit details
    Browse the repository at this point in the history
  19. tidy up

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0b52b1d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ce66e0d View commit details
    Browse the repository at this point in the history
  21. remove unused argument

    Rich-Harris committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    74433e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

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

    Rich-Harris committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3287b04 View commit details
    Browse the repository at this point in the history
  3. fix

    Rich-Harris committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    e4aa3a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afe4cd4 View commit details
    Browse the repository at this point in the history
  5. reuse compact helper

    Rich-Harris committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    7322c10 View commit details
    Browse the repository at this point in the history
  6. docs

    Rich-Harris committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    cb262ff View commit details
    Browse the repository at this point in the history
  7. posixify

    Rich-Harris committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0ea2976 View commit details
    Browse the repository at this point in the history
  8. more windows stuff

    Rich-Harris committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    fa5c424 View commit details
    Browse the repository at this point in the history
  9. oops

    Rich-Harris committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0acae38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ea3c40 View commit details
    Browse the repository at this point in the history
  11. fix

    Rich-Harris committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    891b319 View commit details
    Browse the repository at this point in the history
  12. oops

    Rich-Harris committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    872a291 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eef4be5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    314ebe3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5687d7a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4bf6184 View commit details
    Browse the repository at this point in the history
  17. remove console.log

    dummdidumm committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    cb47d7f View commit details
    Browse the repository at this point in the history
  18. docs tweak

    dummdidumm committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    fbb40a7 View commit details
    Browse the repository at this point in the history
  19. Update packages/kit/src/utils/array.js

    Co-authored-by: Dominik G. <dominik.goepel@gmx.de>
    dummdidumm and dominikg authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0945723 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0018d97 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2d421b5 View commit details
    Browse the repository at this point in the history
  22. Update packages/kit/src/runtime/client/ambient.d.ts

    Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
    dummdidumm and ignatiusmb authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d39e33c View commit details
    Browse the repository at this point in the history
  23. Update packages/kit/src/runtime/client/parse.js

    Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
    dummdidumm and ignatiusmb authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    1b106fa View commit details
    Browse the repository at this point in the history
  24. Update packages/kit/src/utils/array.js

    Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
    dummdidumm and ignatiusmb authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    8bba42d View commit details
    Browse the repository at this point in the history
  25. am I doing this right?

    dummdidumm committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    dcf2ace View commit details
    Browse the repository at this point in the history
  26. Thank you Conduitry

    Co-authored-by: Conduitry <git@chor.date>
    dummdidumm and Conduitry authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    7c74aa9 View commit details
    Browse the repository at this point in the history