Skip to content

5.3.1

Latest

Choose a tag to compare

@lukasbestle lukasbestle released this 16 Feb 19:46
0ccfcab

✨ Enhancements

  • Updated translation (tr)

🐛 Bug fixes

  • Using $users->find() with more than one argument or $field->toUsers()/$field->toUser() no longer results in unfiltered collections. #7943
  • Calling $users->find(false) no longer loads an invalid empty user object. #7952
  • $lazyCollection->prepend() and $users->prepend() ensure the intended element order even if the collection was not initialized before. #7952
  • $lazyCollection->empty() and $users->empty() no longer result in populated collections if the original collection was not initialized before. #7952
  • Toggle field: Fixed duplicate display of field icon #7939
  • Fixed styling of tags with icons (e.g. link field preview) #7938
  • Fixed view button actions on the file view #7954

🧹 Housekeeping

  • Add missing code comments on the behavior of $collection->find(false, false, ...$data) #7952
  • Updated CI config for backend tests