Releases: hhushhas/rr
Release list
v0.3.1
Fix: the build's style extractor matched literal <style> text inside HTML comments, corrupting the structural CSS layer — browsers dropped the neutral token rule and all spacing collapsed in built documents. Comments are now stripped before asset extraction.
v0.3.0
Breaking: the default build no longer bundles the design system. Components now emit structural CSS plus a neutral token contract, so documents inherit your own design tokens. Pass --theme rr to opt back into the bundled Traverse look, or --css file.css to inline your own stylesheet.
- New
--themeand--cssflags onrr build - New minimal static landing page at https://rr.hasanshoaib.com, with build-time syntax highlighting via shiki
v0.2.0 — code annotation & quizzes
New components: rr-code (build-time syntax highlighting via optional shiki, click-to-annotate lines, copy-ready annotation export) and rr-quiz (self-checks with explanations and copyable results). See README for usage.