v0.4.0
๐ LaraDocs v0.4.0
This one is packed. New CLI, fancy diagrams, math rendering, and your docs now speak more languages than ever. Let's dig in. ๐
โจ Highlights
๐ฅ๏ธ Deploy CLI has landed! Log in, deploy, clone projects, and manage config right from your terminal. (#66)
๐ Mermaid diagrams now render straight from fenced code blocks. Flowcharts in your docs, zero fuss. (#65)
๐งฎ KaTeX math support is here. Drop in equations and watch them render beautifully. (#80)
๐ Localisation goes big. The docs UI is now fully localisable (#67), with automatic locale detection from your lang/vendor/laradocs/ filesystem. (#76)
๐งฉ Blade components inside markdown. Mix and match your favorite components right in your docs. (#84)
๐ท๏ธ Auto-generated tag index pages so your content organizes itself. (#83)
๐งช Under the Hood
๐ญ Brand new Playwright end-to-end test suite keeping everything rock solid. (#86)
๐ Fresh Crowdin translation updates rolling in across the board. (#78, #79, #85)
๐ง Dependency Bumps
โฌ๏ธ jsdom 25.0.1 โ 29.1.1 (#81)
โฌ๏ธ laravel/scout ^10.0 โ ^11.2 (#82)
๐ Full Changelog: v0.3.0...v0.4.0
Happy documenting! ๐
What's Changed
- Deploy CLI: login, deploy, clone-project, config by @PeteBishwhip in #66
- Mermaid diagram support via fenced code blocks (#9) by @PeteBishwhip in #65
- Add localisation support to the documentation UI by @PeteBishwhip in #67
- New Crowdin updates by @PeteBishwhip in #78
- New Crowdin updates by @PeteBishwhip in #79
- Katex math support by @PeteBishwhip in #80
- Auto-detect available locales from lang/vendor/laradocs/ filesystem by @PeteBishwhip in #76
- Auto-generated tag index pages by @PeteBishwhip in #83
- New Crowdin updates by @PeteBishwhip in #85
- Bump jsdom from 25.0.1 to 29.1.1 by @dependabot[bot] in #81
- Render Blade components inside markdown by @PeteBishwhip in #84
- Update laravel/scout requirement from ^10.0 to ^11.2 by @dependabot[bot] in #82
- Add Playwright end-to-end test suite by @PeteBishwhip in #86
New Contributors
- @dependabot[bot] made their first contribution in #81
Full Changelog: v0.3.0...v0.4.0