v0.52.0-beta - 2022-07-29
caendesilva
released this
29 Jul 19:42
·
23565 commits
to master
since this release
About
This update internally refactors how documentation sidebars are handled. If you have published Blade views relating to these, or built framework integrations you may want to take a closer look at the changed files.
Added
- Hyde now supports nested pages!
Changed
- internal: Refactor how documentation sidebars are generated and handled
- internal: (Sidebar) categories are now internally referred to as "groups"
- internal: The sidebar related Blade views have been renamed
DocumentationPage::indexPath()
was renamed toDocumentationPage::home()
and now returns aRoute
instead of a URL. It no longer resolves to README files.
What's Changed
- Refactor documentation sidebar to use routes by @caendesilva in #286
- Rename sidebar views by @caendesilva in #287
- Replace deprecated documentation indexPath() helper by @caendesilva in #289
- Add support for nested source files by @caendesilva in #285
Full Changelog: v0.51.0-beta...v0.52.0-beta