We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa737dc commit 6e4b1edCopy full SHA for 6e4b1ed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Linkify Changelog
2
3
+### v2.1.4
4
+
5
+* Add explicit support for mailto: addresses (#186)
6
+* Add support for mentions containing dots (#185)
7
+* URL followed by ` ` now works as expected in linkify-html (#184)
8
+* Small dependency updates (#183)
9
+* Drop deprecated babel-preset-es2015-loose dependency (#172)
10
+* Web workers support (#168)
11
12
### v2.1.3
13
14
* Links in angle brackets (#166)
package.json
@@ -1,6 +1,6 @@
{
"name": "linkifyjs",
- "version": "2.1.3",
+ "version": "2.1.4",
"description": "Intelligent link recognition, made easy",
"repository": {
"type": "git",
0 commit comments