v3.0.0-beta.13
Pre-release
Pre-release
github-actions
released this
30 Jan 18:11
·
6656 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.