What's new
- Publish form tabs are pushed into the URL so you can link to specific tabs or stay where you are when refreshing. #4660 by @jackmcdade
- Option to hide email login button when using OAuth. #4625 by @duncanmcclean
- Include cascade data (like globals) on the password protection page. #4706 by @ryanmitchell
- Add
download
method to the Asset class. #4712 by @edalzell - Using an invalid nav or collection on the
nav
tag will throw an exception. #4624 by @jelleroorda - Add
bootAddon()
method toAddonServiceProvider
. #4696 by @ryanmitchell - Ability to infer template from blueprint. #4668 by @jesseleite
What's improved
- Chinese translations. #4734 by @binotaliu
- Russian translations. #4695 by @dragomano
What's fixed
- Store
parent
as ID in the Stache to make it queryable. #4728 by @jasonvarga - Fix
range
field not updating when changing sites. #4713 by @edalzell - Fix spacing on the
entries
fieldtype. #4714 by @edalzell - The app translator locale is set to the site's
lang
. #4715 by @marcorieser - Fix error on
select
(and similar) field when there are no options. #4689 by @jasonvarga - Handle numeric keys on
select
(and similar) fields. #4688 by @jasonvarga