Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Apr 19, 2022
1 parent b49d958 commit 174c5f4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@


## [3.3.0](https://github.com/patternslib/pat-tiptap/compare/3.2.1...3.3.0) (2022-04-19)


### Features


* **Suggestions:** Allow data-NAME as attribute on the mention-link. ([e13397e](https://github.com/patternslib/pat-tiptap/commit/e13397e496e907cef457d4a1bf282eaeded1402c))



### Bug Fixes


* **Suggestions:** Use the closest <a> element as the one where attributes are copied from. e.target is not necessarily the anchor itself but can be any element within the anchor. ([eadde22](https://github.com/patternslib/pat-tiptap/commit/eadde22dbba7b59b63a3dd2e85d6fec4b8cc030a))



### Maintenance


* **Suggestions:** Enable the data-attribute copying test. It works in the meantime. ([7735af1](https://github.com/patternslib/pat-tiptap/commit/7735af17df7d9c1bf82aadd1be0928439b6c1f29))


* **Suggestions:** Test to not copy disallowed attributes. ([62c4df6](https://github.com/patternslib/pat-tiptap/commit/62c4df6445c900cf3a17feeef030f134b1434885))

### [3.2.1](https://github.com/patternslib/pat-tiptap/compare/3.2.0...3.2.1) (2022-04-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternslib/pat-tiptap",
"version": "3.2.1",
"version": "3.3.0",
"description": "A pattern for tiptap",
"license": "MIT",
"main": "./src/tiptap.js",
Expand Down

0 comments on commit 174c5f4

Please sign in to comment.