Skip to content

Commit ea4be73

Browse files
committed
release(2.0.1)
1 parent b99b41d commit ea4be73

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [2.0.1](https://github.com/Raiper34/ngx-simple-text-editor/compare/2.0.0...2.0.1)
6+
7+
> 15 June 2024
8+
- fix(editor): editor placeholder cursor and click bug fix [`#17`](https://github.com/Raiper34/ngx-simple-text-editor/issues/17)
9+
- fix(editor): editor initial value in reactive forms [`#18`](https://github.com/Raiper34/ngx-simple-text-editor/issues/18)
10+
511
### [2.0.0](https://github.com/Raiper34/ngx-simple-text-editor/compare/1.4.0...2.0.0)
612

713
> 6 November 2022

projects/ngx-simple-text-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-simple-text-editor",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Ngx Simple Text editor or ST editor is a simple native text editor component for Angular 9+.",
55
"repository": "https://github.com/Raiper34/ngx-simple-text-editor",
66
"homepage": "https://ngx-simple-text-editor.netlify.app",

0 commit comments

Comments
 (0)