@nomicfoundation/ignition-ui
Advanced tools
Comparing version 0.15.5 to 0.15.6
@@ -7,2 +7,16 @@ # Changelog | ||
## 0.15.6 - 2024-09-25 | ||
### Added | ||
- Updates to the visualization UI, including the ability to zoom and pan the mermaid diagram ([#810](https://github.com/NomicFoundation/hardhat-ignition/pull/810)) | ||
- `gasPrice` and `disableFeeBumping` config fields added as part of our L2 gas logic update ([#808](https://github.com/NomicFoundation/hardhat-ignition/pull/808)) | ||
- Debug logging for communication errors with Hardhat Ledger ([#792](https://github.com/NomicFoundation/hardhat-ignition/pull/792)) | ||
- JSON5 support for module parameters, thanks @erhant ([#800](https://github.com/NomicFoundation/hardhat-ignition/pull/800)) | ||
- Add `writeLocalhostDeployment` flag to allow saving deployment artifacts when deploying to the ephemeral Hardhat network, thanks @SebastienGllmt ([#816](https://github.com/NomicFoundation/hardhat-ignition/pull/816)) | ||
### Fixed | ||
- Replace `this` with the class itself in `ViemIgnitionHelper`, thanks @iosh ([#796](https://github.com/NomicFoundation/hardhat-ignition/pull/796)) | ||
## 0.11.0 - 2023-10-23 | ||
@@ -9,0 +23,0 @@ |
{ | ||
"name": "@nomicfoundation/ignition-ui", | ||
"version": "0.15.5", | ||
"version": "0.15.6", | ||
"type": "module", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -22,5 +21,6 @@ "@fontsource/roboto": "^5.0.8", | ||
"styled-components": "5.3.10", | ||
"svg-pan-zoom": "^3.6.1", | ||
"vite": "^5.0.0", | ||
"vite-plugin-singlefile": "^2.0.1", | ||
"@nomicfoundation/ignition-core": "^0.15.5" | ||
"@nomicfoundation/ignition-core": "^0.15.6" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4035691
19