Blog
Every Rux release gets a post: what landed, what it cost, and what's still broken.
Every release gets a post: what landed, what it cost, and what's still broken.
No post, no release. The checklist lives in RELEASING.md.
-
Rux v0.3.0: fine-grained reactivity, dynamic styles, and syntax coloring
A signal change now patches only the bindings that read it, in place, instead of rebuilding the tree, which deletes the restore-pass category that caused v0.1's worst bug. Plus Vue-style :class / :style bindings and .rux syntax highlighting for VS Code and the site.
-
Rux v0.2.0: selection, scrollbars, and a lot of CSS
Text selection and the system clipboard, select and textarea, keyboard focus, real scrollbars in both axes, and the CSS push: fonts, gradients, shadows, transforms, per-corner radius, grid placement.
-
Rux v0.1.0: it runs
The first release: a window, real CSS layout, text, inputs, scrolling, and hot reload. Plus the lesson that cost the most: every bug that mattered was invisible to the test suite.