@neo4j-nvl/react
Advanced tools
Comparing version
@@ -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 @@ |
{ | ||
"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", |
67088
1.93%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated