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

[Blazor] Adds support for server side rendered forms (without a body) #47716

Merged
merged 28 commits into from
Apr 24, 2023

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    00d7325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac4bf5 View commit details
    Browse the repository at this point in the history
  3. Set form name

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    55922e7 View commit details
    Browse the repository at this point in the history
  4. Track named event handlers

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ed7c793 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c9bb3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ab5011 View commit details
    Browse the repository at this point in the history
  7. Add specialized RenderFragment AddComponentParameter overload and rem…

    …ove unnecessary delegate caching from RouteView (the compiler caches the delegate automatically now)
    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    44d4e2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c59e87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3906d9c View commit details
    Browse the repository at this point in the history
  10. More tests

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    4dd9726 View commit details
    Browse the repository at this point in the history
  11. Add E2E test

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b6e4c48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    52001ca View commit details
    Browse the repository at this point in the history
  13. Fix tests

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    32f0f4c View commit details
    Browse the repository at this point in the history
  14. Cleanups and fix tests

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    dbac6ce View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    571b1c3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4d315ee View commit details
    Browse the repository at this point in the history
  17. CascadingModelBinder updates

    * Add an IsFixed property to track the underlying BindingContext.
    * Retain BindingContext in CascadingModelBinder
    * Re-render when Name or BindingContextId change.
    * Throw when Name or BindingId change on fixed contexts.
    * Throw if IsFixed changes
    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    37f1a67 View commit details
    Browse the repository at this point in the history
  18. Fix tests

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9b6dc08 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6d3da0e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9921089 View commit details
    Browse the repository at this point in the history
  21. E2E tests

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    e8ba09f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d67a5c4 View commit details
    Browse the repository at this point in the history
  23. Add E2E tests

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    94e3702 View commit details
    Browse the repository at this point in the history
  24. Cleanup empty lines

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    be14184 View commit details
    Browse the repository at this point in the history
  25. Another test

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    7d72205 View commit details
    Browse the repository at this point in the history
  26. Additional cleanups

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    298c178 View commit details
    Browse the repository at this point in the history
  27. Fix DispatchEvent

    javiercn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    5415283 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ed05d7e View commit details
    Browse the repository at this point in the history