Skip to content

Releases: hydephp/hyde

v0.3.2-alpha

23 Mar 15:52
Compare
Choose a tag to compare
v0.3.2-alpha Pre-release
Pre-release

This release contains an out of date composer.json, please update to v0.3.3-alpha instead.

What's Changed

  • Update to Framework v0.4.2-alpha
  • Adds new meta tags and more data rich HTML
  • Adds blade templates as content directory for Tailwind so assets can be built regardless of compiled html status.
  • Add option to set the site base URL for creating permalinks to improve SEO
  • Increase link contrast to fix accessibility issue by @caendesilva in #45

Full Changelog: v0.3.1-alpha...v0.3.2-alpha

Upgrade guide:

Make sure to update your config using php hyde publish:config [--force]

v0.3.1-alpha - Replace default welcome page

23 Mar 12:56
c65f40e
Compare
Choose a tag to compare

What's Changed

  • Replace the default empty blog listing index page with a new welcome screen by @caendesilva in #44

The file changed is the resources\views\pages\index.blade.php. The previous page can be published using the php hyde publish:views command.

Full Changelog: v0.3.0-alpha...v0.3.1-alpha

Alpha Release v0.3.0 - "Core Separation Update"

22 Mar 19:03
Compare
Choose a tag to compare

This update finally separates the core into its own package, allowing for much easier maintainability and updates. To keep semantic versioning, this release is tagged as v0.3.0 though please note that the framework version locked to this release is v0.4.0. Hoping to get them in sync soon.

What's Changed

All core logic has been moved to https://github.com/hydephp/framework. The views have been moved there as well, but can be published for easy customization using the php hyde publish:views command. The new repo also contains all the configuration files to serve as a source of truth. They can be published using the publish:configs command to reset to default values and/or to update.

  • Add a path helper to unify path referencing by @caendesilva in #33
  • Allow the view source directory to be modified at runtime by @caendesilva in #34
  • Hyde Core Separation - Contains breaking changes by @caendesilva in #35
  • v0.3 - Hyde Core Separation - Contains breaking changes by @caendesilva in #36

Full Changelog: v0.2.1-alpha...v0.3.0-alpha

Alpha Release v0.2.1 - "The Footer Update"

21 Mar 12:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0-alpha...v0.2.1-alpha

v0.2.0-alpha

21 Mar 10:20
4edfe16
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Celebrating 200 commits with an alpha prerelease!

What's Changed

Full Changelog: v0.1.1-pre.patch...v0.2.0-alpha

v0.1.1-pre.patch

19 Mar 12:47
Compare
Choose a tag to compare
v0.1.1-pre.patch Pre-release
Pre-release

Patch fix for #12 Sev2 Bug: StaticPageBuilder::compilePage does not use the MarkdownConverter, nor the prose style.

Fixes bug where the Markdown Pages did not use the Markdown converter

Full Changelog: https://github.com/hydephp/Hyde/compare/v0.1.1-pre...v0.1.1-pre.patch

Initial Prerelease v0.1.1-pre

19 Mar 12:01
Compare
Choose a tag to compare
Pre-release

What's Changed

Add command to scaffold arbitrary navigation links
Add interaction to build command to create documentation index page from readme

Fix missing JavaScript for Documentation pages
Bugfixes, #5, #6

Full Changelog: https://github.com/hydephp/Hyde/compare/v0.1.0-pre...v0.1.1-pre

Initial Pre-Release v0.1.0-pre

18 Mar 21:21
Compare
Choose a tag to compare
Pre-release

This is the Initial Pre-Release of the HydePHP Framework.

This experimental release is not production ready.