Releases: hydephp/framework
v0.12.0-beta - Front matter improvements
What's Changed
- Strip front matter from documentation pages by @caendesilva in #130
- Allow author array data to be added in front matter by @caendesilva in #133
Full Changelog: v0.11.0-beta...v0.12.0-beta
v0.11.0-beta - Adds support for the new realtime compiler
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
About
This large release has three main focuses:
- Improve the CLI experience, restructuring both the internals of commands, and the UX.
- Refactor and clean up the internal codebase, notably extracting shared code, removing legacy code, and more.
- 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 thehyde: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
What's Changed
- Apply fixes from StyleCI by @hydephp in #68
- Apply fixes from StyleCI by @hydephp in #70
- Rework how frontend assets (stylesheets and main script) are handled by @caendesilva in #69
Full Changelog: v0.8.1-beta...v0.9.0-beta
v0.8.1-beta - Bugfixes, code cleanup, documentation
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
About
This release marks the entry into the beta stage as the framework has now become stable enough.
What's Changed
- Rewrite main navigation menu by @caendesilva in #60
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
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
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
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
What's Changed
- Apply fixes from StyleCI by @hydephp in #56
- Create new command to scaffold pages by @caendesilva in #55
Full Changelog: v0.7.1-alpha...v0.7.2-alpha