Skip to content

v3.0.0-beta.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 18:11
· 6045 commits to master since this release

What's breaing

  • Select/Radio fields now render the stored value key by default in your Antlers views. You can still access the label via {{ myfield:label }}
  • The Antlers "null coalescence assignment" ??= logic was inverted compared to PHP 7.4. The behavior has been moved to ?=, a so-called "truth coalescence operator".

What's fixed

  • Some bugs.