Skip to content

v0.1.0-dev.1177

Choose a tag to compare

@nurulhudaapon nurulhudaapon released this 10 Jun 18:18
· 75 commits to main since this release
31c8f9b

This is a developer preview of Ziex; some features are still works in progress.
Update or install the Ziex 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.1177

Features

  • feat: zx update to update to latest release 6511c09
  • feat(cli): zx export add build-args flag 29ac66e
  • feat: client.Event add missing methods ac90841
  • feat: sync generated types 991fda5

Fixes

  • fix: make export tree printer uniformed e35aaf0
  • fix: make component cache with custom key stable cf0d3a5

Documentation

  • docs: remove outdated plugins docs (#148) 1ec886a
  • docs: update favicon aeb33e6
  • docs: make version fetched from gh tag 4e4e2a1
  • docs: highlight ziex in bench 094525e
  • docs: add mg to lowest bench c34a651
  • docs: simple stats page 369602c

Miscellaneous

  • refactor: zx.PageOptions.static 6a9048d
  • dcos: bench, make lower better rows go darker on right 077528f
  • test: relax max rener time a bit more 7b4ac11
  • refactor: update cssgen to latest zig b6fe84d
  • refactor: cleanup datadir/staticdir config 7bba5ad
  • refactor: introduce ZIEX_ROOT_DIR f43fea6
  • perf: make zig build dev rebuild on change faster c4ba06e
  • refacor: rm ctx.data() from componentcontext 80a22a9
  • refactor: remove legacy pub fields 24a9d2b
  • test: increase per file render time 046ae13
  • refactor: rm modularization 18423c3
  • refactor: decouble cli exe 0752b1b
  • ci: embed proper version to bin 31c8f9b

Contributors