Skip to content

Commit ea49421

Browse files
committed
Release new version.
1 parent edae8b2 commit ea49421

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.md

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

33

44

5+
## [4.4.0](https://github.com/patternslib/pat-tiptap/compare/4.3.0...4.4.0) (2022-08-11)
6+
7+
8+
### Features
9+
10+
11+
* Add utils.is_url to test if a string is a URL. ([28e197f](https://github.com/patternslib/pat-tiptap/commit/28e197fb7dae39228d64e0b4d23f12ac755ea937))
12+
13+
* 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
14+
forgotten, prepend https:// to the URL.
15+
Relative URLs are kept as-is.
16+
17+
18+
### Maintenance
19+
20+
21+
* Upgrade dependencies. ([2bf375b](https://github.com/patternslib/pat-tiptap/commit/2bf375b2e268fb5fb734d6063a8024c1be02a6b6))
22+
523
## [4.3.0](https://github.com/patternslib/pat-tiptap/compare/4.2.0...4.3.0) (2022-07-17)
624

725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-tiptap",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "A pattern for tiptap",
55
"license": "MIT",
66
"main": "./src/tiptap.js",

0 commit comments

Comments
 (0)