Releases: algorandfoundation/algokit-lora
Releases · algorandfoundation/algokit-lora
v2.3.3
2.3.3 (2026-02-19)
♻️ Code Refactoring
- add step to deploy page to beta environment using the main branch (df49a5f)
- change secret name from CF_ACCOUNT_ID to CLOUDFLARE_ACCOUNT_ID for consistency (083037a)
- update deploy to cloudflare job to use cloudflare-wrangler @v3 composable action instead of deploying through shell script (114aaa7)
🐛 Bug Fixes
- add comment to commit using fix tag in order to generate a new release and test dry run deployment to cloudflare (fb0f3e7)
- fix redirects to use index.html (8dd0d1b)
- make release version derive from github version that is deployed in order to test (b3b4063)
- remove Netlify references from release yml + remove cloudflare dry run since its not supported anymore (77c572f)
- update SPA redirect rule to avoid infinite loop (af5881b)
v2.3.3-beta.1
2.3.3-beta.1 (2026-02-19)
♻️ Code Refactoring
- add step to deploy page to beta environment using the main branch (df49a5f)
- change secret name from CF_ACCOUNT_ID to CLOUDFLARE_ACCOUNT_ID for consistency (083037a)
- update deploy to cloudflare job to use cloudflare-wrangler @v3 composable action instead of deploying through shell script (114aaa7)
🐛 Bug Fixes
- add comment to commit using fix tag in order to generate a new release and test dry run deployment to cloudflare (fb0f3e7)
- fix redirects to use index.html (8dd0d1b)
- make release version derive from github version that is deployed in order to test (b3b4063)
- remove Netlify references from release yml + remove cloudflare dry run since its not supported anymore (77c572f)
- update SPA redirect rule to avoid infinite loop (af5881b)
v2.3.2
v2.3.2-beta.1
2.3.2-beta.1 (2026-02-13)
🐛 Bug Fixes
v2.3.1
v2.3.1-beta.1
v2.3.0
2.3.0 (2026-02-04)
♻️ Code Refactoring
- rename resolveSenderAddress to resolveTransactionSender and improve optional sender handling (aa66da7)
- resolve_address: refactor the resolve sender address to simplify the function and make it named export (bb29210)
- use-search-params: refactor transactions wizard page test to use case wallet variables instead of test suite walletAddress (444a3cf)
- use-search-params: refactor use search params transaction to use jotai for async auto population (fb2a694)
🐛 Bug Fixes
- add try catch to handle app state decode error (ed1b91e)
- double scroll bar when viewing application programs (dbc8c04)
- fix dispenser spelling+ small refactors (748168e)
- fix download button blocking txn click txn graph (199ef67)
- fix failing tests for auto populating and simulating transactions (4f57874)
- fix npm audit error by extending acceptance of vulnerability (887c88c)
- fix npm audit error by extending acceptance of vulnerability (c81b576)
- ignore npm audit issue 1112255 (797c242)
- lint error blocking CI (55986c0)
- npm audit (ignore them) (#556) (58b9b5d)
- qs audit issue (2f51435)
- remove remaining Tauri remnants (#535) (85b94b9)
- search_params: fix two tests that were failing only on CI/CD (669d16f)
- test: add racing condition to wait asset-opt out render before testing (799967c)
- test: add racing condition to wait render before testing (a874ce9)
- test: add racing condition to wait render before testing (02b70e6)
- upgrade semantic-release to fix npm audit (b85ce52)
- upgrade to react-router-dom@6.30.3 to fix npm audit (20ecf40)
- use setError in app details too (684d762)
- use setError instead of trigger to show validation error (eba8ac0)