What's fixed
- Another handful of Antlers Runtime Bugfixes. #5477 by @JohnathonKoster
- Fix drafts not being visible in Live Preview. #5493 by @jasonvarga
- Use tokens for determining if a request is Live Preview. #5495 by @jasonvarga
- Fix terms being filtered out unintentionally. #5474 by @jasonvarga
- Fix
ExtractInfo
size call between Laravel 8 and 9. #5470 by @jesseleite - Modifiers convert
Values
objects to arrays #5464 by @jasonvarga - The
pluck
modifier supportsArrayAccess
types #5462 by @jasonvarga - Regex parser can handle when tags return query builders #5461 by @jasonvarga
- Explicitly support colon syntax in
where
modifier to avoid a breaking change. #5499 by @jasonvarga
What's changed
- Modifiers in parameter syntax have pipe-delimited arguments. #5477 by @JohnathonKoster