What's new
- Allow double colons inside tag method parts. #7649 by @JohnathonKoster
- Allow image manipulation of additional formats, as well as fixing and improving validation. #7666 by @jesseleite
- Ability to include unpublished entries, but leaving them excluded by default. #7334 by @arthurperton
- AssetContainer instances can be cast to strings. #7662 by @jacksleight
- Add
current_layout
variable. #7623 by @jasonvarga
What's improved
- Improve performance of relationship select fields. #7632 by @jasonvarga
- Norwegian translations. #7719 by @hgrimelid
- Dutch translations. #7667 by @pevawi
What's fixed
- Fix issue where a
section
tag wouldn't work inside apartial
tag slot. #7613 by @JohnathonKoster - Fix
markdown
fieltype cursor position on resize. #7715 by @jasonvarga - Fix
code
fieldtype cursor position on resize. #7665 by @o1y - Fix searching for queries including a plus sign. #7640 by @JohnathonKoster
- Fix being able to loop when using the
scope
modifier. #7576 by @JohnathonKoster - Fix ability to chain a modifier onto a hardcoded array. #7650 by @JohnathonKoster
- Fix
yaml
fieldtype with a single array value being saved as a string. #7639 by @JohnathonKoster - Fix sitewide protection not being applied to 404 pages. #7714 by @jasonvarga
- Fix error when using a custom search driver. #7707 by @edalzell
- Fix error when an entry file is deleted and no corresponding collection exists. #7701 by @hlorofos
- Fix error on thumbnail route when requesting a private asset with no size param #7664 by @jasonvarga
- Fix error when you are missing a Bard set ID. #7673 by @jasonvarga
- Fix Vite assets not being automatically published. #7627 by @duncanmcclean
- Fix incorrect live preview state on create form by hiding the button. #7674 by @jasonvarga