You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CKEditor fields can now be merged together. (#277)
CKEditor configs created via the ckeditor/convert command now allow modifying HTML attributes, classes, and styles within the source view, if the Redactor config included the html button. (#264, #263)
Fixed a bug where CKEditor fields’ search keywords were including nested entries’ rendered partial templates rather than nested entries’ search keywords.
Fixed a bug where nested entries weren’t always getting propagated correctly. (#254)
Fixed a bug where code blocks created by a Redactor field only had <pre> tags with no <code> tags inside them. (#258)
Fixed a bug where dropdown menus didn’t have a maximum height. (#268)
Fixed a bug where word counts weren’t handling unicode characters correctly. (#275)