Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Aug 11, 2022
1 parent edae8b2 commit ea49421
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@



## [4.4.0](https://github.com/patternslib/pat-tiptap/compare/4.3.0...4.4.0) (2022-08-11)


### Features


* Add utils.is_url to test if a string is a URL. ([28e197f](https://github.com/patternslib/pat-tiptap/commit/28e197fb7dae39228d64e0b4d23f12ac755ea937))

* Link panel: Try to correct invalid URLs. ([72c25fd](https://github.com/patternslib/pat-tiptap/commit/72c25fda642fbb62a3f48f5dcd5756e8c591dadd))If a URL was entered in the link panel but the protocol part was
forgotten, prepend https:// to the URL.
Relative URLs are kept as-is.


### Maintenance


* Upgrade dependencies. ([2bf375b](https://github.com/patternslib/pat-tiptap/commit/2bf375b2e268fb5fb734d6063a8024c1be02a6b6))

## [4.3.0](https://github.com/patternslib/pat-tiptap/compare/4.2.0...4.3.0) (2022-07-17)


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": "4.3.0",
"version": "4.4.0",
"description": "A pattern for tiptap",
"license": "MIT",
"main": "./src/tiptap.js",
Expand Down

0 comments on commit ea49421

Please sign in to comment.