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.25.4 to 0.25.5

18

CHANGELOG.md
# Victory Changelog
## 0.25.5 (2018-02-12)
VictoryCore
-[339](https://github.com/FormidableLabs/victory-core/pull/339) Adds a "minus" option for `Point`
VictoryChart
-[571](https://github.com/FormidableLabs/victory-chart/pull/571)
- Adds `selectionBlacklist` to `VictorySelectionContainer`
- Adds `activateData` and `activateLabels` to `VictoryVoronoiContainer` (true by default)
- Adds `activateSelectedData` to `VictorySelectionContainer` (true by default)
-[572](https://github.com/FormidableLabs/victory-chart/pull/572) Changes behavior of `labels` in `VictoryVoronoiContainer`
- `labels` is now called with `point, index, points` instead of `point, active`. This will not be a breaking change for most users, as this function was only called when labels were `active`
-[570](https://github.com/FormidableLabs/victory-chart/pull/570) Add "minus" option for `VictoryScatter` `symbol` prop
-[569](https://github.com/FormidableLabs/victory-chart/pull/569) Fixes a bug in `createContainer`
-[568](https://github.com/FormidableLabs/victory-chart/pull/568) Adds `brushAreaWidth` prop for `VictoryBrushLine`
-[567](https://github.com/FormidableLabs/victory-chart/pull/567) Fixes brushArea active state in `VictoryBrushLine`
-[565](https://github.com/FormidableLabs/victory-chart/pull/565) Prevent re-renders with disable prop
## 0.25.4 (2018-02-07)

@@ -4,0 +22,0 @@

6

package.json
{
"name": "victory",
"version": "0.25.4",
"version": "0.25.5",
"description": "Data viz for React",

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

"dependencies": {
"victory-chart": "^25.0.5",
"victory-core": "^21.0.3",
"victory-chart": "^25.1.0",
"victory-core": "^21.0.4",
"victory-pie": "^14.0.1"

@@ -40,0 +40,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