Skip to content

Commit e54b4cd

Browse files
committed
chore: prepare v2.14.9 release
1 parent 6ac5ab6 commit e54b4cd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [v2.14.9](https://github.com/liferay/alloy-editor/tree/v2.14.9) (2022-11-10)
2+
3+
[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.14.8...v2.14.9)
4+
5+
### :wrench: Bug fixes
6+
7+
- fix: Calculate the offsetHeight for the toolbar only when the table is used ([\#1543](https://github.com/liferay/alloy-editor/pull/1543))
8+
- 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))
9+
10+
### :house: Chores
11+
12+
- chore(deps-dev): bump karma from 4.0.0 to 6.4.1 ([\#1540](https://github.com/liferay/alloy-editor/pull/1540))
13+
114
## [v2.14.8](https://github.com/liferay/alloy-editor/tree/v2.14.8) (2022-08-31)
215

316
[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.14.7...v2.14.8)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alloyeditor",
3-
"version": "2.14.8",
3+
"version": "2.14.9",
44
"description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor",
55
"devDependencies": {
66
"@liferay/eslint-plugin": "^1.0.0",

0 commit comments

Comments
 (0)