Skip to content

Commit

Permalink
chore(release): v4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent b0d3101 commit 0803e81
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### [4.19.0](https://github.com/taiga-family/editor/compare/v4.18.0...v4.19.0) (2024-11-27)

### 🐞 Bug Fixes

- clear html socket view if empty content is passed (#1612)
[(8d171f9)](https://github.com/taiga-family/editor/commit/8d171f91afee0703cf76daad22676f4a42c84158)
- regression for anchor links (#1610)
[(e724d90)](https://github.com/taiga-family/editor/commit/e724d9018e91cd69b90419004cb7e79605ea74ec)
- update tiptap to >=2.10.3 (#1611)
[(6e433db)](https://github.com/taiga-family/editor/commit/6e433db40d4b25469df816e940476b09fcf4fac9)
- patch after rendered contenteditable element (#1602)
[(76997da)](https://github.com/taiga-family/editor/commit/76997dac721f719b91557f2fed8fae0c84d757c3)

### [4.18.0](https://github.com/taiga-family/editor/compare/v4.17.0...v4.18.0) (2024-11-20)

### 🚀 Features
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editor",
"version": "4.18.0",
"version": "4.19.0",
"private": true,
"description": "Rich text editor extension with related Taiga UI components",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion projects/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/editor",
"version": "4.18.0",
"version": "4.19.0",
"description": "Rich text editor extension package for Taiga UI",
"keywords": [
"angular",
Expand Down

0 comments on commit 0803e81

Please sign in to comment.