Skip to content

Commit

Permalink
release: ngx-tiptap v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Sep 17, 2024
1 parent c2cd5d0 commit 2fdad74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ All notable changes to this project will be documented in this file.
> - Internal
> - Refactor
## v11.1.0 (2024-09-17)

#### Features

- add support for attrs in AngularNodeViewRenderer ([476081e](https://github.com/sibiraj-s/ngx-tiptap/commit/476081e))
- improve selection behaviour in custom nodes ([476081e](https://github.com/sibiraj-s/ngx-tiptap/commit/476081e))

#### Bug Fixes

- fix types mismatch with tiptap v2.7 ([476081e](https://github.com/sibiraj-s/ngx-tiptap/commit/476081e))

## v11.0.0 (2024-06-19)

#### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-tiptap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-tiptap",
"description": "Angular bindings for tiptap v2",
"version": "11.0.0",
"version": "11.1.0",
"license": "MIT",
"repository": "https://github.com/sibiraj-s/ngx-tiptap.git",
"bugs": "https://github.com/sibiraj-s/ngx-tiptap/issues",
Expand Down

0 comments on commit 2fdad74

Please sign in to comment.