What's improved
- Swedish translations. #5975 by @adevade
- Remove unused assets (mostly
.png
s). #6006 by @adevade - Update default url to use
https
in markdown fields. #5971 by @adevade - Enable spellcheck in markdown fields, improve CodeMirror field accessibility. #6016 by @jacksleight
- Allow overwriting the
getAddon
method. #5935 by @jonassiewertsen
What's fixed
- Fix hidden data when replicator sets are collapsed by default. #6021 by @jesseleite
- Fix adding new s3 folder to asset listing cache with stache watcher disabled. #5996 by @jesseleite
- Fix overzealous deleting from asset listing cache with stache watcher disabled. #5998 by @jesseleite
- Move route to fix live preview pop out. #5968 by @jasonvarga
- Fix limit and offset on ordered query builders. #5932 by @jasonvarga
- Fix indexing of query builder results. #5961 by @jasonvarga
- Runtime: Fix numeric variables inside parameters and shares cascade data. #5995 by @JohnathonKoster
- Runtime: Evaluate Antlers within
code
fieldtype whenantlers: true
is set. #5966 by @JohnathonKoster