@nomicfoundation/ignition-ui
Advanced tools
Comparing version 0.15.8 to 0.15.9
@@ -7,2 +7,16 @@ # Changelog | ||
## 0.15.9 - 2024-12-18 | ||
### Added | ||
- Standard Ignition UI can now be enabled when deploying via Hardhat scripts by setting `displayUi: true` in the `deploy` function options, @zoeyTM ([#843](https://github.com/NomicFoundation/hardhat-ignition/pull/843)) | ||
- Ignition modules can now be set as a dependency in the `after` option of futures, @zoeyTM ([#828](https://github.com/NomicFoundation/hardhat-ignition/pull/828)) | ||
- The `ignition transactions` command output will now include a link to view each transaction on the configured block explorer, @zoeyTM ([#849](https://github.com/NomicFoundation/hardhat-ignition/pull/849)) | ||
- Module parameters can now be directly imported from a JSON file when deploying via Hardhat scripts by passing an absolute path to the file to the `parameters` option, @zoeyTM ([#850](https://github.com/NomicFoundation/hardhat-ignition/pull/850)) | ||
### Fixed | ||
- Properly handle errors when verifying deployments that use external artifacts, @zoeyTM ([#848](https://github.com/NomicFoundation/hardhat-ignition/pull/848)) | ||
- Fix issue with `ignition status` command not working with deployments that use external artifacts, @zoeyTM ([#846](https://github.com/NomicFoundation/hardhat-ignition/pull/846)) | ||
## 0.15.8 - 2024-11-22 | ||
@@ -9,0 +23,0 @@ |
{ | ||
"name": "@nomicfoundation/ignition-ui", | ||
"version": "0.15.8", | ||
"version": "0.15.9", | ||
"type": "module", | ||
@@ -24,3 +24,3 @@ "devDependencies": { | ||
"vite-plugin-singlefile": "^2.0.1", | ||
"@nomicfoundation/ignition-core": "^0.15.8" | ||
"@nomicfoundation/ignition-core": "^0.15.9" | ||
}, | ||
@@ -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
4039104