From d8d0b170f0667f69e241b85f1338573d41c955b7 Mon Sep 17 00:00:00 2001 From: Sibiraj <20282546+sibiraj-s@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:41:51 +0530 Subject: [PATCH] release: ngx-editor v18.0.0 --- CHANGELOG.md | 10 ++++++++++ projects/ngx-editor/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34720ff1..2dfdeb4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## 18.0.0 (2024-09-01) + +#### Breaking Changes + +- requires angular v18 or greater ([44bb5c1](https://github.com/sibiraj-s/ngx-editor/commit/44bb5c1)) + +#### Bug Fixes + +- fix incorrect input type in menu dropdowns ([7f40093](https://github.com/sibiraj-s/ngx-editor/commit/7f40093)) + ## 17.5.4 (2024-05-15) #### Bug Fixes diff --git a/projects/ngx-editor/package.json b/projects/ngx-editor/package.json index 7f1016f6..68007886 100644 --- a/projects/ngx-editor/package.json +++ b/projects/ngx-editor/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "17.5.4", + "version": "18.0.0", "description": "The Rich Text Editor for Angular, Built on ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",