Skip to content

0.1.12 - 2026-03-09

Choose a tag to compare

@github-actions github-actions released this 09 Mar 08:15

Release Notes

Added

  • --embedded flag for rw serve to preview docs inside a Backstage-like shell during development
  • "On this page" popover button for accessing table of contents when the sidebar is hidden on narrow screens
  • S3-backed diagram cache for embedded mode — diagrams rendered via Kroki are cached in S3, avoiding re-rendering on every page request in Backstage deployments

Changed

  • Viewer layout now uses container queries instead of viewport breakpoints, adapting to actual available space when embedded in host applications
  • Mobile header now shows breadcrumbs and table of contents button instead of the logo

Fixed

  • Fixed hash fragment navigation not scrolling to headings with non-Latin characters (e.g., Cyrillic) when opening a URL directly
  • Fixed sidebar, table of contents, mobile drawer, and loading bar overflowing container bounds when viewer is embedded in a smaller host element
  • Long breadcrumb trails progressively collapse middle items into a "..." dropdown, showing as many items as fit
  • Embed library CSS is now scoped under [data-rw-viewer] to prevent style leaks into host pages
  • Embed library no longer bundles font files, reducing CSS bundle size by 96%
  • Clicking a heading in the mobile "On this page" menu no longer scrolls the heading behind the sticky header
  • Scrolling back to top after using mobile table of contents no longer hides the page title behind the mobile header
  • Fixed page content flickering (shifting left and back) when navigating between pages on wide viewports
  • Fixed flash of unstyled text (FOUT) by preloading critical fonts
  • Fixed page not scrolling to top when navigating between pages
  • Fixed page title vertical position misaligned between home page and inner pages

Install rw 0.1.12

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install rwdocs/tap/rw

Download rw 0.1.12

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