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@spaceless
and@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.compiler
error by resolving theBladeCompiler
differently - Adds the
hasSection
to theSectionsTrait
andEmbedStack
to match the defaultViewFactory
- Configuration file overhaul providing more customisation.
vendor:publish
the config file again to include the recent changed.@embed
overhaul, check the documentation for details- Renamed
@macro
to@macrodef
. Renamed@domacro
to@macro
- Dropped the
collective/html
requirement for@macro
directives. @macro
,@macrodef
and@endmacro
are now available by default.- New documentation generation method and updated/rewritten documentation
- The
@partial
,@block
&@render
directives are removed. Instead, use@embed
. vendor:publish
the config file again to include the recent changed.