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.26.1 to 0.27.0

11

CHANGELOG.md
# Victory Changelog
## 0.27.0 (2018-06-05)
**Breaking Changes**
- Refactors utility methods. This is an internal breaking change, but should not be a breaking change for most Victory users. See [victory-core/380](https://github.com/FormidableLabs/victory-core/pull/380) for details
- Upgrades to `react-fast-compare@^2.0.0` which changes function comparison. This means that Victory components _will_ update when functions are not equal. This closes several Victory issues, but may cause a slight performance decline
**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 `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.
## 0.26.1 (2018-05-17)

@@ -4,0 +15,0 @@

8

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

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

"dependencies": {
"victory-chart": "^26.1.0",
"victory-core": "^22.1.1",
"victory-pie": "^15.0.1"
"victory-chart": "^27.0.0",
"victory-core": "^23.0.2",
"victory-pie": "^16.0.0"
},

@@ -41,0 +41,0 @@ "devDependencies": {

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