3.2.0
Feature release. Final version of the 8.x-3.x branch - future development will occur in 4.0.x, and be compatible with 8.8.x and 9.0.x.
This release is functionally identical to 4.0.0. If you are using Drupal 8.8.0 or newer, you can and should upgrade to 4.0.0 instead.
- Rework HTML filtering in several ways:
- Only attributes and option values have their HTML filtering reversed.
- Make internal HTML sanitization optional (but still a recommended default).
- Make the HTML sanitizer escape markup instead of deleting it.
- Apply sanitization to tag source and outer source as well as content.
- Cleanup and refactor to pass code inspection.
- Update the sample code in README.md to work correctly.
- Fixed some old encoding bugs in code used by [code], [list], and [table].
- Allow editing the list of attached libraries in the custom tag form.
- Detect and point out duplicate plugins using the same default tag name.