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 3fb8ef8 commit 0f91932Copy full SHA for 0f91932
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-img-mapper",
3
- "version": "1.0.5",
+ "version": "1.1.0",
4
"description": "React Component to highlight interactive zones in images",
5
"keywords": [
6
"react",
src/types.tsx
@@ -3,6 +3,7 @@ import React from 'react';
export const rerenderPropsList = [
'src',
'active',
+ 'disabled',
7
'width',
8
'height',
9
'imgWidth',
0 commit comments