Skip to content

Add support for stacks

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 08:47
· 4 commits to 6.x since this release

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