This release switches the sanitisation library from bleach (no longer supported) to nh3. The only noticeable change should be that sanitisation is now much faster. Do file reports should you encounter any issues. Many thinks to @hoheinzollern for this change.
This release also adds official Wagtail 7.3+ support, and hardens the GitHub Actions workflows.
What's Changed
- Wagtail 7.3 maintenance + tooling updates by @zerolab in #164
- Code quality tidy ups by @zerolab in #165
- CI fixes by @zerolab in #167
- Replace bleach with nh3 for HTML sanitization by @hoheinzollern in #163
- Add Wagtail 7.4 support; drop Wagtail 6.3 by @nickmoreton in #168
- Prep v0.14 release by @zerolab in #169
New Contributors
- @hoheinzollern made their first contribution in #163
Full Changelog: v0.13.0...v0.14.0