Skip to content

Releases: hydephp/framework

v0.23.2-beta - Update documentation sidebar internals

07 May 12:25
Compare
Choose a tag to compare

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

06 May 19:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.0-beta...v0.23.1-beta

v0.23.0-beta - Use Lagrafo as the frontend engine for documentation pages

06 May 18:25
Compare
Choose a tag to compare

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

05 May 12:39
24385df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.6-beta...v0.22.0-beta

v0.21.6-beta - Add installer command to quickly configure a new Hyde site

04 May 10:04
aa387da
Compare
Choose a tag to compare

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

Full Changelog: v0.21.5-beta...v0.21.6-beta

v0.21.5-beta - Fix internal test not expecting new exception message

03 May 17:39
Compare
Choose a tag to compare

v0.21.4-beta - Fix heading permalink bug

03 May 17:33
Compare
Choose a tag to compare

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

03 May 17:24
664be6e
Compare
Choose a tag to compare

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

03 May 16:48
b3ee7b0
Compare
Choose a tag to compare

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

03 May 13:08
baa2241
Compare
Choose a tag to compare

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