From 28dfd93b0b9df14a4c1693051ce4e4c1a4fe1250 Mon Sep 17 00:00:00 2001 From: Sibiraj <20282546+sibiraj-s@users.noreply.github.com> Date: Tue, 14 May 2024 08:51:40 +0530 Subject: [PATCH] release: ngx-editor v17.4.0 --- CHANGELOG.md | 11 +++++++++++ projects/ngx-editor/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d221038..ee0a8ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## v17.4.0 (2024-05-14) + +#### Features + +- add support for superscript, subscript ([65a95ff](https://github.com/sibiraj-s/ngx-editor/commit/65a95ff)) +- add undo, redo menu items ([dedff4a](https://github.com/sibiraj-s/ngx-editor/commit/dedff4a)) + +#### Bug Fixes + +- fix regression on losing editor focus while selecting menu item ([89cca24](https://github.com/sibiraj-s/ngx-editor/commit/89cca24)) + ## v17.3.0 (2024-05-13) #### Features diff --git a/projects/ngx-editor/package.json b/projects/ngx-editor/package.json index 210df995..84a18268 100644 --- a/projects/ngx-editor/package.json +++ b/projects/ngx-editor/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "17.3.0", + "version": "17.4.0", "description": "The Rich Text Editor for Angular, Built on ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",