Migration Guide: 9.7.2 → 9.7.3
Version 9.7.3 introduces an official documentation set designed to improve clarity, consistency, and compatibility with AI assistants (ChatGPT, GitHub Copilot, Gemini, Claude, etc.).
This release does not introduce runtime changes.
Summary
Added
- Official LLM-oriented documentation:
- Canonical “all-in-one” framework context document
- Structured concept documentation
- Practical recipe documentation (
common-tasks) - Explicit layout documentation
- Improved documentation organization and internal consistency
Changed
- Internal documentation structure to clearly separate:
- Concepts
- Reference
- Recipes
- Migrations
Removed
- Nothing removed.
Impact on Existing Projects
- No code changes required.
- No configuration changes required.
- No database changes required.
- No CLI changes required.
- No behavioral changes in the framework.
This update is documentation-only.
Existing applications built with 9.7.2 will continue to work without modification.
Purpose of This Update
This documentation update aims to:
- Provide a canonical architectural description of the framework
- Reduce ambiguity in how components, filters, DTOs, services, and layouts interact
- Improve AI-assisted development accuracy
- Establish a stable documentation baseline for future versions
Backward Compatibility
Fully backward compatible.
Developer Action Required
None.
Notes
Future versions may reference this documentation baseline when introducing architectural or behavioral changes.