5.27.0
·
16 commits
to refs/heads/main
since this release
Changes
New feature: django_hooks for template hooks. Bug fix in django-file-form so file extension check is case insensitive.
๐ Features
- Add django_hooks for template hooks (#4395) @frankduncan
โ๏ธ Enhancements
- Various UI tweaks to project detail page (#4437) @theskumar
- Fix and refractor the submission previews on dashboard (#4426) @theskumar
- Sort project table by created_at instead of unused end_date. (#4421) @frjo
- Use same style for notification view as used on communication tab. (#4422) @frjo
- Implement modern text wrap pretty and balance (#4418) @frjo
๐ Bug Fixes
- Remove extra /div that mess up the display of send_for_approval dialog (#4438) @frjo
- Fix report form, allow saving as draft without filling required fields (#4428) @theskumar
- Can not use i18n when sending mail with MarkdownMail. (#4423) @frjo
๐ง Maintenance
- Python package upgrades. Mostly to get the file extension fix in django-file-form 3.8.2, for real this time. (#4439) @frjo
- Update pre-commit stylelint hook to auto fix (#4436) @theskumar
- Python package upgrades. Mostly to get the file extension fix in django-file-form 3.8.1 (#4435) @frjo
- Cleanup alert scss file, only used on report detail/form (#4433) @theskumar
- Missed to update uv.lock with new version. (#4432) @frjo
- Translations update from Hosted Weblate (#4372) @weblate
- Cleanup global Notifications code (#4431) @theskumar
- Updated Django to v4.2.20 and other python packages minor upgrades. (#4430) @frjo
- Use tippy.js for tooltip, remove css tooltip (#4429) @theskumar
- Simplify modals and add data-js-choices where missing (#4382) @frjo
๐ Documentation
- Update docstrings of BaseStreamForm class (#4427) @theskumar
Contributors to this release: @frankduncan, @frjo, @theskumar and @weblate
Full changelog: v5.26.0...v5.27.0