Skip to content

Commit

Permalink
added disabled in rerenderprops and changed version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NishargShah committed Mar 28, 2021
1 parent 3fb8ef8 commit 0f91932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-img-mapper",
"version": "1.0.5",
"version": "1.1.0",
"description": "React Component to highlight interactive zones in images",
"keywords": [
"react",
Expand Down
1 change: 1 addition & 0 deletions src/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from 'react';
export const rerenderPropsList = [
'src',
'active',
'disabled',
'width',
'height',
'imgWidth',
Expand Down

0 comments on commit 0f91932

Please sign in to comment.