Skip to content

Commit ddac62a

Browse files
committed
chore: release v5.0.1
1 parent 0d19ff8 commit ddac62a

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

CHANGELOG.md

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

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

5+
#### [5.0.1](https://github.com/Raiper34/ngx-simple-text-editor/compare/5.0.0...5.0.1)
6+
7+
- docs(website): new documentation website [`7e21d15`](https://github.com/Raiper34/ngx-simple-text-editor/commit/7e21d15ee518ee793274a1dfa687b44dac5d5619)
8+
- docs(site): add localization page to document site [`ae388aa`](https://github.com/Raiper34/ngx-simple-text-editor/commit/ae388aacf98b2b1734f1c8459fc26c39ea3d1d4f)
9+
- docs(readme): improve readme.md and add custom buttons paragraph [`22d232d`](https://github.com/Raiper34/ngx-simple-text-editor/commit/22d232dbd5439460e609566826af601055480ef9)
10+
- docs(site): add custom style page to documentation site [`41ee3e5`](https://github.com/Raiper34/ngx-simple-text-editor/commit/41ee3e5405cd311c280e1d5345f0419fae88da21)
11+
- docs(website): added stackblitz playground [`8c346a1`](https://github.com/Raiper34/ngx-simple-text-editor/commit/8c346a1f1cadbf944a36feeef34cc9302305ee0f)
12+
- docs(readme): improve content menu in readme.md [`7f7854f`](https://github.com/Raiper34/ngx-simple-text-editor/commit/7f7854f815db546453f1f00c0000d8b477dbc1f3)
13+
- docs(readme): update compatibility table and unify badges [`083715e`](https://github.com/Raiper34/ngx-simple-text-editor/commit/083715e48e499b078aeba869636980a278a3ab84)
14+
- fix(website): fix live demo iframe link [`9bbc477`](https://github.com/Raiper34/ngx-simple-text-editor/commit/9bbc4771e58a93b3a38e7c89594e89043ff82d8d)
15+
- docs(website): added npm link to cover page [`bb9257d`](https://github.com/Raiper34/ngx-simple-text-editor/commit/bb9257d9230c407aa817172cb83e529f6aa3f6de)
16+
517
### [5.0.0](https://github.com/Raiper34/ngx-simple-text-editor/compare/4.0.3...5.0.0)
618

719
> 1 April 2024

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-app",
3-
"version": "0.0.0",
3+
"version": "5.0.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
{
22
"name": "ngx-simple-text-editor",
3-
"version": "5.0.0",
3+
"version": "5.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",
7-
"keywords": ["angular", "text", "editor", "text editor", "angular text editor", "wysiwyg", "wysiwyg editor"],
7+
"keywords": [
8+
"angular",
9+
"text",
10+
"editor",
11+
"text editor",
12+
"angular text editor",
13+
"wysiwyg",
14+
"wysiwyg editor"
15+
],
816
"license": "MIT",
917
"peerDependencies": {
1018
"@angular/common": ">=17.0.0",

0 commit comments

Comments
 (0)