|
| 1 | +# Mintlify August 2025 Pull Request Summary |
| 2 | + |
| 3 | +## Overview |
| 4 | +This summary covers 20 pull requests merged between August 21-22, 2025, focusing on user-facing improvements, bug fixes, and new features for the Mintlify platform. |
| 5 | + |
| 6 | +## New Features |
| 7 | + |
| 8 | +### AI Assistant Enhancements |
| 9 | +- **GPT-5 Support** (#3724): Added GPT-5 to allowed model types for AI assistant functionality |
| 10 | +- **Assistant Status Toggle** (#3715): Added AI assistant status toggle to dashboard with usage-based billing controls |
| 11 | +- **402 Error Handling** (#3711): Improved assistant error handling for quota exceeded scenarios with user-friendly messaging |
| 12 | + |
| 13 | +### Image & Media Improvements |
| 14 | +- **Image Optimization** (#3645): Introduced OptimizedImage component using @unpic/react for better performance, responsive sizing, and maintained zoom functionality |
| 15 | +- **Bunny CDN Icons** (#3730): Added support for https://mintlify.b-cdn.net/ icons to render as SVG instead of IMG tags, fixing icon display issues between light and dark modes |
| 16 | +- **Image Preloading Fix** (#3722): Removed automatic preloading of OptimizedImage components to improve page load performance |
| 17 | + |
| 18 | +### Dashboard & Navigation |
| 19 | +- **Mobile Menu Improvements** (#3717): Enhanced mobile navigation with better spacing, centered buttons, standardized heights, and improved dropdown layouts |
| 20 | +- **Subdirectory Auth Support** (#3628): Added support for `/docs` subdirectory with authentication in dashboard domain display |
| 21 | +- **Custom Mode Sidebar** (#3712): Removed unnecessary sidebar items when in custom mode for cleaner interface |
| 22 | + |
| 23 | +## Bug Fixes |
| 24 | + |
| 25 | +### Editor & Publishing |
| 26 | +- **Merge Conflict Dialog** (#3703): Users can now click outside or press Escape to close merge conflict dialogs |
| 27 | +- **Branch Creation** (#3643): Added retry logic to prevent editor from incorrectly resolving to main branch when creating new branches |
| 28 | +- **Frame Page Headers** (#3726): Fixed conversion of H tags to Headings in frame page mode for proper rendering |
| 29 | + |
| 30 | +### API & Backend |
| 31 | +- **API Request Bodies** (#3721): Fixed edge case where GET requests failed due to empty request bodies being sent as `{}` instead of `undefined` |
| 32 | +- **IncrementalEvaluator Bug** (#3716): Added visited set tracking to prevent infinite loops in API reference processing |
| 33 | +- **API Endpoint Refactor** (#3720): Consolidated API endpoint constants to reduce code duplication |
| 34 | + |
| 35 | +## Technical Improvements |
| 36 | + |
| 37 | +### Performance & Reliability |
| 38 | +- **Shiki Upgrade** (#3723): Updated Shiki syntax highlighter from 3.6 to 3.11 for latest bug fixes and performance improvements |
| 39 | +- **Cache Management** (#3709): Added cache-tag support for .md routes to ensure proper cache purging on revalidation |
| 40 | +- **Error Monitoring** (#3718): Implemented global error boundary with Sentry integration for better error tracking |
| 41 | +- **File Categorization** (#3714): Enhanced static file detection to include additional file formats |
| 42 | + |
| 43 | +### Code Quality |
| 44 | +- **Assistant Layout Refactor** (#3713): Moved header out of assistant layout to prepare for new drawer designs without visual changes |
| 45 | + |
| 46 | +## Impact Summary |
| 47 | + |
| 48 | +**User Experience**: Significant improvements to mobile navigation, image loading performance, and error handling provide a smoother user experience across devices. |
| 49 | + |
| 50 | +**Developer Experience**: Enhanced editor reliability with better branch handling and merge conflict management reduces friction in content creation workflows. |
| 51 | + |
| 52 | +**Platform Reliability**: Upgraded dependencies, improved error monitoring, and better caching strategies increase overall platform stability. |
| 53 | + |
| 54 | +**AI Features**: Expanded model support and improved quota handling prepare the platform for advanced AI capabilities while maintaining cost controls. |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +*Total PRs: 20 | Merged: August 21-22, 2025* |
0 commit comments