Skip to content

v3.3.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Feb 21:50

What's new

What's fixed

  • CP forms only submit visible fields, in order to fix sometimes/required_if/etc validation rules. #5101 by @jesseleite

What's changed

  • PHP 7.2 and 7.3 are no longer supported.
  • Laravel 6 and 7 are no longer supported.
  • Entries fieldtypes augment to query builders instead of collections. #5238 by @jasonvarga
  • The page and each global in the cascade are now instances of the page/global. #5334 by @jasonvarga
  • The Augmented interface's get method now has a return typehint of Value. #5302 by @jasonvarga
  • $item->augmentedValue(), toAugmentedCollection(), and toAugmentedArray() will always return Value instances. #5302 by @jasonvarga
  • Form submission data will always be an unfiltered Collection. #5230 by @jasonvarga
  • AssetContainer, Collection, Form, and Taxonomy's toArray methods return different data. #5186 by @jasonvarga