What's new
- Added
lang
to sites to explicitly define the language for translations. #4612 by @jelleroorda - The mode in the
code
fieldtype may optionally be selectable by the user. #4586 by @jackmcdade - Added
RevisionSaved
andRevisionDeleted
events #4587 by @jesseleite - Added
latest_date
to thedate
fieldtype (and fixedearliest_date
). #4623 by @jackmcdade
What's improved
- Passing asset instances to the
glide
tag results in a little performance boost. #4585 by @jasonvarga - Make textareas more visually in sync with text inputs. #4622 by @jackmcdade
- Improved the collection listing's empty state. #4616 by @jackmcdade
- Hide the twirldown from the collection view page when it's empty. #4613 by @jelleroorda
- Update Dutch translations. #4580 by @robdekort
What's fixed
- Fix multisite support on the individual Global API endpoint. #4594 by @notnek
- Fix missing variables and redirect on the
user:reset_password_form
tag. #4618 by @jelleroorda - Fix the
table
fieldtype's dirty state. #4620 by @jackmcdade - Fix the
color
fieldtype's dirty state. #4621 by @jackmcdade - Fix how the
structures
fieldtype saves collections. #4615 by @jasonvarga - Fix front-end form submissions not showing validation messages in the right language in some cases. #4612 by @jelleroorda
- Prevent filtering out
@
from search queries using the local Comb driver. #4602 by @jelleroorda - Hide
form
widgets when a user is not allowed to view it. #4608 by @jelleroorda - Don't show "View" link in entry actions if the entry doesn't have a dedicated URL. #4606 by @jelleroorda
- Support floating point numbers in the
sum
modifier. #4611 by @jelleroorda - Add augmentation to the
Structure
class. a950ef47d by @jackmcdade - Add augmentation to the
UserGroup
andRole
classes. b9f5c4fc8 by @jackmcdade