Skip to content

Commit

Permalink
chore: prepare v2.14.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markocikos committed Nov 10, 2022
1 parent 6ac5ab6 commit e54b4cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e54b4cd

Please sign in to comment.