Skip to content

Releases: hydephp/framework

v0.30.0-beta - Add inline Blade support to Markdown

31 May 15:22
fd41cf7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.5-beta...v0.30.0-beta

v0.29.5-beta - Bump HydeFront to v1.10

31 May 09:01
Compare
Choose a tag to compare

v0.29.4-beta - Add automatic support for color-scheme meta tag

31 May 08:56
Compare
Choose a tag to compare

Fixes Add color-scheme: dark; to HTML element when applicable #460

Full Changelog: v0.29.3-beta...v0.29.4-beta

v0.29.3-beta - Bugfix for dynamic title metadata

30 May 15:08
c182c00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.2-beta...v0.29.3-beta

v0.29.2-beta - Bugfix, removes duplicate search visibility on search.html

30 May 14:16
Compare
Choose a tag to compare

v0.29.1-beta - Make search index compatible with custom documentation directory

30 May 14:10
Compare
Choose a tag to compare

The search files will now be output in the configured docs.output_directory. If you have not changed that setting this has no effect. It's fully backwards compatible.

v0.29.0-beta - Add a frontend documentation searchengine

30 May 11:56
d9c806c
Compare
Choose a tag to compare

About

This release adds a search feature to documentation sites. It works by precompiling a JSON search index saved to your _site/docs directory.
Documentation sites then load this using AJAX through the new HydeSearch plugin, which searches your documentation in realtime!

You can try out a hosted demo here https://demos.desilva.se/gist/github/hydephp/experiments/hydesearch/FullHydeDemo/docs/search.html

What's Changed

New Contributors

Full Changelog: v0.28.1-beta...v0.29.0-beta

v0.28.1-beta - Add custom exceptions

25 May 18:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.28.0-beta...v0.28.1-beta

v0.28.0-beta - Refactor configuration files

23 May 18:58
Compare
Choose a tag to compare

Changes to the configuration files

The entire configuration system has been refactored.

Snake_case is used for all configuration keys

All configuration keys are now in the snake_case_format. Published configuration files will need to be updated accordingly. This is pretty fast in a modern code editor like VS Code.

Documentation options have been moved to a new file

The documentation page specific options have been moved to the config/docs.php file.
You may need to republish Blade views if you have done so before.

This is also easy to do in a modern code editor. See this example of the search and replace I used
to update the codebase:

hyde.docs_sidebar_header_title => docs.header_title

Authors.yml has been removed

The authors.yml and related services have been removed. Define authors in the main Hyde config instead.

Deprecations and removals

The deprecated option named hyde.docs_directory has been removed.

Use docs.output_directory instead.

What's Changed

  • Refactor configuration to use snake_case for all options, and extract documentation settings to own file by @caendesilva in #444
  • Refactor author configuration system by @caendesilva in #449

Full Changelog: v0.27.12-beta...v0.28.0-beta

v0.27.12-beta - Internal code cleanup without affecting functionality

22 May 12:15
5aa6d55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.11-beta...v0.27.12-beta