Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | :sparkles: Create a test app for property diff regressions. | Hayleigh Thompson | 2024-05-11 |
| | |||
* | ๐ Use vitest for runtime/vdom testing. (#124) | Jacob Scearcy | 2024-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 Rhodes | 2024-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 Thompson | 2024-04-25 |
| | |||
* | :bug: Fixed a bug where the 'selected' attribute was not properly applied in โต | Hayleigh Thompson | 2024-04-16 |
| | | | | the DOM. | ||
* | :wrench: Update test apps. | Hayleigh Thompson | 2024-04-06 |
| | |||
* | ๐ Write a guide on server-side rendering. (#103) | Hayleigh Thompson | 2024-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 Thompson | 2024-03-31 |