Releases: hydephp/hyde
v0.3.2-alpha
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
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"
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"
What's Changed
- Add a customizable footer by @caendesilva in #31
Full Changelog: v0.2.0-alpha...v0.2.1-alpha
v0.2.0-alpha
Celebrating 200 commits with an alpha prerelease!
What's Changed
- Create Validator command to help catch any issues in the setup by @caendesilva in #17
- #14 Add publishable 404 pages by @caendesilva in #18
- Add the Torchlight badge automatically by @caendesilva in #19
- Check for the app env in the .env file by @caendesilva in #20
- Improve the front matter parser to fix #21 by @caendesilva in #23
- Overhaul the navigation menu to add configuration options by @caendesilva in #27
- Fix bug #22 where the feed was not sorting the posts by date by @caendesilva in #28
- Add support for images by @caendesilva in #29
- Add responsive navigation to resolve #7 by @caendesilva in #30
Full Changelog: v0.1.1-pre.patch...v0.2.0-alpha
v0.1.1-pre.patch
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
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
- Merge 1.x by @caendesilva in #2
Full Changelog: https://github.com/hydephp/Hyde/compare/v0.1.0-pre...v0.1.1-pre
Initial Pre-Release v0.1.0-pre
This is the Initial Pre-Release of the HydePHP Framework.
This experimental release is not production ready.