@kyper/graphs
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -0,1 +1,5 @@ | ||
## [1.1.0](https://gitlab.mx.com/mx/kyper-react/-/commits/@kyper/graphs@1.1.0) - 04-01-2022 | ||
- **FIXED** - Removed `mx-bar-label-background` classname to deprecate old classname format | ||
## [1.0.1](https://gitlab.mx.com/mx/kyper-react/-/commits/@kyper/graphs@1.0.1) - 03-21-2022 | ||
@@ -2,0 +6,0 @@ |
@@ -65,7 +65,3 @@ import PropTypes from 'prop-types' | ||
{showBackground ? ( | ||
<rect | ||
{...rectProps} | ||
className="mx-bar-label-background kyper-bar-label-background" | ||
style={styles.rect} | ||
/> | ||
<rect {...rectProps} className="kyper-bar-label-background" style={styles.rect} /> | ||
) : null} | ||
@@ -72,0 +68,0 @@ <text aria-hidden={true} ref={textRef} style={styles.text} x={x} y={y}> |
{ | ||
"name": "@kyper/graphs", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Kyper Graphs", | ||
@@ -38,3 +38,3 @@ "author": "MX", | ||
}, | ||
"gitHead": "dfa578e4f6d249090839d79c34067eae4b6a07d9" | ||
"gitHead": "88b77fe322017e33785401fc86f7b460741d84a1" | ||
} |
46981
1296