New
v0.1.0-dev.618
This is a developer preview of ZX; some features are still works in progress. Update or install the ZX CLI using the following scripts.
Installation
Linux/macOS
curl -fsSL https://ziex.dev/install | bash
Windows
powershell -c "irm ziex.dev/install.ps1 | iex"
Changelog
v0.1.0-dev.618
Features
Fixes
- fix: add missing elements and svg rendering
12c9ee5 - fix: serialize pointer props
a0acbfb - fix: hydration for pointer array props
73a195d - fix: escaping=none for client side rendering
8a13ff5
Documentation
Miscellaneous
- ci: auto trigger deployment of ssr.ziex.dev
38f6ad1 - ci: lock bun version
fb8d453 - ci: use specific pkg verion
30d325f - ci: add url for ssr docs
d6341c8 - ci: ignore ssr deploy net connect err
c2c820f - chore: disable edge.wasm
Contributors
- @nurulhudaapon