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 ab2dfc9 commit e959ed2Copy full SHA for e959ed2
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Linkify Changelog
2
3
+### v2.1.6
4
+
5
+* Fix a bug where unique element IDs aren't unique (#215)
6
+* Update tlds.js (#213)
7
+* Automated browser test fixes (#224)
8
+* Add partialProtocolMailtoStates to domainStates (#210)
9
+* Use Object.defineProperty to extend String prototype so that 'linkify' function is not enumerable (#197)
10
+* Allow null overrides in options for target and className (#189)
11
12
### v2.1.5
13
14
* React plugin compatibility updates
package.json
@@ -1,6 +1,6 @@
{
"name": "linkifyjs",
- "version": "2.1.5",
+ "version": "2.1.6",
"description": "Intelligent link recognition, made easy",
"repository": {
"type": "git",
0 commit comments