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

Make Groups renderable #181

Merged
merged 5 commits into from
Sep 19, 2024
Merged

Make Groups renderable #181

merged 5 commits into from
Sep 19, 2024

Commits on Jun 25, 2024

  1. Add Fragment

    This change adds a `Fragment` top-level function, to render multiple elements without a parent element.
    
    It's basically the same as `Group`, except the function signature matches the style of the other functions by being variadic.
    
    But I also made `Group` renderable directly, with the important caveat that root-level attributes are _ignored_.
    I don't think this will give problems in practice, as the main use case for `Fragment` is basically to return
    root-level elements to the client using something like HTMX.
    
    Fixes #162
    markuswustenberg committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    04b0f79 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    b3c2b84 View commit details
    Browse the repository at this point in the history
  2. Delete Fragment

    markuswustenberg committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a8dc008 View commit details
    Browse the repository at this point in the history
  3. fix docs

    markuswustenberg committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    52eb853 View commit details
    Browse the repository at this point in the history