Add support for stacks
Edge stacks allows you to create placeholders within your templates and push contents from other places. For example: You can have a placeholder for inline scripts using the @stack('js')
tag and then push to this stack using the @pushTo
and @pushOnceTo
tags.
The documentation covers the usage of stacks in-depth.
Features
- add support for content stacks (5714054)
- clone edge renderer instance with shared data (0cddc8d), closes #156
Full Changelog: v6.0.2...v6.1.0