Skip to content

Commit 554fd26

Browse files
committed
Release new version.
1 parent 444fb15 commit 554fd26

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGES.md

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

33

44

5+
## [4.10.0](https://github.com/patternslib/pat-tiptap/compare/4.9.5...4.10.0) (2025-04-04)
6+
7+
8+
### Features
9+
10+
11+
* Support configuration of extra link protocols. ([57f71a2](https://github.com/patternslib/pat-tiptap/commit/57f71a297fc505f13b5c4b4afed868264cc32609))
12+
13+
This fixes a problem where Lotus Notes URLs were stripped out.
14+
These URLs have a notes:// protocol.
15+
There is now a new configuration option "link-extra-protocols" to add new ones along well-known like https, ftp, mail, etc.
16+
17+
18+
19+
### Bug Fixes
20+
21+
22+
* Fix a Makefile error. ([444fb15](https://github.com/patternslib/pat-tiptap/commit/444fb15b6b9066a460c8b5c32af5b2f8a3fc50e2))
23+
24+
25+
26+
### Maintenance
27+
28+
29+
* @patternslib/dev upgrade - create eslint.config.js. ([0cff516](https://github.com/patternslib/pat-tiptap/commit/0cff51615ca925cfd41e00efd0085c8d0347a2a1))
30+
31+
32+
* @patternslib/dev upgrade - remove .husky directory in favor of git hooks. ([8da34c2](https://github.com/patternslib/pat-tiptap/commit/8da34c2781b8f9c347ba95e532ad43193488e226))
33+
34+
35+
* @patternslib/dev upgrade - remove old .eslintrc.js. ([d7977d6](https://github.com/patternslib/pat-tiptap/commit/d7977d649eeada004325f33e81c6b9828b9a2431))
36+
37+
38+
* @patternslib/dev upgrade - upgrade Makefile. ([37db131](https://github.com/patternslib/pat-tiptap/commit/37db13150daa9c63c0d8070c7afe28aa8a2fcfb8))
39+
40+
41+
* Upgrade dependencies. ([0701a24](https://github.com/patternslib/pat-tiptap/commit/0701a2419d4caa21fa17dc9152cd9ce8f672a61e))
42+
543
## [4.9.5](https://github.com/patternslib/pat-tiptap/compare/4.9.4...4.9.5) (2024-08-21)
644

745

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.9.5",
3+
"version": "4.10.0",
44
"description": "A pattern for tiptap",
55
"license": "MIT",
66
"main": "./src/tiptap.js",

0 commit comments

Comments
 (0)