Changelog
Track the latest updates, new features, and improvements in Qpage to stay informed about changes in the documentation platform.
Recent Updates
Qpage releases updates regularly to enhance documentation management, improve performance, and add new features. Review the latest changes below to understand new capabilities and required actions.
Subscribe to the RSS feed at /changelog.xml or follow @qpage on social platforms for instant notifications about new releases.
2024-10-15v1.2.0
featureimprovement
New Features
- Added real-time collaboration for teams, enabling multiple users to edit documentation simultaneously with live cursors and conflict resolution.
- Introduced AI-powered content suggestions to generate outlines, summaries, and SEO-optimized headings directly in the editor.
Improvements
- Enhanced search performance by
>50%with indexed full-text search across all documentation versions. - Updated the dashboard UI with customizable widgets for analytics, recent edits, and version history.
Bug Fixes
- Fixed rendering issues with nested
{code blocks}in MDX previews. - Resolved authentication token refresh errors during long editing sessions.
2024-09-20v1.1.0
featurebugfix
New Features
- Integrated webhook support for custom workflows, such as deploying changes to
https://api.example.com/deploy. - Added version pinning for stable documentation links that never break.
Bug Fixes
- Corrected export failures when including images larger than
10MB. - Patched security vulnerability in public preview links (CVE-2024-XXXX).
If you used legacy preview endpoints, update to the new /preview/v2/{docId} path. Example migration:
// Old
const previewUrl = `https://dashboard.example.com/preview/{docId}`;
// New
const previewUrl = `https://dashboard.example.com/preview/v2/{docId}`;
2024-08-10v1.0.0
breakingfeature
Breaking Changes
- Removed deprecated YAML frontmatter parser; migrate to native MDX parsing for better performance.
New Features
- Launched core documentation platform with MDX support, version control, and team permissions.
- Built-in analytics dashboard tracking views, edits, and search queries.
Initial Setup
Run the following to get started:
npm install qpage@latest
yarn add qpage@latest
Version History Summary
| Version | Date | Key Changes |
|---|---|---|
| v1.2.0 | 2024-10-15 | Collaboration, AI suggestions |
| v1.1.0 | 2024-09-20 | Webhooks, version pinning |
| v1.0.0 | 2024-08-10 | Initial release |
Found a bug or have a feature request? Open an issue on GitHub at https://github.com/example/qpage.
Was this page helpful?
Last updated today
Built with Documentation.AI