aboutsummaryrefslogtreecommitdiff
path: root/birdie_snapshots
Commit message (Collapse)AuthorAge
* :alembic: Add snapshot for unescaped raw html.Hayleigh Thompson2024-04-25
|
* 🔀 Escape attribute values when emitting static HTML. (#113)bgw2024-04-25
| | | | | * fix: add the escape function over custom attribute values * fix: update class and style attribute values to be escaped
* 🔀 Add support for element fragments. (#99)Jacob Scearcy2024-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | * #16 add fragment POC * WIP * 16 add fragment support to morph * add keys for fragments * ensure proper fragment order, refactor to handle fragment/element more similarly * fix comment typo, incorrect child typo, simplify key check * fix comment typo * add snapshot tests * flatten fragment using fold right, appending elements * doc update --------- Co-authored-by: Hayleigh Thompson <me@hayleigh.dev>
* :wrench: Update snapshots to reflect server component key change.Hayleigh Thompson2024-03-31
|
* :alembic: Update tests to handle correct boolean attribute output.Hayleigh Thompson2024-03-14
|
* :alembic: Set up some basic snapshot tests.Hayleigh Thompson2024-01-27