Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | :recycle: So long monorepo. | Hayleigh Thompson | 2023-09-19 |
| | |||
* | :truck: Shift things around to accomodate a monorepo. | Hayleigh Thompson | 2023-08-19 |
| | |||
* | :bug: Fixed a bug where dom patching would break on elements with unexpected ↵ | Hayleigh Thompson | 2023-07-23 |
| | | | | children. | ||
* | :bug: Fixed bug where attributes would not be removed correctly during patching. | Hayleigh Thompson | 2023-07-23 |
| | |||
* | :bug: Fix bugs with vdom patching when removing elements or rendering into ↵ | Hayleigh Thompson | 2023-07-23 |
| | | | | components. | ||
* | :recycle: Explicitly handle namespaced elements in the vdom tree. | Hayleigh Thompson | 2023-07-20 |
| | |||
* | :recycle: Explicitly handle namespaced elements in the vdom tree. | Hayleigh Thompson | 2023-07-20 |
| | |||
* | :sparkles: Add proper svg support. | Hayleigh Thompson | 2023-07-20 |
| | |||
* | :sparkles: Convert certain Gleam types to Js ones when setting properties. | Hayleigh Thompson | 2023-07-19 |
| | |||
* | :zap: Iterate gleam lists with while loops for that sweet perf. | Hayleigh Thompson | 2023-07-19 |
| | |||
* | :alembic: Maybe we can just roll our own DOM patching? | Hayleigh Thompson | 2023-07-19 |
| | |||
* | :recycle: Move cursed prototype patching into runtime module. | Hayleigh Thompson | 2023-07-18 |
| | |||
* | :heavy_plus_sign: Vendor morphdom as the dom patching library. | Hayleigh Thompson | 2023-07-18 |
| | |||
* | ♻️ Replace React with diffhtml (#10) | Hayleigh Thompson | 2023-07-10 |
* :wrench: Remove react dependency, add vite for running examples. * :heavy_plus_sign: Update stdlib version to 0.29 * :fire: Remove old examples. * :sparkles: Vendor diffhtml and update runtime ffi code to replace react. * :recycle: Refactor all the things now react is gone. * :memo: Remove references to react in the readme. * :sparkles: Create a simple counter example. |