Skip to content

v0.6.1

Choose a tag to compare

@PeteBishwhip PeteBishwhip released this 25 Jun 22:02
· 43 commits to main since this release
Immutable release. Only release title and notes can be modified.
e16881a

LaraDocs v0.6.1 🔧

A focused point release: Octane safety hardening, a new command for scaffolding translation files, smarter "Last updated" dates, and a batch of UI fixes and docs improvements.

✨ Highlights

⚡ Octane safety hardening
Container singletons have been audited and hardened for Octane, so LaraDocs behaves correctly in long-running worker environments where shared state can otherwise leak between requests.

🌍 New laradocs:lang command
Scaffold locale translation files with a single command, making it quicker to stand up a new language. Pairs with new docs guidance on translating custom macros.

📅 Smarter "Last updated" dates
The source of the "Last updated" date is now configurable, and updated_at front-matter renders as a properly formatted date instead of a raw value.

📱 Narrow-viewport search fix
The search trigger now collapses to an icon on narrow viewports, so it no longer crowds the layout on small screens.

📚 Reorganised docs + deployment guides
The documentation has been restructured and now includes deployment guides to help you get LaraDocs into production.

📦 What's Changed

Full Changelog: v0.6.0...v0.6.1