Skip to content

Releases: near/create-near-app

Release 9.0.1

08 Jan 13:38

Choose a tag to compare

9.0.1 (2026-01-08)

Bug Fixes

  • small fixes on naming conventions (a1b8c27)

Release 9.0.0

07 Jan 14:17

Choose a tag to compare

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

10 Oct 15:03

Choose a tag to compare

8.5.0 (2025-10-10)

Bug Fixes

Features

Release 8.4.1

07 Aug 16:53

Choose a tag to compare

8.4.1 (2025-08-07)

Bug Fixes

Release 8.4.0

13 Jun 09:09

Choose a tag to compare

Added python smart contract template

Release 8.3.0

05 Jun 13:12

Choose a tag to compare

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

13 May 01:26

Choose a tag to compare

8.2.0 (2025-05-13)

Bug Fixes

Features

Release 8.1.0

04 Jan 01:00

Choose a tag to compare

8.1.0 (2025-01-04)

  • Added Vite Frontend Template
  • Update RS contract to latest version on cargo near new
  • Updated worskpaces on TS contract

Release 8.0.0

30 Sep 12:57

Choose a tag to compare

8.0.0

  • Removed BOS components as the VM is no longer being maintained
  • Added Ethereum Wallets support

Release 7.0.3

11 Sep 15:20

Choose a tag to compare

7.0.3 (2024-09-11)

Bug Fixes