Skip to content

Commit e959ed2

Browse files
author
Nick Frasser
committed
2.1.6
1 parent ab2dfc9 commit e959ed2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Linkify Changelog
22

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+
312
### v2.1.5
413

514
* React plugin compatibility updates

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkifyjs",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Intelligent link recognition, made easy",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)