| title |
|---|
Upgrade Guide & Changelog |
- All the directives from 6.2 still work.
- Completely revised code. If you have code using anything in
Radic\BladeExtensions, then it's probably not working anymore. - New config structure and filename.
- [
NEW] Added@spacelessand@endspaceless - [
CHANGE] Renamed@debug>@dump - [
NEW] Added@debug. Prints out local view variables in$__env. This is similar to Smarty's{debug} - todo...
- Fixes the
blade.compilererror by resolving theBladeCompilerdifferently - Adds the
hasSectionto theSectionsTraitandEmbedStackto match the defaultViewFactory
- Configuration file overhaul providing more customisation.
vendor:publishthe config file again to include the recent changed.@embedoverhaul, check the documentation for details- Renamed
@macroto@macrodef. Renamed@domacroto@macro - Dropped the
collective/htmlrequirement for@macrodirectives. @macro,@macrodefand@endmacroare now available by default.- New documentation generation method and updated/rewritten documentation
- The
@partial,@block&@renderdirectives are removed. Instead, use@embed. vendor:publishthe config file again to include the recent changed.