Skip to content

5.1.0 (#107)

Compare
Choose a tag to compare
@Okipa Okipa released this 25 Oct 21:11
· 20 commits to master since this release
fe6a3dc
  • Added ability to chain a ->when(bool $condition) method to an instantiated head action, in order to enable it conditionally
  • Added a new built-in RedirectHeadAction, that is now used to render the pre-configured CreateHeadAction
  • Added an optional second argument bool $openInNewWindow = false to the CreateHeadAction
  • Added a new JavaScript snippet to handle head action link opening in tab: you'll have to add it if you want to benefit from this new ability