Releases: hydephp/framework
v0.23.2-beta - Update documentation sidebar internals
What's Changed
- Refactor documentation sidebar internals by @caendesilva in #299
- Remove old documentation page layouts
Full Changelog: v0.23.1-beta...v0.24.0-beta
v0.23.1-beta - Update tests
What's Changed
- Apply fixes from StyleCI by @caendesilva in #296
Full Changelog: v0.23.0-beta...v0.23.1-beta
v0.23.0-beta - Use Lagrafo as the frontend engine for documentation pages
What's Changed
- Refactor docs layout to use Lagrafo instead of Laradocgen by @caendesilva in #292
- Move meta tags into the meta Blade component
- Bugfixes
Full Changelog: v0.22.0-beta...v0.23.0-beta
v0.22.0-beta - Improve stability and testability of JavaScript interactions
What's Changed
- Refactor script interactions by @caendesilva in #286
- Update HydeFront version to v1.5.x by @caendesilva in #287
Full Changelog: v0.21.6-beta...v0.22.0-beta
v0.21.6-beta - Add installer command to quickly configure a new Hyde site
About
While Hyde doesn't need much configuration to get started, this command speeds up the little there is. For example, it updates the config file with the supplied site name and URL, and can also publish a starter homepage and rebuild the site.
What's Changed
- Create installer command, fix #149 by @caendesilva in #279
Full Changelog: v0.21.5-beta...v0.21.6-beta
v0.21.5-beta - Fix internal test not expecting new exception message
This release fixes a bug in the test for https://github.com/hydephp/framework/releases/tag/v0.21.3-beta
Full Changelog: v0.21.4-beta...v0.21.5-beta
v0.21.4-beta - Fix heading permalink bug
Fixes #231: Heading permalink extension not being enabled when compiling the body for documentation pages
Full Changelog: v0.21.3-beta...v0.21.4-beta
v0.21.3-beta - The make:page command can now create documentation pages
This release has a bug in the tests that is fixed in https://github.com/hydephp/framework/releases/tag/v0.21.5-beta
What's Changed
- Allow documentation pages to be scaffolded using the make:page command by @caendesilva in #273
Full Changelog: v0.21.2-beta...v0.21.3-beta
v0.21.2-beta - Send a non-intrusive warning when the config file is out of date
What's Changed
- Send a non-intrusive warning when the config file is out of date by @caendesilva in #270
Full Changelog: v0.21.1-beta...v0.21.2-beta
v0.21.1-beta - Reduce complexity by generating filecache at runtime
What's Changed
- Update Changelog by @github-actions in #263
- Apply fixes from StyleCI by @caendesilva in #264
- Create filecache at runtime instead of relying on a JSON file that needs to be up to date by @caendesilva in #265
Full Changelog: v0.21.0-beta...v0.21.1-beta