Skip to content

Releases: hydephp/framework

v0.12.0-beta - Front matter improvements

19 Apr 17:28
11598db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0-beta...v0.12.0-beta

v0.11.0-beta - Adds support for the new realtime compiler

17 Apr 11:11
28d7247
Compare
Choose a tag to compare

What's Changed

Adds a command to serve the new realtime compiler:

php hyde serve

Full Changelog: v0.10.0-beta...v0.11.0-beta

v0.10.0-beta - Improve internal codebase and make frontend more accessible

12 Apr 19:44
19913a9
Compare
Choose a tag to compare

About

This large release has three main focuses:

  1. Improve the CLI experience, restructuring both the internals of commands, and the UX.
  2. Refactor and clean up the internal codebase, notably extracting shared code, removing legacy code, and more.
  3. Updates the frontend Blade views, adding better screenreader support, data-rich and accessible blog post cover images, and dark mode.

What's Changed

  • Supply _media as the path argument in the hyde:rebuild command to copy all media files. by @caendesilva in #71
  • Refactor the backend structure of the static page builder command process by @caendesilva in #72
  • Refactor code to extend base classes and remove shared code by @caendesilva in #74
  • Add base styles to documentation layout by @caendesilva in #77
  • Update Spatie YAML Front Matter Package to fix #36 by @caendesilva in #79
  • Fix #63, update component to show formatted dates by @caendesilva in #80
  • Fix improper article ID usage - remember to re-publish styles by @caendesilva in #81
  • Refactor internal file handling logic to be more intelligent to provide a safer, more intuitive, user experience by @caendesilva in #84
  • Fix line ending sequence issue in checksums by @caendesilva in #86
  • Change blade source directory to _pages by @caendesilva in #90
  • Update Changelog by @github-actions in #92
  • Update and simplify the command and rename signature from publish:configs to update:configs, making overwriting files the default. by @caendesilva in #95
  • Deprecate internal abstract class HydeBasePublishingCommand by @caendesilva in #97
  • Refactor tests by @caendesilva in #98
  • Update Blade components, internal data handling, add a11y features by @caendesilva in #102
  • Remove the deprecated and unused service provider by @caendesilva in #108
  • Remove-deprecated-code by @caendesilva in #111
  • Update the welcome page to be more accessible by @caendesilva in #112
  • Add skip to content link by @caendesilva in #113
  • Add darkmode support and refactor blade components by @caendesilva in #116

New Contributors

  • @github-actions made their first contribution in #92

Full Changelog: v0.9.0-beta...v0.10.0-beta

v0.9.0-beta - Rework how frontend assets are handled

07 Apr 19:48
2f1138d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1-beta...v0.9.0-beta

v0.8.1-beta - Bugfixes, code cleanup, documentation

07 Apr 11:18
Compare
Choose a tag to compare

What's Changed

Formats the code and adds new markdown documents

Full Changelog: v0.8.0-beta...v0.8.1-beta

v0.8.0-beta - First Beta Release

02 Apr 10:31
Compare
Choose a tag to compare
Pre-release

About

This release marks the entry into the beta stage as the framework has now become stable enough.

What's Changed

You may need to republish your views and recompile your frontend assets using NPM to properly upgrade.

Full Changelog: v0.7.5-alpha...v0.8.0-beta

v0.7.5-alpha - Bugfix, article schema URI missing route prefix

02 Apr 08:16
Compare
Choose a tag to compare

Fixes bug related to #57 where the article itemprop was missing the posts/ URI prefix.

Full Changelog: v0.7.4-alpha...v0.7.5-alpha

v0.7.4-alpha - Bugfix, og:url meta tag missing 'posts/' prefix

01 Apr 20:55
Compare
Choose a tag to compare

Fixes bug #57 Meta og:url tag missing the posts uri prefix

Full Changelog: v0.7.3-alpha...v0.7.4-alpha

v0.7.3-alpha - Fix broken navigation menu link on mobile

01 Apr 20:49
Compare
Choose a tag to compare

Fixes #58 Documentation navbar brand on mobile does not use the new link system

Full Changelog: v0.7.2-alpha...v0.7.3-alpha

v0.7.2-alpha - Add new command to scaffold pages

01 Apr 19:15
626ed64
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1-alpha...v0.7.2-alpha