@shopify/polaris-viz
Advanced tools
Comparing version 0.18.1 to 0.18.2
# Changelog | ||
## [0.18.2] - 2021-08-17 | ||
- [Updates dev dependencies](https://github.com/Shopify/polaris-viz/pull/474). No consumer-facing changes are expected. | ||
## [0.18.1] - 2021-08-11 | ||
### Fixed | ||
- Comparison data is used in the `<Sparkbar />` scale | ||
@@ -16,2 +21,3 @@ | ||
### Changed | ||
- removes @shopify/css-utilities in favour of adding our own utility | ||
@@ -21,2 +27,3 @@ - lowers d3-path dependency to a version matching d3-shape's dependency | ||
- adds a resolution for d3-array so we only have one version of the package in our library | ||
- Add xmlns and specific height & width values to svgs tags | ||
@@ -23,0 +30,0 @@ ## [0.17.2] - 2021-06-23 |
{ | ||
"name": "@shopify/polaris-viz", | ||
"description": "Shopify’s viz component library", | ||
"version": "0.18.1", | ||
"version": "0.18.2", | ||
"private": false, | ||
@@ -87,7 +87,7 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"@size-limit/preset-big-lib": "^5.0.1", | ||
"@storybook/addon-actions": "^6.3.1", | ||
"@storybook/addon-essentials": "^6.3.1", | ||
"@storybook/addon-links": "^6.3.1", | ||
"@storybook/react": "^6.3.1", | ||
"@storybook/theming": "^6.3.1", | ||
"@storybook/addon-actions": "^6.3.7", | ||
"@storybook/addon-essentials": "^6.3.7", | ||
"@storybook/addon-links": "^6.3.7", | ||
"@storybook/react": "^6.3.7", | ||
"@storybook/theming": "^6.3.7", | ||
"@types/d3-array": "^2.12.1", | ||
@@ -111,3 +111,2 @@ "@types/d3-color": "1", | ||
"ink": "^2.3.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
"js-yaml": "^3.13.1", | ||
@@ -170,4 +169,8 @@ "npm-run-all": "^4.1.5", | ||
"resolutions": { | ||
"d3-array": "2.4.0" | ||
"browserslist": "^4.16.7", | ||
"d3-array": "2.4.0", | ||
"glob-parent": "^6.0.1", | ||
"trim": "^1.0.1", | ||
"trim-newlines": "^3.0.1" | ||
} | ||
} |
@@ -51,1 +51,2 @@ export declare const CROSSHAIR_WIDTH = 5; | ||
export declare const MASK_SUBDUE_COLOR = "#434343"; | ||
export declare const XMLNS = "http://www.w3.org/2000/svg"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
877613
56
11395