From e54b4cd8054fb6a1bbef3b7013d10e659e5760d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20=C4=8Ciko=C5=A1?= Date: Thu, 10 Nov 2022 15:05:29 +0100 Subject: [PATCH] chore: prepare v2.14.9 release --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4382d1bc..7552d016b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [v2.14.9](https://github.com/liferay/alloy-editor/tree/v2.14.9) (2022-11-10) + +[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.14.8...v2.14.9) + +### :wrench: Bug fixes + +- fix: Calculate the offsetHeight for the toolbar only when the table is used ([\#1543](https://github.com/liferay/alloy-editor/pull/1543)) +- fix: avoid null on init and destroy the editor too fast makes the DOM is not loaded ([\#1541](https://github.com/liferay/alloy-editor/pull/1541)) + +### :house: Chores + +- chore(deps-dev): bump karma from 4.0.0 to 6.4.1 ([\#1540](https://github.com/liferay/alloy-editor/pull/1540)) + ## [v2.14.8](https://github.com/liferay/alloy-editor/tree/v2.14.8) (2022-08-31) [Full changelog](https://github.com/liferay/alloy-editor/compare/v2.14.7...v2.14.8) diff --git a/package.json b/package.json index b19301ae7..6c44eb37a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alloyeditor", - "version": "2.14.8", + "version": "2.14.9", "description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor", "devDependencies": { "@liferay/eslint-plugin": "^1.0.0",