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

[Switch] Implement the component-per-node API #135

Merged
merged 32 commits into from
Mar 25, 2024

Commits on Mar 20, 2024

  1. Component-per-node API

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1c24889 View commit details
    Browse the repository at this point in the history
  2. Fix TS errors

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ca2d62a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    251b384 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb57671 View commit details
    Browse the repository at this point in the history
  5. Update the CSS intro demo

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8976d8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cb76ee View commit details
    Browse the repository at this point in the history
  7. Proptypes, API docs

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4ac24bd View commit details
    Browse the repository at this point in the history
  8. Docs

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ffd137b View commit details
    Browse the repository at this point in the history
  9. Tests

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    79e7a4a View commit details
    Browse the repository at this point in the history
  10. Tests and fixes

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9958224 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54805b5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd8d651 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    27f0b7e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ea04785 View commit details
    Browse the repository at this point in the history
  15. Prettier

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6ab2ae4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f29123c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    656d1c2 View commit details
    Browse the repository at this point in the history
  18. proptypes

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    99a2090 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1520866 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ede63ad View commit details
    Browse the repository at this point in the history
  21. Cleaning up

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1a99d14 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0677034 View commit details
    Browse the repository at this point in the history
  23. API docs

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8fc2017 View commit details
    Browse the repository at this point in the history
  24. Update the tests

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    eeb9d3c View commit details
    Browse the repository at this point in the history
  25. JSDoc

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5a29a5a View commit details
    Browse the repository at this point in the history
  26. James' review

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    47dbeb8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3e3b15c View commit details
    Browse the repository at this point in the history
  28. Update the API docs

    michaldudak committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    83b67c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Rename slot to element

    michaldudak committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    277bff8 View commit details
    Browse the repository at this point in the history
  2. Inline event handlers

    michaldudak committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    165ab0e View commit details
    Browse the repository at this point in the history
  3. Reorganize tests

    michaldudak committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9ffee33 View commit details
    Browse the repository at this point in the history
  4. API docs

    michaldudak committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    07798cd View commit details
    Browse the repository at this point in the history