What's new
- Add option to remove empty Bard nodes. #6438, #6447 by @aerni
- Add
saveQuietly
method andafterSave
callbacks toTaxonomy
andSubmission
classes. #6427 by @duncanmcclean - Add revisions option to Collection configuration form. #6426 by @jackmcdade
What's fixed
- Revert "Fix parameters not being available within partial slots" added in 3.3.25 as it was discovered to be a breaking change. #6463 by @jasonvarga
- Fix a couple of docs URLs. #6461 by @jackmcdade
- Augment submission data in email config. #6424 by @aerni
- Fix incorrect nav depth when using a partial multiple times. #6440 by @JohnathonKoster
- Fix modifiers not being applied to method invocation without parenthesis. #6416 by @JohnathonKoster
- Fix creating new empty arrays in Antlers. #6437 by @JohnathonKoster
- Forms: Fix double parsing in email configs, some other small fixes, and add test coverage. #6464 by @jasonvarga
- Make empty grid/replicator/bard fields be indexed as null instead of empty arrays. #6428 by @jasonvarga
- Add vscode directory to gitignore #6430 by @MarvelousMartin