From e587e3bbad1124203be4f42831e083a52b7b7bc1 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 17 Apr 2021 13:31:15 -0500 Subject: [PATCH] Tag v27.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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",