aboutsummaryrefslogtreecommitdiff
path: root/test-apps
Commit message (Collapse)AuthorAge
* :sparkles: Create a test app for property diff regressions.Hayleigh Thompson2024-05-11
|
* ๐Ÿ”€ Use vitest for runtime/vdom testing. (#124)Jacob Scearcy2024-05-06
| | | | | | | * ๐Ÿงช move tests into test directory, bump birdie to ignore non-gleam files * implement feedback * add comments, update doc
* ๐Ÿ”€ Fix a bug where nested `Map` nodes were not morphed. (#115)Benjamin Rhodes2024-04-26
| | | | | * ensure nested subtrees are morphed * Add a test-app for nested element map bug
* :alembic: Create test case to make sure server component patching is working.Hayleigh Thompson2024-04-25
|
* :bug: Fixed a bug where the 'selected' attribute was not properly applied in โ†ตHayleigh Thompson2024-04-16
| | | | the DOM.
* :wrench: Update test apps.Hayleigh Thompson2024-04-06
|
* ๐Ÿ”€ Write a guide on server-side rendering. (#103)Hayleigh Thompson2024-04-05
| | | | | | | | | | | | | | | * :memo: Fix typos in state management guide. * :memo: Begin writing ssr guide. * :memo: Rename discard init arg to '_flags' in all examples. * :memo: Show simple static HTML rendering example. * :memo: Expand hydration section. * :memo: Finish ssr guide. * :wrench: Add ssr guide to built docs pages.
* :alembic: Create a collection of test apps to cover previously reported bugs.Hayleigh Thompson2024-03-31