Skip to content

Commit 0f91932

Browse files
committed
added disabled in rerenderprops and changed version to 1.1.0
1 parent 3fb8ef8 commit 0f91932

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-img-mapper",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "React Component to highlight interactive zones in images",
55
"keywords": [
66
"react",

src/types.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import React from 'react';
33
export const rerenderPropsList = [
44
'src',
55
'active',
6+
'disabled',
67
'width',
78
'height',
89
'imgWidth',

0 commit comments

Comments
 (0)