|
| 1 | +## 0.0.2 (2025-07-24) |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- **tangle-cloud:** Service Management Flow ([#3034](https://github.com/tangle-network/dapp/pull/3034)) |
| 6 | +- **tangle-cloud:** List operators in the Operators page ([#3005](https://github.com/tangle-network/dapp/pull/3005)) |
| 7 | +- **tangle-cloud:** List all blueprints ([#2987](https://github.com/tangle-network/dapp/pull/2987)) |
| 8 | +- **tangle-dapp:** Add blueprint selection ([#2941](https://github.com/tangle-network/dapp/pull/2941)) |
| 9 | +- **tangle-cloud:** blueprint deployment request args configuration & finalization ([#2957](https://github.com/tangle-network/dapp/pull/2957)) |
| 10 | +- **tangle-dapp:** Add Protocol Stats Component ([#2966](https://github.com/tangle-network/dapp/pull/2966)) |
| 11 | +- **tangle-cloud:** deploy blueprint assets configuration step ([#2955](https://github.com/tangle-network/dapp/pull/2955)) |
| 12 | +- **tangle-cloud:** deploy blueprint > select operator step ([#2942](https://github.com/tangle-network/dapp/pull/2942)) |
| 13 | +- **tangle-cloud:** Implement blueprint instance deployment page ([#2918](https://github.com/tangle-network/dapp/pull/2918)) |
| 14 | +- **tangle-cloud:** implement logic update pending service request ([#2917](https://github.com/tangle-network/dapp/pull/2917)) |
| 15 | +- **ui-components:** Setup Release Automation [skip ci] ([#2888](https://github.com/tangle-network/dapp/pull/2888)) |
| 16 | +- **tangle-cloud:** implement logic of pending service request table ([#2910](https://github.com/tangle-network/dapp/pull/2910)) |
| 17 | +- **tangle-cloud:** implement logic for registered blueprints and running blueprints ([#2902](https://github.com/tangle-network/dapp/pull/2902)) |
| 18 | +- **tangle-dapp:** Integrate native restaking ([#2857](https://github.com/tangle-network/dapp/pull/2857)) |
| 19 | +- **tangle-cloud:** building UI deployer home page ([#2874](https://github.com/tangle-network/dapp/pull/2874)) |
| 20 | +- **tangle-cloud:** implement mock logic for Tangle Cloud Operator Home Page Instance section ([#2866](https://github.com/tangle-network/dapp/pull/2866)) |
| 21 | +- **tangle-cloud:** implement operator home page ([#2858](https://github.com/tangle-network/dapp/pull/2858)) |
| 22 | +- **tangle-cloud:** Implement home page stats cards ([#2848](https://github.com/tangle-network/dapp/pull/2848)) |
| 23 | +- **repo:** Add Typecheck for dApps ([#2838](https://github.com/tangle-network/dapp/pull/2838)) |
| 24 | +- migrate cloud to vite ([#2819](https://github.com/tangle-network/dapp/pull/2819)) |
| 25 | +- **tangle-dapp:** Add Rewards Claiming Functionality ([#2754](https://github.com/tangle-network/dapp/pull/2754)) |
| 26 | +- **tangle-cloud:** Add Operator Registration Flow ([#2730](https://github.com/tangle-network/dapp/pull/2730)) |
| 27 | +- **tangle-dapp:** Implement LS pools update roles modal ([#2675](https://github.com/tangle-network/dapp/pull/2675)) |
| 28 | +- **tangle-dapp:** Setup Tests, Fix Infinite Render on Restaking ([#2674](https://github.com/tangle-network/dapp/pull/2674)) |
| 29 | +- **tangle-cloud:** Configure Layout, Network, and Wallet ([#2651](https://github.com/tangle-network/dapp/pull/2651)) |
| 30 | +- **tangle-cloud:** Setup Tangle Cloud ([#2628](https://github.com/tangle-network/dapp/pull/2628)) |
| 31 | + |
| 32 | +### 🩹 Fixes |
| 33 | + |
| 34 | +- **tangle-cloud:** UI/UX Fixes & Improvements ([#3036](https://github.com/tangle-network/dapp/pull/3036)) |
| 35 | +- **tangle-dapp:** Fixes empty operators list in restake page ([#3004](https://github.com/tangle-network/dapp/pull/3004)) |
| 36 | +- **tangle-cloud:** sidebar, tab colors & instruction component fixes ([#3003](https://github.com/tangle-network/dapp/pull/3003)) |
| 37 | +- **tangle-shared-ui:** Update Tx Eligible Check ([#2969](https://github.com/tangle-network/dapp/pull/2969)) |
| 38 | +- **tangle-cloud:** update services hook to use common hook ([#2922](https://github.com/tangle-network/dapp/pull/2922)) |
| 39 | +- **libs/tangle-shared-ui:** update the TVL calculation in use blueprint hook ([#2903](https://github.com/tangle-network/dapp/pull/2903)) |
| 40 | +- **tangle-cloud:** update router path ([#2844](https://github.com/tangle-network/dapp/pull/2844)) |
| 41 | +- **tangle-dapp:** Fix explorer links ([#2792](https://github.com/tangle-network/dapp/pull/2792)) |
| 42 | +- **tangle-dapp:** Fix assets not showing in restaking after new Tangle update ([#2720](https://github.com/tangle-network/dapp/pull/2720)) |
| 43 | + |
| 44 | +### 💅 Refactors |
| 45 | + |
| 46 | +- **tangle-cloud:** Polish Tangle Cloud home page UI ([#2976](https://github.com/tangle-network/dapp/pull/2976)) |
| 47 | +- **tangle-dapp:** Relocate Claim Rewards in Top Navigation ([#2948](https://github.com/tangle-network/dapp/pull/2948)) |
| 48 | +- **tangle-cloud:** update operator blueprint registration page ([#2937](https://github.com/tangle-network/dapp/pull/2937)) |
| 49 | +- **repo:** move graphql to common ([#2899](https://github.com/tangle-network/dapp/pull/2899)) |
| 50 | +- **tangle-dapp:** Replace usePolkadotApi with useApiRx ([#2834](https://github.com/tangle-network/dapp/pull/2834)) |
| 51 | +- **ui-component/dropdown-button:** change props name & add custom arrow prop ([#2845](https://github.com/tangle-network/dapp/pull/2845)) |
| 52 | +- **repo:** Update All @webb-tools to @tangle-network ([#2820](https://github.com/tangle-network/dapp/pull/2820)) |
| 53 | +- Cleanup unused deps & remove legacy dApps ([#2632](https://github.com/tangle-network/dapp/pull/2632)) |
| 54 | + |
| 55 | +### 🏡 Chore |
| 56 | + |
| 57 | +- **tangle-dapp:** Registered blueprint chip & fix tangle-dapp blueprints page ([#3022](https://github.com/tangle-network/dapp/pull/3022)) |
| 58 | +- **tangle-dapp:** Add Multiple RPC Endpoints Support for Polkadot APIs ([#2990](https://github.com/tangle-network/dapp/pull/2990)) |
| 59 | +- bump @hookform/resolvers from 3.10.0 to 5.0.1 ([#2972](https://github.com/tangle-network/dapp/pull/2972)) |
| 60 | +- **tangle-dapp:** Improve Vault Table ([#2956](https://github.com/tangle-network/dapp/pull/2956)) |
| 61 | + |
| 62 | +### 🤖 CI |
| 63 | + |
| 64 | +- **repo:** Bump Deps & Add Git Hook ([#2975](https://github.com/tangle-network/dapp/pull/2975)) |
| 65 | +- **tools:** Add Netlify Build Ignore to Improve Release Process ([#2912](https://github.com/tangle-network/dapp/pull/2912)) |
| 66 | +- **tangle-dapp:** Migrate to Vite ([#2691](https://github.com/tangle-network/dapp/pull/2691)) |
| 67 | + |
| 68 | +### ❤️ Thank You |
| 69 | + |
| 70 | +- Daniel Bui @danielbui12 |
| 71 | +- drewstone @drewstone |
| 72 | +- Pavan Soratur @devpavan04 |
| 73 | +- Trung-Tin Pham @AtelyPham |
| 74 | +- yuri @yuri-xyz |
| 75 | +- yuri-xyz @yuri-xyz |
| 76 | +- yurixander @yurixander |
| 77 | +- Yurixander @yurixander |
0 commit comments