Version 0.30.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
💥 Breaking Changes
Dependency updates
Updated emulator version to latest v0.27.2 (#422) @sideninja
⭐ Features
App Scaffolding
Implemented by the community FLIP Fest: (#404) @flyinglimao 🙌
The new app scaffolding feature of the CLI implemented by the flip fest participant allows you to create a structure for a new dapp project. It allows you to start a new project based on templates provided in the scaffolding repo or by examples such as kitty-items. The usage is pretty simple, just run flow app create <path>
and start hacking together the new best dapp.
🛠 Improvements
Documentation Updates
Small relative path documentation updates (#421) @kerrywei
Fixing documentation about removing and updating contracts (#416) @louisguitton
CI Fixes
Fixing Snyk scann Github action (#417) @haroldsphinx