From 42325c7071dced34a2814c0be805200e46dc7eac Mon Sep 17 00:00:00 2001 From: Sibiraj Date: Sat, 29 Jan 2022 21:23:26 +0530 Subject: [PATCH] release: ngx-editor v12.1.2 --- CHANGELOG.md | 20 ++++++++++++++++++++ projects/ngx-editor/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 588e467c..8702e897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,26 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## v12.1.2 (2022-01-29) + +#### Bug Fixes + +- show active background color in color palette ([e2d4f43](https://github.com/sibiraj-s/ngx-editor/commit/e2d4f43)) +- fix color palette selection in `mat-dialog` ([c7df506](https://github.com/sibiraj-s/ngx-editor/commit/c7df506)) +- replace deprecated substr with substring ([9089c5a](https://github.com/sibiraj-s/ngx-editor/commit/9089c5a)) + +### Enhancements + +- inherit svg text using currentColor ([0b785b3](https://github.com/sibiraj-s/ngx-editor/commit/0b785b3)) + +#### Performance Improvements + +- use trackByFn with ngFor loops ([c7df506](https://github.com/sibiraj-s/ngx-editor/commit/c7df506)) + +#### Dependency Updates + +- update dependencies and devDependencies ([ce1ca6b](https://github.com/sibiraj-s/ngx-editor/commit/ce1ca6b)) + ## v12.1.1 (2022-01-14) #### Bug Fixes diff --git a/projects/ngx-editor/package.json b/projects/ngx-editor/package.json index 91a7735c..8b2d5fa4 100644 --- a/projects/ngx-editor/package.json +++ b/projects/ngx-editor/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "12.1.1", + "version": "12.1.2", "description": "Rich Text Editor for angular using ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",