dTui Editor v1.0.1
This release adds full dDocs-ready multilingual documentation and improves code highlighting support for Laravel/Evolution CMS projects.
Added
- Added full package documentation under
docs/. - Added localized documentation for:
- English
- Ukrainian
- Polish
- German
- French
- Added user guide, developer guide, configuration reference, frontend integration guide, API/reference notes, and troubleshooting pages for every locale.
- Added dDocs metadata via
docs/docs.json. - Added documentation quality checker:
docs/checks/docs-check.php. - Added package contributing notes and glossary.
- Added Blade syntax highlighting support for code blocks.
- Added Blade aliases:
laravel-bladebladephp
Changed
- Updated README to link to the full dDocs-ready documentation.
- Updated the default code syntax language list to include
blade. - Updated the lightweight Prism language bundle to include a local Blade grammar.
- Updated runtime fallback language configuration so Blade works even when custom config is not provided.
Notes
- No breaking changes.
- Existing editor configuration remains compatible.
- This release is recommended for Evolution CMS projects that document or edit Laravel/Evolution UI code using Blade examples.
Verification
composer validate --strict --no-check-publishphp docs/checks/docs-check.php- PHP syntax check for package files
- JavaScript syntax check for bundled assets
- Prism Blade runtime smoke test
- dDocs coverage check: 100%