diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e1a562b..57549efd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Changelog ========= +## [27.1.0](https://github.com/isaul32/ckeditor5-math/compare/v27.0.1...v27.1.0) (2021-03-29) + +* #33: New optional config variables: `previewClassName` and `popupClassName` as an array + of classes, this makes it easier to style the preview: + + ```javascript + { + "math": { + "popupClassName": ["myeditor"], + "previewClassName": ["myeditor"] + } + } + ``` + + This assures the preview appended to `document.body` and the popup both are + accessible via `.myeditor`. + ## [27.0.1](https://github.com/isaul32/ckeditor5-math/compare/v27.0.0...v27.0.1) (2021-03-29) * Typo fix from #32. diff --git a/package.json b/package.json index 5ec15a3b6..c080f35d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ckeditor5-math", - "version": "27.0.1", + "version": "27.1.0", "description": "Math feature for CKEditor 5.", "keywords": [ "ckeditor",