@kyper/graphs
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,4 @@ | ||
## [0.1.2](https://gitlab.mx.com/mx/kyper-react/-/commits/@kyper/graphs@0.1.2) - 03-16-2021 | ||
- **FIXED** - The Graph component will now default to a role of `img`. This can be overriden but will force screen readers to treat it as a single element by default. | ||
## [0.1.1](https://gitlab.mx.com/mx/kyper-react/-/commits/@kyper/graphs@0.1.1) - 02-10-2021 | ||
@@ -2,0 +5,0 @@ |
@@ -24,2 +24,3 @@ import React from 'react' | ||
preserveAspectRatio={aspectRatio} | ||
role="img" | ||
width={width} | ||
@@ -26,0 +27,0 @@ xmlns="http://www.w3.org/2000/svg" |
{ | ||
"name": "@kyper/graphs", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Kyper Graphs", | ||
@@ -32,3 +32,3 @@ "author": "MX", | ||
}, | ||
"gitHead": "2cbb1f08e6e632829166ae4b52a24c60e1b563a4" | ||
"gitHead": "f6d4c35a2fd385ec3af3b5d1dd2edd98b0db9c41" | ||
} |
24935
722