You can see the changes made via the commit log for the latest release.
- Fix default template locations by making views path filterable using the path() helper function.
- Improve view fallback templates
- Add composer sort-packages configuration
- Update copyright date
- Update lint php
- chore: update readme and changelog
- fix typo
- lint php files & cleanup
- Inline template
slugs
,hierarchy
- Filterable template
slugs
,hierarchy
- Filterable fallback template(s)
- Bump Hybrid Core version to 7.0
- Moved fallback templates logic into method
\Hybrid\Theme\View\Factory::prepareFallbackTemplates()
- Template paths, parent & child theme(s)
themes/parenttheme/views
,themes/childtheme/views
- linting php files
- replace http to https
- change composer stability req to dev
- package package docBlock rename HybridCore to HybridTheme
- Fallback support for theme View
- add legacy view (moved from hybrid-view)
- add new view helpers
- Update copyright year
- Update copyright author
- Bump php version from 5.6 -> 7.4
- Update attributes link
- Lint php files
- Lint composer.json
- refactor
\Hybrid\Theme\Provider::boot()
access level to match the parent class.
- Launch. Everything's new!