• English
  • Changelog

    Releases distinguish user-facing plugin changes from repository maintenance. Maintenance releases may only update dependencies, tooling, CI, documentation, or the release workflow without changing runtime behavior.

    0.2.5

    Repository maintenance

    • Read the website version from package.json during the Rspress build.
    • Update development dependencies and enable the Rstest lint rule for test files.

    0.2.4

    Repository maintenance

    • Upgrade pnpm, Rslib, Rslint, Rspress, Node.js types, and oxfmt.
    • Add published-package tests with Rstest and the official Rslib adapter, and run them in CI and before npm releases.

    0.2.3

    Repository maintenance

    • Publish a version-only maintenance release with no runtime behavior changes.

    0.2.2

    Repository maintenance

    • Move custom theme directory to docs/theme/ and include it in TypeScript type checking.
    • Add oxfmt formatter.

    0.2.1

    Repository maintenance

    • Switch to npm OIDC trusted publishing (no token required).
    • Use Node.js 24 in CI for native npm 11 support.

    0.2.0

    Plugin changes

    • Breaking: Change plugin export from named export to default export.

      // Before
      import { pluginViz } from 'rspress-plugin-viz';
      // After
      import viz from 'rspress-plugin-viz';

    0.1.0-beta.0

    Plugin changes

    • Port Graphviz fenced code block support from VitePress to Rspress.
    • Add Rspress plugin integration with a remark plugin and global React component.