Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

victory

Package Overview
Dependencies
Maintainers
5
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory - npm Package Compare versions

Comparing version 0.27.0 to 0.27.1

12

CHANGELOG.md
# Victory Changelog
## 0.27.1 (2018-06-21)
VictoryCore
-[390](https://github.com/FormidableLabs/victory-core/pull/390) *Breaking Change for other Victory packages*
This PR changes how the exported helper `reduceChildren` operates, and removes `getDomainFromGroupedData`
VictoryChart
-[555](https://github.com/FormidableLabs/victory-chart/pull/555) Refactors how `VictoryStack` and `VictoryGroup` interact with child data. Fixes bugs related to stacked and grouped charts in `VictoryVoronoiContainer`
## 0.27.0 (2018-06-05)

@@ -10,3 +20,3 @@

**New Features**
- Adds `domainMin` and `domainMax` props. These props may be used to set one edge of a domain while allowing the other edge to be determined by data or other props. `domainMin` and `domainMax` override `domainPadding`.
- Adds `minDomain` and `maxDomain` props. These props may be used to set one edge of a domain while allowing the other edge to be determined by data or other props. `minDomain` and `maxDomain` override `domainPadding`.
- Adds `singleQuadrantDomainPadding` prop. This prop may be given as a boolean or an object with boolean values for x and y. When this prop is set to `false` for a given dimension, any `domainPadding` applied in that dimension will _not_ be constrained to existing quadrants.

@@ -13,0 +23,0 @@

10

package.json
{
"name": "victory",
"version": "0.27.0",
"version": "0.27.1",
"description": "Data viz for React",

@@ -36,5 +36,5 @@ "keywords": [

"dependencies": {
"victory-chart": "^27.0.0",
"victory-core": "^23.0.2",
"victory-pie": "^16.0.0"
"victory-chart": "^27.1.0",
"victory-core": "^24.0.0",
"victory-pie": "^16.0.1"
},

@@ -45,3 +45,3 @@ "devDependencies": {

"lodash": "^4.17.5",
"mocha": "^3.0.2",
"mocha": "^5.0.0",
"prop-types": "^15.5.8",

@@ -48,0 +48,0 @@ "react": "^16.0.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc