All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed an issue where the
retconAutoAlt
filter didn't work as intended #71 - Fixed an issue where Retcon would convert UTF-8 non-breaking spaces to HTML entities, preventing filters like
retconRemoveEmpty
from working correctly in all cases #70
- Improves support for Imager X named transforms for the
retconSrcset
filter. #69
- Fixed a compatibility issue with CKEditor 4.1, where applying a Retcon filter to a CKEditor field's output would cause nested entries to not render
- Adds support for the body element selector (i.e.
'body'
), which can be used in conjunction with the child combinator to only select top-level nodes (e.g.'body > p'
). #68
- Added Craft 5.0 compatibility
- Deprecated the
craft.retcon
variable