Skip to content

0.1.14 - 2026-03-10

Choose a tag to compare

@github-actions github-actions released this 10 Mar 05:21

Release Notes

Fixed

  • Embed CSS no longer uses @layer, fixing viewer styles being overridden by host app resets (e.g., MUI's CssBaseline)
  • Embedded viewer now sets font-size: 16px on its root element, preventing host font-size from breaking em-based typography sizing
  • C4 diagram $link URLs now include linkPrefix when serving from S3 bundles

Install rw 0.1.14

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rwdocs/rw/releases/download/v0.1.14/rw-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/rwdocs/rw/releases/download/v0.1.14/rw-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install rwdocs/tap/rw

Download rw 0.1.14

File Platform Checksum
rw-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
rw-x86_64-apple-darwin.tar.xz Intel macOS checksum
rw-x86_64-pc-windows-msvc.zip x64 Windows checksum
rw-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
rw-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
rw-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum