Releases: near/create-near-app
Release 9.0.1
Release 9.0.0
9.0.0 (2026-01-07)
Frontend Templates
Frontend templates now make use of the new near-connector, thus moving away from the older wallet-selector. This was done since the new near-connector has proven to be lighter while providing the same core functionality as the wallet selector.
Smart Contract Templates
In previous versions we used to had a hello world smart contract, which people complained over and over again about how simplistic it was. This newer version of create-near-app allows the user to create an auction smart contract which is simple to understand, while containing much more core concepts (such as storing structures, making transfers, etc)
Release 8.5.0
Release 8.4.1
Release 8.4.0
Added python smart contract template
Release 8.3.0
8.3.0 (2025-06-05)
We now update our rust smart contract on the fly, trying to download the code from cargo near's template when a rust contract is created
Release 8.2.0
Release 8.1.0
8.1.0 (2025-01-04)
- Added Vite Frontend Template
- Update RS contract to latest version on
cargo near new - Updated
worskpaceson TS contract
Release 8.0.0
8.0.0
- Removed BOS components as the VM is no longer being maintained
- Added Ethereum Wallets support