Releases: near/create-near-app
Releases · near/create-near-app
Release 1.3.0
Release 1.2.2
1.2.2 (2020-09-29)
Release 1.2.1
1.2.1 (2020-09-15)
Release 1.2.0
1.2.0 (2020-08-26)
Features
- Vue! You can now use
--frontend=vue
to bootstrap a Vue app #452 - If you mistype a CLI option, create-near-app will now tell you about it instead of ignoring your error and using defaults #452
- For AssemblyScript contracts,
near-sdk-as
has been updated to 1.0 which has a newasb
(AS Build) command. Goodbyeasconfig.js
, helloasconfig.json
. Now your production AssemblyScript wasm files will be smaller, as they no longer include debug info, while test & dev builds still have all that good debug helpfulness. #425 - Many package updates, including a rename of
near-shell
tonear-cli
#433
Bug Fixes
- If you used create-near-app without
yarn
installed on your machine, you may have thoughtyarn
was an undocumented requirement. It wasn't supposed to be! create-near-app will usenpm
instead now. #447
Acknowledgements
Big thanks to @luciotato for this one, who is responsible for 3 of the 5 items above! 🌟
Thanks to @willemneal for all the near-sdk-as
and underlying AssemblyScript work! 🎈
Release 1.1.6
Release 1.1.5
1.1.5 (2020-07-24)
1.1.0: default to vanilla
Features
Bug Fixes
- assemblyscript: fix update to 0.5.0 (d45e5c4)
- requestSignIn: rm obsolete app name parameter (f2baf6f)
- catch error on setGreeting (a647ad9)
- make env-cmd prefix parcel, not echo (67c6c1f)
- replace assembly/main.ts globally (d82b24f), closes #392
- update fast-dev symlinks (48fb78c)
- use non-deprecated Contract interface (9799d43), closes #39
1.0.0: streamlined UI for generated apps
Apps created with create-near-app
will now have a simpler, more approachable design and extra info to help you get up and running quickly. They'll also support dark mode! Check it out:
Before you sign in (in light mode):
And then after (showing dark mode):
In addition, create-near-app now has a reorganized codebase that will make it easier to ship rapid improvements in the future.
Finally, there have been many other small improvements – README clarifications, dependency updates, and general streamlining. See the full commit history for all the details.
v0.9.3
- build(deps): bump near-api-js in /blank_react_project (#297) d00e10a
- build(deps): bump near-api-js in /blank_rust_project (#298) 53073ed
- build(deps): bump near-api-js from 0.23.2 to 0.24.0 in /blank_project (#299) fc9aa74
- build(deps): bump near-api-js in /blank_rust_react_project (#300) cc04fa4
- Update config (near.org, etc) 24469a2
- build(deps-dev): bump near-shell from 0.21.0 to 0.22.0 in /blank_project 6b156f3
- build(deps-dev): bump near-shell in /blank_rust_project 8ebd860
- build(deps-dev): bump near-shell in /blank_rust_react_project 8dda10b
- build(deps-dev): bump near-shell in /blank_react_project 9032d5b
- build(deps-dev): bump jest from 25.5.4 to 26.0.1 in /blank_project bacd380
- build(deps-dev): bump jest-environment-node in /blank_rust_react_project d37104e
- build(deps-dev): bump jest from 25.5.4 to 26.0.1 in /blank_react_project c34884c
- build(deps-dev): bump jest-environment-node in /blank_react_project f8e55e6
- build(deps-dev): bump jest from 25.5.4 to 26.0.0 in /blank_rust_project 741cea5
- build(deps-dev): bump near-sdk-as in /blank_react_project 7dd3a8b
- build(deps-dev): bump jest in /blank_rust_react_project e372967
- build(deps-dev): bump babel-jest in /blank_react_project 95a6a29
- build(deps-dev): bump jest-environment-node in /blank_project a6ac55a
- build(deps-dev): bump babel-jest in /blank_rust_react_project 866793a
- build(deps-dev): bump jest-environment-node in /blank_rust_project 645597c
- build(deps-dev): bump near-sdk-as from 0.2.2 to 0.3.0 in /blank_project 42734e4
- Merge pull request #270 from near/dependabot/npm_and_yarn/blank_rust_react_project/jest-environment-node-tw-25.5.0 b43cc53
- build(deps-dev): update jest-environment-node requirement affed5a
- Merge pull request #256 from near/dependabot/npm_and_yarn/blank_rust_react_project/shelljs-tw-0.8.4 e0ee906
- Merge pull request #271 from near/dependabot/npm_and_yarn/blank_rust_project/jest-tw-25.5.1 73b38d1
- Add dependabot configs for all project templates d0d19a4
- build(deps-dev): update shelljs requirement in /blank_rust_react_project 8b5f981
- build(deps-dev): update jest requirement in /blank_rust_project 1f36e6d
v0.9.2
- build(deps-dev): bump near-shell in /blank_rust_project (#264) e65ebbd
- Merge pull request #235 from near/betanet-config ef8a018
- Merge pull request #272 from nearprotocol/dependabot/npm_and_yarn/blank_rust_react_project/jest-tw-25.5.1 c1deec3
- Merge pull request #257 from nearprotocol/dependabot/npm_and_yarn/blank_rust_project/shelljs-tw-0.8.4 7221aa6
- Merge pull request #274 from nearprotocol/dependabot/npm_and_yarn/blank_project/jest-tw-25.5.1 6e08c12
- Merge pull request #273 from nearprotocol/dependabot/npm_and_yarn/blank_project/near-shell-0.21.0 ca14f63
- Merge pull request #269 from nearprotocol/dependabot/npm_and_yarn/blank_rust_react_project/near-shell-0.21.0 6107bb4
- build(deps-dev): update shelljs requirement in /blank_rust_project 2fb11fa
- build(deps-dev): bump near-shell in /blank_rust_react_project 773427f
- build(deps-dev): bump near-shell from 0.20.9 to 0.21.0 in /blank_project 8fcadff
- build(deps-dev): update jest requirement in /blank_project 708d434
- build(deps-dev): update jest requirement in /blank_rust_react_project 6732421
- Merge pull request #258 from nearprotocol/dependabot/npm_and_yarn/blank_rust_project/jest-environment-node-tw-25.5.0 c378987
- Merge pull request #255 from nearprotocol/dependabot/npm_and_yarn/shelljs-0.8.4 b6f3a5b
- Merge pull request #265 from nearprotocol/dependabot/npm_and_yarn/blank_react_project/babel-jest-tw-25.5.1 b7984ca
- Merge pull request #266 from nearprotocol/dependabot/npm_and_yarn/blank_react_project/near-shell-0.21.0 2fd73e2
- Merge pull request #267 from nearprotocol/dependabot/npm_and_yarn/blank_react_project/jest-tw-25.5.1 6cb792b
- Merge pull request #268 from nearprotocol/dependabot/npm_and_yarn/blank_rust_react_project/babel-jest-tw-25.5.1 4ff7656
- build(deps-dev): update babel-jest requirement 6c196c5
- build(deps-dev): update jest requirement in /blank_react_project e6456fd
- build(deps-dev): bump near-shell in /blank_react_project fe08d7b
- build(deps-dev): update babel-jest requirement in /blank_react_project dd7ea3b
- build(deps-dev): update jest-environment-node requirement de39a52
- build(deps-dev): bump shelljs from 0.8.3 to 0.8.4 46b2d58
- Merge pull request #248 from nearprotocol/dependabot/npm_and_yarn/blank_rust_project/near-shell-tw-0.20.9 928124d
- Merge pull request #261 from nearprotocol/dependabot/npm_and_yarn/blank_react_project/jest-environment-node-tw-25.5.0 af8e7de
- Merge pull request #262 from nearprotocol/dependabot/npm_and_yarn/blank_react_project/babel-jest-tw-25.5.0 b4c2c1f
- Merge pull request #253 from nearprotocol/dependabotconfig f619eba
- build(deps-dev): update babel-jest requirement in /blank_react_project 1dac0fa
- build(deps-dev): update jest-environment-node requirement d9161d9
- build(deps-dev): update near-shell requirement in /blank_rust_project bdaaaea
- Merge pull request #244 from nearprotocol/dependabot/npm_and_yarn/blank_rust_react_project/babel-jest-tw-25.4.0 9df62fc
- Merge pull request #245 from nearprotocol/dependabot/npm_and_yarn/blank_project/jest-environment-node-tw-25.4.0 1a0e938
- Merge pull request #249 from nearprotocol/dependabot/npm_and_yarn/blank_rust_react_project/near-shell-tw-0.20.9 c880717
- Merge branch 'master' into dependabotconfig 4f8a9a6
- build(deps-dev): update near-shell requirement 72b53e9
- build(deps-dev): update babel-jest requirement 37ca5b3
- build(deps-dev): update jest-environment-node requirement a912454
- Merge pull request #240 from nearprotocol/dependabot/npm_and_yarn/blank_rust_project/jest-tw-25.4.0 ff20d04
- Merge pull request #239 from nearprotocol/dependabot/npm_and_yarn/blank_react_project/jest-tw-25.4.0 d880f7f
- Merge pull request #242 from nearprotocol/dependabot/npm_and_yarn/blank_rust_react_project/jest-environment-node-tw-25.4.0 4370ebc
- Merge pull request #250 from nearprotocol/dependabot/npm_and_yarn/blank_react_project/near-shell-tw-0.20.9 66611fc
- build(deps-dev): update near-shell requirement in /blank_react_project 2adb853
- build(deps-dev): update jest-environment-node requirement 0622d2c
- build(deps-dev): update jest requirement in /blank_rust_project d7202ad
- build(deps-dev): update jest requirement in /blank_react_project 42e864a
- Merge pull request #254 from nearprotocol/hotfix/unbreak-react 348a903
- remove deprecated //@nearfile, use @nearBindgen on model.ts ff1c717
- remove whitespace 4b948f8
- update react's near-sdk-as from 0.1.5 to 0.2.1 7db3f2b
- remove orphaned context.json 43d4ea4
- Trying automatically merged updates on dev deps (dependabot config) f3f2c33
- Merge pull request #247 from nearprotocol/dependabot/npm_and_yarn/blank_project/near-sdk-as-0.2.1 8d39874
- build(deps-dev): bump near-sdk-as from 0.1.5 to 0.2.1 in /blank_project ee3fd97
- Merge pull request #246 from nearprotocol/dependabot/npm_and_yarn/blank_project/jest-tw-25.4.0 f2e9799
- build(deps-dev): update jest requirement in /blank_project 3fa054c
- Merge pull request #251 from nearprotocol/dependabot/npm_and_yarn/blank_project/near-shell-tw-0.20.9 3d05c81
- build(deps-dev): update near-shell requirement in /blank_project 5897178
- Change Travis config to use ci-betanet ff61990
- Replacing ci-staging with ci-betanet 335c755
- Merge pull request #236 from nearprotocol/hotfix/license-pass 23518d2
- add MIT/Apache 2 licenses, license section to readme 0991ba5