New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@neo4j-nvl/react

Package Overview
Dependencies
Maintainers
0
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j-nvl/react - npm Package Compare versions

Comparing version

to
0.3.8

37

CHANGELOG.md

@@ -5,2 +5,39 @@ # Changelog

## [0.3.8] - 2025-03-18
This release contains a fix for the [NVL result transformer](https://neo4j.com/docs/api/nvl/current/functions/_neo4j_nvl_base.nvlResultTransformer.html).
### Fixed
* NVL result transformer to be able to handle deeply nested records
## [0.3.7] - 2025-02-28
### Added
* Export zoom functionalities as a named function
* Add a `positions` prop to the react wrapper
* Color custimzation options
* Aria attributes for NVL canvas and option to disable them
* Option to disable web workers
### Changed
* Change default threshold when relationship captions are displayed
* update default selection color and default node color to be aligned with the Neo4j Design Library
### Deprecated
* `selectedBorderColor` - use `styling.selectedBorderColor` instead
* `nodeDefaultBorderColor` - use `styling.nodeDefaultBorderColor` instead
### Fixed
* Fix icon colors not being inverted for dark node colors
* fix bug where selected border color was not processed if a default border color was not provided in options
* Address several warnings during initialization
* Address multi-select callback inconsistencies
* Canvas renderer performance improvements
* ensure properties provided via `nvlOptions` are also updated on prop change in React wrappers
## [0.3.6] - 2025-02-21

@@ -7,0 +44,0 @@

6

package.json
{
"name": "@neo4j-nvl/react",
"version": "0.3.7",
"version": "0.3.8",
"main": "lib/index.js",

@@ -37,4 +37,4 @@ "homepage": "https://neo4j.com/docs/nvl/current/",

"dependencies": {
"@neo4j-nvl/base": "0.3.7",
"@neo4j-nvl/interaction-handlers": "0.3.7",
"@neo4j-nvl/base": "0.3.8",
"@neo4j-nvl/interaction-handlers": "0.3.8",
"lodash": "4.17.21",

@@ -41,0 +41,0 @@ "react": "^18.2.0",