# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.7.0](https://github.com/IamMaxim/docgen-rs/compare/docgen-render-v0.6.0...docgen-render-v0.7.0) - 2026-07-16
### Fixed
- *(render)* escape every `<` in the inline graph payload
### Other
- *(render)* fix semantic merge conflict between #21 and #22
- Merge pull request #22 from IamMaxim/feat/interactive-bases
## [0.4.1](https://github.com/IamMaxim/docgen-rs/compare/docgen-render-v0.4.0...docgen-render-v0.4.1) - 2026-07-15
### Added
- responsive mobile layout — drawers, overflow menu, scrollable tables
### Fixed
- mobile right-rail height, overflow menu, and drawer/topbar overlap
## [0.1.1](https://github.com/IamMaxim/docgen-rs/compare/docgen-render-v0.1.0...docgen-render-v0.1.1) - 2026-06-10
### Fixed
- *(graph)* stop the doc graph rendering twice (duplicate on zoom)